.ophys-blackboard {
  background: #16241c;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 22px 22px;
  border: 10px solid #6b4a30;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: inset 0 0 40px rgba(0,0,0,.5), 0 8px 24px rgba(0,0,0,.35);
}
.ophys-chalk-line {
  font-family: "Comic Sans MS", "Segoe Print", cursive, sans-serif;
  color: #f2efe4;
  font-size: 19px;
  line-height: 1.7;
  margin: 0 0 12px;
  text-shadow: 0 0 2px rgba(255,255,255,.25);
}
.ophys-chalk-line:last-child { margin-bottom: 0; }

.ophys-booking-calendar { display: grid; gap: 18px; }
.ophys-booking-day h3 { margin: 0 0 10px; font-size: 16px; text-transform: capitalize; color: var(--gold-2); }
.ophys-booking-slots { display: flex; flex-wrap: wrap; gap: 10px; }
.ophys-booking-slot {
  border: 1px solid var(--border-soft, rgba(255,255,255,.12));
  background: rgba(255,255,255,.05);
  color: var(--text, #f8f5eb);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 150px;
  text-align: left;
}
.ophys-booking-slot:hover { border-color: var(--gold-2); background: var(--gold-soft, rgba(212,175,55,.13)); }
.ophys-booking-slot span { font-size: 12px; opacity: .75; }

.booking-modal form { display: grid; gap: 14px; margin-top: 10px; }
.booking-modal label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted, #a9a9b3); }
.booking-modal input, .booking-modal textarea {
  border: 1px solid var(--border-soft, rgba(255,255,255,.14));
  background: rgba(255,255,255,.04);
  color: var(--text, #f8f5eb);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

.ophys-review-form { padding: 26px; display: grid; gap: 16px; margin-top: 16px; }
.ophys-review-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: var(--muted, #a9a9b3); }
.ophys-review-form input, .ophys-review-form textarea {
  border: 1px solid var(--border-soft, rgba(255,255,255,.14));
  background: rgba(255,255,255,.04);
  color: var(--text, #f8f5eb);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}
.ophys-star-picker { display: flex; gap: 6px; }
.ophys-star-picker button { font-size: 28px; line-height: 1; color: rgba(255,255,255,.25); background: none; border: 0; padding: 0; cursor: pointer; }
.ophys-star-picker button.active { color: var(--gold-2, #d4af37); }

.ophys-review-status { margin: 0; padding: 10px 14px; border-radius: 10px; font-size: 13px; }
.ophys-review-status.success { background: rgba(78,220,147,.12); color: #8df0bc; }
.ophys-review-status.error { background: rgba(255,107,107,.12); color: #ff9b9b; }

@media (max-width: 640px) {
  .ophys-booking-slot { min-width: 100%; }
}

/* Carrousel d'avis flottant sur la page d'accueil */
.ophys-reviews-carousel {
  position: relative;
  min-height: 90px;
  margin: 18px 0 6px;
  overflow: hidden;
}
.ophys-review-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .9s ease, transform .9s ease;
}
.ophys-review-card.ophys-review-visible { opacity: 1; transform: translateX(0); }
.ophys-review-card.ophys-review-leave { opacity: 0; transform: translateX(40px); }
.ophys-review-stars { color: var(--gold-2, #d4af37); letter-spacing: 2px; font-size: 15px; }
.ophys-review-card p { margin: 0; font-style: italic; color: var(--text, #f8f5eb); max-width: 560px; }
.ophys-review-card strong { font-size: 13px; color: var(--muted, #a9a9b3); font-weight: 700; }

@media (max-width: 640px) {
  .ophys-reviews-carousel { min-height: 120px; }
}

/* Agenda — grille de calendrier (RC35), remplace l'ancienne liste plate */
.ophys-calendar-widget {
  display: grid;
  grid-template-columns: minmax(280px, 340px) 1fr;
  gap: 24px;
  align-items: start;
}
.ophys-cal-card {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border-soft, rgba(255,255,255,.1));
  border-radius: 16px;
  overflow: hidden;
}
.ophys-cal-header {
  background: var(--navy-deep, #0d1526);
  color: var(--gold-2, #d4af37);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font-weight: 800;
  text-transform: capitalize;
}
.ophys-cal-nav {
  background: rgba(255,255,255,.08);
  color: var(--text, #f8f5eb);
  border: 0;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.ophys-cal-nav:hover { background: rgba(255,255,255,.16); }
.ophys-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px 8px 0;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted, #a9a9b3);
  text-align: center;
}
.ophys-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 8px;
}
.ophys-cal-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.25);
  font-size: 13px;
  font-weight: 700;
}
.ophys-cal-cell.empty { visibility: hidden; }
.ophys-cal-cell.has-slots {
  background: var(--gold-soft, rgba(212,175,55,.14));
  color: var(--gold-2, #d4af37);
  cursor: pointer;
  font-weight: 900;
}
.ophys-cal-cell.has-slots:hover { background: rgba(212,175,55,.25); }
.ophys-cal-cell.selected {
  background: var(--gold-2, #d4af37);
  color: #101010;
}
.ophys-cal-slots h3 { margin: 0 0 12px; font-size: 15px; text-transform: capitalize; color: var(--gold-2); }
.ophys-cal-hint { color: var(--muted, #a9a9b3); font-size: 14px; margin: 8px 0 0; }

.ophys-review-locked { padding: 24px; display: grid; gap: 14px; }
.ophys-review-locked p { margin: 0; color: var(--muted, #a9a9b3); }

@media (max-width: 800px) {
  .ophys-calendar-widget { grid-template-columns: 1fr; }
}

/* Logo réel dans la navigation (remplace l'ancien symbole emoji) */
.brand-icon-img { height: 32px; width: auto; display: block; object-fit: contain; }
@media (max-width: 640px) {
  .brand-icon-img { height: 26px; }
}

/* Flèche de défilement animée en bas du hero */
.ophys-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.ophys-scroll-indicator:hover { background: rgba(255,255,255,.1); }
.ophys-scroll-indicator span {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--gold-2, #d4af37);
  border-bottom: 2px solid var(--gold-2, #d4af37);
  transform: rotate(45deg);
  margin-top: -4px;
  animation: ophys-scroll-bounce 1.6s ease-in-out infinite;
}
@keyframes ophys-scroll-bounce {
  0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: .6; }
  50% { transform: rotate(45deg) translate(4px, 4px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .ophys-scroll-indicator span { animation: none; }
}
