/* ——— Traiteur Le Brasero Gourmand — raffiné ——— */
.page-brasero {
  --brasero-bg: #121110;
  --brasero-surface: #1c1a18;
  --brasero-cream: #f5f2ec;
  --brasero-muted: #a8a29e;
  --brasero-amber: #d4a574;
  --brasero-ember: #c2410c;
  background: var(--brasero-bg);
  color: var(--brasero-cream);
}

.page-brasero .header .logo {
  color: var(--brasero-cream);
}

.page-brasero .burger-line {
  background: var(--brasero-cream);
}

.page-brasero .back-link {
  color: var(--brasero-muted);
}

.page-brasero .back-link:hover {
  color: var(--brasero-amber);
}

.page-brasero .offre-detail.brasero-page {
  max-width: 920px;
  padding-bottom: 6rem;
}

/* Hero plein écran */
.brasero-hero {
  position: relative;
  margin: 0 calc(-1 * clamp(1.25rem, 4vw, 3rem)) 4rem;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.brasero-hero-bg {
  position: absolute;
  inset: 0;
}

.brasero-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: brasero-kenburns 20s ease-in-out infinite alternate;
}

@keyframes brasero-kenburns {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

.brasero-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 17, 16, 0.95) 0%,
    rgba(18, 17, 16, 0.4) 45%,
    rgba(18, 17, 16, 0.25) 100%
  );
}

.brasero-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
}

.brasero-hero-eyebrow {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brasero-amber);
  margin-bottom: 1rem;
}

.brasero-hero h1 {
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  max-width: 14ch;
}

.brasero-hero-tagline {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 400;
  color: var(--brasero-muted);
  max-width: 28rem;
  line-height: 1.6;
}

/* Piliers */
.brasero-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(212, 165, 116, 0.2);
  margin-bottom: 4rem;
  border: 1px solid rgba(212, 165, 116, 0.15);
}

a.brasero-pillar {
  display: block;
  padding: 2rem 1.5rem;
  background: var(--brasero-surface);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: background 0.4s var(--ease), transform 0.35s var(--ease);
}

a.brasero-pillar:hover {
  background: #252220;
  transform: translateY(-3px);
}

.brasero-pillar-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brasero-amber);
  transition: color 0.25s;
}

a.brasero-pillar:hover .brasero-pillar-link {
  color: #e8c9a0;
}

.brasero-pillar-num {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--brasero-amber);
  margin-bottom: 0.75rem;
}

.brasero-pillar h2 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--brasero-cream);
}

.brasero-pillar p {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--brasero-muted);
  margin: 0;
}

/* Galerie épurée */
.brasero-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.5rem;
  margin-bottom: 4rem;
}

.brasero-gallery figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--brasero-surface);
}

.brasero-gallery figure:nth-child(1) {
  grid-column: span 7;
  aspect-ratio: 16 / 10;
}

.brasero-gallery figure:nth-child(2) {
  grid-column: span 5;
}

.brasero-gallery figure:nth-child(3) {
  grid-column: span 5;
}

.brasero-gallery figure:nth-child(4) {
  grid-column: span 7;
  aspect-ratio: 16 / 10;
}

.brasero-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 0.7s var(--ease), opacity 0.4s;
}

.brasero-gallery figure:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.brasero-gallery figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.brasero-gallery figure {
  position: relative;
}

/* Bandeau mots-clés */
.brasero-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  list-style: none;
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
}

.brasero-keywords li {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brasero-muted);
}

.brasero-keywords li::after {
  content: "·";
  margin-left: 1rem;
  color: var(--brasero-amber);
  opacity: 0.5;
}

.brasero-keywords li:last-child::after {
  display: none;
}

/* Contact */
.brasero-contact {
  text-align: center;
  margin-bottom: 3rem;
}

.brasero-contact h2 {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brasero-amber);
  margin-bottom: 1.25rem;
}

.brasero-contact-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}

.brasero-contact-links a {
  font-size: 0.9375rem;
  color: var(--brasero-cream);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s, color 0.25s;
}

.brasero-contact-links a:hover {
  color: var(--brasero-amber);
  border-bottom-color: var(--brasero-amber);
}

.brasero-zone {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: var(--brasero-muted);
}

/* CTA */
.page-brasero .offre-cta {
  border-top: 1px solid rgba(212, 165, 116, 0.15);
  align-items: center;
  text-align: center;
}

.page-brasero .btn-brasero {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brasero-bg);
  background: var(--brasero-amber);
  border: none;
  text-decoration: none;
  transition: background 0.3s, transform 0.25s;
}

.page-brasero .btn-brasero:hover {
  background: #e8c9a0;
  transform: translateY(-2px);
}

.page-brasero .btn-ghost {
  border-color: rgba(212, 165, 116, 0.3);
  color: var(--brasero-muted);
}

.page-brasero .btn-ghost:hover {
  border-color: var(--brasero-amber);
  color: var(--brasero-cream);
}

.page-brasero .footer {
  border-top-color: rgba(212, 165, 116, 0.15);
  background: var(--brasero-surface);
}

.page-brasero .footer p {
  color: var(--brasero-muted);
}

.page-brasero .footer-legal a {
  color: var(--brasero-muted);
}

.page-brasero .footer-legal a:hover,
.page-brasero .footer-legal a[aria-current="page"] {
  color: var(--brasero-amber);
}

.page-brasero .footer-cookie-btn {
  color: var(--brasero-muted);
}

.page-brasero .footer-cookie-btn:hover {
  color: var(--brasero-amber);
}

@media (max-width: 900px) {
  .brasero-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .brasero-pillars {
    grid-template-columns: 1fr;
  }

  .brasero-gallery figure,
  .brasero-gallery figure:nth-child(1),
  .brasero-gallery figure:nth-child(3),
  .brasero-gallery figure:nth-child(4) {
    grid-column: span 12;
    aspect-ratio: 16 / 10;
  }
}

/* ——— Sous-pages idées ——— */
.brasero-sub-hero {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
}

.brasero-sub-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.brasero-sub-hero p {
  font-size: 1rem;
  color: var(--brasero-muted);
  max-width: 32rem;
  line-height: 1.65;
}

.brasero-sub-visual {
  margin: 0 0 2.5rem;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  max-height: 280px;
}

.brasero-sub-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brasero-sub-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.brasero-sub-gallery figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: var(--brasero-surface);
}

.brasero-sub-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease), opacity 0.3s;
  opacity: 0.9;
}

.brasero-sub-gallery figure:hover img {
  transform: scale(1.05);
  opacity: 1;
}

@media (max-width: 600px) {
  .brasero-sub-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.brasero-sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.brasero-sub-nav a {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brasero-muted);
  border: 1px solid rgba(212, 165, 116, 0.2);
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.brasero-sub-nav a:hover {
  color: var(--brasero-cream);
  border-color: var(--brasero-amber);
}

.brasero-sub-nav a.is-current {
  color: var(--brasero-bg);
  background: var(--brasero-amber);
  border-color: var(--brasero-amber);
}

.brasero-ideas {
  margin-bottom: 3rem;
}

.brasero-ideas h2 {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brasero-amber);
  margin-bottom: 1.25rem;
}

.brasero-ideas ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.5rem 1.5rem;
}

.brasero-ideas li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.9375rem;
  color: var(--brasero-cream);
  line-height: 1.5;
}

.brasero-ideas li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brasero-amber);
}

.brasero-ideas-note {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 165, 116, 0.15);
  font-size: 0.875rem;
  color: var(--brasero-muted);
  font-style: italic;
}

@media (prefers-reduced-motion: reduce) {
  .brasero-hero-bg img {
    animation: none;
  }

  a.brasero-pillar:hover {
    transform: none;
  }
}
