/* ========================================
   AU P'TIT RIBEAU — Stylesheet
   Aesthetic: Warm Alsatian Brasserie
   ======================================== */

:root {
  --rust: #9B3E1A;
  --rust-dark: #7A2E10;
  --rust-light: #C4581F;
  --cream: #F7F2EB;
  --cream-dark: #EDE4D5;
  --warm-white: #FDFAF6;
  --charcoal: #2C2218;
  --brown-mid: #6B4A2A;
  --gold: #C9954A;
  --gold-light: #E8C47A;
  --text: #3A2A18;
  --text-light: #7A6A58;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: var(--warm-white);
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
}

/* ---- NAVBAR ---- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  height: 62px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

.nav-brand {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--gold-light);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

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

.nav-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-light);
  background: rgba(255,255,255,0.07);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--gold-light);
  font-size: 1.5rem;
  cursor: pointer;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 88vh;
  background: var(--rust);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 80%, rgba(0,0,0,0.25) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%);
  background-color: var(--rust);
}

.hero-texture::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 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");
}

.hero-content {
  position: relative;
  text-align: center;
  color: var(--cream);
  padding: 3rem 2rem;
  max-width: 700px;
}

.hero-badge {
  display: inline-block;
  border: 1px solid rgba(233,196,106,0.5);
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.35rem 1.2rem;
  margin-bottom: 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 1rem;
}

.hero-title em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-subtitle {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247,242,235,0.6);
  margin-bottom: 2rem;
  font-weight: 300;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero-divider span:not(.diamond) {
  width: 60px;
  height: 1px;
  background: rgba(233,196,106,0.45);
  display: block;
}

.diamond {
  color: var(--gold);
  font-size: 0.65rem;
}

.hero-desc {
  font-size: 1.1rem;
  color: rgba(247,242,235,0.8);
  font-style: italic;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--charcoal);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.85rem 2.5rem;
  transition: background 0.25s, transform 0.2s;
}

.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.hero-stork {
  position: absolute;
  right: 5%;
  bottom: 8%;
  font-size: 6rem;
  opacity: 0.08;
  transform: scaleX(-1);
  filter: grayscale(1);
}

/* ---- HIGHLIGHTS ---- */
.highlights {
  background: var(--cream);
  padding: 5rem 2rem;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: var(--cream-dark);
  border: 1.5px solid var(--cream-dark);
}

.highlight-card {
  background: var(--warm-white);
  padding: 2.5rem 1.8rem;
  text-decoration: none;
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: background 0.2s;
  position: relative;
}

.highlight-card:hover {
  background: var(--cream);
}

.highlight-card.featured {
  background: var(--rust);
  color: var(--cream);
}

.highlight-card.featured:hover {
  background: var(--rust-dark);
}

.highlight-card.featured h3 {
  color: var(--gold-light);
}

.highlight-card.featured p {
  color: rgba(247,242,235,0.8);
}

.highlight-card.featured .highlight-link {
  color: var(--gold-light);
}

.highlight-icon {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.highlight-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--rust);
}

.highlight-card p {
  font-size: 0.95rem;
  color: var(--text-light);
  flex-grow: 1;
}

.highlight-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.05em;
}

/* ---- ABOUT ---- */
.about {
  background: var(--charcoal);
  padding: 6rem 2rem;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.section-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 600;
}

.about-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 1.5rem;
}

.about-text h2 em {
  color: var(--gold-light);
  font-style: italic;
}

.about-text p {
  color: rgba(247,242,235,0.72);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about-menu-preview {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255,255,255,0.06);
}

.menu-preview-card {
  background: rgba(255,255,255,0.04);
  padding: 1.5rem 1.8rem;
  border-left: 3px solid var(--rust);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.menu-preview-title {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.menu-preview-item {
  font-size: 0.95rem;
  color: rgba(247,242,235,0.65);
  font-style: italic;
}

.menu-preview-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--cream);
  margin-top: 0.3rem;
}

/* ---- FOOTER ---- */
.footer {
  background: #1A1108;
  text-align: center;
  padding: 3rem 2rem 2.5rem;
  border-top: 1px solid rgba(201,149,74,0.2);
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer-divider {
  color: var(--gold);
  font-size: 0.7rem;
  margin-bottom: 1.5rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}

.footer-nav a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--gold-light); }

/* ---- INNER PAGES ---- */
.page-header {
  background: var(--rust);
  padding: 4.5rem 2rem 3.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 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.04'%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");
}

.page-header-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(233,196,106,0.75);
  margin-bottom: 0.8rem;
  position: relative;
}

.page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
  color: var(--cream);
  position: relative;
  line-height: 1;
}

.page-header h1 em {
  color: var(--gold-light);
}

.page-header p {
  color: rgba(247,242,235,0.65);
  font-style: italic;
  font-size: 1rem;
  margin-top: 1rem;
  position: relative;
}

/* ---- MENU SECTIONS ---- */
.menu-page {
  background: var(--warm-white);
  padding: 4rem 2rem 6rem;
}

.menu-section {
  max-width: 860px;
  margin: 0 auto 4rem;
}

.menu-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--rust);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--cream-dark);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-section-title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, var(--rust-light), transparent);
  opacity: 0.3;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--cream-dark);
  align-items: start;
}

.menu-item:last-child { border-bottom: none; }

.menu-item-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

.menu-item-desc {
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: italic;
  line-height: 1.45;
}

.menu-item-desc .lang {
  display: block;
  color: #aaa;
  font-size: 0.8rem;
}

.menu-item-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--rust);
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.menu-item-price small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-light);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

/* Wine table */
.wine-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
}

.wine-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.wine-table th {
  background: var(--charcoal);
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.7rem 1rem;
  text-align: left;
}

.wine-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--cream-dark);
  vertical-align: middle;
}

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

.wine-table tr:nth-child(even) td { background: var(--cream); }

.wine-table td:first-child {
  font-style: italic;
  color: var(--text);
  font-size: 0.95rem;
}

.wine-table td:not(:first-child) {
  text-align: right;
  font-family: 'Playfair Display', serif;
  color: var(--rust);
  font-weight: 700;
  font-size: 0.95rem;
}

.wine-table td.na {
  color: var(--cream-dark);
  font-size: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.wine-section-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  padding: 0.6rem 1rem;
  background: rgba(201,149,74,0.08);
  border-left: 3px solid var(--gold);
  margin: 0.5rem 0 0;
}

/* Beer grid */
.beer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0;
}

.beer-grid .header {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  padding: 0.5rem 1rem 0.5rem 0;
  font-weight: 600;
  border-bottom: 2px solid var(--cream-dark);
}

.beer-grid .header:not(:first-child) { text-align: right; }

.beer-row-name {
  padding: 0.85rem 1rem 0.85rem 0;
  border-bottom: 1px solid var(--cream-dark);
  font-size: 1rem;
}

.beer-row-price {
  text-align: right;
  padding: 0.85rem 0 0.85rem 1.5rem;
  border-bottom: 1px solid var(--cream-dark);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--rust);
}

/* Tartes flambées */
.tarte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5px;
  background: var(--cream-dark);
}

.tarte-card {
  background: var(--warm-white);
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tarte-card.dark {
  background: var(--charcoal);
  color: var(--cream);
}

.tarte-card.dark .tarte-name { color: var(--gold-light); }
.tarte-card.dark .tarte-price { color: var(--cream); }
.tarte-card.dark .tarte-ingredients { color: rgba(247,242,235,0.65); }

.tarte-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--rust);
}

.tarte-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
}

.tarte-ingredients {
  font-size: 0.88rem;
  color: var(--text-light);
  font-style: italic;
  line-height: 1.5;
}

/* Soft drinks / apero grid */
.drinks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 3rem;
}

.drink-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--cream-dark);
  gap: 0.5rem;
}

.drink-name { font-size: 0.95rem; }

.drink-price {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--rust);
  white-space: nowrap;
  font-size: 0.95rem;
}

/* Breakfast */
.breakfast-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.breakfast-card {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  padding: 2.5rem 2rem;
  position: relative;
}

.breakfast-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--rust);
}

.breakfast-type {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.breakfast-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
}

.breakfast-items {
  list-style: none;
  margin-bottom: 1.5rem;
}

.breakfast-items li {
  padding: 0.4rem 0;
  border-bottom: 1px dashed var(--cream-dark);
  font-size: 0.95rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.breakfast-items li::before {
  content: '·';
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 0;
  position: relative;
  top: 2px;
}

.breakfast-big-price {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--rust);
}

/* Desserts ice cream */
.ice-cream-section {
  background: var(--charcoal);
  padding: 2.5rem;
  margin-top: 3rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.ice-cream-section h3 {
  font-family: 'Playfair Display', serif;
  color: var(--gold-light);
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.ice-flavors {
  color: rgba(247,242,235,0.6);
  font-style: italic;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.ice-pricing {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.ice-price-badge {
  text-align: center;
  background: rgba(255,255,255,0.05);
  padding: 1rem 1.5rem;
  border: 1px solid rgba(201,149,74,0.25);
}

.ice-price-badge .balls {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.ice-price-badge .price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--cream);
  font-weight: 700;
}

.ice-supplement {
  color: rgba(247,242,235,0.45);
  font-size: 0.82rem;
  font-style: italic;
  margin-top: 1rem;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 62px; left: 0; right: 0;
    background: var(--charcoal);
    padding: 1rem 1.5rem 1.5rem;
    gap: 0.1rem;
  }
  .nav-toggle { display: block; }
  .navbar { position: relative; }

  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .breakfast-grid { grid-template-columns: 1fr; }
  .drinks-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 600px) {
  .highlight-grid { grid-template-columns: 1fr; }
  .tarte-grid { grid-template-columns: 1fr; }
  .beer-grid { grid-template-columns: 1fr auto auto; }
  .menu-item { grid-template-columns: 1fr auto; }
}

/* ========================================
   VISUALS ADDITIONS
   ======================================== */

/* Smooth SVG illustrations */
.highlight-icon svg,
.highlight-icon {
  transition: transform 0.3s ease;
}
.highlight-card:hover .highlight-icon svg {
  transform: scale(1.08) rotate(-2deg);
}

/* Section: specialty showcase on homepage */
.specialty-strip {
  background: var(--cream);
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
  padding: 3.5rem 2rem;
  overflow: hidden;
}

.specialty-strip .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: var(--cream-dark);
}

.specialty-item {
  flex: 1;
  background: var(--warm-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem 1.5rem;
  text-align: center;
  min-width: 120px;
}

.specialty-item svg {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 2px 6px rgba(154,62,26,0.15));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.specialty-item:hover svg {
  transform: translateY(-4px) scale(1.06);
  filter: drop-shadow(0 6px 14px rgba(154,62,26,0.25));
}

.specialty-label {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rust);
  letter-spacing: 0.04em;
}

.specialty-sub {
  font-size: 0.78rem;
  color: var(--text-light);
  font-style: italic;
}

/* Floating illustration in page headers */
.page-header { overflow: visible; }
.page-header > div[style] svg {
  width: 100%;
  height: auto;
}

/* Vine divider spacing */
.menu-section-title + div svg {
  display: block;
}

/* House illustration centering */
.about > div[style] {
  display: flex;
  justify-content: center;
}

/* Footer border SVG */
.footer > div:first-child {
  line-height: 0;
}

@media (max-width: 600px) {
  .specialty-strip .container {
    flex-wrap: wrap;
    gap: 1px;
  }
  .specialty-item { min-width: calc(50% - 1px); }
}

/* ========================================
   PHOTO COMPONENTS
   ======================================== */

/* ── HERO PHOTO ── */
.hero-photo {
  position: relative;
  height: 92vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-photo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(28,16,8,0.45) 0%,
    rgba(28,16,8,0.65) 50%,
    rgba(28,16,8,0.75) 100%
  );
}

.hero-photo-content {
  position: relative;
  text-align: center;
  color: var(--cream);
  padding: 3rem 2rem;
  max-width: 720px;
  z-index: 1;
}

/* ── PHOTO STRIP (4 catégories) ── */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  background: var(--charcoal);
}

.photo-strip-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.photo-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.photo-strip-item:hover img {
  transform: scale(1.07);
}

.photo-strip-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.2rem;
  background: linear-gradient(to top, rgba(28,16,8,0.75) 0%, transparent 60%);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.03em;
  transition: background 0.3s;
}

.photo-strip-item:hover .photo-strip-label {
  background: linear-gradient(to top, rgba(154,62,26,0.85) 0%, rgba(154,62,26,0.2) 70%);
}

/* ── ABOUT SECTION WITH PHOTO ── */
.about-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.about-photo-img {
  overflow: hidden;
}

.about-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.about-photo-img:hover img {
  transform: scale(1.04);
}

.about-photo-text {
  background: var(--charcoal);
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.about-photo-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  line-height: 1.15;
  color: var(--cream);
}

.about-photo-text h2 em {
  color: var(--gold-light);
  font-style: italic;
}

.about-photo-text p {
  color: rgba(247,242,235,0.72);
  font-size: 1rem;
}

.btn-rust {
  display: inline-block;
  color: var(--gold-light);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(201,149,74,0.4);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}

.btn-rust:hover {
  color: white;
  border-color: white;
}

/* ── GALLERY GRID ── */
.photo-gallery {
  background: var(--cream);
  padding: 5rem 2rem;
}

.gallery-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: var(--charcoal);
}

.gallery-header h2 em {
  color: var(--rust);
  font-style: italic;
}

.gallery-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 6px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--cream-dark);
}

.gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem 1rem;
  background: linear-gradient(to top, rgba(28,16,8,0.82) 0%, transparent 100%);
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-caption span {
  color: var(--gold-light);
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  font-style: italic;
}

/* ── BREAKFAST BANNER ── */
.breakfast-banner {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breakfast-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.breakfast-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(154,62,26,0.82) 0%, rgba(28,16,8,0.75) 100%);
}

.breakfast-banner-content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
  padding: 2rem;
}

.breakfast-banner-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: white;
  margin: 0.5rem 0 1rem;
  line-height: 1.15;
}

.breakfast-banner-content h2 em {
  color: var(--gold-light);
  font-style: italic;
}

.breakfast-banner-content p {
  color: rgba(255,255,255,0.75);
  font-style: italic;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

/* ── PAGE HEADER WITH PHOTO ── */
.page-header-photo {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-header-photo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.page-header-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(28,16,8,0.4) 0%,
    rgba(28,16,8,0.72) 100%
  );
}

.page-header-photo-content {
  position: relative;
  text-align: center;
  color: var(--cream);
  z-index: 1;
  padding: 2rem;
}

.page-header-photo-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 900;
  color: white;
  line-height: 1;
  margin: 0.5rem 0;
}

.page-header-photo-content h1 em {
  color: var(--gold-light);
  font-style: italic;
}

.page-header-photo-content p {
  color: rgba(255,255,255,0.65);
  font-style: italic;
  margin-top: 0.7rem;
}

/* ── MENU ITEM WITH PHOTO ── */
.menu-item-photo {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--cream-dark);
  align-items: start;
}

.menu-item-photo img {
  width: 130px;
  height: 95px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

.menu-item-photo-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.menu-item-photo-body .menu-item-price {
  margin-top: 0.3rem;
}

/* ── TARTE PHOTO CARDS ── */
.tarte-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.tarte-photo-card {
  background: white;
  border: 1px solid var(--cream-dark);
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.tarte-photo-card:hover {
  box-shadow: 0 8px 30px rgba(154,62,26,0.15);
}

.tarte-photo-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.tarte-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.tarte-photo-card:hover .tarte-photo-img img {
  transform: scale(1.06);
}

.tarte-photo-body {
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

/* ── DESSERT PHOTO GRID ── */
.dessert-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.dessert-photo-card {
  background: white;
  border: 1px solid var(--cream-dark);
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}

.dessert-photo-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.dessert-photo-card > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.dessert-photo-card:hover > img {
  transform: scale(1.05);
}

.dessert-photo-body {
  padding: 1rem 1.2rem;
}

.dessert-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

.dessert-desc {
  font-size: 0.82rem;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 0.5rem;
}

.dessert-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--rust);
}

/* ── WINE PHOTO BANNER ── */
.wine-photo-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  background: var(--charcoal);
  height: 200px;
}

.wine-photo-banner-item {
  position: relative;
  overflow: hidden;
}

.wine-photo-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: saturate(0.8);
}

.wine-photo-banner-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.wine-photo-banner-item span {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.95rem;
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}

/* ── BREAKFAST PHOTO CARDS ── */
.breakfast-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.breakfast-photo-card {
  background: white;
  border: 1px solid var(--cream-dark);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.breakfast-photo-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.breakfast-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.breakfast-photo-card:hover .breakfast-photo-img img {
  transform: scale(1.04);
}

.breakfast-photo-body {
  padding: 2rem;
}

/* ── RESPONSIVE PHOTOS ── */
@media (max-width: 900px) {
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .about-photo { grid-template-columns: 1fr; }
  .about-photo-img { height: 300px; }
  .about-photo-text { padding: 3rem 2rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item--large { grid-column: span 2; }
  .tarte-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .dessert-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .wine-photo-banner { grid-template-columns: repeat(2, 1fr); height: 300px; }
  .breakfast-photo-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 3px; }
  .gallery-item--large { grid-column: span 2; }
  .tarte-photo-grid { grid-template-columns: 1fr; }
  .dessert-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .wine-photo-banner { grid-template-columns: repeat(2, 1fr); height: 260px; }
  .menu-item-photo { grid-template-columns: 90px 1fr; gap: 1rem; }
  .menu-item-photo img { width: 90px; height: 70px; }
  .hero-photo { height: 75vh; }
  .page-header-photo { height: 280px; }
  .breakfast-banner { height: 320px; }
}
