:root {
  --ink: #16131b;
  --night: #10182b;
  --deep: #1b2340;
  --paper: #fff8ec;
  --cream: #f6e4c6;
  --gold: #d8a23d;
  --candle: #f4c56f;
  --pine: #265343;
  --red: #9f2e39;
  --blue: #344f86;
  --shadow: 0 24px 70px rgba(16, 24, 43, .28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: #fff;
  background: rgba(16, 24, 43, .84);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  line-height: 1.02;
  text-decoration: none;
}

.brand span {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 900;
}

.brand small {
  color: var(--candle);
  font-size: .82rem;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  font-size: .92rem;
}

nav a {
  text-decoration: none;
  opacity: .86;
}

nav a:hover,
nav a:focus-visible {
  color: var(--candle);
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-top: 92px;
  background: var(--night);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 43, .92) 0%, rgba(16, 24, 43, .66) 42%, rgba(16, 24, 43, .18) 100%),
    linear-gradient(0deg, rgba(16, 24, 43, .92) 0%, rgba(16, 24, 43, 0) 52%);
}

.hero-content {
  position: relative;
  width: min(820px, calc(100% - 36px));
  margin: 0 0 clamp(54px, 8vh, 96px) clamp(18px, 7vw, 92px);
  color: #fff;
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--candle);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  max-width: 10ch;
  font-size: clamp(4.2rem, 10vw, 9rem);
  line-height: .86;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: .96;
  letter-spacing: 0;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

.intro {
  max-width: 690px;
  color: #fff4df;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  border: 1px solid currentColor;
  color: inherit;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--night);
}

.strip div {
  padding: clamp(18px, 3vw, 30px);
  background: #f2d9a9;
}

.strip strong,
.strip span {
  display: block;
}

.strip strong {
  color: var(--red);
  font-size: .78rem;
  text-transform: uppercase;
}

.section,
.video-section,
.contact {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 70px);
}

.two-columns {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 82px);
}

.text-flow {
  color: #342f2a;
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.text-flow p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto clamp(28px, 5vw, 56px);
  text-align: center;
}

.section-heading.compact {
  max-width: 820px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  color: #fff;
  background: var(--deep);
}

.feature-copy {
  max-width: 760px;
}

.feature-band img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow);
}

.video-section {
  color: #fff;
  background: #14131e;
}

.video-frame {
  width: min(1100px, 100%);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: var(--shadow);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.reasons,
.strength-grid,
.review-grid,
.tour-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.reasons article,
.strength-grid div,
.tour-grid article,
.info-grid div,
.review-grid figure {
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
  border: 1px solid rgba(22, 19, 27, .1);
  box-shadow: 0 12px 30px rgba(16, 24, 43, .08);
}

.reasons h3,
.strength-grid h3,
.tour-grid h3 {
  color: var(--red);
}

.strengths {
  color: #fff;
  background: var(--pine);
}

.strength-grid div {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

.strength-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--candle);
  font-weight: 900;
}

.strength-grid p {
  color: #fbeed6;
}

.accueils {
  background: #f4e8d2;
}

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

.previous-tours {
  margin-top: 16px;
}

.tour-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tour-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(22, 19, 27, .1);
}

.tour-list li:last-child {
  border-bottom: 0;
}

.more-tours {
  display: block;
  min-height: 46px;
  margin: 28px auto 0;
  border: 1px solid var(--red);
  border-radius: 6px;
  padding: 12px 18px;
  color: var(--red);
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.more-tours:hover,
.more-tours:focus-visible {
  color: #fff;
  background: var(--red);
}

.reviews {
  color: #fff;
  background: var(--night);
}

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

.review-grid figure {
  margin: 0;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

blockquote {
  margin: 0 0 18px;
  color: #fff7e8;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

figcaption {
  color: var(--candle);
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-grid button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .35s ease;
}

.gallery-grid button:hover img,
.gallery-grid button:focus-visible img {
  transform: scale(1.04);
}

.infos {
  background: #fff3dd;
}

.info-grid {
  grid-template-columns: repeat(2, 1fr);
}

.info-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-grid strong {
  display: block;
  font-size: 1.02rem;
}

.info-grid a {
  color: var(--blue);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--night));
}

.contact p:not(.eyebrow) {
  color: #fff0d9;
  font-size: 1.08rem;
}

footer {
  padding: 30px clamp(18px, 5vw, 70px);
  color: #f8ead7;
  background: #090c15;
}

footer p {
  margin: 0 0 6px;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 64px 18px 24px;
  background: rgba(5, 7, 13, .92);
}

.lightbox[aria-hidden="false"] {
  display: flex;
}

.lightbox img {
  max-height: 88vh;
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 6px;
  padding: 10px 14px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero {
    padding-top: 136px;
  }

  .strip,
  .reasons,
  .strength-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-columns,
  .feature-band,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-content {
    margin-left: 18px;
  }

  .strip,
  .reasons,
  .strength-grid,
  .tour-grid,
  .review-grid,
  .info-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 230px;
  }
}
