/* ===========================================================
   Home Breizh Conciergerie — feuille de style principale
   =========================================================== */

:root {
  --navy: #16384a;
  --navy-dark: #0e2733;
  --sable: #f6efe3;
  --sable-light: #fbf8f1;
  --terracotta: #c2693f;
  --terracotta-dark: #a8552f;
  --vert: #4f6f5a;
  --texte: #2c2c2c;
  --gris: #6b6b6b;
  --blanc: #ffffff;
  --radius: 14px;
  --ombre: 0 10px 30px rgba(14, 39, 51, 0.12);
  --ombre-leg: 0 4px 14px rgba(14, 39, 51, 0.08);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--texte);
  background: var(--sable-light);
  line-height: 1.65;
}

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

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1em; color: var(--texte); }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta-dark);
  font-weight: 600;
  margin-bottom: 0.6em;
}

.section { padding: 80px 0; }
.section-alt { background: var(--sable); }
.section-navy {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: var(--sable-light);
}
.section-navy h2, .section-navy h3 { color: var(--sable-light); }
.section-navy p { color: #d9e3e7; }

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

.lead {
  font-size: 1.15rem;
  color: var(--gris);
  max-width: 640px;
}
.lead.center { margin: 0 auto 2.5em; text-align: center; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s, color 0.2s;
}
.btn-primary {
  background: var(--terracotta);
  color: var(--blanc);
}
.btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); box-shadow: var(--ombre-leg); }
.btn-outline {
  background: transparent;
  border-color: var(--blanc);
  color: var(--blanc);
}
.btn-outline:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.btn-outline-navy {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline-navy:hover { background: var(--navy); color: var(--blanc); }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 248, 241, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(22, 56, 74, 0.08);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1140px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--navy);
}
.brand img { height: 42px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--navy);
  padding: 6px 0;
  position: relative;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-links .has-sub { position: relative; }
.submenu {
  position: absolute;
  top: 130%;
  left: 0;
  background: var(--blanc);
  border-radius: 10px;
  box-shadow: var(--ombre);
  min-width: 220px;
  padding: 8px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.18s ease;
}
.has-sub:hover .submenu, .has-sub:focus-within .submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.submenu li a { display: block; padding: 9px 12px; border-radius: 6px; font-size: 0.9rem; }
.submenu li a:hover { background: var(--sable); }

.nav-cta { white-space: nowrap; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(14,39,51,0.62), rgba(14,39,51,0.72)),
              url("https://static.wixstatic.com/media/43641b_421460571efd48c0b8f7b5c2f7b61e9e~mv2.jpg") center/cover no-repeat;
  color: var(--blanc);
}
.hero .container { position: relative; z-index: 2; max-width: 720px; }
.hero h1 { color: var(--blanc); }
.hero p.lead { color: #e7eef0; }

.page-hero {
  padding: 70px 0 50px;
  background: var(--navy);
  color: var(--sable-light);
  text-align: center;
}
.page-hero h1 { color: var(--blanc); margin-bottom: 0.3em; }
.page-hero p { color: #cfdde2; max-width: 600px; margin: 0 auto; }

/* ---------- Cards & grids ---------- */
.grid {
  display: grid;
  gap: 28px;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--blanc);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--ombre-leg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--ombre); }
.card img { width: 100%; height: 190px; object-fit: cover; }
.card-body { padding: 22px; }
.card-body h3 { margin-bottom: 0.4em; }
.card-body p { color: var(--gris); margin-bottom: 0; font-size: 0.95rem; }

.icon-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--blanc);
  border-radius: var(--radius);
  box-shadow: var(--ombre-leg);
}
.icon-card img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; margin: 0 auto 16px; }
.icon-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.icon-card p { color: var(--gris); font-size: 0.9rem; margin: 0; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.split img { border-radius: var(--radius); box-shadow: var(--ombre); width: 100%; height: 100%; object-fit: cover; }

/* ---------- Listing cards (Réservez) ---------- */
.listing {
  background: var(--blanc);
  border-radius: var(--radius);
  box-shadow: var(--ombre-leg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
.listing img { height: 100%; min-height: 220px; object-fit: cover; }
.listing-body { padding: 26px 28px; }
.listing-body .price { color: var(--terracotta-dark); font-weight: 700; font-size: 1.1rem; margin: 6px 0 14px; }
.listing-body ul { margin: 0 0 16px; padding-left: 18px; color: var(--gris); }
.listing-body .meta { color: var(--gris); font-size: 0.9rem; margin-bottom: 4px; }

/* ---------- FAQ ---------- */
.faq-item {
  background: var(--blanc);
  border-radius: var(--radius);
  box-shadow: var(--ombre-leg);
  padding: 22px 26px;
  margin-bottom: 16px;
}
.faq-item p { margin: 0; color: var(--texte); }

/* ---------- Contact / forme ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.contact-info p { color: #d9e3e7; margin-bottom: 0.6em; }
.contact-info a { text-decoration: underline; }
.social-row { display: flex; gap: 14px; margin-top: 18px; }
.social-row a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
}
.social-row a:hover { background: var(--terracotta); }

form.contact-form {
  background: var(--blanc);
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--ombre);
  display: grid;
  gap: 14px;
}
form.contact-form label { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
form.contact-form input,
form.contact-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d9d2c4;
  border-radius: 8px;
  font-family: var(--sans);
  font-size: 0.95rem;
}
form.contact-form input:focus,
form.contact-form textarea:focus { outline: 2px solid var(--terracotta); border-color: transparent; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-dark);
  color: #c7d2d6;
  padding: 50px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 30px;
}
.footer-grid h4 { color: var(--blanc); font-size: 1rem; margin-bottom: 14px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 8px; font-size: 0.92rem; }
.footer-grid a:hover { color: var(--terracotta); }
.footer-brand img { height: 44px; margin-bottom: 12px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.82rem;
  color: #8fa0a6;
}
.footer-bottom a { color: #8fa0a6; }
.footer-bottom a:hover { color: var(--terracotta); }

/* ---------- Misc ---------- */
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.2em; }
.tag-list span {
  background: var(--sable);
  color: var(--navy);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
}
.cgv-content h2 { margin-top: 1.6em; font-size: 1.3rem; }
.cgv-content p { color: var(--texte); }
.cgv-content { max-width: 760px; margin: 0 auto; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .listing { grid-template-columns: 1fr; }
  .listing img { min-height: 180px; }
}

@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    background: var(--sable-light);
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 24px 26px;
    box-shadow: var(--ombre);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links a { width: 100%; }
  .submenu { position: static; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; padding-left: 10px; }
  .has-sub.open .submenu { display: block; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .hero { min-height: 70vh; }
}
