@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

:root {
  --navy: #0c1c2b;
  --navy2: #132b3c;
  --gold: #c7a56a;
  --cream: #f5f1e8;
  --paper: #fff;
  --ink: #18242d;
  --muted: #67737b;
  --line: #e6e1d8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Manrope, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.7;
}
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(3.2rem, 7vw, 6.6rem);
}
h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}
h3 {
  font-size: 1.65rem;
}
p {
  margin: 0 0 20px;
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.section {
  padding: 110px 0;
}
.muted {
  background: var(--cream);
}
.eyebrow {
  display: block;
  color: #9a7840;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.light {
  color: #e1c28d;
}
.lead {
  font-size: 1.08rem;
  max-width: 620px;
}
.site-header {
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid #ffffff26;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}
.logo small {
  display: block;
  font: 500 0.53rem Manrope;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-top: 5px;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.78rem;
}
.nav-links a {
  position: relative;
}
.nav-links a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: var(--gold);
}
.nav-login {
  border: 1px solid #ffffff66;
  padding: 9px 15px;
}
.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: none;
  color: white;
  font-size: 1.6rem;
}
.hero {
  min-height: 850px;
  background: url("../image/backgrounds/01_accueil_hero.jpg")
    center/cover;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #091722d9 0%, #09172270 55%, #09172220);
}
.hero-content {
  position: relative;
  padding-bottom: 80px;
}
.hero-content p {
  font-size: 1.05rem;
  color: #e4e8e9;
  max-width: 580px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 35px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 0;
  cursor: pointer;
  font: 700 0.72rem Manrope;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-gold {
  background: var(--gold);
  color: #14212a;
}
.btn-dark {
  background: var(--navy);
  color: #fff;
}
.btn-ghost {
  border: 1px solid #ffffff80;
  color: #fff;
}
.full {
  width: 100%;
}
.booking-strip {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  background: white;
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  padding: 24px 28px;
  box-shadow: 0 18px 50px #14212a25;
}
.booking-strip div {
  padding: 0 30px;
  border-right: 1px solid var(--line);
}
.booking-strip small,
.contact-item small {
  display: block;
  font-size: 0.63rem;
  letter-spacing: 0.15em;
  color: #9a7840;
  font-weight: 700;
}
.booking-strip strong {
  font-size: 0.82rem;
}
.booking-strip .btn {
  margin-left: 24px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.image-stack {
  position: relative;
}
.image-stack img,
.rounded-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.experience {
  position: absolute;
  left: -45px;
  bottom: 30px;
  background: var(--navy);
  color: white;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.experience strong {
  font: 700 3.3rem "Cormorant Garamond";
}
.experience span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
}
.section-heading.centered {
  text-align: center;
  justify-content: center;
}
.text-link {
  font-size: 0.78rem;
  color: #8a6732;
  font-weight: 700;
}
