
:root{
  --cobalt:#0a2f8f;
  --cobalt-dark:#041f63;
  --pink:#ff4f94;
  --coral:#ff704d;
  --orange:#ff9d1c;
  --yellow:#f3ef00;
  --lavender:#b69cf6;
  --mint:#76d5c4;
  --cream:#fff8f1;
  --ink:#153a82;
  --sidebar:216px;
}
@font-face{
  font-family:"Verandah Reverie";
  src:url("../fonts/VerandahReverie.woff2") format("woff2");
  font-display:swap;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:Verdana,Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.script{
  font-family:"Verandah Reverie","Segoe Print","Bradley Hand","Lucida Handwriting",cursive;
  font-weight:400;
}
.sidebar{
  position:fixed;inset:0 auto 0 0;width:var(--sidebar);
  background:linear-gradient(180deg,var(--cobalt),var(--cobalt-dark));
  color:#fff;padding:24px 25px 26px;z-index:50;
  display:flex;flex-direction:column;
}
.logo-wrap{
  height:128px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;
}
.logo-wrap img{width:145px;height:118px;object-fit:contain}
.nav{display:grid;gap:17px;margin-top:12px}
.nav a{
  font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.075em;
  padding:8px 0;transition:.2s;
}
.nav a:hover,.nav a.active{color:#ff9fc7}
.nav a:before{
  content:"";display:inline-block;width:7px;height:7px;border-radius:50%;
  background:var(--pink);margin-right:12px;vertical-align:1px;
}
.side-social{
  margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.25);
  display:grid;gap:12px;font-size:10px;text-transform:uppercase;letter-spacing:.09em;
}
.side-foot{margin-top:auto;font-size:9px;line-height:1.7;opacity:.82}
main{margin-left:var(--sidebar)}
.hero{
  min-height:680px;padding:64px 68px;
  display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:52px;
  background:var(--cream);overflow:hidden;
}
.hero .kicker{font-size:38px;color:var(--pink);margin:0 0 9px}
.hero h1{
  margin:0;color:var(--cobalt);font-family:Georgia,"Times New Roman",serif;
  font-weight:400;font-size:72px;line-height:.98;max-width:510px;
}
.hero p{font-size:16px;line-height:1.65;max-width:500px;margin:25px 0 28px}
.button{
  display:inline-block;background:var(--cobalt);color:white;border-radius:999px;
  padding:14px 23px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.07em;
}
.hero-visual{position:relative;min-height:555px;display:flex;align-items:center;justify-content:center}
.hero-visual:before{
  content:"";position:absolute;width:78%;height:78%;right:-5%;top:8%;
  border-radius:50%;background:var(--pink);opacity:.14;
}
.arch{
  position:relative;width:min(560px,100%);height:560px;overflow:hidden;
  border-radius:280px 280px 22px 22px;box-shadow:0 18px 42px rgba(25,52,118,.12);
}
.arch img{width:100%;height:100%;object-fit:cover}
.latest-tag{
  position:absolute;right:1%;bottom:10%;background:white;color:var(--cobalt);
  border-radius:999px;padding:12px 17px;font-size:10px;font-weight:800;
  text-transform:uppercase;letter-spacing:.07em;box-shadow:0 10px 25px rgba(0,0,0,.12)
}
.home-band{
  padding:58px 62px 66px;
  min-height:520px;
}
.home-band + .home-band{
  border-top:42px solid var(--cream);
}
.home-band .band-head{
  max-width:1180px;margin:0 auto 30px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px
}
.band-title .script{font-size:30px;display:block;margin-bottom:5px}
.band-title h2{font:400 49px/1.03 Georgia,serif;margin:0}
.band-link{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.band-grid{
  max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px
}
.paint-band{background:#e6007e;color:white}
.paint-band .band-title h2,.paint-band .work-card h3{color:white}
.paint-band .work-card p{color:#e6ecff}
.paint-band .work-card strong{color:#fff}
.paint-band .work-image{background:#fff;padding:8px}
.collage-band{background:#ff8f74;color:#352356}
.collage-band .band-title h2,.collage-band .work-card h3{color:#352356}
.expo-band{background:var(--mint);color:#153a82}
.about-band{background:var(--lavender);color:#153a82}
.work-card img{width:100%;aspect-ratio:4/5;object-fit:cover}
.work-card:nth-child(even) img{aspect-ratio:1/1}
.work-card h3{font:400 19px/1.1 Georgia,serif;margin:12px 0 5px}
.work-card p{font-size:11px;line-height:1.5;margin:0 0 5px}
.work-card strong{font-size:12px}
.expo-layout,.about-layout{
  max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:center
}
.expo-card{
  background:white;padding:18px;display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:center;
  box-shadow:0 15px 34px rgba(25,52,118,.1)
}
.expo-card img{width:100%;height:320px;object-fit:cover}
.expo-card h3{font:400 35px/1.05 Georgia,serif;margin:0 0 10px;color:var(--cobalt)}
.expo-card p{font-size:13px;line-height:1.55}
.about-layout img{width:100%;height:390px;object-fit:cover;border-radius:180px 180px 18px 18px}
.about-layout h2,.expo-layout h2{font:400 50px/1.02 Georgia,serif;margin:5px 0 18px}
.about-layout p,.expo-layout p{font-size:15px;line-height:1.65}
.mobile-top{display:none}

@media(max-width:980px){
  :root{--sidebar:0px}
  .sidebar{display:none}
  .mobile-top{
    display:flex;position:sticky;top:0;z-index:80;background:var(--cobalt);
    color:white;padding:10px 16px;align-items:center;justify-content:space-between
  }
  .mobile-top img{width:76px;height:58px;object-fit:contain}
  main{margin-left:0}
  .hero{grid-template-columns:1fr;padding:42px 24px}
  .hero h1{font-size:53px}
  .arch{height:470px}
  .home-band{padding:44px 24px}
  .band-grid{grid-template-columns:repeat(2,1fr)}
  .expo-layout,.about-layout{grid-template-columns:1fr}
}
@media(max-width:620px){
  .band-grid{grid-template-columns:1fr}
  .band-head{align-items:flex-start!important;flex-direction:column}
  .arch{height:400px}
  .hero h1{font-size:45px}
  .band-title h2{font-size:39px}
}


/* Decorative transparent PNG elements */
.decor{position:absolute;pointer-events:none;z-index:0}
.decor.blob{width:220px;right:-35px;top:80px;opacity:.42}
.decor.star{width:80px;left:34px;bottom:35px}
.decor.dots{width:120px;right:34px;bottom:28px}
.home-band,.hero{position:relative}
.home-band > *, .hero > *{position:relative;z-index:1}

/* stronger mobile responsiveness */
@media(max-width:760px){
  .mobile-top{
    min-height:72px;
    box-shadow:0 4px 20px rgba(0,0,0,.12);
  }
  .hero{
    padding:34px 20px 44px;
    gap:28px;
  }
  .hero .kicker{font-size:30px}
  .hero p{font-size:15px}
  .arch{width:100%;height:auto;aspect-ratio:4/5;border-radius:220px 220px 18px 18px}
  .latest-tag{right:10px;bottom:12px;font-size:9px}
  .home-band{padding:38px 20px 44px;min-height:auto}
  .home-band + .home-band{border-top-width:28px}
  .band-grid{grid-template-columns:1fr 1fr;gap:16px}
  .work-card h3{font-size:16px}
  .work-card p,.work-card strong{font-size:10px}
  .expo-card{grid-template-columns:1fr;padding:14px}
  .expo-card img{height:240px}
  .about-layout img{height:320px}
  .decor.blob{width:120px;opacity:.28}
  .decor.star{width:54px}
  .decor.dots{width:80px}
}
@media(max-width:480px){
  .band-grid{grid-template-columns:1fr}
  .hero h1{font-size:40px}
  .band-title h2,.about-layout h2,.expo-layout h2{font-size:36px}
  .arch{aspect-ratio:3/4}
}


/* ===== V6 — correctifs accueil demandés ===== */

/* Nouveau rendu pour "Artiste plasticienne" */
.hero .kicker{
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  font-size: 34px !important;
  color: var(--pink) !important;
}

/* L'arche remonte dans l'accueil */
.hero{
  position: relative !important;
}
.hero-visual{
  align-self: start !important;
  transform: translateY(-34px) !important;
}

/* Blob rose : fixé dans la zone vide en bas à droite de l'accueil */
.hero > img.decor.blob{
  position: absolute !important;
  width: 105px !important;
  height: auto !important;
  right: 22px !important;
  left: auto !important;
  top: auto !important;
  bottom: 18px !important;
  opacity: 1 !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

/* Le contenu reste au-dessus des décorations */
.hero > div{
  position: relative;
  z-index: 6;
}

/* Téléphone */
@media(max-width:760px){
  .hero-visual{
    transform: none !important;
  }
  .hero > img.decor.blob{
    width: 68px !important;
    right: 8px !important;
    bottom: 8px !important;
  }
  .hero .kicker{
    font-size: 29px !important;
  }
}


/* V8 - galerie : "Peintures" reprend la police de "Artiste plasticienne" */
#peintures .band-title .script{
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
}

/* Liens sociaux de la barre latérale */
.side-social a{
  color: inherit;
  text-decoration: none;
}
.side-social a:hover{
  color: #ff9fc7;
}


/* V9 - diaporama des 5 dernières peintures dans l'arche */
.arch img{
  transition: opacity .28s ease;
}
.arch img.is-changing{
  opacity: .2;
}
.hero-dots{
  position:absolute;
  left:50%;
  bottom:-4px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:8;
}
.hero-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(10,47,143,.25);
  cursor:pointer;
}
.hero-dot.active{
  background:var(--cobalt);
  transform:scale(1.15);
}
@media(max-width:760px){
  .hero-dots{
    bottom:-2px;
  }
}


/* V10 - pages distinctes Peintures / Collages */
.collection-page{
  min-height:100vh;
  padding:72px 64px 90px;
  background:var(--cream);
}
.collection-head{
  max-width:760px;
  margin-bottom:44px;
}
.collection-head h1{
  margin:0 0 16px;
  font:400 58px/1.02 Georgia,"Times New Roman",serif;
  color:var(--cobalt);
}
.collection-head p{
  margin:0;
  max-width:680px;
  font-size:15px;
  line-height:1.7;
}
.collection-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px 30px;
  align-items:start;
}
.collection-grid .work-card img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  background:#fff;
}
.collection-grid .work-card:nth-child(even) img{
  aspect-ratio:auto;
}

/* "À propos" : typographie plus sérieuse */
.serious-kicker{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:400;
  font-size:28px;
  color:var(--cobalt);
  margin-bottom:10px;
}
.about-page{
  min-height:100vh;
  padding:78px 64px 90px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:center;
  background:var(--cream);
}
.about-page-copy h1{
  margin:0 0 28px;
  max-width:760px;
  font:400 54px/1.05 Georgia,"Times New Roman",serif;
  color:var(--cobalt);
}
.about-page-copy p{
  font-size:16px;
  line-height:1.8;
  margin:0 0 18px;
  max-width:760px;
}
.about-page-visual img{
  width:100%;
  max-height:650px;
  object-fit:cover;
  border-radius:220px 220px 20px 20px;
}

@media(max-width:980px){
  .collection-page{padding:46px 22px 70px}
  .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page{
    padding:48px 22px 70px;
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .collection-grid{grid-template-columns:1fr}
  .collection-head h1{font-size:44px}
  .about-page-copy h1{font-size:42px}
}

.contact-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.button-secondary{
  background:transparent;
  color:var(--cobalt);
  border:2px solid var(--cobalt);
}
.button-secondary:hover{
  background:var(--cobalt);
  color:white;
}
