/* ============ Riad Diadème — feuille de style principale ============ */
:root {
  --serif: 'Playfair Display', serif;
  --sans: 'Montserrat', sans-serif;
  --ink: #211e1a;
  --ink-soft: #35322d;
  --body-c: #46423c;
  --muted: #6b665e;
  --gold: #8a6a48;
  --gold-line: #b99a72;
  --sep: #e0dad0;
  --bg-features: #f3efea;
  --bg-suites: #f2ede9;
  --bg-spaces: #f3efe9;
  --bg-services: #f2eeea;
  --bg-agadir: #fcf9f7;
  --bg-testi: #f2eeec;
  --bg-footer: #f0edea;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  font-family: var(--sans);
  color: var(--body-c);
  background: var(--bg-features);
}
img { display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { font-weight: 400; }

/* conteneur centré : identique à la maquette à 1536px, centré au-delà */
.shell { position: relative; max-width: 1536px; margin: 0 auto; height: 100%; }

/* ---------- éléments communs ---------- */
.label {
  font-size: 11px;
  letter-spacing: 1.6px;
  color: #5f594f;
  font-weight: 500;
}
.gold-dash { width: 28px; height: 2px; background: var(--gold-line); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
.btn-dark { background: #1d1b18; color: #fff; }
.btn-outline { border: 1px solid #55504a; color: var(--ink); }
.btn-outline-dark { border: 1px solid #8f887c; color: var(--ink); background: transparent; }
h2 {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #2b2721;
  font-weight: 400;
}
.section-text { font-size: 15.5px; line-height: 22.5px; color: var(--body-c); }
.voir-plus {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: 1.8px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 5px;
}

/* ---------- header ---------- */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
}
.logo {
  position: absolute;
  left: 50px; top: 27px;
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.logo-emblem { width: 44px; height: 44px; mix-blend-mode: multiply; }
.logo-name {
  font-family: 'Marcellus', serif;
  font-size: 21px;
  letter-spacing: 3.5px;
  color: #2a2622;
  margin-top: 4px;
  white-space: nowrap;
}
.logo-city {
  font-size: 10.5px;
  letter-spacing: 5px;
  color: #45403a;
  margin-top: 4px;
  font-weight: 500;
}
.nav {
  position: absolute;
  left: 645px; top: 60px;
  display: flex;
  gap: 36px;
}
.nav a {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #f4efe9;
  font-weight: 400;
  padding-bottom: 4px;
}
.nav a.active { border-bottom: 1px solid rgba(255,255,255,.65); }
.site-header.on-banner .logo-name { color: #fdfaf6; }
.site-header.on-banner .logo-city { color: rgba(253,250,246,.85); }
.site-header.on-banner .logo-emblem { mix-blend-mode: normal; filter: brightness(0) invert(1) opacity(.92); }
.btn-header {
  position: absolute;
  left: 1285px; top: 45px;
  width: 133px; height: 45px;
  border: 1px solid rgba(255,255,255,.75);
  color: #f7f3ee;
  font-size: 11.5px;
}
.lang-menu {
  position: absolute;
  left: 1438px; top: 49px;
  z-index: 5;
}
.lang {
  background: none; border: none;
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 1.5px;
  color: #f4efe9;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  min-width: 58px;
  min-height: 32px;
  justify-content: center;
}
.lang::-webkit-details-marker { display: none; }
.lang svg { transition: transform .2s ease; }
.lang-menu[open] .lang svg { transform: rotate(180deg); }
.lang-options {
  position: absolute;
  top: 36px; right: 0;
  min-width: 76px;
  padding: 6px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(70,60,48,.15);
  box-shadow: 0 10px 30px rgba(35,28,20,.18);
}
.lang-options a {
  display: block;
  padding: 8px 10px;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #35312c;
  text-align: center;
}
.lang-options a:hover, .lang-options a:focus, .lang-options a.current { background: #f1ece6; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 770;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
.hero-content { position: absolute; left: 112px; top: 0; }
.hero h1 {
  font-family: var(--serif);
  font-size: 96px;
  line-height: 101px;
  letter-spacing: -1.5px;
  color: #232019;
  margin-top: 206px;
  transform: scaleX(0.87);
  transform-origin: left top;
}
.hero-dash { margin-top: 10px; width: 38px; }
.hero-sub {
  margin-top: 17px;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0.2px;
  color: #3f3b36;
  font-weight: 400;
}
.hero-btns { margin-top: 25px; display: flex; gap: 25px; }
.hero-btns .btn-dark { width: 198px; height: 53px; }
.hero-btns .btn-outline { width: 160px; height: 53px; }

/* ---------- features ---------- */
.features { background: var(--bg-features); }
.features .shell {
  display: flex;
  min-height: 240px;
  padding: 0 116px 34px 110px;
}
.features-intro { width: 366px; padding-top: 53px; padding-right: 45px; }
.features-intro .gold-dash { margin-top: 12px; }
.features-text { margin-top: 16px; font-size: 15.5px; line-height: 25px; }
.feature-col {
  flex: 1;
  position: relative;
  text-align: center;
  padding-top: 52px;
}
.feature-col::before {
  content: '';
  position: absolute;
  left: 0; top: 49px; bottom: 36px;
  width: 1px;
  background: var(--sep);
}
.feat-icon { width: 55px; height: 55px; margin: 0 auto; mix-blend-mode: multiply; }
.feature-col h3 {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #2e2b27;
  font-weight: 500;
}
.feature-col p { margin-top: 15px; font-size: 14.5px; line-height: 22px; color: #55504a; }

/* ---------- suites ---------- */
.suites { background: var(--bg-suites); }
.suites .shell {
  display: flex;
  padding: 0 39px 11px 52px;
}
.suites-intro { width: 387px; padding-top: 53px; padding-right: 5px; }
.suites-intro .gold-dash { margin-top: 28px; }
.suites-intro h2 { margin-top: 18px; }
.suites-intro .section-text { margin-top: 20px; }
.suites-intro .btn { margin-top: 17px; width: 238px; height: 43px; font-size: 11.5px; }
.suites-grid {
  flex: 1;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  height: 370px;
}
.suite-card {
  position: relative;
  background-size: cover;
  background-position: center;
}
.card-overlay { position: absolute; left: 20px; right: 12px; bottom: 21px; }
.card-num { display: block; font-size: 15px; color: rgba(255,255,255,.78); font-weight: 400; }
.card-title {
  font-family: var(--serif);
  font-size: 23px;
  color: #fff;
  margin-top: 7px;
  transform: scaleX(0.87);
  transform-origin: left bottom;
}
.card-desc { margin-top: 9px; font-size: 13px; line-height: 16.5px; color: rgba(255,255,255,.88); margin-bottom: 15px; }
.suite-card .card-desc { margin-bottom: 2px; }

/* ---------- espaces ---------- */
.spaces {
  background: var(--bg-spaces);
  display: grid;
  grid-template-columns: 388fr 379fr 383fr 381fr;
  gap: 2px;
  padding: 16px 0 11px;
}
.space-tile {
  position: relative;
  height: 318px;
  background-size: cover;
  background-position: center;
}
.tile-overlay { position: absolute; left: 40px; right: 20px; bottom: 20px; }
.tile-overlay .card-num { color: rgba(255,255,255,.55); font-size: 13px; }
.tile-title { font-family: var(--serif); font-size: 24px; color: #fff; margin-top: 7px; transform: scaleX(0.87); transform-origin: left bottom; }
.tile-desc { margin-top: 4px; font-size: 13.5px; line-height: 18px; color: rgba(255,255,255,.88); margin-bottom: 6px; }

/* ---------- services ---------- */
.services { background: var(--bg-services); }
.services .shell {
  display: flex;
  min-height: 275px;
  padding: 0 46px 28px 52px;
}
.services-intro { width: 321px; padding-top: 33px; padding-right: 20px; }
.services-intro .label { line-height: 20px; }
.services-intro .gold-dash { margin-top: 15px; }
.services-text { margin-top: 17px; font-size: 16px; line-height: 24px; }
.services-intro .btn { margin-top: 22px; width: 208px; height: 43px; font-size: 11.5px; }
.service-col {
  flex: 1;
  position: relative;
  text-align: center;
  padding-top: 29px;
}
.service-col::before {
  content: '';
  position: absolute;
  left: 0; top: 32px; bottom: 60px;
  width: 1px;
  background: var(--sep);
}
.serv-icon { width: 58px; height: 58px; margin: 0 auto; mix-blend-mode: multiply; }
.service-col h3 { margin-top: 16px; font-size: 12px; letter-spacing: 1.8px; color: #2e2b27; font-weight: 500; }
.service-col p { margin-top: 12px; font-size: 13.5px; line-height: 18.5px; color: #55504a; }
.serv-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #3a3733;
  font-weight: 500;
  border-bottom: 1px solid var(--gold-line);
  padding-bottom: 4px;
}

/* ---------- agadir ---------- */
.agadir { background: var(--bg-agadir); }
.agadir .shell {
  display: flex;
  padding: 0 49px 22px 46px;
}
.agadir-intro { width: 395px; padding-top: 28px; padding-right: 30px; }
.agadir-intro .gold-dash { margin-top: 10px; }
.agadir-intro h2 { margin-top: 11px; }
.agadir-intro .section-text { margin-top: 28px; }
.agadir-intro .btn { margin-top: 25px; width: 178px; height: 40px; font-size: 11px; }
.agadir-grid {
  flex: 1;
  margin-top: 23px;
  display: grid;
  grid-template-columns: 259fr 258fr 258fr 259fr;
  gap: 5px;
  height: 310px;
}
.agadir-card {
  position: relative;
  background-size: cover;
  background-position: center;
}
.agadir-card .card-overlay { bottom: 16px; }
.agadir-card .card-title { font-size: 23px; margin-top: 0; }
.agadir-card .card-desc { margin-top: 8px; margin-bottom: 13px; }

/* ---------- témoignages + FAQ ---------- */
.social-proof { background: var(--bg-testi); }
.social-proof .shell {
  display: flex;
  min-height: 235px;
  padding: 0 46px 26px;
}
.temoignages { width: 792px; padding-top: 26px; }
.temoignages-cols { display: flex; margin-top: 20px; }
.temoignage { width: 267px; padding-right: 37px; }
.temoignage:nth-child(2) { width: 255px; }
.quote-mark { font-family: var(--serif); font-size: 42px; color: var(--gold); line-height: 22px; letter-spacing: 2px; display: block; }
.temoignage-text { margin-top: 10px; font-size: 12.5px; line-height: 19px; color: #3c3833; }
.temoignage-author { margin-top: 12px; font-size: 11px; line-height: 15px; color: var(--muted); }
.stars { margin-top: 8px; font-size: 11.5px; letter-spacing: 4px; color: var(--gold); }
.faq { flex: 1; border-left: 1px solid #ddd6cc; padding-left: 66px; padding-top: 26px; }
.faq .gold-dash { margin-top: 12px; }
.faq-list { margin-top: 14px; }
.faq-item { border-bottom: 1px solid #ddd6cc; }
.faq-q {
  width: 100%;
  background: none; border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-family: var(--sans);
  font-size: 11.5px;
  color: #3a3630;
  cursor: pointer;
  text-align: left;
}
.faq-plus { font-size: 17px; font-weight: 300; color: #3a3630; }
.faq-a { display: none; padding: 0 0 14px; font-size: 13px; line-height: 19px; color: var(--muted); }
.faq-item.open .faq-a { display: block; }

/* ---------- réservation ---------- */
.booking {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 220;
  min-height: 220px;
  margin-top: 15px;
  background-size: cover;
  background-position: center;
}
.booking-intro { position: absolute; left: 46px; top: 30px; }
.booking-intro .gold-dash { margin-top: 12px; width: 24px; }
.booking-intro h2 { margin-top: 10px; font-size: 34px; line-height: 42px; color: #2e2a24; }
.booking-sub { margin-top: 6px; font-size: 14px; color: #4a453d; }
.booking-bar {
  position: absolute;
  left: 425px; top: 60px;
  width: 1060px; height: 62px;
  background: #fff;
  display: flex;
  align-items: stretch;
  box-shadow: 0 10px 30px rgba(60,45,30,.12);
}
.booking-field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17px;
  border-right: 1px solid #e7e1d8;
}
.booking-date { width: 170px; }
.booking-guests { width: 145px; }
.booking-formula { flex: 1; min-width: 210px; }
.bf-label { font-size: 9.5px; letter-spacing: 1.2px; color: #8a8378; font-weight: 500; }
.booking-control {
  width: 100%;
  margin-top: 4px;
  padding: 0 22px 0 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  color: #3f3b35;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 18px;
}
.booking-field select.booking-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b665e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.booking-control:focus { color: #16130f; }
.btn-booking {
  margin: 10px 14px 9px;
  width: 210px;
  border: 0;
  font-size: 10px;
  letter-spacing: 1.2px;
  cursor: pointer;
}
.booking-trust {
  position: absolute;
  left: 425px; top: 143px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a453d;
}
.booking-trust svg { color: #8a7a5f; }
.booking-trust span { font-size: 11.5px; }

/* ---------- footer ---------- */
.site-footer { background: var(--bg-footer); }
.footer-top { height: 130px; }
.footer-logo {
  position: absolute;
  left: 50px; top: 14px;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo .logo-emblem { width: 46px; height: 46px; }
.footer-logo .logo-name { font-size: 20px; letter-spacing: 3.5px; margin-top: 6px; }
.footer-logo .logo-city { font-size: 10.5px; letter-spacing: 4.5px; margin-top: 5px; }
.footer-desc {
  position: absolute;
  left: 318px; top: 36px;
  width: 265px;
  font-size: 11.5px;
  line-height: 20px;
  color: #55504a;
}
.footer-col { position: absolute; top: 12px; display: flex; flex-direction: column; }
.footer-col.fc1 { left: 605px; }
.footer-col.fc2 { left: 786px; }
.footer-col.fc3 { left: 955px; }
.footer-col.fc4 { left: 1139px; }
.footer-col.fc5 { left: 1316px; }
.footer-col h4 { font-size: 10.5px; letter-spacing: 1.5px; color: #2e2b27; font-weight: 500; }
.footer-col a, .footer-col span { margin-top: 4px; font-size: 12px; line-height: 16px; color: #55504a; }
.footer-col a:first-of-type, .footer-contact a:first-of-type { margin-top: 15px; }
.footer-bottom-wrap { border-top: 1px solid #ded8ce; margin: 0 46px; }
.footer-bottom {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10.5px;
  color: var(--muted);
}
.footer-bottom-left { display: flex; align-items: center; }
.footer-bottom-left a { border-left: 1px solid #d8d2c8; margin-left: 30px; padding-left: 30px; }
.footer-credit { font-size: 10.5px; }

/* ---------- pages intérieures ---------- */
.page-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 400;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32,26,20,.30) 0%, rgba(32,26,20,.06) 42%, rgba(32,26,20,.42) 100%);
}
.page-hero-inner { position: absolute; left: 52px; bottom: 44px; }
.page-hero .label { color: rgba(255,255,255,.85); }
.page-hero h1 {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 60px;
  color: #fff;
  margin-top: 14px;
  transform: scaleX(0.9);
  transform-origin: left bottom;
}
.page-section { padding: 66px 0; }
.page-section .shell { padding: 0 52px; }
.page-section.alt { background: var(--bg-suites); }
.page-intro { max-width: 690px; }
.page-intro .gold-dash { margin-top: 14px; }
.page-intro h2 { margin-top: 16px; }
.page-intro p { margin-top: 18px; font-size: 15.5px; line-height: 25px; }

/* étages du riad */
.floor-row { display: flex; align-items: center; gap: 60px; margin-top: 54px; }
.floor-row:first-of-type { margin-top: 44px; }
.floor-row.rev { flex-direction: row-reverse; }
.floor-img { width: 54%; aspect-ratio: 4 / 3; background-size: cover; background-position: center; }
.floor-txt { flex: 1; }
.floor-txt .label { color: #8a6a48; }
.floor-txt h3 { font-family: var(--serif); font-size: 30px; color: #2b2721; margin-top: 12px; }
.floor-txt p { margin-top: 14px; font-size: 15px; line-height: 24px; }
.floor-txt ul { margin: 14px 0 0 2px; list-style: none; }
.floor-txt li { font-size: 14.5px; line-height: 26px; padding-left: 20px; position: relative; }
.floor-txt li::before { content: ''; position: absolute; left: 0; top: 12px; width: 10px; height: 1.5px; background: var(--gold-line); }

/* grilles cartes pages */
.page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.page-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.xp-card { background: #fff; box-shadow: 0 8px 26px rgba(70,55,35,.07); }
.xp-img { aspect-ratio: 3 / 4; background-size: cover; background-position: center; }
.xp-card.wide .xp-img { aspect-ratio: 16 / 9; }
.xp-body { padding: 20px 22px 24px; }
.xp-body h3 { font-family: var(--serif); font-size: 21px; color: #2b2721; }
.xp-body p { margin-top: 8px; font-size: 13px; line-height: 19px; color: #55504a; min-height: 57px; }
.price-row { margin-top: 14px; padding-top: 14px; border-top: 1px solid #eee8df; }
.price { font-size: 15px; letter-spacing: 1px; color: #2b2721; font-weight: 500; }
.price-eur { display: block; margin-top: 3px; font-size: 11.5px; color: var(--muted); }
.price-note { margin-top: 26px; font-size: 12.5px; color: var(--muted); }

/* chambres (page riad) */
.room-card { position: relative; height: 420px; background-size: cover; background-position: center; }

/* conciergerie incluse */
.included-row { display: flex; gap: 22px; margin-top: 40px; }
.included-item { flex: 1; background: #fff; padding: 30px 26px; text-align: center; box-shadow: 0 8px 26px rgba(70,55,35,.06); }
.included-item h3 { font-size: 12.5px; letter-spacing: 1.8px; color: #2e2b27; font-weight: 500; }
.included-item p { margin-top: 10px; font-size: 13.5px; line-height: 20px; color: #55504a; }
.included-badge { display: inline-block; margin-top: 14px; font-size: 10px; letter-spacing: 1.6px; color: #8a6a48; border: 1px solid var(--gold-line); padding: 5px 12px; }

/* infos pratiques */
.info-cols { display: flex; gap: 60px; margin-top: 44px; }
.info-col { flex: 1; }
.info-col h3 { font-family: var(--serif); font-size: 24px; color: #2b2721; }
.info-col p, .info-col li { font-size: 14.5px; line-height: 25px; color: var(--body-c); }
.info-col p { margin-top: 14px; }
.info-col ul { margin-top: 14px; list-style: none; }
.info-col li { padding-left: 20px; position: relative; }
.info-col li::before { content: ''; position: absolute; left: 0; top: 12px; width: 10px; height: 1.5px; background: var(--gold-line); }
.faq-page .faq-list { max-width: 820px; }
.faq-page .faq-q { font-size: 13.5px; }

/* bande CTA */
.page-cta { background: var(--bg-testi); text-align: center; padding: 64px 30px 70px; }
.page-cta .label { color: #8a6a48; }
.page-cta h2 { margin-top: 14px; }
.page-cta .btn { margin-top: 28px; width: auto; min-width: 240px; padding: 0 34px; height: 50px; }
.page-cta .gold-dash { margin: 16px auto 0; }

/* ---------- responsive ----------
   1024–1535px : le design 1536 est réduit proportionnellement via body zoom (main.js).
   < 1024px : layout mobile/tablette empilé ci-dessous. */
@media (max-width: 1023px) {
  /* header */
  .nav { display: none; }
  .logo { left: 18px; top: 16px; width: auto; }
  .logo-emblem { width: 34px; height: 34px; }
  .logo-name { font-size: 15px; letter-spacing: 2.5px; }
  .logo-city { font-size: 9px; letter-spacing: 3.5px; margin-top: 2px; }
  .btn-header {
    left: auto; right: 18px; top: 26px;
    width: 112px; height: 40px;
    background: #1d1b18; color: #fff;
    border: none; font-size: 10px;
  }
  .lang-menu {
    left: auto; right: 138px; top: 30px;
  }
  .lang {
    min-width: 44px; min-height: 32px;
    padding: 0 6px;
    color: #fff;
    background: rgba(29,27,24,.9);
    font-size: 10.5px;
  }
  .lang-options { top: 35px; right: 0; }

  /* hero */
  .hero {
    aspect-ratio: auto;
    min-height: 0;
    height: 560px;
    background-position: left center;
  }
  .hero-content { left: 24px; right: 24px; }
  .hero h1 { font-size: 46px; line-height: 54px; letter-spacing: -0.5px; margin-top: 140px; }
  .hero-dash { margin-top: 14px; }
  .hero-sub { margin-top: 14px; font-size: 16px; line-height: 26px; }
  .hero-btns { margin-top: 22px; gap: 14px; flex-wrap: wrap; }
  .hero-btns .btn-dark { width: 178px; height: 48px; font-size: 11px; }
  .hero-btns .btn-outline { width: 132px; height: 48px; font-size: 11px; }

  h2 { font-size: 32px; line-height: 40px; }

  /* features */
  .features .shell { flex-direction: column; height: auto; padding: 34px 24px 30px; }
  .features-intro { width: auto; padding: 0; }
  .feature-col { padding: 26px 0 0; }
  .feature-col::before { display: none; }

  /* suites */
  .suites .shell { flex-direction: column; padding: 0 20px 30px; }
  .suites-intro { width: auto; padding: 36px 4px 0; }
  .suites-grid {
    margin-top: 28px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
    height: auto;
  }
  .suite-card { height: 360px; }

  /* espaces */
  .spaces {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    padding: 10px 20px;
  }
  .space-tile { height: 300px; }
  .tile-overlay { left: 24px; }

  /* services */
  .services .shell { flex-direction: column; height: auto; padding: 34px 24px 30px; }
  .services-intro { width: auto; padding: 0; }
  .service-col { padding: 28px 0 0; }
  .service-col::before { display: none; }

  /* agadir */
  .agadir .shell { flex-direction: column; padding: 0 20px 30px; }
  .agadir-intro { width: auto; padding: 34px 4px 0; }
  .agadir-grid {
    margin-top: 26px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
    height: auto;
  }
  .agadir-card { height: 340px; }

  /* témoignages + FAQ */
  .social-proof .shell { flex-direction: column; height: auto; padding: 34px 24px 30px; }
  .temoignages { width: auto; padding-top: 0; }
  .temoignages-cols { flex-direction: column; gap: 26px; margin-top: 22px; }
  .temoignage, .temoignage:nth-child(2) { width: auto; padding-right: 0; }
  .faq { border-left: none; padding: 30px 0 0; }

  /* réservation */
  .booking { aspect-ratio: auto; min-height: 0; margin-top: 12px; }
  .booking .shell { padding: 34px 24px 30px; }
  .booking-intro, .booking-trust { position: static; }
  .booking-bar {
    position: static;
    width: auto; height: auto;
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }
  .booking-field { width: 100% !important; padding: 13px 18px; border-right: none; border-bottom: 1px solid #e7e1d8; }
  .btn-booking { margin: 12px; width: auto; height: 46px; }
  .booking-trust { margin-top: 16px; }
  .booking-trust span { font-size: 11px; line-height: 17px; }

  /* footer */
  .footer-top { height: auto; }
  .footer-top .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 18px;
    padding: 32px 24px 8px;
  }
  .footer-logo, .footer-desc, .footer-col { position: static; }
  .footer-logo { grid-column: 1 / -1; margin: 0 auto; }
  .footer-desc { grid-column: 1 / -1; width: auto; text-align: center; }
  .footer-bottom-wrap { margin: 24px 24px 0; }
  .footer-bottom {
    height: auto;
    flex-direction: column;
    gap: 10px;
    padding: 16px 0 18px;
    text-align: center;
  }
  .footer-bottom-left { flex-wrap: wrap; justify-content: center; gap: 6px 0; }

  /* pages intérieures */
  .page-hero { aspect-ratio: auto; height: 300px; }
  .page-hero-inner { left: 24px; right: 24px; bottom: 30px; }
  .page-hero h1 { font-size: 34px; line-height: 42px; }
  .page-section { padding: 44px 0; }
  .page-section .shell { padding: 0 24px; }
  .floor-row, .floor-row.rev { flex-direction: column; gap: 22px; margin-top: 40px; }
  .floor-img { width: 100%; }
  .page-grid, .page-grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .xp-body p { min-height: 0; }
  .included-row { flex-direction: column; }
  .info-cols { flex-direction: column; gap: 36px; }
  .room-card { height: 360px; }
}

/* très petits écrans : bas de page empilé sans séparateurs, contact pleine largeur */
@media (max-width: 559px) {
  .footer-bottom-left { flex-direction: column; gap: 6px; }
  .footer-bottom-left a { border-left: none; margin-left: 0; padding-left: 0; }
  .footer-top .shell .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 359px) {
  .logo-name, .logo-city { display: none; }
  .btn-header { right: 14px; width: 104px; }
  .lang-menu { right: 124px; }
}

/* ---------- réservation, merci, pages légales ---------- */
.resa-grid { display: flex; gap: 60px; margin-top: 44px; align-items: flex-start; }
.resa-form { flex: 1.5; }
.form-row { display: flex; gap: 18px; }
.form-field { flex: 1; margin-bottom: 18px; display: flex; flex-direction: column; }
.form-field label { font-size: 10.5px; letter-spacing: 1.6px; color: #5f594f; font-weight: 500; margin-bottom: 8px; }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--sans);
  font-size: 14px;
  color: #35322d;
  background: #fff;
  border: 1px solid #e0d8cc;
  padding: 13px 16px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b665e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold-line); }
.form-field textarea { resize: vertical; min-height: 120px; }
.form-send { margin-top: 4px; width: 260px; height: 50px; border: none; cursor: pointer; }
.form-error { background: #f8ede3; border: 1px solid #d9b391; color: #7a4a1f; padding: 12px 16px; font-size: 13px; line-height: 20px; margin-bottom: 20px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }
.resa-aside { width: 368px; box-shadow: 0 8px 26px rgba(70,55,35,.07); }
.resa-aside-img { aspect-ratio: 4 / 3; background-size: cover; background-position: center; }
.resa-aside-box { background: #fff; padding: 26px 28px 28px; }
.resa-aside-box h3 { font-size: 12px; letter-spacing: 1.8px; color: #2e2b27; font-weight: 500; }
.resa-aside-box ul { margin-top: 14px; list-style: none; }
.resa-aside-box li { font-size: 13.5px; line-height: 24px; color: #55504a; padding-left: 20px; position: relative; }
.resa-aside-box li::before { content: ''; position: absolute; left: 0; top: 11px; width: 10px; height: 1.5px; background: var(--gold-line); }
.resa-aside-box .price-row { margin-top: 18px; }
.rates-panel { margin-top: 70px; padding: 48px; background: #fff; box-shadow: 0 8px 30px rgba(70,55,35,.07); }
.rates-heading { max-width: 680px; }
.rates-heading h2 { margin-top: 16px; }
.rates-heading > p:last-child { margin-top: 14px; color: #55504a; font-size: 14.5px; line-height: 24px; }
.rates-table-wrap { margin-top: 34px; overflow-x: auto; }
.rates-table { width: 100%; border-collapse: collapse; min-width: 580px; }
.rates-table th, .rates-table td { padding: 17px 20px; border-bottom: 1px solid #e8e1d8; text-align: left; color: #3f3a34; }
.rates-table thead th { background: #292621; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; }
.rates-table tbody th { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.rates-table td { font-size: 14px; font-weight: 500; letter-spacing: .5px; }
.season-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 32px; }
.season-grid h3 { font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 500; }
.season-grid p { margin-top: 10px; color: #55504a; font-size: 13.5px; line-height: 22px; }
.rates-note { margin-top: 24px; padding-left: 16px; border-left: 2px solid var(--gold-line); color: var(--muted); font-size: 12.5px; line-height: 20px; }

.merci-grid { display: flex; gap: 60px; align-items: center; margin-top: 10px; }
.merci-img { width: 42%; aspect-ratio: 3 / 4; max-height: 520px; background-size: cover; background-position: center; }
.merci-txt { flex: 1; }
.merci-txt .gold-dash { margin-top: 14px; }
.merci-txt h2 { margin-top: 16px; }
.merci-txt p { margin-top: 16px; font-size: 15px; line-height: 24px; max-width: 520px; }
.merci-btns { margin-top: 26px; display: flex; gap: 18px; flex-wrap: wrap; }
.merci-btns .btn { height: 48px; padding: 0 26px; font-size: 11.5px; }

.legal-content { max-width: 780px; }
.legal-content h3 { font-family: var(--serif); font-size: 24px; color: #2b2721; margin-top: 34px; }
.legal-content h3:first-child { margin-top: 0; }
.legal-content p { margin-top: 12px; font-size: 14.5px; line-height: 25px; }

@media (max-width: 1023px) {
  .resa-grid { flex-direction: column; gap: 30px; }
  .resa-aside { width: 100%; }
  .form-row { flex-direction: column; gap: 0; }
  .form-send { width: 100%; }
  .rates-panel { margin-top: 44px; padding: 30px 24px; }
  .season-grid { grid-template-columns: 1fr; gap: 22px; }
  .merci-grid { flex-direction: column; gap: 26px; align-items: stretch; }
  .merci-img { width: 100%; aspect-ratio: 4 / 3; }
}

@media (max-width: 600px) {
  .rates-table-wrap { overflow: visible; }
  .rates-table { display: block; min-width: 0; }
  .rates-table thead { display: none; }
  .rates-table tbody { display: grid; gap: 12px; }
  .rates-table tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #e8e1d8;
  }
  .rates-table th,
  .rates-table td { display: block; border: 0; padding: 13px 14px; }
  .rates-table tbody th {
    grid-column: 1 / -1;
    background: #f7f3ed;
    border-bottom: 1px solid #e8e1d8;
    font-size: 17px;
  }
  .rates-table td {
    font-size: 13px;
    line-height: 1.4;
  }
  .rates-table td + td { border-left: 1px solid #e8e1d8; }
  .rates-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: #756d63;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
