:root {
  --black: #1a1a1a;
  --white: #ffffff;
  --cream: #f7f3ee;
  --gold: #b08d57;
  --gray-text: #4a4a4a;
}

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

body {
  font-family: 'Cormorant Garamond', serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}

h1, h2, h3 { font-weight: 500; letter-spacing: 0.03em; }

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

/* Placeholder photo boxes — replace with real <img> once photos arrive */
.hero-photo, .univers-photo, .artiste-photo, .engagement-photo, .album-cover {
  background: repeating-linear-gradient(135deg, #e7e2da, #e7e2da 10px, #efeae2 10px, #efeae2 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8a8378;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding: 1rem;
}
.hero-photo::before, .univers-photo::before, .artiste-photo::before, .engagement-photo::before, .album-cover::before {
  content: attr(data-label);
}

/* Real photos (img tags) — fill their placeholder's box instead of showing hachures */
img.hero-photo, img.univers-photo, img.artiste-photo, img.engagement-photo, img.album-cover,
img.page-hero-photo, img.recital-photo, img.signature-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: none;
}
img.hero-photo { object-position: 50% 25%; }
img.page-hero-photo { object-position: 50% 30%; }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 8px solid var(--black);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name { font-size: 1.3rem; letter-spacing: 0.08em; text-transform: uppercase; }
.logo-title { font-family: 'Jost', sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--black);
  padding: 0.4rem;
}
.main-nav { display: flex; gap: 2.2rem; }
.main-nav a {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.main-nav a:hover, .main-nav a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* Hero */
.hero {
  position: relative;
  aspect-ratio: 2.6 / 1;
  width: 100%;
  background: var(--black);
  border-bottom: 8px solid var(--black);
  box-sizing: border-box;
}
.hero-photo { height: 100%; }
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  background: rgba(0,0,0,0.28);
  text-align: center;
}
.hero-overlay h1 {
  color: var(--white);
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
.hero-subtitle {
  font-family: 'Jost', sans-serif;
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 0.6rem;
}

/* Rencontre */
.rencontre {
  max-width: 720px;
  margin: 0 auto;
  padding: 6rem 2rem 5rem;
  text-align: center;
}
.rencontre h2 {
  font-size: 1.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-bottom: 2.2rem;
}
.rencontre-text {
  font-size: 1.35rem;
  color: var(--gray-text);
  margin-bottom: 2.5rem;
}
.hero-buttons { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
}
.btn-outline {
  border: 1px solid var(--gold);
  color: var(--black);
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-outline:hover { background: var(--gold); color: var(--white); }

/* Univers (4 compositeurs) */
.univers { background: var(--cream); padding: 5rem 2rem; }
.univers-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.univers-item { text-align: center; }
.univers-photo { width: 100%; aspect-ratio: 3/4; margin-bottom: 1.3rem; }
.univers-item h3 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.univers-tagline {
  font-size: 1.15rem;
  color: var(--gold);
  margin: 0.3rem 0 0.8rem;
}
.univers-desc { color: var(--gray-text); font-size: 0.98rem; margin-bottom: 0.9rem; }
.link-decouvrir {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

/* Artiste */
.artiste {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.artiste-text {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-mark {
  font-size: 3rem;
  color: var(--gold);
  line-height: 1;
  font-family: Georgia, serif;
}
.artiste-text h2 { font-size: 1.8rem; margin: 0.5rem 0 1.2rem; }
.artiste-text p { color: var(--gray-text); margin-bottom: 1.8rem; font-size: 1.05rem; }
.artiste-text .btn { align-self: flex-start; }
.artiste-photo { width: 300px; height: 300px; object-fit: cover; object-position: 50% 20%; display: block; }

/* Une musique pour les autres */
.engagement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--cream);
}
.engagement-photo { min-height: 460px; }
.engagement-text {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.engagement-text h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.engagement-text p { color: var(--gray-text); margin-bottom: 1.2rem; font-size: 1.05rem; }
.engagement-quote {
  font-style: italic;
  color: var(--black);
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

/* Écouter / Albums */
.albums { max-width: 1000px; margin: 0 auto; padding: 6rem 2rem; text-align: center; }
.section-title {
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin-bottom: 3rem;
}
.albums-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 3rem;
  text-align: left;
}
.album-cover { width: 100%; aspect-ratio: 1/1; height: auto; margin-bottom: 1.2rem; }
.album-item h3 {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.album-item p { color: var(--gray-text); }

/* Piano Académie */
.academie {
  max-width: 720px;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.academie h3 {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.academie p { color: var(--gray-text); margin-bottom: 1.2rem; }
.academie-testimonial { font-style: italic; color: var(--black); }

/* Galerie */
.gallery { max-width: 1200px; margin: 0 auto; padding: 6rem 2rem; text-align: center; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

/* Page hero (Récitals, Biographie) */
.page-hero, .page-hero-photo, .recital-photo, .signature-photo {
  background: repeating-linear-gradient(135deg, #e7e2da, #e7e2da 10px, #efeae2 10px, #efeae2 20px);
}
.page-hero {
  position: relative;
  height: 55vh;
  min-height: 380px;
}
.page-hero-photo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8a8378;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding: 1rem;
}
.page-hero-photo::before { content: attr(data-label); }
.page-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.32);
  text-align: center;
  color: var(--white);
  padding: 1rem;
}
.page-hero-overlay h1 { font-size: 3rem; letter-spacing: 0.04em; }
.eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.page-hero-sub { margin-top: 0.8rem; font-size: 1.15rem; color: rgba(255,255,255,0.85); }

/* Récital sections */
.recital {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.recital.reverse { direction: rtl; }
.recital.reverse .recital-text { direction: ltr; }
.recital.reverse .recital-photo { direction: ltr; }
.recital-photo {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8a8378;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding: 1rem;
}
.recital-photo::before { content: attr(data-label); }
.recital-text { padding: 4.5rem 4rem; }
.recital-text h2 { font-size: 2.2rem; margin-bottom: 1.5rem; }
.recital-quote {
  font-style: italic;
  color: var(--gray-text);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.programme-title {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9rem;
}
.programme-list {
  list-style: none;
  margin-bottom: 1.3rem;
}
.programme-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 1.05rem;
}
.recital-meta {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: var(--gray-text);
}

/* Recital CTA */
.recital-cta {
  text-align: center;
  padding: 5rem 2rem;
  background: var(--cream);
}
.recital-cta h2 { font-size: 1.6rem; margin-bottom: 0.8rem; }
.recital-cta p { color: var(--gray-text); margin-bottom: 1.8rem; }

/* Biographie: anecdote */
.anecdote {
  max-width: 680px;
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  color: var(--gray-text);
}
.anecdote p { margin-bottom: 1.5rem; }
.anecdote-quote {
  font-style: italic;
  color: var(--black);
  font-size: 1.4rem;
  margin: 2rem 0;
}

/* Biographie: signature */
.signature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--cream);
}
.signature-photo { min-height: 460px; }
.signature-text {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signature-text h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.signature-text p { color: var(--gray-text); margin-bottom: 1.2rem; font-size: 1.05rem; }
.signature-quote { font-style: italic; color: var(--black) !important; font-size: 1.15rem; }

/* Biographie: parcours text */
.bio-text {
  max-width: 720px;
  margin: 0 auto;
  padding: 6rem 2rem;
}
.bio-text h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 2rem;
  text-align: center;
}
.bio-text p { color: var(--gray-text); margin-bottom: 1.3rem; font-size: 1.1rem; }

/* Journal */
.journal-intro {
  max-width: 640px;
  margin: 0 auto;
  padding: 5rem 2rem 0;
  text-align: center;
}
.journal-intro p { color: var(--gray-text); font-size: 1.15rem; margin-bottom: 1.3rem; }
.journal-list {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
}
.journal-entry {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.journal-entry:first-child { padding-top: 0; }
.journal-entry h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.9rem;
}
.journal-entry p { color: var(--gray-text); font-size: 1.05rem; margin-bottom: 1rem; }

/* Journal article */
.journal-article {
  max-width: 680px;
  margin: 0 auto;
  padding: 8rem 2rem 6rem;
}
.journal-article .eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.journal-article h1 { font-size: 2.4rem; margin-bottom: 2.5rem; }
.journal-article p { color: var(--gray-text); font-size: 1.15rem; margin-bottom: 1.4rem; }
.journal-article .link-decouvrir { display: inline-block; margin-top: 1.5rem; }

/* Footer / Contact */
.site-footer {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 4rem 2rem 2rem;
}
.site-footer h3 {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.footer-grid {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.footer-copy {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-top: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .header-inner { position: relative; }
  .univers-grid { grid-template-columns: repeat(2, 1fr); }
  .artiste { grid-template-columns: 1fr; }
  .artiste-photo { width: 220px; height: 220px; margin: 0 auto; }
  .engagement { grid-template-columns: 1fr; }
  .engagement-photo { min-height: 300px; }
  .albums-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-overlay h1 { font-size: 2.6rem; }
  .recital, .recital.reverse { grid-template-columns: 1fr; direction: ltr; }
  .recital-photo { min-height: 320px; }
  .recital-text { padding: 3rem 1.8rem; }
  .signature { grid-template-columns: 1fr; }
  .signature-photo { min-height: 300px; }
  .page-hero-overlay h1 { font-size: 2.2rem; }
}
