@font-face {
  font-family: "Cinzel";
  src: url("assets/cinzel-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel Decorative";
  src: url("assets/cinzel-decorative-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel Decorative";
  src: url("assets/cinzel-decorative-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #15171b;
  --ink-soft: #24282e;
  --paper: #f4eedf;
  --paper-deep: #dfd2b6;
  --gold: #daa92f;
  --gold-light: #f4d77b;
  --white: #fffdf7;
  --line: rgba(218, 169, 47, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
}

.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;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

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

.eyebrow {
  margin-bottom: 0.65rem;
  color: var(--gold-light);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ornament {
  width: min(620px, 82%);
  height: auto;
  margin: 0 auto 1.25rem;
  opacity: 0.82;
}

.ornament--short {
  width: min(300px, 70%);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid #f4ce69;
  border-radius: 3px;
  color: #211707;
  background: linear-gradient(180deg, #f1cf66 0%, #d59d22 100%);
  box-shadow: 0 5px 0 #8d6310, 0 12px 30px rgba(0, 0, 0, 0.22);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 7px 0 #8d6310, 0 18px 34px rgba(0, 0, 0, 0.28);
  filter: brightness(1.08);
}

.button--ghost {
  color: inherit;
  background: rgba(12, 14, 19, 0.24);
  box-shadow: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-light);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  font-size: 1.1em;
  transition: transform 180ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(4px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0.65rem;
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.08;
}

.section-heading p:not(.eyebrow) {
  max-width: 650px;
  margin-inline: auto;
  font-size: 1.08rem;
}

.mock-switcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 12, 16, 0.9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}

.mock-switcher a {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
}

.mock-switcher a[aria-current="page"] {
  color: #171717;
  background: #f0bf43;
  font-weight: 700;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

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

.site-logo {
  width: 112px;
  height: auto;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  margin-left: auto;
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav a {
  position: relative;
  padding: 0.4rem 0;
  text-decoration: none;
}

.site-nav a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav .button {
  min-height: 42px;
  padding: 0.65rem 1rem;
  color: #231806;
}

.menu-button {
  width: 46px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  width: 19px;
  height: 2px;
  display: block;
  background: currentColor;
}

.menu-button::before,
.menu-button::after {
  content: "";
  position: absolute;
  transform: translateY(-6px);
}

.menu-button::after {
  transform: translateY(6px);
}

/* Comparison portal */
.chooser-page {
  min-height: 100vh;
  color: #f7f2e5;
  background:
    radial-gradient(circle at 50% 25%, rgba(218, 169, 47, 0.13), transparent 34rem),
    #111319;
}

.chooser {
  width: min(1260px, calc(100% - 40px));
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 3rem;
  margin-inline: auto;
  padding: 4rem 0;
}

.chooser__intro {
  max-width: 720px;
  text-align: left;
}

.chooser__intro img {
  width: 105px;
  margin-bottom: 1.4rem;
}

.chooser__intro h1 {
  margin-bottom: 0.85rem;
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
}

.chooser__intro > p:last-child {
  max-width: 600px;
  margin-bottom: 0;
  color: #c8c4bb;
  font-size: 1.1rem;
}

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

.choice {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid rgba(244, 215, 123, 0.25);
  border-radius: 7px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  isolation: isolate;
}

.choice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(11, 12, 16, 0.08), rgba(11, 12, 16, 0.96));
}

.choice--one {
  background-image: url("assets/site-background.webp");
  background-position: center 3%;
}

.choice--two {
  background-image: url("assets/pastille-banner.webp");
}

.chooser__grid--single {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

.choice--restoration {
  background-image: url("assets/site-background.webp");
  background-position: center 18%;
}

.choice--spectacular {
  background-image:
    linear-gradient(115deg, rgba(7, 10, 16, 0.08), rgba(7, 10, 16, 0.38)),
    url("assets/pastille-banner.webp");
  background-position: center;
}

.choice__number {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Cinzel", serif;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}

.choice__content {
  max-width: 490px;
  display: grid;
  gap: 0.55rem;
}

.choice__label {
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.choice strong {
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.1;
}

.choice__content > span:nth-child(3) {
  color: #d5d0c6;
}

.choice__action {
  margin-top: 0.55rem;
  font-family: "Cinzel", serif;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice:hover,
.choice:focus-visible {
  border-color: rgba(244, 215, 123, 0.72);
}

/* Concept one — Le cabinet des voyageurs */
.concept-one {
  color: #28231c;
  background: var(--paper);
}

.concept-one .site-header {
  background: linear-gradient(180deg, rgba(24, 28, 33, 0.92), rgba(24, 28, 33, 0.42));
}

.hero-one {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 10rem 0 6rem;
  color: #fffdf7;
  background-image:
    linear-gradient(90deg, rgba(17, 20, 24, 0.88) 0%, rgba(17, 20, 24, 0.54) 47%, rgba(17, 20, 24, 0.08) 75%),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp"));
  background-position: center 3%;
  background-size: cover;
}

.hero-one::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 95px;
  background: linear-gradient(transparent, var(--paper));
  pointer-events: none;
}

.hero-one__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.hero-one__copy {
  max-width: 700px;
}

.hero-one h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: clamp(3.6rem, 7.5vw, 7rem);
  line-height: 0.98;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.58);
}

.hero-one h1 span {
  display: block;
  color: var(--gold-light);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.38em;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-one__lead {
  max-width: 580px;
  margin-bottom: 1.8rem;
  color: rgba(255, 253, 247, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.travel-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(244, 215, 123, 0.5);
  color: #f9f3e6;
  background: rgba(17, 20, 24, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.travel-card::before,
.travel-card::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: var(--gold-light);
}

.travel-card::before {
  top: 9px;
  left: 9px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.travel-card::after {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.travel-card__city {
  margin-bottom: 0.2rem;
  color: var(--gold-light);
  font-family: "Cinzel Decorative", serif;
  font-size: 2.4rem;
  line-height: 1.1;
}

.travel-card__phone {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-family: "Cinzel", serif;
  font-size: 1.22rem;
  font-weight: 700;
  text-decoration: none;
}

.travel-card__rule {
  height: 1px;
  margin: 0.4rem 0 1.2rem;
  background: linear-gradient(90deg, transparent, rgba(244, 215, 123, 0.75), transparent);
}

.travel-card address {
  margin-bottom: 0.9rem;
  font-style: normal;
  line-height: 1.55;
}

.travel-card__mail {
  color: #f6db91;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.paper-section {
  position: relative;
  padding: 6.5rem 0;
}

.paper-section--ink {
  color: #f6f1e6;
  background:
    linear-gradient(rgba(30, 34, 40, 0.93), rgba(30, 34, 40, 0.93)),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp"));
  background-position: center 96%;
  background-size: cover;
}

.pastille-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.pastille-feature__visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(108, 72, 19, 0.32);
  border-radius: 220px 220px 8px 8px;
  background-image: image-set(url("assets/pastille-banner.avif") type("image/avif"), url("assets/pastille-banner.webp") type("image/webp"));
  background-position: center;
  background-size: cover;
  box-shadow: 0 28px 55px rgba(52, 35, 13, 0.21);
}

.pastille-feature__visual::after {
  content: "Nouvelle mission";
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  background: rgba(10, 20, 38, 0.74);
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pastille-feature h2 {
  margin-bottom: 1rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1;
}

.pastille-feature__copy > p:not(.eyebrow) {
  max-width: 540px;
  font-size: 1.18rem;
}

.audience-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.audience-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border: 1px solid #d7c49e;
  background: rgba(255, 253, 247, 0.72);
}

.audience-card__number {
  margin-bottom: auto;
  color: rgba(111, 75, 20, 0.25);
  font-family: "Cinzel Decorative", serif;
  font-size: 3.2rem;
  line-height: 1;
}

.audience-card h3 {
  margin-bottom: 0.45rem;
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
}

.audience-card p {
  margin-bottom: 0;
}

.stats-ribbon {
  color: #f6f0e4;
  background: #1f2328;
}

.stats-ribbon__inner {
  min-height: 155px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.stat {
  padding: 1.4rem;
  border-right: 1px solid rgba(244, 215, 123, 0.24);
  text-align: center;
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--gold-light);
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  line-height: 1.05;
}

.stat span {
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mission-grid-one {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
}

.mission-card-one {
  position: relative;
  min-height: 430px;
  display: flex;
  grid-column: span 4;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(244, 215, 123, 0.28);
  background: #1d2127;
  isolation: isolate;
}

.mission-card-one:first-child {
  grid-column: span 8;
}

.mission-card-one img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.mission-card-one::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 30%, rgba(12, 14, 18, 0.96));
}

.mission-card-one__content {
  width: 100%;
  padding: 2rem;
}

.mission-card-one h3 {
  margin-bottom: 0.35rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.mission-card-one p {
  max-width: 470px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
}

.mission-card-one:hover img,
.mission-card-one:focus-within img {
  transform: scale(1.035);
}

.location-note {
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  text-align: center;
}

.price-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.price-strip img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(109, 78, 27, 0.24);
  object-fit: cover;
  box-shadow: 0 15px 30px rgba(54, 39, 18, 0.12);
}

.event-grid-one {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.event-card-one {
  color: #f6f1e6;
  text-decoration: none;
}

.event-card-one img {
  width: 100%;
  aspect-ratio: 0.82;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(244, 215, 123, 0.28);
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.78);
  transition: filter 180ms ease, transform 180ms ease;
}

.event-card-one:hover img,
.event-card-one:focus-visible img {
  filter: saturate(1);
  transform: translateY(-4px);
}

.event-card-one strong {
  display: block;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.review {
  margin: 0;
  padding: 2.2rem;
  border-top: 1px solid #b98a2d;
  border-bottom: 1px solid #b98a2d;
  background: rgba(255, 255, 255, 0.42);
}

.review p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-style: italic;
}

.review cite {
  color: #755515;
  font-family: "Cinzel", serif;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-one {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 15, 20, 0.88), rgba(12, 15, 20, 0.58)),
    url("assets/booking-banner.webp") center / cover;
}

.booking-one__inner {
  max-width: 700px;
}

.booking-one h2 {
  margin-bottom: 0.9rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1.03;
}

.booking-one p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.site-footer {
  padding: 2.1rem 0 5rem;
  color: rgba(255, 255, 255, 0.65);
  background: #16191e;
  font-size: 0.83rem;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Concept two — Le portail temporel */
.concept-two {
  --blue: #66c8ff;
  --blue-deep: #0d2741;
  --ember: #e19c32;
  color: #eee9dd;
  background: #090c13;
}

.concept-two .site-header {
  position: fixed;
  background: rgba(7, 10, 16, 0.74);
  backdrop-filter: blur(14px);
}

.concept-two .site-nav {
  color: rgba(255, 255, 255, 0.82);
}

.hero-two {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 10rem 0 5.5rem;
  color: #fff;
  background-image:
    radial-gradient(circle at 70% 45%, rgba(50, 146, 226, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(6, 8, 14, 0.25), rgba(6, 8, 14, 0.94)),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp"));
  background-position: center, center, center 54%;
  background-size: cover;
}

.hero-two::before {
  content: "";
  position: absolute;
  width: min(68vw, 920px);
  aspect-ratio: 1;
  top: 49%;
  left: 68%;
  border: 1px solid rgba(101, 200, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(72, 177, 235, 0.04),
    0 0 120px rgba(48, 157, 229, 0.22),
    inset 0 0 85px rgba(60, 173, 239, 0.1);
  transform: translate(-50%, -50%);
}

.hero-two__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 4rem;
}

.hero-two h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.86;
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.75);
}

.hero-two h1 em {
  display: block;
  color: var(--blue);
  font-family: "Cinzel", serif;
  font-size: 0.22em;
  font-style: normal;
  letter-spacing: 0.35em;
  line-height: 2.8;
  text-transform: uppercase;
}

.hero-two__lead {
  max-width: 650px;
  margin-bottom: 1.7rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.15rem;
}

.coordinates {
  position: relative;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-left: 1px solid rgba(102, 200, 255, 0.48);
}

.coordinates::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 17px var(--blue);
}

.coordinates__label {
  margin-bottom: 1rem;
  color: var(--blue);
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coordinates address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.55;
}

.coordinates a {
  display: block;
  width: fit-content;
  color: #fff;
  text-decoration: none;
}

.coordinates a + a {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.chapter {
  padding: 7rem 0;
}

.chapter--blue {
  background:
    radial-gradient(circle at 5% 40%, rgba(48, 145, 210, 0.15), transparent 30rem),
    #0b111a;
}

.chapter--black {
  background: #080a0f;
}

.chapter-heading {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 3rem;
}

.chapter-heading__number {
  color: rgba(102, 200, 255, 0.28);
  font-family: "Cinzel Decorative", serif;
  font-size: 4rem;
  line-height: 0.9;
}

.chapter-heading h2 {
  margin-bottom: 0.5rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
}

.chapter-heading p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(238, 233, 221, 0.65);
}

.pastille-two {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  border: 1px solid rgba(102, 200, 255, 0.22);
  background: #0a0e16;
}

.pastille-two__image {
  min-height: 540px;
  background-image: image-set(url("assets/pastille-banner.avif") type("image/avif"), url("assets/pastille-banner.webp") type("image/webp"));
  background-position: center;
  background-size: cover;
}

.pastille-two__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
  background:
    linear-gradient(135deg, rgba(32, 108, 158, 0.1), transparent),
    #0b0f17;
}

.pastille-two h2 {
  margin-bottom: 1rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
}

.pastille-two__copy > p:not(.eyebrow) {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
}

.mission-stack {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.mission-two {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
  background: #0b0e14;
}

.mission-two:nth-child(even) {
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
}

.mission-two:nth-child(even) .mission-two__image {
  order: 2;
}

.mission-two__image {
  min-height: 360px;
  overflow: hidden;
}

.mission-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-two__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.mission-two__code {
  margin-bottom: 0.7rem;
  color: var(--blue);
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mission-two h3 {
  margin-bottom: 0.65rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.mission-two p {
  max-width: 520px;
  margin-bottom: 1.1rem;
  color: rgba(238, 233, 221, 0.64);
}

.crew-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(102, 200, 255, 0.2);
  background: rgba(102, 200, 255, 0.16);
}

.crew-two article {
  min-height: 250px;
  padding: 2rem;
  background: rgba(10, 15, 23, 0.96);
}

.crew-two span {
  color: var(--blue);
  font-family: "Cinzel Decorative", serif;
  font-size: 2.5rem;
}

.crew-two h3 {
  margin: 2rem 0 0.5rem;
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
}

.crew-two p {
  margin-bottom: 0;
  color: rgba(238, 233, 221, 0.66);
}

.tariff-two {
  overflow: hidden;
  border: 1px solid rgba(244, 215, 123, 0.22);
  background: #11151d;
}

.tariff-two__head,
.tariff-two__row {
  display: grid;
  grid-template-columns: 1.6fr repeat(5, minmax(0, 1fr));
  align-items: center;
}

.tariff-two__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tariff-two__head span,
.tariff-two__row span,
.tariff-two__row strong {
  padding: 1rem;
  text-align: center;
}

.tariff-two__head span:first-child,
.tariff-two__row strong {
  text-align: left;
}

.tariff-two__row + .tariff-two__row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tariff-two__row strong {
  color: var(--gold-light);
  font-family: "Cinzel", serif;
}

.tariff-two__row span {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.77);
}

.event-filmstrip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.event-filmstrip a {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  isolation: isolate;
}

.event-filmstrip img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.55) brightness(0.8);
  transition: filter 200ms ease, transform 400ms ease;
}

.event-filmstrip a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 7, 11, 0.95));
}

.event-filmstrip strong {
  padding: 1.25rem;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 0.86rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.event-filmstrip a:hover img,
.event-filmstrip a:focus-visible img {
  filter: saturate(0.95) brightness(0.95);
  transform: scale(1.035);
}

.booking-two {
  padding: 8rem 0;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(46, 144, 204, 0.22), transparent 27rem),
    linear-gradient(rgba(6, 8, 14, 0.72), rgba(6, 8, 14, 0.94)),
    url("assets/booking-banner.webp") center / cover;
}

.booking-two__inner {
  max-width: 820px;
  margin-inline: auto;
}

.booking-two h2 {
  margin-bottom: 0.9rem;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.98;
}

.booking-two p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 1.7rem;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 1rem 20px 1.4rem;
    background: rgba(15, 18, 23, 0.98);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  }

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

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

  .site-nav .button {
    margin-top: 0.5rem;
  }

  .menu-button {
    position: relative;
    display: flex;
  }

  .hero-one__layout,
  .hero-two__layout,
  .pastille-feature,
  .pastille-two {
    grid-template-columns: 1fr;
  }

  .hero-one {
    min-height: auto;
    background-position: 42% 3%;
  }

  .travel-card,
  .coordinates {
    max-width: 560px;
  }

  .pastille-feature__visual,
  .pastille-two__image {
    min-height: 450px;
  }

  .mission-card-one,
  .mission-card-one:first-child {
    grid-column: span 6;
  }

  .event-grid-one,
  .event-filmstrip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .price-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .shell,
  .site-header__inner,
  .chooser {
    width: min(100% - 30px, 1180px);
  }

  .chooser__grid,
  .audience-row,
  .review-grid,
  .crew-two {
    grid-template-columns: 1fr;
  }

  .choice {
    min-height: 290px;
    padding: 1.5rem;
  }

  .site-logo {
    width: 92px;
  }

  .hero-one,
  .hero-two {
    min-height: 760px;
    padding: 8.5rem 0 4rem;
  }

  .hero-one h1 {
    font-size: clamp(3.2rem, 15vw, 5.2rem);
  }

  .hero-two {
    align-items: center;
    background-position: center, center, 53% 54%;
  }

  .hero-two h1 {
    font-size: clamp(3.3rem, 16vw, 5.4rem);
  }

  .hero-two::before {
    width: 120vw;
    left: 70%;
  }

  .hero-two__layout {
    gap: 2.25rem;
  }

  .paper-section,
  .chapter {
    padding: 4.5rem 0;
  }

  .pastille-feature__visual,
  .pastille-two__image {
    min-height: 390px;
  }

  .stats-ribbon__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 1.1rem 0;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 215, 123, 0.24);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .mission-grid-one {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mission-card-one,
  .mission-card-one:first-child {
    min-height: 390px;
    grid-column: auto;
  }

  .mission-two,
  .mission-two:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .mission-two:nth-child(even) .mission-two__image {
    order: 0;
  }

  .mission-two__image {
    min-height: 330px;
  }

  .chapter-heading {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .chapter-heading__number {
    font-size: 2.5rem;
  }

  .price-strip,
  .event-grid-one,
  .event-filmstrip {
    display: flex;
    gap: 0.85rem;
    margin-right: -15px;
    padding-right: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .price-strip img {
    min-width: 210px;
    scroll-snap-align: start;
  }

  .event-card-one,
  .event-filmstrip a {
    min-width: 245px;
    scroll-snap-align: start;
  }

  .tariff-two {
    overflow-x: auto;
  }

  .tariff-two__head,
  .tariff-two__row {
    min-width: 720px;
  }

  .site-footer__inner {
    display: grid;
  }

  .mock-switcher {
    right: 10px;
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Revision 1927 — Art nouveau travel agency / steampunk workshop
   These overrides intentionally keep the two existing page structures while
   bringing both concepts back into Steam Escape's historic visual universe.
   -------------------------------------------------------------------------- */

:root {
  --ink: #171512;
  --ink-soft: #292621;
  --paper: #efe3c4;
  --paper-deep: #cdbb8f;
  --gold: #b88a2e;
  --gold-light: #eccb72;
  --white: #fff8e8;
  --line: rgba(184, 138, 46, 0.52);
  --claret: #4b2024;
  --claret-deep: #241317;
  --green: #203a30;
  --green-deep: #101f1a;
}

body {
  color: var(--ink);
  background-color: var(--paper);
}

.button {
  position: relative;
  min-height: 46px;
  padding: 0.78rem 1.35rem;
  border: 1px solid #f0ce78;
  border-radius: 1px;
  color: #24190b;
  background:
    linear-gradient(90deg, transparent 7px, rgba(91, 55, 10, 0.15) 8px, transparent 9px) 0 0 / 100% 100%,
    linear-gradient(180deg, #eed17b, #c79431);
  box-shadow:
    0 0 0 3px rgba(28, 18, 7, 0.8),
    0 0 0 4px rgba(230, 194, 100, 0.55),
    0 8px 18px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.09em;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 3px rgba(28, 18, 7, 0.85),
    0 0 0 4px rgba(240, 207, 120, 0.8),
    0 12px 24px rgba(0, 0, 0, 0.36);
}

.button--ghost {
  color: var(--white);
  background: rgba(25, 19, 16, 0.72);
  box-shadow:
    0 0 0 3px rgba(25, 19, 16, 0.74),
    0 0 0 4px rgba(232, 199, 111, 0.42);
}

.eyebrow {
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
}

.text-link {
  color: var(--gold-light);
  border-bottom: 1px solid rgba(236, 203, 114, 0.48);
}

.text-link::after {
  content: "◆";
  font-size: 0.65em;
}

.site-header,
.concept-two .site-header {
  min-height: 88px;
  border-top: 3px double rgba(235, 201, 111, 0.55);
  border-bottom: 3px double rgba(235, 201, 111, 0.55);
  background:
    linear-gradient(90deg, rgba(61, 25, 28, 0.98), rgba(24, 38, 32, 0.98) 48%, rgba(61, 25, 28, 0.98)),
    #1d1b18;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.38);
  backdrop-filter: none;
}

.site-header__inner {
  min-height: 82px;
}

.site-header__inner::before,
.site-header__inner::after {
  content: "✦";
  flex: 0 0 auto;
  color: rgba(235, 201, 111, 0.58);
  font-size: 0.65rem;
}

.site-logo {
  width: 100px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}

.site-nav {
  color: #f8ead0;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
}

.site-nav a:not(.button)::after {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.site-nav .button {
  color: #24190b;
}

.section-heading::before,
.chapter-heading > div::before,
.booking-one__inner::before,
.booking-two__inner::before {
  content: "";
  width: min(430px, 86%);
  aspect-ratio: 8.99;
  display: block;
  margin: 0 auto 1.15rem;
  background: url("assets/ornament-wide.webp") center / contain no-repeat;
  filter: sepia(1) saturate(1.35) brightness(0.84);
  opacity: 0.78;
}

.section-heading h2 {
  color: var(--claret);
  font-size: clamp(2.2rem, 4.7vw, 3.8rem);
  text-shadow: 0 1px #fff8e4;
}

.ornament {
  filter: sepia(1) saturate(1.35) brightness(1.25);
}

.site-footer {
  border-top: 3px double rgba(236, 203, 114, 0.5);
  color: rgba(255, 246, 225, 0.7);
  background: linear-gradient(90deg, #35191b, #14261f, #35191b);
}

/* Comparison page */
.chooser-page {
  color: #f8ecd3;
  background:
    linear-gradient(rgba(24, 15, 13, 0.76), rgba(24, 15, 13, 0.93)),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp")) center 28% / cover fixed;
}

.chooser {
  gap: 2.3rem;
}

.chooser__intro {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.chooser__intro img {
  margin-inline: auto;
}

.chooser__intro h1 {
  color: var(--gold-light);
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.72);
}

.chooser__intro > p:last-child {
  margin-inline: auto;
  color: #eadfc8;
}

.chooser__grid {
  gap: 1.4rem;
}

.choice {
  min-height: 360px;
  border: 4px double rgba(235, 201, 111, 0.72);
  border-radius: 18px 18px 3px 3px;
  box-shadow: inset 0 0 0 7px rgba(26, 15, 13, 0.46), 0 18px 35px rgba(0, 0, 0, 0.35);
}

.choice::before {
  background: linear-gradient(180deg, rgba(19, 13, 11, 0.12), rgba(19, 13, 11, 0.98));
}

.choice__number {
  top: 1rem;
  right: 1rem;
  min-width: 44px;
  padding: 0.45rem;
  border: 1px solid rgba(236, 203, 114, 0.7);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(55, 24, 27, 0.9);
  text-align: center;
}

.choice strong {
  color: #fff4dc;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.choice__content > span:nth-child(3) {
  color: #e7dcc5;
}

.choice:hover,
.choice:focus-visible {
  border-color: var(--gold-light);
}

.mock-switcher {
  border: 1px solid rgba(236, 203, 114, 0.56);
  border-radius: 2px;
  background: rgba(45, 20, 22, 0.96);
  backdrop-filter: none;
}

.mock-switcher a {
  border-radius: 1px;
}

/* Proposal A — a careful evolution of the current Vichy homepage */
.concept-one {
  color: #2b2419;
  background:
    repeating-linear-gradient(0deg, rgba(82, 55, 22, 0.025) 0 1px, transparent 1px 5px),
    #eee1c2;
}

.concept-one .site-header {
  position: absolute;
}

.hero-one {
  min-height: 930px;
  align-items: center;
  padding: 9.5rem 0 5.5rem;
  background-image:
    radial-gradient(circle at 50% 42%, rgba(35, 20, 16, 0.08) 0 20%, rgba(28, 20, 18, 0.45) 72%, rgba(22, 15, 14, 0.72) 100%),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp"));
  background-position: center, center 3%;
  background-size: cover;
}

.hero-one::before {
  content: "";
  position: absolute;
  inset: 111px max(24px, calc((100% - 1210px) / 2)) 38px;
  border: 1px solid rgba(244, 220, 154, 0.62);
  border-radius: 34px 34px 5px 5px;
  box-shadow: inset 0 0 0 5px rgba(34, 19, 17, 0.16);
  pointer-events: none;
}

.hero-one::after {
  height: 48px;
  background: linear-gradient(transparent, #eee1c2);
}

.hero-one__layout {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 2.4rem;
  text-align: center;
}

.hero-one__copy {
  max-width: 760px;
}

.hero-one__copy::before {
  content: "";
  width: min(540px, 90%);
  aspect-ratio: 8.99;
  display: block;
  margin: 0 auto 1.2rem;
  background: url("assets/ornament-wide.webp") center / contain no-repeat;
  opacity: 0.94;
}

.hero-one h1 {
  max-width: none;
  margin-bottom: 0.65rem;
  color: #fff7e8;
  font-size: clamp(3.1rem, 6vw, 5.5rem);
  line-height: 1;
  text-shadow: 0 4px 1px rgba(25, 13, 10, 0.72), 0 9px 24px rgba(0, 0, 0, 0.72);
}

.hero-one h1 span {
  margin-top: 0.45rem;
  color: var(--gold-light);
  font-size: 0.31em;
  letter-spacing: 0.3em;
}

.hero-one__lead {
  max-width: 620px;
  margin: 0 auto 1.55rem;
  color: #fff7e8;
  font-size: 1.1rem;
  text-shadow: 0 2px 6px #1a0f0d;
}

.hero-one .hero-actions {
  justify-content: center;
}

.travel-card {
  width: min(560px, 100%);
  padding: 1.35rem 2rem 1.55rem;
  border: 4px double #8d6927;
  border-radius: 16px 16px 2px 2px;
  color: #2f1d17;
  background:
    repeating-linear-gradient(0deg, rgba(78, 46, 24, 0.035) 0 1px, transparent 1px 4px),
    rgba(239, 224, 187, 0.95);
  box-shadow: inset 0 0 0 5px rgba(255, 248, 220, 0.42), 0 18px 34px rgba(0, 0, 0, 0.42);
  backdrop-filter: none;
}

.travel-card .eyebrow,
.travel-card__city,
.travel-card__mail {
  color: #6a282b;
}

.travel-card__city {
  font-size: 2rem;
}

.travel-card__phone {
  margin-bottom: 0.7rem;
}

.travel-card__rule {
  margin: 0.2rem 0 0.8rem;
  background: linear-gradient(90deg, transparent, #805c1e, transparent);
}

.paper-section {
  padding: 5.6rem 0;
  border-top: 1px solid rgba(116, 77, 25, 0.28);
  background:
    radial-gradient(circle at 18% 30%, rgba(122, 72, 32, 0.06), transparent 27rem),
    repeating-linear-gradient(0deg, rgba(74, 49, 20, 0.022) 0 1px, transparent 1px 5px),
    #eee1c2;
}

.paper-section--ink {
  color: #f8edd7;
  border-top: 3px double rgba(232, 198, 106, 0.48);
  border-bottom: 3px double rgba(232, 198, 106, 0.48);
  background:
    linear-gradient(rgba(28, 30, 27, 0.91), rgba(28, 24, 22, 0.94)),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp"));
  background-position: center 86%;
  background-size: cover;
}

.paper-section--ink .section-heading h2 {
  color: var(--gold-light);
  text-shadow: 0 3px 8px #120b09;
}

.pastille-feature {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.pastille-feature__visual {
  min-height: 470px;
  border: 5px double #8c6727;
  border-radius: 20px 20px 5px 5px;
  box-shadow: inset 0 0 0 5px rgba(255, 239, 193, 0.28), 0 22px 44px rgba(52, 35, 13, 0.25);
}

.pastille-feature__visual::after {
  border: 3px double #d8b967;
  border-radius: 1px;
  background: rgba(63, 29, 31, 0.92);
}

.pastille-feature h2 {
  color: var(--claret);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

.audience-row {
  gap: 1.2rem;
}

.audience-card {
  position: relative;
  min-height: 250px;
  border: 4px double #987332;
  border-radius: 14px 14px 2px 2px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 52%),
    #dfcea7;
  box-shadow: 0 10px 20px rgba(68, 45, 18, 0.14);
}

.audience-card::after {
  content: "Steam Escape · Vichy";
  position: absolute;
  top: 1.75rem;
  right: 1.55rem;
  color: rgba(87, 39, 40, 0.56);
  font-family: "Cinzel", serif;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audience-card__number {
  color: rgba(95, 37, 39, 0.33);
  font-size: 2.4rem;
}

.audience-card h3 {
  color: #5d272a;
}

.stats-ribbon {
  border-top: 3px double rgba(236, 203, 114, 0.52);
  border-bottom: 3px double rgba(236, 203, 114, 0.52);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 6px),
    linear-gradient(90deg, #421f22, #183128, #421f22);
}

.stat strong {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.mission-grid-one {
  gap: 1.35rem;
}

.mission-card-one {
  min-height: 410px;
  border: 5px double rgba(232, 198, 106, 0.66);
  border-radius: 16px 16px 3px 3px;
  box-shadow: inset 0 0 0 5px rgba(13, 12, 11, 0.32), 0 16px 26px rgba(0, 0, 0, 0.2);
}

.mission-card-one::after {
  background: linear-gradient(180deg, transparent 28%, rgba(29, 15, 16, 0.96));
}

.mission-card-one h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.price-strip img {
  border: 4px double rgba(112, 75, 25, 0.54);
  border-radius: 9px 9px 2px 2px;
  box-shadow: 0 12px 22px rgba(54, 39, 18, 0.16);
}

.event-card-one img {
  border: 4px double rgba(237, 202, 109, 0.55);
  border-radius: 12px 12px 2px 2px;
  filter: sepia(0.12) saturate(0.82);
}

.review {
  position: relative;
  border: 4px double #987332;
  border-radius: 14px 14px 2px 2px;
  background: rgba(223, 206, 167, 0.76);
  box-shadow: 0 12px 24px rgba(75, 48, 20, 0.12);
}

.review::before {
  content: "“";
  position: absolute;
  top: -0.2rem;
  left: 1rem;
  color: rgba(91, 38, 40, 0.22);
  font-size: 5rem;
  line-height: 1;
}

.review cite {
  color: #6a282b;
}

.booking-one {
  padding: 6.3rem 0;
  border-top: 3px double rgba(236, 203, 114, 0.52);
  border-bottom: 3px double rgba(236, 203, 114, 0.52);
  background:
    linear-gradient(90deg, rgba(45, 18, 21, 0.89), rgba(27, 39, 32, 0.69)),
    url("assets/booking-banner.webp") center / cover;
}

.booking-one__inner {
  text-align: center;
}

.booking-one h2 {
  color: #fff1d5;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.booking-one p:not(.eyebrow) {
  margin-inline: auto;
}

.concept-one #contact .travel-card {
  color: #2f1d17;
}

/* Proposal B — the 1927 temporal departures office */
.concept-two {
  --blue: #dfbb62;
  --blue-deep: #20382f;
  --ember: #b98233;
  color: #f3e7ce;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 6px),
    #171311;
}

.concept-two .site-header {
  position: fixed;
}

.concept-two .site-nav {
  color: #f4e8cf;
}

.hero-two {
  min-height: 900px;
  align-items: center;
  padding: 10rem 0 5rem;
  background-image:
    linear-gradient(90deg, rgba(24, 13, 14, 0.88) 0%, rgba(25, 28, 22, 0.64) 52%, rgba(28, 14, 16, 0.5) 100%),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp"));
  background-position: center, center 5%;
  background-size: cover;
}

.hero-two::before {
  width: min(52vw, 680px);
  top: 52%;
  left: 72%;
  border: 3px double rgba(224, 188, 95, 0.42);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(20, 44, 35, 0.3),
    0 0 0 20px rgba(224, 188, 95, 0.2),
    0 0 0 42px rgba(69, 28, 31, 0.22),
    0 0 0 44px rgba(224, 188, 95, 0.15),
    inset 0 0 90px rgba(11, 8, 7, 0.68);
}

.hero-two::after {
  content: "1927";
  position: absolute;
  right: clamp(30px, 8vw, 150px);
  bottom: 3.3rem;
  padding: 0.45rem 1rem;
  border: 3px double rgba(233, 199, 110, 0.55);
  color: rgba(247, 226, 176, 0.66);
  background: rgba(63, 28, 30, 0.72);
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.hero-two__layout {
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.hero-two h1 {
  max-width: 12ch;
  color: #fff5df;
  font-size: clamp(3.2rem, 6.7vw, 6.2rem);
  line-height: 0.98;
  text-shadow: 0 4px 1px rgba(23, 10, 10, 0.72), 0 10px 30px rgba(0, 0, 0, 0.78);
}

.hero-two h1 em {
  margin-top: 0.45rem;
  color: var(--gold-light);
  font-size: 0.25em;
  letter-spacing: 0.26em;
  line-height: 2.1;
}

.hero-two__lead {
  max-width: 590px;
  color: #eee1c7;
  text-shadow: 0 2px 7px #110b09;
}

.coordinates {
  padding: 2rem;
  border: 5px double #8d6927;
  border-radius: 18px 18px 2px 2px;
  color: #2b1b14;
  background:
    repeating-linear-gradient(0deg, rgba(78, 46, 24, 0.04) 0 1px, transparent 1px 4px),
    #e8d5a8;
  box-shadow: inset 0 0 0 5px rgba(255, 248, 220, 0.4), 0 22px 45px rgba(0, 0, 0, 0.48);
  transform: rotate(0.5deg);
}

.coordinates::before {
  top: 0.8rem;
  left: auto;
  right: 0.9rem;
  width: 52px;
  height: 52px;
  border: 3px double rgba(94, 36, 39, 0.58);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.coordinates::after {
  content: "SE";
  position: absolute;
  top: 1.7rem;
  right: 1.55rem;
  color: rgba(94, 36, 39, 0.65);
  font-family: "Cinzel Decorative", serif;
  font-size: 0.76rem;
}

.coordinates__label {
  color: #6a282b;
}

.coordinates a,
.coordinates a + a {
  color: #2b1b14;
}

.chapter {
  position: relative;
  padding: 6rem 0;
  border-top: 3px double rgba(224, 188, 95, 0.3);
}

.chapter--blue {
  background:
    radial-gradient(circle at 8% 30%, rgba(186, 138, 47, 0.09), transparent 26rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 6px),
    linear-gradient(125deg, #1f382f, #18251f 56%, #3a1b1e);
}

.chapter--black {
  background:
    radial-gradient(circle at 88% 36%, rgba(104, 40, 43, 0.18), transparent 30rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 5px),
    #181412;
}

.chapter-heading {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 2.7rem;
}

.chapter-heading > div::before {
  width: min(390px, 80%);
  margin: 0 0 0.85rem;
  filter: sepia(1) saturate(1.3) brightness(1.15);
}

.chapter-heading__number {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 4px double rgba(224, 188, 95, 0.62);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(73, 30, 33, 0.58);
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

.chapter-heading h2 {
  color: #f6e8cd;
  font-size: clamp(2.3rem, 4.7vw, 4rem);
  line-height: 1.02;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
}

.chapter-heading p {
  color: rgba(243, 231, 206, 0.75);
}

.pastille-two {
  border: 5px double rgba(224, 188, 95, 0.64);
  border-radius: 20px 20px 3px 3px;
  background: #241718;
  box-shadow: inset 0 0 0 5px rgba(18, 15, 12, 0.4), 0 25px 48px rgba(0, 0, 0, 0.3);
}

.pastille-two__image {
  min-height: 500px;
}

.pastille-two__copy {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, rgba(80, 31, 34, 0.48), transparent),
    #18271f;
}

.pastille-two h2,
.pastille-two__copy h2 {
  color: #f5e7ca;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.pastille-two__copy > p:not(.eyebrow) {
  color: rgba(248, 236, 211, 0.78);
}

.mission-stack {
  gap: 1.4rem;
  background: transparent;
}

.mission-two,
.mission-two:nth-child(even) {
  min-height: 340px;
  border: 4px double rgba(224, 188, 95, 0.46);
  border-radius: 14px 14px 2px 2px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 5px),
    #211917;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.mission-two__image {
  min-height: 340px;
  margin: 8px;
  border: 1px solid rgba(230, 198, 112, 0.36);
}

.mission-two__image img {
  filter: sepia(0.08) saturate(0.88);
}

.mission-two__copy {
  padding: clamp(2rem, 5vw, 4rem);
}

.mission-two__code {
  color: var(--gold-light);
}

.mission-two h3 {
  color: #f6ead2;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
}

.mission-two p {
  color: rgba(243, 231, 206, 0.72);
}

.crew-two {
  gap: 1rem;
  border: 0;
  background: transparent;
}

.crew-two article {
  position: relative;
  min-height: 235px;
  border: 4px double #9d7938;
  border-radius: 14px 14px 2px 2px;
  color: #2e2018;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.27), transparent 52%),
    #dfcfa9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.crew-two article::after {
  content: "Autorisation de voyage";
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  color: rgba(95, 37, 39, 0.56);
  font-family: "Cinzel", serif;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crew-two span {
  color: rgba(95, 37, 39, 0.5);
  font-family: "Cinzel", serif;
  font-size: 1.7rem;
}

.crew-two h3 {
  color: #5c292b;
}

.crew-two p {
  color: #45392d;
}

.tariff-two {
  border: 5px double #9a7635;
  border-radius: 12px 12px 2px 2px;
  color: #2c2018;
  background:
    repeating-linear-gradient(0deg, rgba(78, 46, 24, 0.04) 0 1px, transparent 1px 4px),
    #dfcda2;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.tariff-two__head {
  border-bottom-color: rgba(73, 34, 28, 0.28);
  color: #6a282b;
  background: rgba(97, 44, 45, 0.08);
}

.tariff-two__row + .tariff-two__row {
  border-top-color: rgba(73, 34, 28, 0.2);
}

.tariff-two__row strong {
  color: #62292b;
}

.tariff-two__row span {
  border-left-color: rgba(73, 34, 28, 0.18);
  color: #2f241b;
}

.event-filmstrip {
  gap: 0.8rem;
}

.event-filmstrip a {
  min-height: 400px;
  border: 4px double rgba(225, 190, 98, 0.55);
  border-radius: 12px 12px 2px 2px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

.event-filmstrip img {
  filter: sepia(0.13) saturate(0.78) brightness(0.86);
}

.concept-two .review {
  color: #2b2018;
  background: #dfcda3;
}

.concept-two .review cite {
  color: #6a282b;
}

.booking-two {
  padding: 6.5rem 0;
  border-top: 3px double rgba(224, 188, 95, 0.44);
  border-bottom: 3px double rgba(224, 188, 95, 0.44);
  background:
    linear-gradient(rgba(54, 22, 24, 0.77), rgba(20, 36, 29, 0.9)),
    url("assets/booking-banner.webp") center / cover;
}

.booking-two h2 {
  color: #fff0d0;
  font-size: clamp(2.7rem, 5.6vw, 4.8rem);
}

.booking-two p:not(.eyebrow) {
  color: rgba(255, 240, 210, 0.8);
}

.contact-form-two {
  border-left: 4px double rgba(224, 188, 95, 0.42);
}

.contact-form-two label + label {
  display: block;
  margin-top: 1rem;
}

.contact-form-two input,
.contact-form-two textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.8rem;
  border: 1px solid rgba(224, 188, 95, 0.52);
  border-radius: 1px;
  color: #2c2119;
  background: #ead9b2;
}

.contact-form-two textarea {
  resize: vertical;
}

@media (max-width: 980px) {
  .site-header__inner::before,
  .site-header__inner::after {
    display: none;
  }

  .site-nav {
    border-bottom: 3px double rgba(235, 201, 111, 0.55);
    background: linear-gradient(135deg, #3e1d20, #172b23);
  }

  .hero-one {
    min-height: 940px;
    background-position: center, 48% 3%;
  }

  .hero-two {
    min-height: 940px;
  }

  .hero-two::before {
    width: min(82vw, 660px);
    left: 70%;
  }

  .travel-card,
  .coordinates {
    max-width: 560px;
  }
}

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

  .site-header,
  .concept-two .site-header {
    min-height: 80px;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .site-nav {
    top: 77px;
  }

  .hero-one,
  .hero-two {
    min-height: 820px;
    padding: 7.8rem 0 4rem;
  }

  .hero-one::before {
    inset: 96px 10px 24px;
    border-radius: 22px 22px 3px 3px;
  }

  .hero-one h1,
  .hero-two h1 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  .hero-one h1 span,
  .hero-two h1 em {
    letter-spacing: 0.19em;
  }

  .hero-one__lead,
  .hero-two__lead {
    font-size: 1rem;
  }

  .hero-two {
    align-items: center;
    background-position: center, 53% 5%;
  }

  .hero-two::before {
    width: 126vw;
    left: 68%;
    opacity: 0.62;
  }

  .hero-two::after {
    display: none;
  }

  .travel-card,
  .coordinates {
    padding: 1.35rem;
  }

  .paper-section,
  .chapter {
    padding: 4.2rem 0;
  }

  .pastille-feature__visual,
  .pastille-two__image {
    min-height: 370px;
  }

  .section-heading h2,
  .chapter-heading h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .chapter-heading {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .chapter-heading__number {
    width: 54px;
    height: 54px;
    font-size: 0.82rem;
  }

  .chapter-heading > div::before {
    width: min(300px, 92%);
    margin-left: 0;
  }

  .mission-two,
  .mission-two:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .mission-two:nth-child(even) .mission-two__image {
    order: 0;
  }

  .mission-two__image {
    min-height: 300px;
  }

  .crew-two article::after,
  .audience-card::after {
    display: none;
  }

  .contact-form-two {
    border-top: 4px double rgba(224, 188, 95, 0.42);
    border-left: 0;
  }

  .event-filmstrip a {
    min-height: 380px;
  }
}
