/* ===========================
   PACIFIC 34 — MENU CSS
   =========================== */

/* ── Hero page ── */
.page-hero {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 70px;
}

.page-hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: heroZoom 12s ease-out forwards;
  filter: brightness(0.7) saturate(1.3) contrast(1.05);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(3,17,28,0.4) 0%,
    rgba(3,17,28,0.25) 50%,
    rgba(3,17,28,0.75) 100%
  );
  z-index: 1;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: heroZoom 12s ease-out forwards;
}

.page-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(2,10,18,0.55) 0%,
    rgba(5,20,40,0.4) 50%,
    rgba(2,10,18,0.85) 100%
  );
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: heroFadeUp 1s ease both;
  animation-delay: 0.3s;
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 16px;
}

/* ── Stats ── */
.menu-stats-section {
  background: rgba(7,21,37,0.92);
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--border-dim);
}

.menu-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 36px;
}

.menu-stat {
  text-align: center;
  padding: 0 56px;
}

.menu-stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.menu-stat-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.menu-stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border-dim);
  flex-shrink: 0;
}

.menu-stats-desc {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 13.5px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 2;
  letter-spacing: 0.02em;
}

/* ── Tarifs ── */
.menu-tarifs-section {
  background: rgba(5,15,26,0.88);
  backdrop-filter: blur(2px);
  padding: 90px 0;
}

.tarifs-category-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--gold);
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 44px 0 20px;
  font-style: normal;
}

.tarifs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tarifs-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 860px;
  margin: 0 auto;
}

.tarif-card {
  background: rgba(10,29,51,0.7);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius);
  padding: 28px 22px;
  backdrop-filter: blur(6px);
  transition: var(--transition);
}

.tarif-card:hover {
  border-color: var(--border);
  background: rgba(14,37,64,0.8);
  box-shadow: var(--shadow-gold);
  transform: translateY(-3px);
}

.tarif-card--featured {
  border-color: var(--border);
  background: rgba(14,37,64,0.85);
  box-shadow: var(--shadow-gold);
  position: relative;
}

.tarif-card--featured::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.tarif-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.tarif-price {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--text-bright);
  line-height: 1;
}

.tarif-card--featured .tarif-price {
  color: var(--gold);
}

.tarif-price--free {
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold);
}

.tarifs-note {
  text-align: center;
  margin-top: 22px;
  font-size: 11px;
  color: var(--text-dim);
  font-style: italic;
  letter-spacing: 0.05em;
}

.tarifs-antigaspi {
  max-width: 620px;
  margin: 32px auto 0;
  background: rgba(200,169,81,0.06);
  border: 1px solid rgba(61,214,200,0.15);
  border-radius: var(--radius);
  padding: 18px 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tarifs-antigaspi i {
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.tarifs-antigaspi p {
  font-size: 12px;
  color: var(--text-mid);
  line-height: 1.7;
}

.tarifs-antigaspi span {
  color: var(--text-dim);
  font-size: 11px;
}

/* ── Plats à emporter ── */
.menu-emporter-section {
  background: rgba(7,21,37,0.9);
  backdrop-filter: blur(2px);
  padding: 90px 0;
}

.emporter-card {
  max-width: 640px;
  margin: 52px auto 0;
  background: rgba(10,29,51,0.75);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius);
  padding: 44px 48px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.emporter-price {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.emporter-price-label {
  font-size: 12px;
  color: var(--text-dim);
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

.emporter-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin-bottom: 28px;
}

.emporter-rules {
  text-align: left;
}

.emporter-rules-title {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-bright);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.emporter-rules-title i {
  color: var(--gold);
}

.emporter-rules ul {
  list-style: none;
  padding: 0;
}

.emporter-rules ul li {
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}

.emporter-rules ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  opacity: 0.6;
  font-size: 10px;
  top: 4px;
}

/* ══════════════════════════
   CUISINES DU MONDE
══════════════════════════ */
.menu-cuisines-section {
  background: rgba(5,15,26,0.88);
  backdrop-filter: blur(2px);
  padding: 90px 0 60px;
}

/* ── Ligne ── */
.cuisine-row {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border-dim);
  transition: var(--transition);
}

.cuisine-row:last-child {
  border-bottom: 1px solid var(--border-dim);
}

.cuisine-row:hover {
  background: rgba(0,180,216,0.03);
}

/* ── Label (titre + icône) ── */
.cuisine-row-label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px var(--container-px, 5%);
  cursor: default;
}

.cuisine-row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--gold);
  border: 1px solid var(--border-dim);
  border-radius: 50%;
  transition: var(--transition);
}

.cuisine-row:hover .cuisine-row-icon {
  border-color: var(--gold);
  color: var(--gold-light);
  box-shadow: 0 0 12px rgba(180,141,60,0.2);
}

.cuisine-row-label > div {
  flex: 1;
}

.cuisine-row-label h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  color: var(--text-bright);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 3px;
}

.cuisine-row-label p {
  font-size: 12px;
  font-weight: 300;
  color: var(--gold-light);
  letter-spacing: 0.06em;
}

.cuisine-row-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--text-dim);
  border: 1px solid var(--border-dim);
  border-radius: 50%;
  text-decoration: none;
  transition: var(--transition);
}

.cuisine-row:hover .cuisine-row-arrow {
  color: var(--gold-light);
  border-color: var(--gold);
  transform: translateX(3px);
}

/* ── Carrousel ── */
.cuisine-carousel-wrapper {
  overflow: hidden;
  padding: 0 0 28px 0;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
}

.cuisine-carousel {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: carouselScroll 27s linear infinite;
  will-change: transform;
}

.cuisine-slide {
  width: clamp(180px, 22vw, 280px);
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--border-dim);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cuisine-slide:hover {
  border-color: var(--border);
  box-shadow: var(--shadow-gold);
}

.cuisine-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
}

@keyframes carouselScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .cuisine-slide {
    width: clamp(140px, 42vw, 200px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cuisine-carousel {
    animation: none;
  }
}

/* ── Horaires ── */
.menu-horaires-section {
  background: rgba(7,21,37,0.9);
  backdrop-filter: blur(2px);
  padding: 90px 0;
}

.horaires-table-wrap {
  max-width: 680px;
  margin: 52px auto 0;
  border: 1px solid var(--border-dim);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.horaires-table {
  width: 100%;
  border-collapse: collapse;
}

.horaires-table thead tr {
  background: rgba(61,214,200,0.08);
  border-bottom: 1px solid var(--border);
}

.horaires-table thead th {
  padding: 16px 28px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
}

.horaires-table tbody tr {
  border-bottom: 1px solid var(--border-dim);
  transition: background 0.2s;
}

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

.horaires-table tbody tr:hover {
  background: rgba(61,214,200,0.04);
}

.horaires-table tbody td {
  padding: 18px 28px;
  font-size: 13px;
  color: var(--text-mid);
  letter-spacing: 0.03em;
}

.horaires-table tbody td:first-child {
  color: var(--text-bright);
  font-weight: 500;
}

.horaires-highlight td {
  color: var(--gold) !important;
}

/* ── Infos pratiques ── */
.menu-infos-section {
  background: rgba(5,15,26,0.88);
  backdrop-filter: blur(2px);
  padding: 90px 0;
}

.infos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.info-card {
  background: rgba(10,29,51,0.7);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  backdrop-filter: blur(6px);
  transition: var(--transition);
}

.info-card:hover {
  border-color: var(--border);
  background: rgba(14,37,64,0.8);
  box-shadow: var(--shadow-gold);
  transform: translateY(-3px);
}

.info-card-icon {
  display: block;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 18px;
}

.info-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.info-card p {
  font-size: 12.5px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
  letter-spacing: 0.02em;
}

/* ── Carte gastronomique ── */
.carte-single {
  position: relative;
  display: block;          /* ← plus inline-block */
  max-width: 600px;
  width: 100%;
  margin: 0 auto;          /* ← ça marche avec display: block */
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.carte-single img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.carte-single:hover img {
  transform: scale(1.02);
}

.carte-zoom-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: rgba(2,10,18,0.75);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.carte-zoom-btn:hover {
  background: rgba(2,10,18,0.95);
}

.carte-zoom-btn i {
  font-size: 15px;
}

.menu-carte-section {
  padding-top: 80px; /* ou var(--space-24) selon tes variables */
}

/* ── Responsive ── */
@media (max-width: 1000px) {
  .tarifs-grid { grid-template-columns: repeat(2, 1fr); }
  .cuisines-grid { grid-template-columns: repeat(2, 1fr); }
  .infos-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .page-hero { height: 280px; }
  .menu-stats { flex-direction: column; gap: 28px; }
  .menu-stat-divider { width: 48px; height: 1px; }
  .tarifs-grid,
  .tarifs-grid--3,
  .cuisines-grid,
  .infos-grid { grid-template-columns: 1fr; }
  .emporter-card { padding: 28px 24px; }
  .horaires-table thead th,
  .horaires-table tbody td { padding: 14px 16px; }
}