:root {
  color-scheme: light;
  --color-signature-green: #2f6138;
  --color-bg-offwhite: #d6d2c8;
  --color-bg-offwhite-bottom: #d6d2c8;
  --color-light-text: #f4eedf;
  --color-accent-ochre: #dd9f24;
  --color-text-anthracite: #3b3b3d;
  --candal-letter-spacing: 0.05em;
}

@font-face {
  font-family: "Jost";
  src: url("assets/fonts/Jost-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("assets/fonts/Jost-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Candal";
  src: url("assets/fonts/Candal-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background: #be3c13;
  color: var(--color-text-anthracite);
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  font-family: "League Spartan", "Segoe UI", sans-serif;
}

.center-stage {
  min-height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.center-logo {
  display: block;
  width: min(68vw, 920px);
  height: auto;
  transform: translate(-2.5vw, -23vh);
}

.after-logo {
  width: 100%;
  margin-top: -68vh;
  min-height: 120vh;
  background: var(--color-light-text);
  padding: 48px 24px 24px;
}

.after-logo-title {
  margin: 50px auto 0;
  width: min(92vw, 980px);
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.34rem, 2.45vw, 2.38rem);
  font-weight: 900;
  font-variation-settings: "wght" 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}

.after-logo-initial {
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
}

.after-logo-title::after {
  content: none;
}

.after-logo-subtitle {
  margin: -2px auto 0;
  width: min(92vw, 980px);
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.04rem, 1.78vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.after-logo-subtitle::before {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  margin: 0 auto 8px;
  background: #be3c13;
  border-radius: 999px;
  transform: translateY(-5px);
}

.after-logo-text {
  width: min(56vw, 500px);
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.86rem, 1.14vw, 1.04rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: justify;
  background: #f7f2e5;
  padding: 24px 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.after-logo-grid {
  margin: 66px auto 0;
  width: min(86vw, 860px);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  transform: translateX(1.8%);
}

.after-logo-side {
  width: clamp(200px, 25.5vw, 285px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.after-logo-card {
  flex: 1;
  min-height: 0;
  background: #f7f2e5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.after-logo-card-link {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.after-logo-card-link:hover,
.after-logo-card-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.after-logo-card-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 14px;
  padding-right: 10px;
  gap: 8px;
}

.after-logo-feather {
  display: block;
  width: clamp(26px, 3.3vw, 42px);
  aspect-ratio: 1 / 1;
  background: #be3c13;
  -webkit-mask: url("assets/system.png") center / contain no-repeat;
  mask: url("assets/system.png") center / contain no-repeat;
}

.after-logo-feather-loupe {
  -webkit-mask-image: url("assets/search.png");
  mask-image: url("assets/search.png");
  width: clamp(21px, 2.7vw, 33px);
  margin-left: 4px;
}

.after-logo-card-label {
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.8rem, 0.98vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  transform: translateY(2px);
  margin-left: 1px;
}

.after-logo-card-label-bottom {
  margin-left: 11px;
}

.after-logo-text p {
  margin: 0 0 10px;
}

.after-logo-text p:last-child {
  margin-bottom: 0;
}

.text-regular {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: var(--candal-letter-spacing);
}

.topbar {
  width: 100%;
  height: 84px;
  background: transparent;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  isolation: isolate;
}

.topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.26) 0%,
    rgba(0, 0, 0, 0.14) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.topbar-inner {
  width: 100%;
  height: 84px;
  margin: 0;
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.topbar-logo {
  display: block;
  width: auto;
  height: 132px;
  transform: translateY(4px);
  position: relative;
  z-index: 2;
}

.topbar-brand {
  display: block;
}

.topbar-menu-button {
  display: none;
}

.topbar-mobile-cta {
  display: none;
}

.topbar-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 60px;
  padding: 0;
  white-space: nowrap;
  z-index: 1;
}

.topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  background: transparent;
  border: 1px solid var(--color-light-text);
  color: var(--color-light-text);
  border-radius: 16px;
  text-decoration: none;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: var(--candal-letter-spacing);
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.topbar-cta:visited {
  color: var(--color-light-text);
}

.topbar-cta:hover,
.topbar-cta:focus-visible {
  filter: brightness(1.08);
}

.topbar-link {
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-light-text);
  text-decoration: none;
  line-height: 1;
  flex: 0 0 auto;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.topbar-link:visited {
  color: var(--color-light-text);
}

.topbar-link:hover,
.topbar-link:focus-visible {
  filter: brightness(1.08);
}

.home {
  width: 100%;
  min-height: 0;
  background: none;
}

.main-visual {
  width: 100%;
  position: relative;
}

.main-visual-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.main-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.overlay-section {
  position: absolute;
  top: 118vh;
  left: 50%;
  transform: translateX(-86%);
  width: min(42vw, 560px);
  padding: 0;
}

.overlay-title {
  margin: 0;
  display: block;
  width: 100%;
  max-width: none;
  color: var(--color-accent-ochre);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.08rem, 2.1vw, 1.88rem);
  font-weight: 600;
  letter-spacing: var(--candal-letter-spacing);
  line-height: 1.08;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-9px);
  text-shadow: 0 2px 6px rgba(24, 42, 29, 0.32);
}

.overlay-title::first-letter {
  font-size: 1.55em;
  line-height: 0.8;
  font-weight: 400;
}

.overlay-divider {
  height: 1px;
  width: calc(100vw + 100%);
  margin: 4px 0 14px -100vw;
  background: var(--color-accent-ochre);
  opacity: 0.5;
  box-shadow: 0 2px 6px rgba(24, 42, 29, 0.28);
}

.overlay-text {
  margin-top: 18px;
  width: 100%;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1.04rem);
  font-weight: 400;
  letter-spacing: 0.065em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
  text-shadow: 0 2px 5px rgba(24, 42, 29, 0.3);
}

.overlay-text p {
  margin: 0 0 10px;
}

.overlay-text p:last-child {
  margin-bottom: 0;
}

.overlay-content {
  position: relative;
}

.overlay-mark {
  position: absolute;
  top: -54px;
  right: -460px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.overlay-icon {
  width: 46px;
  aspect-ratio: 1 / 1;
  display: block;
  background: var(--color-accent-ochre);
  -webkit-mask: url("assets/feather-pen.png") center / contain no-repeat;
  mask: url("assets/feather-pen.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(24, 42, 29, 0.34));
}

.overlay-note {
  color: var(--color-accent-ochre);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-shadow: 0 2px 6px rgba(24, 42, 29, 0.34);
}

.hero-green {
  width: 100%;
  height: 50vh;
  background: var(--color-signature-green);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  padding: 0 24px 3vh;
}

.hero-logo {
  display: block;
  width: auto;
  height: 105vh;
  max-width: 95vw;
  transform: translate(-1.5vw, 36vh);
}

.intro-section {
  width: 100%;
  padding: 72px 24px 24px;
}

.intro-content {
  width: min(92vw, 560px);
  margin: 0 auto;
}

.intro-title {
  margin: 0 0 24px;
  display: block;
  width: 100%;
  color: var(--color-signature-green);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  font-weight: 400;
  letter-spacing: var(--candal-letter-spacing);
  text-transform: uppercase;
  line-height: 1.15;
  text-align: left;
  white-space: nowrap;
  transform: translateX(-4px);
}

.intro-initial {
  font-size: 2em;
  line-height: 0.8;
  vertical-align: baseline;
}

.intro-text {
  width: 100%;
  color: var(--color-text-anthracite);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.9rem, 0.95vw, 1rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: justify;
  text-justify: inter-word;
  text-wrap: pretty;
}

.intro-text p {
  margin: 0 0 6px;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.scroll-space {
  width: 100%;
  min-height: 52vh;
}

.nos-aventures-section {
  width: 100%;
  background: var(--color-light-text);
  margin-top: -540px;
  padding: 0 0 20px;
}

.nos-aventures-title {
  margin: 14px 0 0;
  margin-left: clamp(226px, 25.8vw, 426px);
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2.65vw, 2.3rem);
  font-weight: 900;
  font-variation-settings: "wght" 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.nos-aventures-title::before {
  content: "";
  position: absolute;
  top: 47.8%;
  right: calc(100% + 14px);
  width: 100vw;
  height: 2px;
  background: #be3c13;
  transform: translateY(-50%);
}



.aventures-card-section {
  width: 100%;
  background: var(--color-light-text);
  padding: 52px 24px 44px;
  display: flex;
  justify-content: center;
}

.aventures-card-shell {
  position: relative;
  width: min(78vw, 820px);
}

.aventures-slider-window {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.aventures-slider-track {
  display: flex;
  width: 100%;
  transition: transform 380ms ease;
}

.aventures-card {
  width: 100%;
  min-height: clamp(190px, 24vw, 270px);
  background: #f8f4e8;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}

.aventures-preview-image {
  position: absolute;
  left: 22px;
  top: 20px;
  width: 240px;
  height: calc(100% - 40px);
  object-fit: cover;
  object-position: center;
}

.aventures-slide {
  flex: 0 0 100%;
}

.aventures-slide-title {
  margin: 44px 0 0 300px;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 650;
  font-variation-settings: "wght" 650;
  letter-spacing: 0.12em;
}

.aventures-slide-title-centered {
  margin: 38px 0 0;
  width: 100%;
  text-align: center;
  font-size: clamp(1.14rem, 2.05vw, 1.72rem);
  font-weight: 750;
  font-variation-settings: "wght" 750;
  letter-spacing: 0.1em;
}

.aventures-slide-subline {
  margin: 3px 0 0;
  width: 100%;
  text-align: center;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aventures-slide-note {
  margin: 20px 0 0;
  width: 100%;
  text-align: center;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.82rem, 1.08vw, 1.02rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.aventures-notify-form {
  margin: 14px 0 0;
  width: min(92%, 420px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.aventures-notify-btn {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  background: #be3c13;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.64rem, 0.82vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.aventures-notify-btn:hover,
.aventures-notify-btn:focus-visible {
  transform: translateY(-1px) scale(1.03);
  filter: brightness(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.aventures-notify-input {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(190, 60, 19, 0.85);
  background: #fbf8f1;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.7rem, 0.88vw, 0.84rem);
  letter-spacing: 0.02em;
}

.aventures-notify-input::placeholder {
  color: #8b8b8b;
}

.aventures-notify-feedback {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.aventures-slide-synopsis {
  margin: 8px 0 0 300px;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.78rem, 0.98vw, 0.94rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.aventures-synopsis-emphasis {
  letter-spacing: 0.055em;
}

.aventures-features {
  margin: 20px 0 0 300px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.aventures-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.aventures-feature-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  color: #be3c13;
}

.aventures-feature-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.aventures-group-icon {
  width: 100%;
  height: 100%;
  display: block;
  background: #be3c13;
  -webkit-mask: url("assets/groupe.png") center / contain no-repeat;
  mask: url("assets/groupe.png") center / contain no-repeat;
}

.aventures-feature-text {
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.74rem, 0.94vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.aventures-feature-text-players {
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(0.74rem, 0.92vw, 0.88rem);
  letter-spacing: 0.08em;
}

.aventures-more-btn {
  margin: 26px 0 0 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  background: #be3c13;
  color: var(--color-light-text);
  text-decoration: none;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.66rem, 0.84vw, 0.8rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.aventures-more-btn:hover,
.aventures-more-btn:focus-visible {
  transform: translateY(-1px) scale(1.04);
  filter: brightness(1.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.scenario-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-light-text);
  z-index: 900;
  transform: translateY(110%);
  transition: transform 780ms cubic-bezier(0.2, 0.86, 0.22, 1);
  pointer-events: none;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
  overflow-y: auto;
}

.scenario-panel.is-open {
  transform: translateY(0);
  pointer-events: auto;
}

.scenario-panel-back {
  position: absolute;
  top: 174px;
  left: 68px;
  border: 0;
  background: transparent;
  color: #be3c13;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, filter 0.16s ease;
}

.scenario-panel-back:hover,
.scenario-panel-back:focus-visible {
  transform: translateY(-1px) scale(1.03);
  filter: brightness(1.04);
}

.scenario-panel-back-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #be3c13;
  color: var(--color-light-text);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.scenario-panel-back-text {
  color: #be3c13;
  font-weight: 400;
}

.scenario-panel-title {
  margin: 0;
  position: absolute;
  top: 184px;
  left: 50%;
  width: min(86vw, 1220px);
  transform: translateX(-50%);
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 820;
  letter-spacing: 0.08em;
  text-align: left;
}

.escape-games-page .scenario-panel-title {
  width: var(--escape-panel-width);
}

.scenario-panel-content {
  width: min(86vw, 1220px);
  margin: 272px auto 80px;
}

.escape-games-page .scenario-panel-content {
  width: var(--escape-panel-width);
}

.scenario-detail-top {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.escape-games-page .scenario-detail-top {
  grid-template-columns: minmax(0, 1fr) minmax(280px, var(--escape-detail-side-width));
}

.scenario-detail-visual {
  background: var(--color-light-text);
  min-height: 390px;
}

.scenario-detail-visual-inner {
  height: 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.scenario-detail-visual-pane {
  min-height: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), #c5c5c5;
}

.scenario-detail-visual-pane-primary {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), url("assets/aperçu3.jpg") center / cover no-repeat;
}

.scenario-detail-visual-pane-secondary {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 100%), url("assets/photocrane.jpg") center / cover no-repeat;
}

.scenario-detail-visual-title {
  margin: 0;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.36rem, 2.7vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-detail-card {
  background: #f8f4e8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
}

.scenario-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.scenario-detail-row-last {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 12px;
}

.scenario-detail-label {
  color: #252525;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 420;
}

.scenario-detail-value {
  color: #1f1f1f;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: right;
}

.scenario-detail-players {
  color: #be3c13;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-block;
  transform: translateY(1px);
}

.scenario-detail-small {
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.4;
}

.scenario-detail-difficulty {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.scenario-detail-diff-text {
  margin-left: 6px;
  color: #be3c13;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  transform: translateY(1px);
  display: inline-block;
}

.scenario-detail-unit {
  margin-left: 2px;
}

.scenario-detail-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.scenario-detail-access {
  padding: 12px 0 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.scenario-detail-access-title {
  margin: 0 0 8px;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.scenario-detail-access-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scenario-detail-access-list li {
  margin: 0 0 4px;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 420;
  line-height: 1.35;
}

.scenario-detail-access-list li:last-child {
  margin-bottom: 0;
}

.scenario-detail-btn {
  min-height: 46px;
  min-width: 122px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.scenario-detail-btn-fill {
  background: #be3c13;
  color: var(--color-light-text);
}

.scenario-detail-btn-outline {
  border: 1px solid #be3c13;
  color: #be3c13;
  background: transparent;
}

.scenario-detail-bottom {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 28px;
  align-items: start;
}

.escape-games-page .scenario-detail-bottom {
  grid-template-columns: minmax(0, 1fr) minmax(280px, var(--escape-detail-side-width));
}

.scenario-detail-copy {
  padding-top: 12px;
  max-width: 92%;
}

.scenario-detail-section-title {
  margin: 0 0 14px;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 2.16rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-detail-section-title-alt {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #6f8353;
  font-size: 1.86rem;
}

.scenario-detail-text {
  margin: 0 0 22px;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.06rem;
  font-weight: 380;
  line-height: 1.56;
  letter-spacing: 0.012em;
  text-align: justify;
  text-justify: inter-word;
}

.scenario-detail-copy .scenario-detail-text:nth-of-type(2) {
  margin-top: -16px;
}

.scenario-detail-inclus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.scenario-detail-inclus-item {
  min-height: 86px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.65);
}

.scenario-detail-images {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.scenario-detail-image {
  min-height: 210px;
  background-size: cover;
  background-position: center;
}

.scenario-detail-image-top {
  background-image: linear-gradient(180deg, rgba(255, 180, 170, 0.12), rgba(0, 0, 0, 0.16)), url("assets/photobas.jpg");
}

.scenario-detail-image-bottom {
  background-image: linear-gradient(180deg, rgba(138, 112, 220, 0.18), rgba(0, 0, 0, 0.24)), radial-gradient(circle at 50% 10%, #e8d2ff 0%, #556cb0 45%, #1b2f5e 100%);
}

.scenario-panel-open {
  overflow: hidden;
}

.reveal-on-scroll {
  opacity: 0;
  translate: 0 22px;
  transition: opacity 500ms ease, translate 620ms cubic-bezier(0.2, 0.82, 0.22, 1);
  will-change: opacity, translate;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}

.aventures-difficulty-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.aventures-lock {
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask: url("assets/cadenas.png") center / contain no-repeat;
  mask: url("assets/cadenas.png") center / contain no-repeat;
}

.aventures-hourglass {
  width: 20px;
  height: 20px;
  display: block;
  background: #be3c13;
  -webkit-mask: url("assets/hourglass.png") center / contain no-repeat;
  mask: url("assets/hourglass.png") center / contain no-repeat;
}

.aventures-hourglass-after {
  margin-left: 14px;
}

.aventures-hourglass-after + .aventures-feature-text {
  margin-left: -2px;
}

.aventures-lock-active {
  background: #be3c13;
}

.aventures-lock-inactive {
  background: #969696;
}

.aventures-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #be3c13;
  color: var(--color-light-text);
  font-size: 1.2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.aventures-arrow-left {
  left: -58px;
}

.aventures-arrow-right {
  right: -58px;
}

.aventures-arrow:hover,
.aventures-arrow:focus-visible {
  transform: translateY(calc(-50% - 1px)) scale(1.04);
  filter: brightness(1.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.bottom-arc-section {
  width: 100%;
  background: var(--color-light-text);
  min-height: 250px;
  margin-top: 102px;
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
}

.bottom-arc-shape {
  width: 100%;
  aspect-ratio: 2 / 1;
  background: #be3c13;
  border-radius: 100% 100% 0 0 / 100% 100% 0 0;
  position: relative;
  padding-top: clamp(32px, 4.2vw, 54px);
}

.bottom-arc-title {
  margin: 0;
  position: absolute;
  top: clamp(30px, 4.3vw, 60px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.72rem, 3.2vw, 3.12rem);
  font-weight: 900;
  font-variation-settings: "wght" 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}


.bottom-arc-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.bottom-arc-subtitle {
  margin: 0;
  position: absolute;
  top: clamp(74px, 9.4vw, 118px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.94rem, 1.28vw, 1.18rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}


.home-footer {
  width: 100%;
  background: #be3c13;
  padding: 8px 24px 28px;
  text-align: center;
}

.home-footer-link {
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: none;
}

.home-footer-link:hover,
.home-footer-link:focus-visible {
  text-decoration: underline;
}

.legal-page {
  margin: 0;
  min-height: 100dvh;
  background: #efebe0;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
}

.legal-main {
  width: min(92vw, 980px);
  margin: 0 auto;
  padding: 56px 24px 44px;
  background: #ffffff;
  border: 1px solid #ddd6c6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.legal-title {
  margin: 0 0 26px;
  color: #272727;
  font-size: clamp(1.24rem, 2.2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd6c6;
  padding-bottom: 14px;
}

.legal-text {
  margin: 0;
  font-size: clamp(0.94rem, 1.05vw, 1.04rem);
  line-height: 1.62;
  letter-spacing: 0.01em;
}

.legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-item {
  margin: 0 0 22px;
}

.legal-item:last-child {
  margin-bottom: 28px;
}

.legal-item-title {
  margin: 0 0 8px;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.legal-back {
  color: #4a4a4a;
  font-size: 0.86rem;
  text-decoration: none;
  border-top: 1px solid #ddd6c6;
  display: inline-block;
  padding-top: 14px;
}

.legal-back:hover,
.legal-back:focus-visible {
  text-decoration: underline;
}

.info-page {
  background: #be3c13;
}

.contact-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.contact-main {
  flex: 1 0 auto;
  min-height: 0;
  padding: 86px 0 88px;
}

.contact-page .site-infos-section {
  margin-top: 0;
}

.contact-page .site-infos-section::before {
  display: none;
}

.contact-page .scenarios-title {
  color: var(--color-light-text);
  font-size: clamp(1.9rem, 4.2vw, 3.8rem);
}

.contact-page .scenarios-title::after {
  display: none;
}

.contact-page-subtitle {
  margin: -10px 0 0;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.94rem, 1.28vw, 1.18rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-page .contact-form-section {
  position: static;
  transform: none;
  width: min(88vw, 860px);
  margin: 90px auto 0;
  padding: 0;
}

.contact-page .contact-form {
  width: 100%;
}

.contact-icons-row {
  width: min(88vw, 860px);
  margin: 66px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.contact-icon {
  width: clamp(28px, 2.2vw, 36px);
  height: auto;
  display: block;
  filter: url(#emailDuotone);
}

.contact-icon-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon-phone {
  width: clamp(30px, 2.45vw, 40px);
}

.contact-icon-block-phone {
  transform: none;
}

.contact-icon-text {
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.16rem, 1.62vw, 1.46rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}

.contact-icon-mail-link {
  text-decoration: none;
}

.contact-icon-mail-link:hover,
.contact-icon-mail-link:focus-visible {
  text-decoration: underline;
}

.scenarios-page {
  background: var(--color-light-text);
}

.escape-games-page {
  --escape-card-shell-width: min(820px, calc(100vw - 48px));
  --escape-panel-width: min(1220px, calc(100vw - 64px));
  --escape-detail-side-width: 320px;
}

.scenarios-main {
  min-height: 100dvh;
  padding-top: 86px;
  background: var(--color-light-text);
}

.scenarios-title {
  margin: 92px auto 0;
  width: fit-content;
  max-width: calc(100% - 32px);
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}

.scenarios-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 248px;
  height: 2px;
  margin: 2px auto 0;
  background: rgba(190, 60, 19, 0.9);
  transform: translateX(-6px);
}

.scenarios-card-section {
  padding-top: 54px;
  background: var(--color-light-text);
}

.scenarios-card-section-secondary {
  padding-top: 36px;
  padding-bottom: 46px;
  background: var(--color-light-text);
}

.scenarios-card-shell {
  width: min(78vw, 820px);
}

.escape-games-page .scenarios-card-shell {
  width: var(--escape-card-shell-width);
}

.reserver-layout {
  width: min(94vw, 1420px);
  margin: 40px auto 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.reserver-guide {
  width: fit-content;
  max-width: min(86vw, 1220px);
  border-top: 0;
  border-left: 2px solid rgba(190, 60, 19, 0.32);
  padding-top: 0;
  padding-left: 14px;
  margin: -24px auto 0;
  text-align: left;
}

.reserver-guide-step {
  margin: 0 0 16px;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.62rem, 0.78vw, 0.84rem);
  font-weight: 400;
  letter-spacing: 0.048em;
  text-transform: uppercase;
  line-height: 1.4;
}

.reserver-guide-num {
  font-weight: 800;
}

.reserver-guide-step:last-child {
  margin-bottom: 0;
}

.reserver-frame-wrap {
  width: min(86vw, 1220px);
  justify-self: center;
  margin: 14px 0 0;
  transform: none;
  background: #f8f4e8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.reserver-help {
  width: min(86vw, 1220px);
  margin: 10px 0 0;
  color: #be3c13;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.45;
  text-align: center;
}

.reserver-frame {
  width: 100%;
  height: min(66vh, 780px);
  border: 0;
  display: block;
  background: #fff;
}

.reserver-page,
body.reserver-page {
  background: #f8f4e8 !important;
}

.reserver-page .scenarios-main {
  background: #f8f4e8 !important;
}

.reserver-page .scenarios-title::after {
  content: none;
}

.reserver-page .scenarios-title {
  margin-top: 108px;
  font-size: clamp(2rem, 4.6vw, 4rem);
}

.reserver-bottom-band {
  width: 100%;
  height: 140px;
  background: #f8f4e8 !important;
}

.scenarios-page .aventures-card {
  min-height: clamp(212px, 23.2vw, 260px);
  height: clamp(212px, 23.2vw, 260px);
}

.info-main {
  min-height: 100dvh;
  display: block;
  padding: 164px 24px 120px;
}

.info-content {
  width: min(76vw, 760px);
  margin: 0 auto;
  color: var(--color-light-text);
  padding: 0;
}

.info-title {
  margin: 0 0 18px;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3.9vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.faq-page .info-title {
  margin-top: 18px;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
}

.info-text {
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.015em;
}

.info-text p {
  margin: 0 0 24px;
}

.info-text p:last-child {
  margin-bottom: 0;
}

.faq-categories {
  width: min(88vw, 760px);
  margin: 118px auto 0;
  padding: 0;
  list-style: none;
}

.faq-categories li {
  margin: 0 0 10px;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.faq-questions {
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}

.faq-question-item {
  margin: 0 0 14px;
  list-style: none;
}

.faq-question-toggle {
  width: 100%;
  border: 0;
  padding: 18px 22px;
  background: rgba(244, 238, 223, 0.9);
  color: #be3c13;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.faq-question-toggle:hover,
.faq-question-toggle:focus-visible {
  background: rgba(244, 238, 223, 0.9);
}

.faq-question-icon {
  flex: 0 0 auto;
  font-size: 1.2em;
  line-height: 1;
}

.faq-answer {
  padding: 14px 22px 18px;
  background: #f4eedf;
  border-top: 1px solid rgba(190, 60, 19, 0.16);
}

.faq-answer p {
  margin: 0;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.94rem, 1.08vw, 1.02rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.5;
  text-transform: none;
}

.faq-answer p + p {
  margin-top: 8px;
}

.faq-answer-emphasis {
  font-weight: 600;
}

.info-text-highlight {
  background: #f4eedf;
  color: #be3c13;
  padding: 14px 16px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 66px;
  padding: 8px 0 6px;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 300px;
  left: 50%;
  width: 2px;
  background: rgba(244, 238, 223, 0.85);
  transform: translateX(-50%);
  z-index: 0;
}

.about-step {
  margin: 0;
  width: min(41vw, 340px);
  padding: 14px 16px;
  background: #f4eedf;
  color: #be3c13;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.012em;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  position: relative;
  z-index: 1;
  --about-x: 0px;
  --about-y: 40px;
  transform: translate(var(--about-x), var(--about-y));
}

.about-step::before {
  content: none;
}

.about-step:nth-child(odd) {
  justify-self: start;
}

.about-step:nth-child(odd)::before {
  right: -26px;
}

.about-step:nth-child(even) {
  justify-self: end;
}

.about-step:nth-child(even)::before {
  left: -26px;
}

.about-step-lead,
.about-step-emphasis {
  font-weight: 650;
}

.about-step:first-child {
  width: min(50vw, 500px);
  background: #be3c13;
  color: var(--color-light-text);
  font-size: clamp(0.96rem, 1.06vw, 1.06rem);
  font-weight: 360;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 0;
  --about-x: -14px;
  --about-y: 56px;
}

.about-step:nth-child(n + 2) {
  width: min(46vw, 440px);
  background: #be3c13;
  color: var(--color-light-text);
  font-size: clamp(0.96rem, 1.06vw, 1.06rem);
  font-weight: 360;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 0;
  --about-x: 0px;
  --about-y: 56px;
}

.about-step:nth-child(2) {
  width: min(42vw, 400px);
  --about-x: -18px;
  --about-y: 56px;
}

.about-step:nth-child(3) {
  width: min(54vw, 560px);
  --about-x: -16px;
  --about-y: 56px;
}

.about-step:nth-child(4) {
  width: min(54vw, 560px);
  --about-x: 36px;
  --about-y: 38px;
}

.about-step:nth-child(5) {
  width: min(64vw, 720px);
  justify-self: center;
  --about-x: 0px;
  --about-y: 56px;
  background: #be3c13;
  color: var(--color-light-text);
  box-shadow: none;
  border-radius: 0;
  padding: 6px 0;
}

.about-step:nth-child(5)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  background: rgba(244, 238, 223, 0.8);
}

.about-step:nth-child(6) {
  width: min(68vw, 780px);
  justify-self: center;
  text-align: center;
  text-align-last: center;
  font-weight: 520;
  --about-x: 0px;
  --about-y: 6px;
  background: #be3c13;
  color: var(--color-light-text);
  box-shadow: none;
  border-radius: 0;
  padding: 6px 0;
}

.about-step.reveal-on-scroll {
  opacity: 0;
  translate: 0 0;
  transform: translate(var(--about-x), calc(var(--about-y) + 22px));
  transition: opacity 500ms ease, transform 640ms cubic-bezier(0.2, 0.82, 0.22, 1);
}

.about-step.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate(var(--about-x), var(--about-y));
}

.about-step:first-child::before {
  content: none;
}


.contact-form-section {
  position: absolute;
  top: clamp(164px, 19.8vw, 278px);
  left: 50%;
  transform: translateX(-50%);
  width: min(88vw, 860px);
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
}

.contact-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field span {
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(244, 238, 223, 0.85);
  background: #ece4d3;
  color: #272727;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  padding: 8px 10px;
  outline: none;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--color-light-text);
  box-shadow: 0 0 0 2px rgba(244, 238, 223, 0.2);
}

.contact-field-required {
  border-color: #cf2f2f !important;
  color: #cf2f2f !important;
}

.contact-field-required::placeholder {
  color: #cf2f2f;
  opacity: 1;
}

.contact-field textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-submit-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.contact-submit-feedback {
  margin: 0 0 8px;
  min-height: 1em;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-submit-btn {
  min-height: 44px;
  padding: 0 26px;
  border: 1px solid rgba(244, 238, 223, 0.9);
  background: rgba(244, 238, 223, 0.86);
  color: #be3c13;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.contact-submit-label {
  display: inline-block;
  transform: translateY(1px);
}

.contact-submit-btn:hover,
.contact-submit-btn:focus-visible {
  transform: translateY(-1px) scale(1.03);
  filter: brightness(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.site-infos-section {
  width: 100%;
  background: #be3c13;
  padding: 42px 24px 0;
  position: relative;
  min-height: 160px;
}

.scenarios-page .site-infos-section,
.info-page .site-infos-section,
.legal-page .site-infos-section {
  margin-top: 120px;
  position: relative;
}

.scenarios-page .site-infos-section::before,
.info-page .site-infos-section::before,
.legal-page .site-infos-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  height: 120px;
  background: #be3c13;
  pointer-events: none;
}

.escape-games-page .site-infos-section {
  margin-top: 220px;
}

.site-infos-inner {
  width: min(92vw, 980px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translate(-96px, -26px);
  height: 0;
  overflow: visible;
}

.site-infos-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-infos-logo {
  width: clamp(170px, 18vw, 260px);
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  margin: 0;
  transform: translate(-148px, -216px);
}

.site-infos-cgv-link {
  position: absolute;
  right: clamp(172px, 21vw, 360px);
  top: 0;
  transform: translateY(-88px);
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.78rem, 1.04vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.site-infos-cgv-link:hover,
.site-infos-cgv-link:focus-visible {
  text-decoration: underline;
}

.site-infos-legal-link {
  transform: translateY(-45px);
}

.site-infos-instagram-link {
  position: absolute;
  right: clamp(122px, 15.4vw, 298px);
  top: 0;
  transform: translateY(-76px);
  text-decoration: none;
}

.site-infos-instagram-icon {
  width: clamp(31px, 2.62vw, 39px) !important;
  height: auto;
  transform: none;
  transform-origin: center;
}

.site-infos-facebook-link {
  position: absolute;
  right: clamp(122px, 15.4vw, 298px);
  top: 0;
  transform: translateY(-26px);
  text-decoration: none;
}

.site-infos-facebook-icon {
  width: clamp(25px, 2.1vw, 30px);
  height: auto;
}

.site-infos-privacy-link {
  transform: translateY(0);
}

.site-infos-copyright {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.56rem, 0.8vw, 0.72rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  transform: translate(-50%, 38px);
  pointer-events: none;
}

.site-infos-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transform: translateY(-118px);
}

.site-infos-row-phone {
  transform: translate(-2px, -106px);
}

.site-infos-email-icon {
  width: clamp(24px, 2.8vw, 36px);
  height: auto;
  display: block;
  filter: url(#emailDuotone);
}

.site-infos-phone-icon {
  width: clamp(27px, 3.2vw, 40px);
  transform: translateY(-11px);
}

.site-infos-email-text {
  color: var(--color-light-text);
  font-family: "League Spartan", "Segoe UI", sans-serif;
  font-size: clamp(0.82rem, 1.22vw, 1.16rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  line-height: 1;
  transform: translateY(9px);
}

.site-infos-phone-text {
  transform: translateY(3px);
}

.site-infos-section .site-infos-logo,
.site-infos-section .site-infos-cgv-link,
.site-infos-section .site-infos-instagram-link,
.site-infos-section .site-infos-facebook-link,
.site-infos-section .site-infos-copyright,
.site-infos-section .site-infos-row {
  translate: none;
}

.site-infos-legal-links {
  display: contents;
}

.escape-games-page .site-infos-section .site-infos-logo,
.escape-games-page .site-infos-section .site-infos-cgv-link,
.escape-games-page .site-infos-section .site-infos-instagram-link,
.escape-games-page .site-infos-section .site-infos-facebook-link,
.escape-games-page .site-infos-section .site-infos-copyright,
.escape-games-page .site-infos-section .site-infos-row {
  translate: 0 26px;
}

.escape-games-page .site-infos-cgv-link {
  right: 360px;
}

.escape-games-page .site-infos-instagram-link,
.escape-games-page .site-infos-facebook-link {
  right: 298px;
}

.reserver-page .site-infos-section .site-infos-logo,
.reserver-page .site-infos-section .site-infos-cgv-link,
.reserver-page .site-infos-section .site-infos-instagram-link,
.reserver-page .site-infos-section .site-infos-facebook-link,
.reserver-page .site-infos-section .site-infos-copyright,
.reserver-page .site-infos-section .site-infos-row {
  translate: 0 26px;
}

.reserver-page .site-infos-cgv-link {
  right: 170px;
}

.reserver-page .site-infos-instagram-link,
.reserver-page .site-infos-facebook-link {
  right: 108px;
}

@media (min-width: 769px) {
  .contact-page .scenarios-title {
    font-size: 3.8rem;
  }

  .contact-page-subtitle {
    font-size: 1.18rem;
  }

  .contact-page .contact-form-section {
    width: 860px;
  }

  .contact-icons-row {
    width: 860px;
  }

  .contact-icon {
    width: 36px;
  }

  .contact-icon-phone {
    width: 40px;
  }

  .contact-icon-text {
    font-size: 1.46rem;
    white-space: nowrap;
  }

  .reserver-layout {
    width: 1420px;
  }

  .reserver-guide {
    max-width: 1220px;
  }

  .reserver-guide-step {
    font-size: 0.84rem;
  }

  .reserver-frame-wrap {
    width: 1220px;
  }

  .reserver-help {
    width: 1220px;
    font-size: 1rem;
  }

  .reserver-frame {
    height: 780px;
  }

  .reserver-page .scenarios-title {
    font-size: 4rem;
  }

  .info-content {
    width: 760px;
  }

  .info-title {
    font-size: 3.2rem;
  }

  .faq-page .info-title {
    font-size: 3.45rem;
  }

  .faq-categories {
    width: 760px;
  }

  .faq-categories li {
    font-size: 2.35rem;
  }

  .faq-question-toggle {
    font-size: 1.12rem;
  }

  .faq-answer p {
    font-size: 1.02rem;
  }

  .escape-games-page {
    --escape-card-shell-width: 820px;
    --escape-panel-width: 1220px;
    --escape-detail-side-width: 320px;
  }

  .scenarios-title {
    font-size: 3rem;
  }

  .scenarios-page .aventures-card {
    min-height: 260px;
    height: 260px;
  }

  .scenarios-page .aventures-slide-title {
    font-size: 1.5rem;
  }

  .scenarios-page .aventures-slide-title-centered {
    font-size: 1.72rem;
  }

  .scenarios-page .aventures-slide-subline {
    font-size: 1.08rem;
  }

  .scenarios-page .aventures-slide-note {
    font-size: 1.02rem;
  }

  .scenarios-page .aventures-slide-synopsis {
    font-size: 0.94rem;
  }

  .scenarios-page .aventures-notify-btn {
    font-size: 0.8rem;
  }

  .scenarios-page .aventures-notify-input {
    font-size: 0.84rem;
  }

  .scenario-panel-title {
    width: 1220px;
    font-size: 2.6rem;
  }

  .scenario-panel-content {
    width: 1220px;
  }

  .scenario-detail-section-title {
    font-size: 2.16rem;
  }

  .scenario-detail-text {
    font-size: 1.06rem;
  }

  .site-infos-inner {
    width: 980px;
  }

  .site-infos-logo {
    width: 260px;
  }

  .site-infos-cgv-link {
    right: 360px;
    font-size: 1rem;
  }

  .site-infos-instagram-link {
    right: 298px;
  }

  .site-infos-instagram-icon {
    width: 39px !important;
  }

  .site-infos-facebook-link {
    right: 298px;
  }

  .site-infos-facebook-icon {
    width: 30px;
  }

  .site-infos-copyright {
    font-size: 0.72rem;
  }

  .site-infos-email-icon {
    width: 36px;
  }

  .site-infos-phone-icon {
    width: 40px;
  }

  .site-infos-email-text {
    font-size: 1.16rem;
    white-space: nowrap;
  }

  body.home-page {
    min-width: 1920px;
    overflow-x: hidden;
  }

  .home-page .topbar {
    width: 100%;
    left: 0;
    transform: none;
  }

  .home-page .topbar::after {
    width: 100%;
    left: 0;
    transform: none;
  }

  .home-page .topbar-inner,
  .home-page .center-stage,
  .home-page .after-logo,
  .home-page .nos-aventures-section,
  .home-page .aventures-card-section,
  .home-page .bottom-arc-section {
    width: 1920px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .topbar-inner {
    padding: 0 10px;
    position: relative;
  }

  .home-page .center-stage {
    min-height: 780px;
  }

  .home-page .topbar-brand {
    position: absolute;
    left: 0;
    top: 0;
  }

  .home-page .topbar-logo {
    height: 132px;
    transform: translateY(4px);
  }

  .home-page .topbar-nav {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 60px;
  }

  .home-page .topbar-link,
  .home-page .topbar-cta {
    font-size: 1.05rem;
  }

  .home-page .center-logo {
    width: 920px;
    transform: translate(-48px, -248px);
  }

  .home-page .after-logo {
    margin-top: -660px;
    min-height: 1296px;
    padding: 48px 24px 24px;
  }

  .home-page .after-logo-title {
    margin-top: 50px;
    width: 980px;
    font-size: 2.38rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .after-logo-subtitle {
    margin-top: -2px;
    width: 980px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .after-logo-subtitle::before {
    width: 84px;
    margin: 0 auto 8px;
    transform: translateY(-5px);
  }

  .home-page .after-logo-grid {
    margin-top: 66px;
    width: 860px;
    gap: 30px;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .after-logo-text {
    width: 500px;
    font-size: 1.04rem;
    padding: 24px 28px;
  }

  .home-page .after-logo-side {
    width: 285px;
  }

  .home-page .after-logo-feather {
    width: 42px;
  }

  .home-page .after-logo-feather-loupe {
    width: 33px;
    margin-left: 4px;
  }

  .home-page .after-logo-card-label {
    font-size: 1.1rem;
  }

  .home-page .nos-aventures-section {
    position: relative;
    margin-top: -660px;
    padding: 0 0 12px;
  }

  .home-page .nos-aventures-title {
    margin: 14px 0 0;
    margin-left: 426px;
    font-size: 2.3rem;
  }

  .home-page .nos-aventures-title::before {
    top: 47.8%;
    right: calc(100% + 14px);
    width: 1000px;
  }

  .home-page .aventures-card-section {
    padding: 40px 24px 44px;
  }

  .home-page .aventures-card-shell {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .aventures-card {
    min-height: 270px;
    padding: 20px 22px;
  }

  .home-page .aventures-slide-title {
    margin: 44px 0 0 300px;
    font-size: 1.5rem;
  }

  .home-page .aventures-slide-title-centered {
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 1.72rem;
    letter-spacing: 0.1em;
  }

  .home-page .aventures-slide-subline {
    font-size: 1.08rem;
  }

  .home-page .aventures-slide-note {
    margin-top: 20px;
    font-size: 1.02rem;
  }

  .home-page .aventures-slide-synopsis {
    margin: 8px 0 0 300px;
    font-size: 0.94rem;
  }

  .home-page .aventures-features {
    margin: 20px 0 0 300px;
    gap: 22px;
  }

  .home-page .aventures-feature-text {
    font-size: 0.9rem;
  }

  .home-page .aventures-feature-text-players {
    font-size: 0.88rem;
  }

  .home-page .aventures-more-btn {
    margin: 26px 0 0 300px;
    font-size: 0.8rem;
  }

  .home-page .aventures-notify-form {
    width: 420px;
    margin-top: 14px;
  }

  .home-page .aventures-notify-btn {
    min-height: 34px;
    font-size: 0.8rem;
  }

  .home-page .aventures-notify-input {
    min-height: 34px;
    font-size: 0.84rem;
  }

  .home-page .bottom-arc-section {
    min-height: 250px;
    margin-top: 102px;
    padding-bottom: 0;
  }

  .home-page .bottom-arc-shape {
    min-height: 930px;
    padding-bottom: 120px;
    padding-top: 54px;
  }

  .home-page .bottom-arc-title {
    top: 60px;
    width: 100%;
    text-align: center;
    font-size: 3.12rem;
  }

  .home-page .bottom-arc-subtitle {
    top: 118px;
    width: 100%;
    text-align: center;
    font-size: 1.18rem;
  }

  .home-page .contact-form-section {
    top: 308px;
    width: 860px;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-page .site-infos-section {
    width: 100%;
    background: #be3c13;
    padding: 42px 24px 0;
    position: relative;
    min-height: 1px;
  }

  .home-page .site-infos-inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translate(-96px, -26px);
    height: 0;
    overflow: visible;
  }

  .home-page .site-infos-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .home-page .site-infos-logo {
    width: 260px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    margin: 0;
    transform: translate(-148px, -216px);
  }

  .home-page .site-infos-cgv-link {
    position: absolute;
    right: 360px;
    top: 0;
    transform: translateY(-88px);
    color: var(--color-light-text);
    font-family: "League Spartan", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
  }

  .home-page .site-infos-legal-link {
    transform: translateY(-45px);
  }

  .home-page .site-infos-instagram-link {
    position: absolute;
    right: 298px;
    top: 0;
    transform: translateY(-76px);
    text-decoration: none;
  }

  .home-page .site-infos-instagram-icon {
    width: 39px !important;
    height: auto;
    transform: none;
    transform-origin: center;
  }

  .home-page .site-infos-facebook-link {
    position: absolute;
    right: 298px;
    top: 0;
    transform: translateY(-26px);
    text-decoration: none;
  }

  .home-page .site-infos-facebook-icon {
    width: 30px;
    height: auto;
  }

  .home-page .site-infos-privacy-link {
    transform: translateY(0);
  }

  .home-page .site-infos-copyright {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    color: var(--color-light-text);
    font-family: "League Spartan", "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    transform: translate(-50%, 38px);
    pointer-events: none;
  }

  .home-page .site-infos-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transform: translateY(-118px);
  }

  .home-page .site-infos-row-phone {
    transform: translate(-2px, -106px);
  }

  .home-page .site-infos-email-icon {
    width: 36px;
    height: auto;
    display: block;
    filter: url(#emailDuotone);
  }

  .home-page .site-infos-phone-icon {
    width: 40px;
    transform: translateY(-11px);
  }

  .home-page .site-infos-email-text {
    color: var(--color-light-text);
    font-family: "League Spartan", "Segoe UI", sans-serif;
    font-size: 1.16rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(9px);
  }

  .home-page .site-infos-phone-text {
    transform: translateY(3px);
  }

  .home-page .site-infos-section .site-infos-logo,
  .home-page .site-infos-section .site-infos-cgv-link,
  .home-page .site-infos-section .site-infos-instagram-link,
  .home-page .site-infos-section .site-infos-facebook-link,
  .home-page .site-infos-section .site-infos-copyright,
  .home-page .site-infos-section .site-infos-row {
    translate: 0 88px;
  }

}

@media (min-width: 1366px) and (max-width: 1599px) {
  body.home-page {
    min-width: 0;
  }

  .home-page .topbar,
  .home-page .topbar::after,
  .home-page .topbar-inner,
  .home-page .center-stage,
  .home-page .after-logo,
  .home-page .nos-aventures-section,
  .home-page .aventures-card-section,
  .home-page .bottom-arc-section {
    width: 100%;
  }

  .home-page .topbar-nav {
    gap: 44px;
  }

  .home-page .topbar-link,
  .home-page .topbar-cta {
    font-size: 1.05rem;
  }

  .home-page .center-stage {
    min-height: 700px;
  }

  .home-page .center-logo {
    width: 760px;
    transform: translate(-36px, -190px);
  }

  .home-page .after-logo {
    margin-top: -560px;
    min-height: 1080px;
  }

  .home-page .after-logo-title,
  .home-page .after-logo-subtitle {
    width: 840px;
  }

  .home-page .after-logo-title {
    font-size: 2.02rem;
  }

  .home-page .after-logo-subtitle {
    font-size: 1.34rem;
  }

  .home-page .after-logo-grid {
    width: 760px;
    gap: 24px;
  }

  .home-page .after-logo-text {
    width: 450px;
    font-size: 0.98rem;
  }

  .home-page .after-logo-side {
    width: 272px;
  }

  .home-page .after-logo-card-label,
  .home-page .after-logo-card-label-bottom {
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .home-page .nos-aventures-section {
    margin-top: -560px;
  }

  .home-page .nos-aventures-title {
    margin-left: 300px;
    font-size: 2rem;
  }

  .home-page .nos-aventures-title::before {
    width: 760px;
  }

  .home-page .aventures-card-shell {
    width: 740px;
  }

  .home-page .aventures-card {
    min-height: 244px;
  }

  .home-page .aventures-slide-title,
  .home-page .aventures-slide-synopsis,
  .home-page .aventures-features,
  .home-page .aventures-more-btn {
    margin-left: 262px;
  }

  .home-page .aventures-slide-title {
    font-size: 1.34rem;
  }

  .home-page .aventures-slide-synopsis {
    font-size: 0.88rem;
  }

  .home-page .aventures-slide-title-centered {
    font-size: 1.56rem;
  }

  .home-page .aventures-slide-subline {
    font-size: 1rem;
  }

  .home-page .aventures-slide-note {
    font-size: 0.94rem;
  }

  .home-page .bottom-arc-section {
    margin-top: 84px;
  }

  .home-page .bottom-arc-shape {
    min-height: 820px;
  }

  .home-page .bottom-arc-title {
    font-size: 2.7rem;
  }

  .home-page .bottom-arc-subtitle {
    font-size: 1.08rem;
  }

  .home-page .contact-form-section {
    top: 276px;
    width: 760px;
  }

  .home-page .site-infos-cgv-link {
    right: 170px;
  }

  .home-page .site-infos-instagram-link,
  .home-page .site-infos-facebook-link {
    right: 108px;
  }
}

@media (min-width: 1100px) and (max-width: 1365px) {
  body.home-page {
    min-width: 0;
  }

  .home-page .topbar,
  .home-page .topbar::after,
  .home-page .topbar-inner,
  .home-page .center-stage,
  .home-page .after-logo,
  .home-page .nos-aventures-section,
  .home-page .aventures-card-section,
  .home-page .bottom-arc-section {
    width: 100%;
  }

  .home-page .topbar-nav {
    gap: 28px;
  }

  .home-page .topbar-link,
  .home-page .topbar-cta {
    font-size: 1.05rem;
  }

  .home-page .topbar-cta {
    padding: 0 10px;
  }

  .home-page .topbar-logo {
    height: 118px;
  }

  .home-page .center-stage {
    min-height: 620px;
  }

  .home-page .center-logo {
    width: 620px;
    transform: translate(-18px, -146px);
  }

  .home-page .after-logo {
    margin-top: -480px;
    min-height: 940px;
    padding-top: 32px;
  }

  .home-page .after-logo-title,
  .home-page .after-logo-subtitle {
    width: 720px;
  }

  .home-page .after-logo-title {
    font-size: 1.72rem;
  }

  .home-page .after-logo-subtitle {
    font-size: 1.18rem;
  }

  .home-page .after-logo-grid {
    width: 680px;
    gap: 18px;
  }

  .home-page .after-logo-text {
    width: 408px;
    font-size: 0.92rem;
    padding: 22px 24px;
  }

  .home-page .after-logo-side {
    width: 250px;
  }

  .home-page .after-logo-card-label,
  .home-page .after-logo-card-label-bottom {
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .home-page .nos-aventures-section {
    margin-top: -480px;
  }

  .home-page .nos-aventures-title {
    margin-left: 210px;
    font-size: 1.76rem;
  }

  .home-page .nos-aventures-title::before {
    width: 620px;
  }

  .home-page .aventures-card-shell {
    width: 640px;
  }

  .home-page .aventures-card {
    min-height: 228px;
  }

  .home-page .aventures-slide-title,
  .home-page .aventures-slide-synopsis,
  .home-page .aventures-features,
  .home-page .aventures-more-btn {
    margin-left: 220px;
  }

  .home-page .aventures-slide-title {
    margin-top: 36px;
    font-size: 1.18rem;
  }

  .home-page .aventures-slide-synopsis {
    font-size: 0.8rem;
  }

  .home-page .aventures-features {
    margin-top: 16px;
    gap: 18px;
  }

  .home-page .aventures-feature-text,
  .home-page .aventures-feature-text-players,
  .home-page .aventures-more-btn,
  .home-page .aventures-notify-btn,
  .home-page .aventures-notify-input {
    font-size: 0.76rem;
  }

  .home-page .aventures-slide-title-centered {
    font-size: 1.34rem;
  }

  .home-page .aventures-slide-subline {
    font-size: 0.88rem;
  }

  .home-page .aventures-slide-note {
    font-size: 0.84rem;
  }

  .home-page .aventures-notify-form {
    width: 360px;
  }

  .home-page .bottom-arc-section {
    margin-top: 64px;
  }

  .home-page .bottom-arc-shape {
    min-height: 720px;
    padding-top: 42px;
  }

  .home-page .bottom-arc-title {
    top: 48px;
    font-size: 2.34rem;
  }

  .home-page .bottom-arc-subtitle {
    top: 96px;
    font-size: 0.96rem;
  }

  .home-page .contact-form-section {
    top: 236px;
    width: 680px;
  }

  .home-page .site-infos-cgv-link {
    right: 170px;
  }

  .home-page .site-infos-instagram-link,
  .home-page .site-infos-facebook-link {
    right: 108px;
  }
}

@media (min-width: 1366px) and (max-width: 1599px) {
  .info-page .topbar-nav {
    gap: 44px;
  }

  .info-page .topbar-link,
  .info-page .topbar-cta {
    font-size: 1.05rem;
  }

  .info-page .info-content {
    width: 700px;
  }

  .info-page .info-title {
    font-size: 2.86rem;
  }

  .info-page .about-timeline {
    gap: 56px;
  }

  .info-page .about-step:first-child {
    width: 460px;
  }

  .info-page .about-step:nth-child(2) {
    width: 370px;
  }

  .info-page .about-step:nth-child(3),
  .info-page .about-step:nth-child(4) {
    width: 500px;
  }

  .info-page .about-step:nth-child(5) {
    width: 640px;
  }

  .info-page .about-step:nth-child(6) {
    width: 700px;
  }

  .info-page .site-infos-cgv-link {
    right: 170px;
  }

  .info-page .site-infos-instagram-link,
  .info-page .site-infos-facebook-link {
    right: 108px;
  }

  .faq-page .faq-categories {
    width: 700px;
    margin-top: 102px;
  }

  .faq-page .faq-categories li {
    font-size: 2.12rem;
  }

  .faq-page .faq-questions {
    margin-top: 22px;
    margin-bottom: 28px;
  }

  .faq-page .faq-question-toggle {
    font-size: 1.02rem;
  }

  .faq-page .faq-answer p {
    font-size: 0.96rem;
  }

  .contact-page .contact-main {
    padding-bottom: 72px;
  }

  .contact-page .contact-icons-row {
    width: 760px;
    margin-top: 54px;
    gap: 34px;
  }

  .contact-page .contact-icon-text {
    font-size: 1.28rem;
  }

  .contact-page .contact-form-section {
    width: 760px;
    margin-top: 72px;
  }

  .reserver-page .reserver-layout {
    width: 1180px;
    margin-top: 32px;
    margin-bottom: 38px;
    gap: 18px;
  }

  .reserver-page .reserver-guide {
    max-width: 1040px;
  }

  .reserver-page .reserver-guide-step {
    font-size: 0.8rem;
  }

  .reserver-page .reserver-frame-wrap {
    width: 1040px;
  }

  .reserver-page .reserver-frame {
    height: 720px;
  }

  .reserver-page .reserver-help {
    width: 1040px;
    font-size: 0.94rem;
  }

  .escape-games-page {
    --escape-card-shell-width: 740px;
    --escape-panel-width: 1040px;
    --escape-detail-side-width: 292px;
  }

  .escape-games-page .topbar-nav {
    gap: 44px;
  }

  .escape-games-page .topbar-link,
  .escape-games-page .topbar-cta {
    font-size: 1.05rem;
  }

  .escape-games-page .scenarios-title {
    font-size: 2.72rem;
  }

  .escape-games-page .scenarios-card-section {
    padding-top: 44px;
  }

  .escape-games-page .scenarios-card-section-secondary {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .escape-games-page .aventures-card {
    min-height: 244px;
    height: 244px;
  }

  .escape-games-page .aventures-slide-title {
    margin-left: 262px;
    font-size: 1.34rem;
  }

  .escape-games-page .aventures-slide-synopsis {
    margin-left: 262px;
    font-size: 0.88rem;
  }

  .escape-games-page .aventures-features,
  .escape-games-page .aventures-more-btn {
    margin-left: 262px;
  }

  .escape-games-page .aventures-slide-title-centered {
    font-size: 1.56rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .escape-games-page .aventures-slide-subline {
    font-size: 1rem;
  }

  .escape-games-page .aventures-slide-note {
    font-size: 0.94rem;
  }

  .escape-games-page .scenario-panel-title {
    top: 176px;
    left: 54%;
    font-size: 2.28rem;
  }

  .escape-games-page .scenario-panel-back {
    top: 166px;
    left: 42px;
    font-size: 1rem;
  }

  .escape-games-page .scenario-panel-back-icon {
    width: 42px;
    height: 42px;
    font-size: 1.18rem;
  }

  .escape-games-page .scenario-panel-content {
    margin-top: 256px;
    margin-bottom: 64px;
  }

  .escape-games-page .scenario-detail-top,
  .escape-games-page .scenario-detail-bottom {
    gap: 22px;
  }

  .escape-games-page .scenario-detail-visual {
    min-height: 352px;
  }

  .escape-games-page .scenario-detail-card {
    padding: 18px 20px;
  }

  .escape-games-page .scenario-detail-copy {
    max-width: 96%;
  }

  .escape-games-page .scenario-detail-image {
    min-height: 188px;
  }

  .escape-games-page .scenario-detail-section-title {
    font-size: 1.94rem;
  }

  .escape-games-page .scenario-detail-text {
    font-size: 0.98rem;
  }

  .escape-games-page .site-infos-cgv-link {
    right: 170px;
  }

  .escape-games-page .site-infos-instagram-link,
  .escape-games-page .site-infos-facebook-link {
    right: 108px;
  }
}

@media (min-width: 1100px) and (max-width: 1365px) {
  .info-page .topbar-nav {
    gap: 28px;
  }

  .info-page .topbar-link,
  .info-page .topbar-cta {
    font-size: 1.05rem;
  }

  .info-page .topbar-cta {
    padding: 0 10px;
  }

  .info-page .info-main {
    padding-top: 150px;
  }

  .info-page .info-content {
    width: 620px;
  }

  .info-page .info-title {
    font-size: 2.42rem;
  }

  .info-page .about-timeline {
    gap: 44px;
  }

  .info-page .about-timeline::before {
    top: 56px;
    bottom: 264px;
  }

  .info-page .about-step {
    font-size: 0.96rem;
  }

  .info-page .about-step:first-child {
    width: 410px;
    font-size: 0.98rem;
  }

  .info-page .about-step:nth-child(2) {
    width: 330px;
  }

  .info-page .about-step:nth-child(3),
  .info-page .about-step:nth-child(4) {
    width: 430px;
  }

  .info-page .about-step:nth-child(5) {
    width: 560px;
  }

  .info-page .about-step:nth-child(6) {
    width: 620px;
  }

  .info-page .site-infos-cgv-link {
    right: 170px;
  }

  .info-page .site-infos-instagram-link,
  .info-page .site-infos-facebook-link {
    right: 108px;
  }

  .faq-page .faq-categories {
    width: 620px;
    margin-top: 92px;
  }

  .faq-page .faq-categories li {
    font-size: 1.82rem;
  }

  .faq-page .faq-questions {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .faq-page .faq-question-toggle {
    padding: 16px 18px;
    font-size: 0.92rem;
    gap: 14px;
  }

  .faq-page .faq-answer {
    padding: 12px 18px 16px;
  }

  .faq-page .faq-answer p {
    font-size: 0.88rem;
  }

  .contact-page .contact-main {
    padding-bottom: 64px;
  }

  .contact-page .contact-icons-row {
    width: 680px;
    margin-top: 46px;
    gap: 26px;
  }

  .contact-page .contact-icon-text {
    font-size: 1.12rem;
  }

  .contact-page .contact-form-section {
    width: 680px;
    margin-top: 60px;
  }

  .contact-page .contact-form {
    gap: 12px 14px;
  }

  .reserver-page .reserver-layout {
    width: 960px;
    margin-top: 28px;
    margin-bottom: 30px;
    gap: 16px;
  }

  .reserver-page .reserver-guide {
    max-width: 900px;
    padding-left: 12px;
  }

  .reserver-page .reserver-guide-step {
    font-size: 0.72rem;
    margin-bottom: 12px;
  }

  .reserver-page .reserver-frame-wrap {
    width: 900px;
  }

  .reserver-page .reserver-frame {
    height: 660px;
  }

  .reserver-page .reserver-help {
    width: 900px;
    font-size: 0.86rem;
  }

  .reserver-page .scenarios-title {
    font-size: 3.28rem;
  }

  .escape-games-page {
    --escape-card-shell-width: 640px;
    --escape-panel-width: 900px;
    --escape-detail-side-width: 260px;
  }

  .escape-games-page .topbar-nav {
    gap: 28px;
  }

  .escape-games-page .topbar-link,
  .escape-games-page .topbar-cta {
    font-size: 1.05rem;
  }

  .escape-games-page .topbar-cta {
    padding: 0 10px;
  }

  .escape-games-page .scenarios-title {
    font-size: 2.32rem;
  }

  .escape-games-page .scenarios-card-section {
    padding-top: 34px;
  }

  .escape-games-page .scenarios-card-section-secondary {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .escape-games-page .aventures-card {
    min-height: 228px;
    height: 228px;
  }

  .escape-games-page .aventures-slide-title,
  .escape-games-page .aventures-slide-synopsis,
  .escape-games-page .aventures-features,
  .escape-games-page .aventures-more-btn {
    margin-left: 220px;
  }

  .escape-games-page .aventures-slide-title {
    margin-top: 36px;
    font-size: 1.18rem;
  }

  .escape-games-page .aventures-slide-synopsis {
    font-size: 0.8rem;
  }

  .escape-games-page .aventures-features {
    margin-top: 16px;
    gap: 18px;
  }

  .escape-games-page .aventures-feature-text,
  .escape-games-page .aventures-feature-text-players,
  .escape-games-page .aventures-more-btn,
  .escape-games-page .aventures-notify-btn,
  .escape-games-page .aventures-notify-input {
    font-size: 0.76rem;
  }

  .escape-games-page .aventures-slide-title-centered {
    font-size: 1.34rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .escape-games-page .aventures-slide-subline {
    font-size: 0.88rem;
  }

  .escape-games-page .aventures-slide-note {
    font-size: 0.84rem;
  }

  .escape-games-page .aventures-notify-form {
    width: 360px;
  }

  .escape-games-page .scenario-panel-title {
    top: 168px;
    left: 55%;
    font-size: 1.96rem;
  }

  .escape-games-page .scenario-panel-back {
    top: 158px;
    left: 28px;
    font-size: 0.94rem;
    gap: 8px;
  }

  .escape-games-page .scenario-panel-back-icon {
    width: 38px;
    height: 38px;
    font-size: 1.08rem;
  }

  .escape-games-page .scenario-panel-content {
    margin-top: 244px;
    margin-bottom: 56px;
  }

  .escape-games-page .scenario-detail-top,
  .escape-games-page .scenario-detail-bottom {
    gap: 18px;
  }

  .escape-games-page .scenario-detail-visual {
    min-height: 320px;
  }

  .escape-games-page .scenario-detail-card {
    padding: 16px 18px;
  }

  .escape-games-page .scenario-detail-copy {
    max-width: 100%;
  }

  .escape-games-page .scenario-detail-image {
    min-height: 172px;
  }

  .escape-games-page .scenario-detail-label,
  .escape-games-page .scenario-detail-value,
  .escape-games-page .scenario-detail-btn {
    font-size: 0.94rem;
  }

  .escape-games-page .scenario-detail-access-title,
  .escape-games-page .scenario-detail-diff-text {
    font-size: 0.82rem;
  }

  .escape-games-page .scenario-detail-access-list li {
    font-size: 0.78rem;
  }

  .escape-games-page .scenario-detail-section-title {
    font-size: 1.72rem;
  }

  .escape-games-page .scenario-detail-text {
    font-size: 0.9rem;
  }

  .escape-games-page .site-infos-cgv-link {
    right: 170px;
  }

  .escape-games-page .site-infos-instagram-link,
  .escape-games-page .site-infos-facebook-link {
    right: 108px;
  }
}



@media (max-width: 640px) {
  .topbar {
    height: 106px;
    min-height: 106px;
  }

  .topbar::after {
    height: 128px;
  }

  .topbar-inner {
    height: 106px;
    min-height: 106px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    position: relative;
  }

  .topbar-brand {
    display: block;
    align-self: auto;
    position: absolute;
    left: 8px;
    top: 0;
  }

  .topbar-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 38%;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-light-text);
    font-family: "League Spartan", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: translate(-50%, -38%);
    z-index: 3;
  }

  .topbar-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 38%;
    min-height: 28px;
    padding: 0 8px;
    border: 0;
    background: transparent;
    color: var(--color-light-text);
    text-decoration: none;
    font-family: "League Spartan", "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 550;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translateY(-38%);
    z-index: 3;
  }

  .topbar-mobile-cta::before {
    content: "";
    position: absolute;
    inset: -1px -4px;
    transform: translateY(-2px);
    border: 1px solid rgba(244, 238, 223, 0.85);
    border-radius: 999px;
    pointer-events: none;
  }

  .topbar-logo {
    height: 74px;
    transform: translateY(6px);
  }

  .topbar-nav {
    display: none !important;
    position: absolute;
    top: 50px;
    left: 50%;
    right: auto;
    width: 156px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px 0 12px;
    transform: translateX(-50%);
    background: #f4eedf;
    border: 1px solid rgba(190, 60, 19, 0.16);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 4;
  }

  .topbar.is-menu-open .topbar-nav {
    display: flex !important;
  }

  .topbar-link,
  .topbar-cta {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
    color: #be3c13;
  }

  .topbar-cta {
    min-height: 28px;
    padding: 0 18px;
    border-radius: 10px;
    border-color: rgba(190, 60, 19, 0.72);
  }

  .topbar-nav .topbar-link,
  .topbar-nav .topbar-link:visited,
  .topbar-nav .topbar-cta,
  .topbar-nav .topbar-cta:visited {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 36px;
    padding: 0 24px;
    text-align: left;
    line-height: 1;
    color: #be3c13;
    text-shadow: none;
  }

  .topbar-nav .topbar-cta {
    display: flex;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .center-stage {
    min-height: 66svh;
    padding: 88px 14px 20px;
    align-items: center;
    justify-content: flex-start;
  }

  .center-logo {
    width: min(88vw, 500px);
    transform: translate(-2vw, 0);
  }

  .after-logo {
    margin-top: 0;
    min-height: auto;
    padding: 48px 16px 28px;
  }

  .after-logo-title {
    margin-top: 0;
    width: min(92vw, 420px);
    font-size: clamp(0.72rem, 3.05vw, 0.98rem);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .after-logo-subtitle {
    width: min(92vw, 420px);
    margin: 0 auto 0;
    font-size: clamp(0.7rem, 2.85vw, 0.94rem);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .after-logo-grid {
    width: min(92vw, 420px);
    margin-top: 32px;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .after-logo-text {
    width: 100%;
    order: 1;
    padding: 18px 16px;
  }

  .after-logo-side {
    width: 100%;
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 12px;
  }

  .after-logo-card {
    min-height: 70px;
  }

  .after-logo-card-icon {
    padding-left: 10px;
    padding-right: 10px;
    gap: 6px;
  }

  .after-logo-feather {
    width: 18px;
  }

  .after-logo-feather-loupe {
    width: 16px;
    margin-left: 2px;
  }

  .after-logo-card-label,
  .after-logo-card-label-bottom {
    margin-left: 0;
    font-size: 0.56rem;
    letter-spacing: 0.035em;
    line-height: 1.15;
  }

  .nos-aventures-section {
    margin-top: 0;
    padding: 28px 0 8px;
  }

  .nos-aventures-title {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(96px);
  }

  .nos-aventures-title::before {
    display: none;
  }

  .aventures-card-section {
    padding: 18px 0 24px;
  }

  .aventures-card-shell {
    width: min(calc(100vw - 116px), 248px);
  }

  .aventures-card {
    min-height: 126px;
    padding: 8px 9px;
  }

  .aventures-arrow {
    width: 22px;
    height: 22px;
    font-size: 0.72rem;
  }

  .aventures-arrow-left {
    left: -32px;
  }

  .aventures-arrow-right {
    right: -32px;
  }

  .aventures-slide-title {
    margin-left: 92px;
    margin-top: 16px;
    font-size: 0.7rem;
  }

  .aventures-slide-synopsis,
  .aventures-features {
    margin-left: 92px;
  }

  .aventures-slide:first-child .aventures-slide-title,
  .aventures-slide:first-child .aventures-slide-synopsis,
  .aventures-slide:first-child .aventures-features,
  .aventures-slide:first-child .aventures-more-btn {
    margin-left: 0;
  }

  .aventures-slide-synopsis {
    margin-top: 4px;
    font-size: 0.54rem;
    line-height: 1.28;
  }

  .aventures-features {
    margin-top: 8px;
    gap: 6px;
  }

  .aventures-feature {
    gap: 3px;
  }

  .aventures-feature-text {
    font-size: 0.46rem;
    letter-spacing: 0.04em;
  }

  .aventures-slide:first-child .aventures-features {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .aventures-slide:first-child .aventures-feature {
    gap: 2px;
    flex-shrink: 1;
    min-width: 0;
  }

  .aventures-slide:first-child .aventures-feature:first-child {
    margin-right: 4px;
  }

  .aventures-slide:first-child .aventures-feature-icon {
    width: 13px;
    height: 13px;
  }

  .aventures-slide:first-child .aventures-feature-text {
    font-size: 0.4rem;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }

  .aventures-slide:first-child .aventures-difficulty-icons {
    gap: 2px;
  }

  .aventures-slide:first-child .aventures-lock {
    width: 10px;
    height: 10px;
  }

  .aventures-slide:first-child .aventures-hourglass {
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }

  .aventures-slide:first-child .aventures-hourglass-after + .aventures-feature-text {
    margin-left: 1px;
  }

  .aventures-more-btn {
    min-height: 20px;
    padding: 0 7px;
    font-size: 0.44rem;
    letter-spacing: 0.05em;
  }

  .aventures-slide-title-centered {
    margin-top: 14px;
    font-size: 0.76rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .aventures-slide-subline {
    font-size: 0.56rem;
  }

  .aventures-slide-note {
    margin-top: 7px;
    font-size: 0.52rem;
  }

  .aventures-notify-form {
    width: min(94%, 214px);
    gap: 4px;
  }

  .aventures-notify-btn,
  .aventures-notify-input {
    min-height: 20px;
  }

  .aventures-notify-btn {
    font-size: 0.42rem;
  }

  .aventures-notify-input {
    font-size: 0.48rem;
  }

  .bottom-arc-section {
    margin-top: 18px;
    min-height: 0;
    background: var(--color-light-text);
    position: relative;
    padding-top: 14px;
  }

  .bottom-arc-section::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
    background: var(--color-light-text);
    z-index: 3;
  }

  .bottom-arc-shape {
    width: 100%;
    aspect-ratio: auto;
    border-radius: 64px 64px 0 0;
    padding: 26px 0 28px;
    margin-top: -14px;
  }

  .bottom-arc-title,
  .bottom-arc-subtitle {
    position: static;
    transform: none;
    text-align: center;
    white-space: normal;
  }

  .bottom-arc-subtitle {
    margin-top: 10px;
    padding: 0 16px;
  }

  .contact-form-section {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: min(92vw, 460px);
    margin: 22px auto 0;
  }

  .contact-form {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-field span {
    font-size: 0.62rem;
  }

  .contact-field input,
  .contact-field textarea {
    min-height: 30px;
    font-size: 0.76rem;
  }

  .contact-field textarea {
    min-height: 96px;
  }

  .contact-submit-btn {
    min-height: 34px;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  .contact-submit-feedback {
    font-size: 0.64rem;
  }

  .contact-page .contact-main {
    padding-bottom: 42px;
  }

  .contact-page .contact-icons-row {
    width: min(92vw, 420px);
    margin: 34px auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .contact-page .contact-icon-block {
    transform: none;
  }

  .contact-page .contact-icon-text {
    font-size: 0.96rem;
  }

  .contact-icon,
  .site-infos-email-icon,
  .site-infos-instagram-icon,
  .site-infos-facebook-icon {
    filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(250%) hue-rotate(334deg) brightness(102%) contrast(92%);
  }

  .faq-page .faq-categories {
    width: min(84vw, 340px);
    margin-top: 68px;
  }

  .faq-page .faq-categories li {
    font-size: clamp(0.94rem, 4vw, 1.18rem);
  }

  .faq-page .faq-questions {
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .faq-page .faq-question-toggle {
    padding: 14px 14px;
    font-size: 0.82rem;
    gap: 12px;
  }

  .faq-page .faq-answer {
    padding: 12px 14px 14px;
  }

  .faq-page .faq-answer p {
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .site-infos-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 32px 18px 24px;
    text-align: center;
    position: relative;
  }

  .site-infos-section::before {
    top: -54px;
    height: 54px;
  }

  .site-infos-section .site-infos-logo,
  .site-infos-section .site-infos-cgv-link,
  .site-infos-section .site-infos-instagram-link,
  .site-infos-section .site-infos-facebook-link,
  .site-infos-section .site-infos-copyright,
  .site-infos-section .site-infos-row {
    translate: none;
  }

  .site-infos-logo {
    position: static;
    display: block;
    width: 150px;
    margin: -28px auto 18px;
    transform: translateX(-10px);
    order: 2;
  }

  .site-infos-inner {
    width: 100%;
    height: auto;
    overflow: visible;
    justify-content: center;
    transform: translateY(-20px);
    margin-top: 18px;
    order: 1;
  }

  .site-infos-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: max-content;
    margin: 0 auto;
    transform: translateX(-34px);
  }

  .site-infos-row {
    gap: 10px;
    transform: none;
  }

  .site-infos-row-phone {
    transform: none;
  }

  .site-infos-row-phone .site-infos-phone-text {
    transform: translateY(5px);
  }

  .site-infos-row-phone .site-infos-phone-icon {
    transform: translateY(-6px);
  }

  .site-infos-row .site-infos-email-icon {
    transform: translateY(-3px);
  }

  .site-infos-row .site-infos-email-text:not(.site-infos-phone-text) {
    transform: translateY(0);
  }

  .site-infos-row a.site-infos-email-text {
    display: inline-block;
    position: relative;
    top: 3px;
    transform: none;
  }

  .site-infos-row .site-infos-location-text {
    display: inline-block;
    position: relative;
    top: 4px;
    transform: none;
  }

  .site-infos-cgv-link {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: center;
    font-size: 0.46rem;
    line-height: 1.2;
    white-space: nowrap;
    transform: none;
  }

  .site-infos-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto 10px;
    order: 4;
  }

  .site-infos-legal-link {
    transform: none;
  }

  .site-infos-privacy-link {
    transform: none;
  }

  .site-infos-instagram-link {
    position: absolute;
    display: inline-flex;
    right: 76px;
    top: 58px;
    margin: 0;
    transform: translateY(-20px);
    order: 7;
    z-index: 3;
    pointer-events: auto;
  }

  .site-infos-instagram-icon {
    width: 35px !important;
  }

  .site-infos-facebook-icon {
    width: 33px;
  }

  .site-infos-facebook-link {
    position: absolute;
    display: inline-flex;
    right: 76px;
    top: 103px;
    margin: 0;
    transform: translateY(-20px);
    order: 8;
    z-index: 3;
    pointer-events: auto;
  }

  .site-infos-copyright {
    position: static;
    font-size: 0.56rem;
    margin: -92px auto 14px;
    transform: none;
    order: 3;
  }

  .escape-games-page .site-infos-section .site-infos-logo,
  .escape-games-page .site-infos-section .site-infos-cgv-link,
  .escape-games-page .site-infos-section .site-infos-instagram-link,
  .escape-games-page .site-infos-section .site-infos-facebook-link,
  .escape-games-page .site-infos-section .site-infos-copyright,
  .escape-games-page .site-infos-section .site-infos-row,
  .reserver-page .site-infos-section .site-infos-logo,
  .reserver-page .site-infos-section .site-infos-cgv-link,
  .reserver-page .site-infos-section .site-infos-instagram-link,
  .reserver-page .site-infos-section .site-infos-facebook-link,
  .reserver-page .site-infos-section .site-infos-copyright,
  .reserver-page .site-infos-section .site-infos-row {
    translate: none;
  }

  .escape-games-page .site-infos-cgv-link,
  .reserver-page .site-infos-cgv-link {
    right: auto;
  }

  .escape-games-page .site-infos-instagram-link,
  .escape-games-page .site-infos-facebook-link,
  .reserver-page .site-infos-instagram-link,
  .reserver-page .site-infos-facebook-link {
    right: 76px;
  }

  .home-page .topbar {
    height: 106px;
    min-height: 106px;
  }

  .home-page .topbar::after {
    height: 128px;
  }

  .home-page .topbar-inner {
    height: 106px;
    min-height: 106px;
    padding: 0 10px;
    position: relative;
  }

  .home-page .topbar-brand {
    position: absolute;
    left: 8px;
    top: 0;
  }

  .home-page .topbar-logo {
    height: 74px;
    transform: translateY(6px);
  }

  .home-page .topbar-nav {
    top: 52px;
    left: 50%;
    right: auto;
    width: 156px;
    gap: 2px;
    transform: translateX(-50%);
  }

  .home-page .topbar-link,
  .home-page .topbar-cta {
    font-size: 0.74rem;
  }

  .home-page .topbar-cta {
    min-height: 28px;
    padding: 0 8px;
  }

  .home-page .topbar-nav .topbar-cta,
  .home-page .topbar-nav .topbar-cta:visited {
    min-height: 36px;
    padding: 0 24px;
  }

  .escape-games-page .scenarios-title {
    margin-top: 52px;
  }

  .escape-games-page .scenarios-card-section {
    padding: 40px 0 24px;
  }

  .escape-games-page .scenarios-card-section .aventures-card-shell {
    width: min(calc(100vw - 88px), 320px);
  }

  .escape-games-page .scenarios-card-section .aventures-card {
    min-height: 188px;
    height: auto;
    padding: 14px 14px 16px;
  }

  .escape-games-page .scenarios-card-section .aventures-slide-title,
  .escape-games-page .scenarios-card-section .aventures-slide-synopsis,
  .escape-games-page .scenarios-card-section .aventures-features,
  .escape-games-page .scenarios-card-section .aventures-more-btn {
    margin-left: 0;
  }

  .escape-games-page .scenarios-card-section .aventures-slide-title {
    margin-top: 14px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.96rem;
    text-align: center;
  }

  .escape-games-page .scenarios-card-section .aventures-slide-synopsis {
    width: auto;
    max-width: 26ch;
    margin: 8px auto 0;
    font-size: 0.68rem;
    line-height: 1.35;
    text-align: center;
  }

  .escape-games-page .scenarios-card-section .aventures-features {
    margin-top: 12px;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .escape-games-page .scenarios-card-section .aventures-feature-text,
  .escape-games-page .scenarios-card-section .aventures-feature-text-players {
    font-size: 0.66rem;
    letter-spacing: 0.03em;
  }

  .escape-games-page .scenarios-card-section .aventures-feature-icon {
    width: 20px;
    height: 20px;
  }

  .escape-games-page .scenarios-card-section .aventures-lock {
    width: 11px;
    height: 11px;
  }

  .escape-games-page .scenarios-card-section .aventures-hourglass {
    width: 13px;
    height: 13px;
  }

  .escape-games-page .scenarios-card-section .aventures-difficulty-icons {
    gap: 3px;
  }

  .escape-games-page .scenarios-card-section .aventures-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 28px;
    padding: 0 10px;
    margin: 14px auto 0;
    font-size: 0.58rem;
    text-align: center;
  }

  .escape-games-page .scenarios-card-section-secondary {
    padding: 16px 0 24px;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-card-shell {
    width: min(calc(100vw - 88px), 320px);
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-card {
    min-height: 188px;
    height: auto;
    padding: 14px 14px 16px;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-slide-title-centered {
    margin-top: 14px;
    font-size: 0.96rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-slide-subline {
    margin-top: 6px;
    font-size: 0.68rem;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-slide-note {
    margin-top: 10px;
    font-size: 0.64rem;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-notify-form {
    width: min(100%, 262px);
    gap: 6px;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-notify-btn,
  .escape-games-page .scenarios-card-section-secondary .aventures-notify-input {
    min-height: 28px;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-notify-btn {
    font-size: 0.54rem;
  }

  .escape-games-page .scenarios-card-section-secondary .aventures-notify-input {
    font-size: 0.62rem;
  }

  .escape-games-page .scenarios-main {
    min-height: 0;
    padding-bottom: 0;
  }

  .info-page .info-main {
    padding: 132px 16px 36px;
  }

  .info-page .info-content {
    width: min(84vw, 320px);
  }

  .info-page .info-title {
    margin-bottom: 22px;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }

  .faq-page .info-title {
    margin-top: -12px;
  }

  .info-page .about-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }

  .info-page .about-timeline::before {
    content: none;
  }

  .info-page .about-step,
  .info-page .about-step:first-child,
  .info-page .about-step:nth-child(n + 2),
  .info-page .about-step:nth-child(2),
  .info-page .about-step:nth-child(3),
  .info-page .about-step:nth-child(4),
  .info-page .about-step:nth-child(5),
  .info-page .about-step:nth-child(6) {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    background: #be3c13;
    color: var(--color-light-text);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 360;
    line-height: 1.5;
    text-align: left;
    text-align-last: left;
    --about-x: 0px;
    --about-y: 0px;
    transform: none;
  }

  .info-page .about-step:nth-child(5)::after {
    margin-top: 16px;
  }

  .info-page .about-step:nth-child(6) {
    font-weight: 520;
    text-align: left;
    text-align-last: left;
  }

  .info-page .about-step.reveal-on-scroll,
  .info-page .about-step.reveal-on-scroll.is-visible {
    transform: none;
  }

  .contact-page .contact-main {
    padding: 128px 16px 34px;
  }

  .contact-page .scenarios-title {
    margin-top: 0;
    font-size: 1.78rem;
    letter-spacing: 0.08em;
  }

  .contact-page-subtitle {
    margin-top: 4px;
    font-size: 0.74rem;
    letter-spacing: 0.05em;
    white-space: normal;
    padding: 0 12px;
  }

  .contact-page .contact-icons-row {
    width: min(88vw, 360px);
    margin: 26px auto 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    transform: translateX(-6px);
  }

  .contact-page .contact-icon-block {
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
  }

  .contact-page .contact-icon-text {
    font-size: 0.76rem;
    line-height: 1.35;
    white-space: normal;
  }

  .contact-page .contact-form-section {
    width: min(84vw, 320px);
    margin-top: 28px;
  }

  .contact-page .contact-form {
    gap: 8px;
  }

  .contact-page .contact-field span {
    font-size: 0.56rem;
  }

  .contact-page .contact-field input,
  .contact-page .contact-field textarea {
    font-size: 0.72rem;
  }

  .contact-page .contact-field textarea {
    min-height: 84px;
  }

  .contact-page .contact-submit-btn {
    min-height: 32px;
    font-size: 0.8rem;
  }

  .reserver-page .scenarios-title {
    margin-top: 22px;
    font-size: 1.78rem;
    letter-spacing: 0.08em;
  }

  .reserver-page .scenarios-main {
    min-height: 0;
    padding-bottom: 26px;
  }

  .reserver-page .reserver-layout {
    width: min(84vw, 320px);
    margin-top: 26px;
    margin-bottom: 0;
    gap: 16px;
  }

  .reserver-page .reserver-guide {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(10px);
  }

  .reserver-page .reserver-guide-step {
    margin-bottom: 10px;
    font-size: 0.64rem;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .reserver-page .reserver-frame-wrap {
    width: 100%;
  }

  .reserver-page .reserver-frame {
    height: 520px;
  }

  .reserver-page .reserver-help {
    width: 100%;
    margin-top: 4px;
    font-size: 0.74rem;
    line-height: 1.42;
  }

  .reserver-bottom-band {
    height: 28px;
  }

  .scenario-panel {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scenario-panel-back {
    position: static;
    width: fit-content;
    margin: 118px 0 0 18px;
    gap: 8px;
  }

  .scenario-panel-back-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .scenario-panel-back-text {
    font-size: 0.86rem;
    letter-spacing: 0.04em;
  }

  .scenario-panel-title {
    position: static;
    width: min(88vw, 340px);
    margin: 18px auto 0;
    transform: none;
    font-size: 1.42rem;
    text-align: center;
  }

  .scenario-panel-content {
    width: min(88vw, 340px);
    margin: 22px auto 40px;
  }

  .scenario-detail-top,
  .scenario-detail-bottom,
  .escape-games-page .scenario-detail-top,
  .escape-games-page .scenario-detail-bottom {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .scenario-detail-visual,
  .escape-games-page .scenario-detail-visual {
    min-height: 220px;
  }

  .scenario-detail-card,
  .escape-games-page .scenario-detail-card {
    padding: 16px 16px 18px;
  }

  .scenario-detail-row {
    min-height: 44px;
  }

  .scenario-detail-label {
    font-size: 0.88rem;
  }

  .scenario-detail-value {
    font-size: 0.94rem;
  }

  .scenario-detail-access-title,
  .scenario-detail-diff-text {
    font-size: 0.76rem;
  }

  .scenario-detail-access-list li {
    font-size: 0.72rem;
  }

  .scenario-detail-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .scenario-detail-btn {
    min-height: 40px;
    min-width: 0;
    flex: 1 1 0;
    font-size: 0.82rem;
  }

  .scenario-detail-copy,
  .escape-games-page .scenario-detail-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .scenario-detail-section-title,
  .escape-games-page .scenario-detail-section-title {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }

  .scenario-detail-text,
  .escape-games-page .scenario-detail-text {
    margin-bottom: 16px;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .scenario-detail-copy .scenario-detail-text:nth-of-type(2) {
    margin-top: 0;
  }

  .scenario-detail-images {
    width: 100%;
  }

  .scenario-detail-image,
  .escape-games-page .scenario-detail-image {
    min-height: 160px;
  }

  .home-page .center-stage {
    min-height: 34svh;
    padding: 78px 16px 16px;
    align-items: center;
    justify-content: center;
  }

  .home-page .center-logo {
    width: min(74vw, 300px);
    transform: none;
  }

  .home-page .after-logo {
    padding: 32px 16px 24px;
  }

  .home-page .after-logo-title,
  .home-page .after-logo-subtitle {
    width: min(92vw, 420px);
    white-space: normal;
    text-align: center;
  }

  .home-page .after-logo-title {
    font-size: 1rem;
  }

  .home-page .after-logo-subtitle {
    font-size: 0.88rem;
  }

  .home-page .after-logo-grid {
    width: min(78vw, 336px);
    margin-top: 28px;
    gap: 14px;
  }

  .home-page .after-logo-text {
    padding: 18px 16px;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .home-page .after-logo-side {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .after-logo-card {
    min-height: 56px;
  }

  .home-page .after-logo-card-label,
  .home-page .after-logo-card-label-bottom {
    font-size: 0.82rem;
    white-space: nowrap;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .home-page .after-logo-card-icon {
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    gap: 10px;
  }

  .home-page .after-logo-card-link .after-logo-card-icon {
    justify-content: center;
  }

  .home-page .after-logo-card-link .after-logo-card-label,
  .home-page .after-logo-card-link .after-logo-card-label-bottom {
    width: auto;
    text-align: center;
  }

  .home-page .nos-aventures-section {
    padding: 40px 0 8px;
  }

  .home-page .nos-aventures-title {
    margin: 0 auto;
    transform: translateX(44px);
    font-size: 1.24rem;
  }

  .home-page .aventures-card-section {
    padding: 16px 0 56px;
  }

  .home-page .aventures-card-shell {
    width: min(calc(100vw - 88px), 320px);
  }

  .home-page .aventures-arrow {
    width: 28px;
    height: 28px;
    font-size: 0.82rem;
  }

  .home-page .aventures-arrow-left {
    left: -38px;
  }

  .home-page .aventures-arrow-right {
    right: -38px;
  }

  .home-page .aventures-card {
    min-height: 188px;
    padding: 14px 14px 16px;
  }

  .home-page .aventures-preview-image,
  .escape-games-page .aventures-preview-image {
    display: none;
  }

  .home-page .aventures-slide:first-child .aventures-slide-title,
  .home-page .aventures-slide:first-child .aventures-slide-synopsis,
  .home-page .aventures-slide:first-child .aventures-features,
  .home-page .aventures-slide:first-child .aventures-more-btn {
    margin-left: 0;
  }

  .home-page .aventures-slide-title,
  .home-page .aventures-slide-title-centered {
    margin-top: 14px;
    font-size: 0.96rem;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .aventures-slide-synopsis {
    margin-top: 8px;
    font-size: 0.68rem;
    line-height: 1.35;
    text-align: center;
  }

  .home-page .aventures-slide:first-child .aventures-slide-synopsis {
    width: auto;
    max-width: 26ch;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .aventures-features {
    margin-top: 12px;
    margin-left: 0;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .home-page .aventures-slide:first-child .aventures-feature-text,
  .home-page .aventures-slide:first-child .aventures-feature-text-players {
    font-size: 0.66rem;
    letter-spacing: 0.03em;
  }

  .home-page .aventures-slide:first-child .aventures-feature-icon {
    width: 20px;
    height: 20px;
  }

  .home-page .aventures-slide:first-child .aventures-lock {
    width: 11px;
    height: 11px;
  }

  .home-page .aventures-slide:first-child .aventures-hourglass {
    width: 13px;
    height: 13px;
  }

  .home-page .aventures-slide:first-child .aventures-difficulty-icons {
    gap: 3px;
  }

  .home-page .aventures-more-btn {
    min-height: 28px;
    padding: 0 10px;
    margin: 14px auto 0;
    font-size: 0.58rem;
  }

  .home-page .aventures-slide:first-child .aventures-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-page .aventures-slide-subline {
    margin-top: 6px;
    font-size: 0.68rem;
  }

  .home-page .aventures-slide-note {
    margin-top: 10px;
    font-size: 0.64rem;
  }

  .home-page .aventures-notify-form {
    width: min(100%, 262px);
    gap: 6px;
  }

  .home-page .aventures-notify-btn,
  .home-page .aventures-notify-input {
    min-height: 28px;
  }

  .home-page .aventures-notify-btn {
    font-size: 0.54rem;
  }

  .home-page .aventures-notify-input {
    font-size: 0.62rem;
  }

  .home-page .bottom-arc-section {
    margin-top: 0;
    padding-top: 0;
  }

  .home-page .bottom-arc-shape {
    border-radius: 40px 40px 0 0;
    padding: 24px 0 24px;
    margin-top: 0;
  }

  .home-page .bottom-arc-title {
    font-size: 1.42rem;
  }

  .home-page .bottom-arc-subtitle {
    margin-top: 8px;
    font-size: 0.78rem;
    padding: 0 18px;
  }

  .home-page .contact-form-section {
    width: min(92vw, 420px);
    margin-top: 20px;
  }

}

/* Final desktop alignment: force the home header to match the shared header. */
@media (min-width: 641px) {
  .home-page .topbar-inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 10px !important;
  }

  .home-page .topbar-brand {
    position: static !important;
  }

  .home-page .topbar-logo {
    height: 132px !important;
    transform: translateY(4px) !important;
  }

  .home-page .topbar-nav {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
