/* ── FONTS ── */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── VARIABLES ── */
:root {
  --rouge: #7a1010;
  --rouge-dk: #5a0a0a;
  --rouge-lt: #f5eded;
  --or: #c8922a;
  --texte: #1a1a18;
  --texte-2: #4a4a46;
  --bord: #e2ddd8;
  --fond: #faf9f7;
  --blanc: #ffffff;
  --r-md: 8px;
  --r-lg: 14px;
  --shadow-soft: 0 14px 40px rgba(122, 16, 16, 0.08);
  --shadow-card: 0 10px 28px rgba(26, 26, 24, 0.05);
  --container: 1100px;
}

/* ── RESET & BASE ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.015em;
  color: var(--texte);
  background: var(--fond);
}

main {
  display: block;
}

img {
  max-width: 100%;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(200, 146, 42, 0.45);
  outline-offset: 3px;
}

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--rouge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}

.nav-logo-text {
  font-family: 'Lora', serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  display: none;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ffffff;
}

.nav-links a.active {
  border-bottom: 2px solid var(--or);
  padding-bottom: 2px;
}

.nav-side {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.15s;
}

.nav-social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

/* ── PAGE HEADER (pages secondaires) ── */
.page-header {
  background: var(--rouge);
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.page-header h1 {
  font-family: 'Lora', serif;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.5rem;
  position: relative;
}

.page-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.03em;
  position: relative;
}

/* ── SECTION ── */
.section {
  padding: 2.5rem 2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.section-header {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rouge);
}

.section-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--rouge);
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
  text-wrap: balance;
}

.section-intro {
  color: var(--texte-2);
  max-width: 62ch;
  line-height: 1.65;
}

/* ── BADGES ── */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--or);
  flex-shrink: 0;
}

/* ── BOUTONS ── */
.btn-secondary,
.btn-reservation,
.btn-whatsapp,
.btn-contact-alt {
  min-height: 44px;
}

.btn-secondary,
.btn-reservation {
  display: inline-block;
  border: 1.5px solid var(--rouge);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: var(--r-md);
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.btn-secondary {
  color: var(--rouge);
}

.btn-secondary:hover {
  background: var(--rouge);
  color: #fff;
}

.btn-reservation {
  background: var(--rouge);
  color: #fff;
  margin-top: 0.75rem;
}

.btn-reservation:hover {
  color: var(--or);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: var(--r-lg);
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

.btn-whatsapp svg {
  flex-shrink: 0;
}

.btn-whatsapp-sub {
  font-size: 12px;
  opacity: 0.85;
  font-weight: 400;
  display: block;
}

.btn-contact-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: var(--r-md);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-contact-alt:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

/* ── CARDS ── */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.card {
  background: var(--blanc);
  border: 0.5px solid var(--bord);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.2s;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
}

.card:hover {
  box-shadow: 0 8px 32px rgba(122, 16, 16, 0.10);
  transform: translateY(-2px);
}

.card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-tag {
  display: inline-block;
  background: var(--rouge-lt);
  color: var(--rouge);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.card-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: var(--texte);
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
}

.card-desc {
  color: var(--texte-2);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 65ch;
}

.card-price {
  font-size: 13px;
  color: var(--texte-2);
  margin-bottom: 1rem;
  margin-top: auto;
  padding-top: 0.2rem;
}

.card-price strong {
  font-size: 1.4rem;
  color: var(--rouge);
  font-weight: 700;
}

/* ── ZONES ── */
.zones-section {
  background: var(--rouge-lt);
  border-top: 0.5px solid #e8d8d8;
  border-bottom: 0.5px solid #e8d8d8;
}

.zones-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.zones-label {
  font-size: 13px;
  color: var(--rouge);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 1.25rem;
}

.zones-text {
  max-width: 34rem;
}

.zones-text .section-title {
  margin-bottom: 0.85rem;
}

.zones-intro {
  margin-bottom: 1.5rem;
}

.zones-blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.zone-block h3 {
  font-size: 13px;
  font-weight: 500;
  color: var(--rouge);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.zone-block p {
  color: var(--texte-2);
  font-size: 14px;
}

.zones-map {
  display: flex;
  justify-content: center;
}

.zones-map img {
  width: 100%;
  height: auto;
  max-width: 450px;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 20px rgba(122, 16, 16, 0.1);
}

/* ── TARIFS ── */
.tarifs-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.tarifs-block {
  padding: 1rem;
  border-bottom: 0.5px solid var(--bord);
}

.tarifs-block:last-child {
  border-bottom: none;
}

.tarifs-block-title {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  color: var(--rouge);
  margin-bottom: 0.4rem;
}

.tarifs-block-sub {
  color: var(--texte-2);
  font-size: 15px;
  font-style: italic;
  margin-bottom: 1.5rem;
  max-width: 65ch;
  line-height: 1.6;
}

.tarifs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.tarifs-table thead th {
  background: var(--rouge);
  color: #fff;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.tarifs-table thead th:first-child {
  text-align: left;
}

.tarifs-table tbody td {
  padding: 11px 16px;
  border-bottom: 0.5px solid var(--bord);
  text-align: center;
  background: var(--blanc);
  color: var(--texte);
}

.tarifs-table tbody td:first-child {
  text-align: left;
  color: var(--texte);
  font-weight: 500;
}

.tarifs-table tbody tr:last-child td {
  border-bottom: none;
}

.tarifs-table tbody tr:nth-child(even) td {
  background: #fdf8f8;
}

.tarifs-table tbody tr.zone-break td {
  border-top: 3px solid var(--rouge);
}

.tarifs-table td.cell-dash {
  color: var(--texte-2);
  font-size: 16px;
}

.tarifs-table.table-suppl thead th:last-child,
.tarifs-table.table-suppl tbody td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--rouge);
  font-size: 15px;
}

.tarifs-table.table-suppl tbody td:last-child {
  background: inherit;
}

.tarifs-detail {
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}

.table-hover tbody tr {
  transition: background 0.15s;
}

.table-hover tbody tr:hover td {
  background: #ecd5d5;
}

.tarifs-notes {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tarifs-note {
  font-size: 14px;
  color: var(--texte-2);
  font-style: italic;
}

/* ── FOOTER ── */
footer {
  background: var(--rouge-dk);
  color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-logo img {
  height: 32px;
  opacity: 0.85;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav {
    padding: 0 1rem;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  #services .cards {
    max-width: 620px;
    margin-inline: auto;
  }

  #services .card-img {
    aspect-ratio: 16 / 10;
    max-height: 360px;
    object-position: center top;
  }

  #services .card:nth-of-type(2) .card-img {
    object-position: center center;
  }
}

@media (max-width: 768px) {
  .zones-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.25rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .nav {
    padding-inline: 1rem;
    gap: 0.65rem;
    height: auto;
    min-height: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .nav-logo {
    flex: 0 0 auto;
    width: 100%;
  }

  .nav-side {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }

  .nav-links {
    min-width: 0;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .nav-links a {
    font-size: 13px;
    white-space: nowrap;
  }

  .nav-social {
    display: none;
  }

  .section,
  .page-header,
  .tarifs-wrap,
  footer {
    padding-inline: 1rem;
  }

  .tarifs-table {
    font-size: 14px;
  }

  .tarifs-table thead th,
  .tarifs-table tbody td {
    padding: 9px 10px;
  }
}

@media (max-width: 380px) {
  .nav {
    padding-inline: 0.75rem;
  }

  .nav-links {
    gap: 0.45rem;
  }

  .nav-links a {
    font-size: 12px;
  }
}
