/*
.x1 {
color : #fff;
margin: 0;
  font-size: 3.2rem;
  letter-spacing: 1px;
}
.x2 {
  color: #7DB6B1; /* ton accent teal 
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
 } 
 .x3 {
  color: rgba(255,255,255,0.85);
}
*/
.x1 {
  color: #FFFFFF;
  font-size: 5.0rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.x2 {
  color: #fff;                                                         /*#5A9C97; /* ton vert signature */
    font-size: 1.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.x3 {
  color: rgba(255,255,255,0.9);
  font-size: 1.5rem;
}
.hero-line,
 .small-line {   
  width: 60px;
  height: 2px;
  margin: 1rem auto;
  background: var(--gold);
}
img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.container1 {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.narrow {
  width: min(900px, 92%);
  margin: 0 auto;
}


  /* BUTTONS */
button {
  font: inherit;
}
/*
.hero-button {
  display: inline-block;
  padding: 0.9rem 1.8rem;

  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;

  color: white;
  text-decoration: none;

  border-radius: 999px;

  background: linear-gradient(135deg, #7DB6B1, #5A9C97);

  box-shadow:
    0 8px 20px rgba(90, 156, 151, 0.35),
    inset 0 1px 0 rgba(255,255,255,0.4);

  transition: all 0.25s ease;
}
  */

  .hero-button {
  background: #5A9C97;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background: #7DB6B1;
  transform: translateY(-2px);
}

/* .hero-premium {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center; /* ➜ centre horizontal 
  text-align: center;      /* ➜ centre le texte 
  background-size: cover;
  background-position: center center;
}
.hero-box {
  background: rgba(0, 0, 0, 0.05); /* fond discret 
  backdrop-filter: blur(6px);      /* effet premium moderne 
  -webkit-backdrop-filter: blur(6px);
  padding: 20px 20px 20px 20px;
  border-radius: 14px;
  max-width: 720px;
}
  */
.hero-premium-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(35, 48, 47, 0.12), rgba(35, 48, 47, 0.10)),
    linear-gradient(to top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.08));
}

.hero-premium {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.hero-box {
  background: rgba(255, 255, 255, 0.05); /* très léger voile clair */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 40px 50px;
  border-radius: 14px;
  max-width: 720px;
}
/*
.hero-button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 12px 28px rgba(90, 156, 151, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.4);

  background: linear-gradient(135deg, #8fc7c2, #5A9C97);
}
.hero-button:active {
  transform: translateY(0);

  box-shadow:
    0 4px 10px rgba(90, 156, 151, 0.3),
    inset 0 2px 4px rgba(0,0,0,0.1);
}
    */

/* SECTIONS */
.section1 {
  padding: 6rem 0;
}

#equipe {
  background: #f7f5f2;
}

#carte {
  background: #f1edea;
}

#art-crepe {
  background: #ffffff;
}

#acces {
  background: #f7f5f2;
}

.center-title {
  text-align: center;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 600;
}

.center-subtitle {
  margin: 0.7rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-kicker {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}

.center {
  text-align: center;
}

.center-line {
  margin-bottom: 2rem;
}

  /* STORY */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  align-items: start;
}

.story-image img {
  width: 100%;
  aspect-ratio: 1 / 0.93;
  object-fit: cover;
  border-radius: 4px;
}

.story-text h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.5vw, 4rem);
  line-height: 0.98;
  font-weight: 600;
}

.story-text p {
  color: var(--muted);
  font-size: 1.15rem;
  margin: 1.15rem 0;
}

#bandeau-premium {
  margin-top: 1.8rem;
  padding: 1rem 1.4rem;
  background-color: #6f2a3b !important;
  color: #fff;
  border: 1px solid #e2d6c9;
  /* border-radius: 999px;  */
  font-size: 1.1rem;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "Cormorant Garamond", serif;
  box-shadow: 0 6px 16px rgba(80, 60, 40, 0.04);
}

.highlight-banner {
  margin-top: 1.3rem;
  background: #f1edea;
  border: 1px solid #e3d8cf;
  border-radius: 8px;
  padding: 1.9rem 1.5rem 1.7rem;
  text-align: center;
  padding: 0.95rem 1rem;
  font-style: italic;
  font-size: 1.02rem;
}

/* TEAM */
.team-block {
  margin-top: 6.5rem;
}


.team-grid {
  margin-top: 2.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 310px));
  justify-content: center;
  gap: 2rem;
}

.team-card {
  background: #f1edea;
  border: 1px solid #e3d8cf;
  border-radius: 8px;
  padding: 1.9rem 1.5rem 1.7rem;
  text-align: center;
}

.team-photo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.team-card h3 {
  margin: 0.4rem 0 0.2rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.team-role {
  margin: 0 0 0.8rem;
  color: #c69a4a;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  font-family: "Inter", Arial, sans-serif;
}

.team-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
/* TABS / MENU */
.tabs {
  margin: 2rem 0 2.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.tab {
  padding: 0.78rem 1rem;
  border: 1px solid var(--line);
  background: transparent;
  color: #8b8076;
  cursor: pointer;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  font-family: "Inter", Arial, sans-serif;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tab:hover {
  border-color: #cdb9c2;
  color: #6f5f67;
}

.tab.active {
  background: var(--wine);
  color: #fff;
  border-color: var(--wine);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.menu-heading {
  text-align: center;
  margin: 1.7rem 0 2rem;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.menu-list {
  border-top: 1px solid var(--line);
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.menu-item h4 {
  margin: 0 0 0.18rem;
  font-size: 1.18rem;
  font-weight: 600;
}

.menu-item p {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.price {
  padding-top: 0.2rem;
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Inter", Arial, sans-serif;
}

.menu-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1rem;
}

/* ARTICLE / TABLE */
.article-block {
  max-width: 820px;
}

.feature-list {
  margin: 0 0 1.4rem;
  padding-left: 1.3rem;
  color: #7d7168;
  font-size: 1.1rem;
}

.feature-list li {
  margin-bottom: 0.8rem;
}

.intro-italic {
  margin: 1.5rem 0 2.5rem;
  color: #94877d;
  font-style: italic;
  font-size: 1.12rem;
}

.origin-title {
  text-align: center;
  margin: 0 0 1.5rem;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.origin-table-wrap {
  overflow-x: auto;
  margin-top: 1.8rem;
  border: 1px solid #d8ccbf;
  border-radius: 14px;
  overflow: hidden;
  background: #fffdfb;
  box-shadow: 0 8px 20px rgba(80, 60, 40, 0.03);
}

.origin-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fffdfb;
}

.origin-table thead th {
  padding: 1rem 1.15rem;
  background: #6e2336;
  color: #fff;
  text-align: left;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  border: none;
}

.origin-table tbody tr:nth-child(odd) {
  background-color: #fcfaf7;
}

.origin-table tbody tr:nth-child(even) {
  background-color: #f5efe9;
}

.origin-table tbody tr:hover {
  background-color: #efe7de;
}

.origin-table td {
  padding: 1rem 1.15rem;
  border: none;
  border-bottom: 1px solid #e7ddd3;
  color: #5f554e;
  font-size: 1.02rem;
  vertical-align: top;
  line-height: 1.65;
}

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

.origin-table td:first-child {
  width: 34%;
  font-weight: 600;
  color: #26211e;
}

.origin-table td:last-child {
  width: 66%;
}

.allergy-box {
  margin-top: 3rem;
  padding: 1.8rem 1.8rem 1.5rem;
  border: 1px solid var(--card-line);
  border-radius: 6px;
  background: #fbf9f7;
}

.allergy-box h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.allergy-box p {
  color: #7d7168;
  font-size: 1.05rem;
}

.allergy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.allergy-grid ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: #7d7168;
}
/* REVIEWS */
.rating-stars {
  margin-top: 0.8rem;
  color: var(--gold);
  text-align: center;
  font-size: 1.65rem;
  letter-spacing: 0.18em;
}

.rating-note {
  margin: 0.35rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.05rem;
}

.reviews-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.review-card {
  border: 1px solid var(--card-line);
  border-radius: 18px;
  padding: 1.3rem 1.35rem 1.1rem;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(90, 70, 50, 0.06);
}

.review-stars {
  color: var(--gold);
  font-size: 1.15rem;
  text-align: left;
  letter-spacing: 0.15em;
}

.review-card p {
  min-height: 120px;
  color: #413a35;
  font-size: 1.08rem;
  margin: 0.9rem 0 1rem;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.center-button {
  text-align: center;
  margin-top: 2rem;
}

.gold-button {
  display: inline-block;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  background: #d2a246;
  color: #45311c;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gold-button:hover {
  background: #ddb15b;
  transform: translateY(-1px);
}

/* ACCESS */
.contact-top-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.contact-icon {
  color: var(--gold);
  font-size: 1.45rem;
  line-height: 1;
}

.contact-top-item h3 {
  margin: 0.65rem 0 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.contact-top-item p {
  margin: 0.22rem 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.access-boxes {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.info-box {
  padding: 1.45rem 1.4rem;
  border: 1px solid var(--card-line);
  border-radius: 6px;
  background: #fff;
}

.info-box h3 {
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.info-box p {
  margin: 0.35rem 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.map-wrap {
  margin-top: 2.4rem;
  border: 1px solid var(--card-line);
  border-radius: 6px;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}
/* =========================
   HEADER PREMIUM
   ========================= */
.site-header {
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.scrolled {
  background: rgba(75, 67, 63, 0.92);
  box-shadow: 0 8px 24px rgba(20, 10, 5, 0.14);
}

/* =========================
   MENU MOBILE PREMIUM
   ========================= */
.menu-toggle span {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* =========================
   ONGLETS PREMIUM
   ========================= */
.tab-panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tab {
  border-radius: 999px;
}

.tab.active {
  box-shadow: 0 6px 16px rgba(124, 40, 64, 0.22);
}

/* =========================
   CARTES ET BLOCS
   ========================= */
.team-card,
.review-card,
.info-box,
.allergy-box {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.team-card:hover,
.info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(80, 60, 40, 0.08);
}

.menu-item {
  transition: background 0.18s ease;
  border-radius: 6px;
}

.menu-item:hover {
  background: rgba(255, 255, 255, 0.32);
}

/* =========================
   BOUTONS
   ========================= */
.hero-button,
.gold-button {
  box-shadow: 0 10px 24px rgba(90, 70, 50, 0.12);
}

.hero-button:hover,
.gold-button:hover {
  box-shadow: 0 14px 28px rgba(90, 70, 50, 0.16);
}

/* =========================
   APPARITION DOUCE
   ========================= */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Ajout table provenance */
.origin-table tbody tr:nth-child(even) {
  background-color: #f5efe9;
}

.origin-table tbody tr:hover {
  background-color: #efe7de;
}
@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .socials {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 3.5rem 0 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .footer-tagline {
    font-size: 0.95rem;
  }
}



/* RESPONSIVE */
@media (max-width: 980px) {
  .story-grid,
  .reviews-grid,
  .contact-top-grid,
  .access-boxes,
  .allergy-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--header);
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-item {
    flex-direction: column;
    gap: 0.55rem;
  }

  .price {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 3.4rem;
  }

  .hero-subtitle,
  .hero-button,
  .main-nav a {
    letter-spacing: 0.1em;
  }

  .tab {
    width: 100%;
  }

  .story-text h2,
  .center-title {
    line-height: 1.05;
  }
}
@media (max-width: 860px) {
  .main-nav {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .main-nav.open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    padding: 0.4rem 0;
  }
}