:root {
  --paper: #fffdf8;
  --paper-soft: #fff7ef;
  --ink: #261d2b;
  --muted: #706574;
  --pink: #ef476f;
  --coral: #ff6b35;
  --orange: #ff9f1c;
  --yellow: #ffd166;
  --green: #06d6a0;
  --blue: #118ab2;
  --violet: #7b2cbf;
  --line: rgba(38, 29, 43, .12);
  --shadow: 0 22px 55px rgba(66, 37, 79, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; width: 100%; }

a { color: inherit; }

h1, h2, h3, blockquote, .brand-name, .footer-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1, h2, h3, p, blockquote { margin-top: 0; }

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: .91;
  letter-spacing: -.045em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.03em;
}

h3 {
  margin-bottom: 12px;
  font-size: 2.15rem;
  line-height: 1.05;
}

.page-texture {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .25;
  background-image:
    linear-gradient(rgba(61,42,70,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61,42,70,.025) 1px, transparent 1px);
  background-size: 7px 7px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: 105px 0; }

.eyebrow {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 6px 12px;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(255,209,102,.8), rgba(255,145,183,.55));
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #fff;
  background: rgba(255,255,255,.16);
}

.hero-text, .lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.lead {
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 600;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: translateX(-120%);
  transition: transform .6s ease;
}

.button:hover::after { transform: translateX(120%); }
.button:hover { transform: translateY(-3px); }

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--coral), var(--orange));
  box-shadow: 0 14px 26px rgba(239,71,111,.25);
}

.button-secondary {
  border-color: var(--ink);
  background: rgba(255,255,255,.65);
}

.button-secondary:hover { color: #fff; background: var(--ink); }

.button-dark { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(18px);
}

.nav-wrapper {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 19px;
  border-radius: 70% 35% 62% 38%;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--blue));
  transform: rotate(-8deg);
  box-shadow: 0 5px 13px rgba(239,71,111,.2);
}

.brand-name, .brand-subtitle { display: block; }
.brand-name { font-size: 2rem; font-weight: 700; line-height: .9; }
.brand-subtitle { margin-top: 5px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: var(--muted); font-size: .88rem; font-weight: 800; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav .nav-cta { padding: 10px 16px; border-radius: 999px; color: #fff; background: var(--ink); }

.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 6px auto; background: var(--ink); transition: .2s ease; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 85px 0 105px;
  background:
    radial-gradient(circle at 9% 12%, rgba(255,209,102,.82), transparent 18%),
    radial-gradient(circle at 88% 16%, rgba(239,71,111,.3), transparent 24%),
    radial-gradient(circle at 95% 90%, rgba(6,214,160,.22), transparent 27%),
    linear-gradient(135deg, #fffdf8 0%, #fff5f8 52%, #f2fffb 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 72px;
  grid-template-columns: 1.05fr .95fr;
}

.hero-copy { max-width: 690px; }

.hero-visual { position: relative; min-height: 650px; }

.hero-frame {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 0;
  width: 87%;
  height: 600px;
  margin: 0;
  padding: 11px;
  border-radius: 47% 53% 22px 22px / 38% 44% 22px 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 32px 80px rgba(69,35,82,.2);
  transform: rotate(1.5deg);
}

.hero-frame img, .portrait-frame img, .workshop-photo img {
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  background: linear-gradient(135deg, #f5d0dc, #d8f5ec);
}

.floating-note {
  position: absolute;
  z-index: 5;
  right: 2%;
  bottom: 2px;
  display: flex;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.8);
  box-shadow: var(--shadow);
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(15px);
}

.note-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--pink); box-shadow: 12px 0 0 var(--yellow), 24px 0 0 var(--green); margin-right: 24px; }

.paint { position: absolute; pointer-events: none; filter: saturate(1.15); }
.paint-one { top: -190px; right: -110px; width: 520px; height: 520px; border-radius: 41% 59% 66% 34% / 44% 35% 65% 56%; background: conic-gradient(from 15deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--blue), var(--violet), var(--pink)); opacity: .78; transform: rotate(18deg); }
.paint-two { left: -150px; bottom: -160px; width: 430px; height: 430px; border-radius: 63% 37% 43% 57% / 39% 60% 40% 61%; background: linear-gradient(135deg, var(--green), var(--blue), var(--violet)); opacity: .38; transform: rotate(-22deg); }
.paint-three { top: 24%; left: 46%; width: 95px; height: 95px; border-radius: 50% 35% 60% 40%; background: var(--yellow); opacity: .72; transform: rotate(20deg); }

.brush-stroke { position: absolute; z-index: 1; border-radius: 70% 30% 55% 45%; }
.brush-stroke-a { top: 60px; left: 0; width: 360px; height: 88px; background: linear-gradient(90deg, var(--orange), var(--pink)); transform: rotate(-12deg); opacity: .78; }
.brush-stroke-b { right: -30px; bottom: 120px; width: 330px; height: 78px; background: linear-gradient(90deg, var(--green), var(--blue)); transform: rotate(10deg); opacity: .76; }

.scroll-link { display: inline-flex; margin-top: 45px; align-items: center; gap: 12px; color: var(--muted); font-size: .85rem; font-weight: 800; text-decoration: none; }
.scroll-arrow { display: grid; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; place-items: center; animation: bounce 1.9s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* About */
.about-section { background: rgba(255,255,255,.65); }
.about-grid { display: grid; align-items: center; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.about-art { position: relative; min-height: 590px; }
.portrait-frame { position: absolute; z-index: 2; inset: 20px 35px 20px 0; margin: 0; padding: 10px; border-radius: 28px 45% 28px 28px; background: #fff; box-shadow: var(--shadow); transform: rotate(-2deg); }
.mini-splash { position: absolute; border-radius: 45% 55% 65% 35%; }
.splash-yellow { top: -15px; right: 10px; width: 190px; height: 190px; background: var(--yellow); transform: rotate(14deg); }
.splash-teal { bottom: 5px; left: -35px; width: 210px; height: 210px; background: linear-gradient(135deg, var(--green), var(--blue)); transform: rotate(-20deg); }
.about-copy blockquote { margin: 34px 0 0; padding: 22px 0 22px 26px; border-left: 6px solid var(--pink); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.1; }

/* Discover */
.discover-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(255,209,102,.18), transparent 20%),
    radial-gradient(circle at 94% 88%, rgba(123,44,191,.12), transparent 25%),
    linear-gradient(180deg, #fff7ef, #fff2f7 52%, #f2fffb);
}

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); }

.card-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.canvas-card {
  overflow: hidden;
  border: 9px solid rgba(255,255,255,.9);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(72,39,83,.11);
  transition: transform .25s ease, box-shadow .25s ease;
}
.canvas-card:nth-child(1) { transform: rotate(-1deg); }
.canvas-card:nth-child(2) { transform: translateY(18px) rotate(.7deg); }
.canvas-card:nth-child(3) { transform: rotate(1.2deg); }
.canvas-card:hover { transform: translateY(-9px) rotate(0); box-shadow: 0 28px 64px rgba(72,39,83,.18); }

.card-art { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #eee; }
.card-art img { height: 100%; object-fit: cover; }
.paint-corner { position: absolute; right: -45px; bottom: -55px; width: 145px; height: 145px; border-radius: 48% 52% 63% 37%; opacity: .85; }
.paint-corner-pink { background: linear-gradient(135deg, var(--pink), var(--orange)); }
.paint-corner-blue { background: linear-gradient(135deg, var(--green), var(--blue)); }
.paint-corner-orange { background: linear-gradient(135deg, var(--yellow), var(--coral)); }
.card-content { padding: 28px 24px 30px; }
.card-number { color: var(--pink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.5rem; font-weight: 700; }
.card-content p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

/* Featured */
.featured-work { background: #fff; }
.featured-grid { display: grid; align-items: center; gap: 75px; grid-template-columns: .85fr 1.15fr; }
.featured-copy p { color: var(--muted); }
.featured-frame { position: relative; margin: 0; padding: 12px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.featured-frame::before { position: absolute; z-index: -1; inset: -25px 35px 25px -35px; border-radius: 42% 58% 45% 55%; background: linear-gradient(135deg, var(--violet), var(--pink), var(--orange)); content: ""; opacity: .8; }
.featured-frame img { aspect-ratio: 4 / 3; border-radius: 19px; object-fit: cover; background: linear-gradient(135deg, #f3cfd8, #d3f5e7); }
.featured-frame figcaption { display: flex; padding: 18px 6px 4px; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .85rem; }
.featured-frame strong { color: var(--ink); }

/* Workshops */
.workshop-teaser { padding-top: 40px; }
.workshop-box { position: relative; overflow: hidden; display: flex; padding: 55px; border-radius: 34px; align-items: center; justify-content: space-between; gap: 45px; color: #fff; background: linear-gradient(135deg, #7027b0, #e43e74 44%, #ff7135 74%, #f8a91a); box-shadow: 0 28px 70px rgba(123,44,191,.22); }
.workshop-box::after { position: absolute; right: -70px; top: -90px; width: 280px; height: 280px; border-radius: 43% 57% 62% 38%; background: rgba(255,255,255,.12); content: ""; }
.workshop-copy { position: relative; z-index: 2; max-width: 720px; }
.workshop-copy h2 { margin-bottom: 14px; }
.workshop-copy p:last-child { color: rgba(255,255,255,.8); }
.workshop-box .button { position: relative; z-index: 2; flex: 0 0 auto; }

.contact-cta { padding-top: 25px; }
.cta-inner { display: flex; padding: 45px 0; align-items: center; justify-content: space-between; gap: 35px; }
.cta-inner p:last-child { margin-bottom: 0; color: var(--muted); }

/* Workshop page */
.workshop-hero { position: relative; overflow: hidden; padding: 90px 0 105px; background: linear-gradient(135deg, #fff8ee, #fff1f7 53%, #effef9); }
.workshop-hero-grid { position: relative; z-index: 2; display: grid; align-items: center; gap: 72px; grid-template-columns: 1.05fr .95fr; }
.workshop-photo { height: 450px; width:600px;  margin: 0; padding: 11px; border-radius: 45% 26px 26px 26px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.paint-four { top: -150px; right: -120px; width: 470px; height: 470px; border-radius: 45% 55% 65% 35%; background: conic-gradient(var(--pink), var(--orange), var(--yellow), var(--green), var(--blue), var(--violet), var(--pink)); opacity: .65; }
.paint-five { left: -160px; bottom: -160px; width: 400px; height: 400px; border-radius: 65% 35% 45% 55%; background: linear-gradient(135deg, var(--green), var(--blue)); opacity: .28; }

.steps-grid { display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); }
.step-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: 0 12px 35px rgba(66,37,79,.07); }
.step-card > span { display: block; margin-bottom: 28px; color: var(--pink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 3.1rem; font-weight: 700; }
.step-card p { margin-bottom: 0; color: var(--muted); }

.practical-section { background: linear-gradient(180deg, #fff8ef, #fff1f7); }
.practical-grid { display: grid; align-items: stretch; gap: 60px; grid-template-columns: 1.05fr .95fr; }
.practical-list { display: grid; gap: 14px; margin-top: 34px; }
.practical-list div { display: flex; padding: 18px 20px; border-radius: 15px; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.8); }
.practical-list span { color: var(--muted); text-align: right; }
.private-box { padding: 42px; border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--violet), var(--pink), var(--coral)); box-shadow: var(--shadow); }
.private-box p { color: rgba(255,255,255,.8); }

.contact-grid { display: grid; align-items: start; gap: 70px; grid-template-columns: .85fr 1.15fr; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy p { color: var(--muted); }
.contact-form { padding: 35px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid rgba(38,29,43,.17); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
input, select { min-height: 50px; padding: 10px 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(239,71,111,.12); border-color: var(--pink); }
.consent { display: flex; gap: 10px; margin: 4px 0 22px; align-items: flex-start; color: var(--muted); font-size: .82rem; }
.consent input { width: 18px; min-height: auto; margin-top: 5px; }
.form-submit { width: 100%; }
.form-status { margin: 14px 0 0; text-align: center; font-size: .9rem; }

/* Footer */
.site-footer { padding: 65px 0 25px; color: rgba(255,255,255,.72); background: #211923; }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 1.35fr repeat(3,.75fr); }
.footer-brand { margin-bottom: 12px; color: #fff; font-size: 2.4rem; font-weight: 700; }
.site-footer h3 { margin-bottom: 14px; color: #fff; font-family: "Manrope", Arial, sans-serif; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { display: block; margin-bottom: 8px; color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero-grid, .about-grid, .featured-grid, .workshop-hero-grid, .practical-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 600px; max-width: 700px; }
  .about-art { min-height: 560px; max-width: 650px; }
  .card-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid > :last-child, .steps-grid > :last-child { grid-column: 1 / -1; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 75px 0; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 3.5rem); }

  .nav-wrapper { min-height: 74px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; right: 0; left: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: 2px; background: var(--paper); box-shadow: 0 20px 40px rgba(50,31,58,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }

  .hero, .workshop-hero { padding: 58px 0 78px; }
  .hero-grid, .workshop-hero-grid { gap: 45px; }
  .hero-visual { min-height: 440px; }
  .hero-frame { width: 94%; height: 420px; }
  .floating-note { right: 0; bottom: -4px; }
  .brush-stroke-a { width: 270px; }
  .brush-stroke-b { width: 250px; }
  .button-group { flex-direction: column; }
  .button-group .button { width: 100%; }
  .scroll-link { margin-top: 30px; }

  .about-art { min-height: 430px; }
  .portrait-frame { inset: 10px 20px 15px 0; }
  .splash-yellow { width: 135px; height: 135px; }
  .splash-teal { width: 155px; height: 155px; }

  .card-grid, .steps-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .card-grid > :last-child, .steps-grid > :last-child { grid-column: auto; }
  .canvas-card:nth-child(n) { transform: none; }
  .featured-frame figcaption { flex-direction: column; gap: 4px; }

  .workshop-box, .cta-inner { padding: 35px 25px; align-items: flex-start; flex-direction: column; }
  .workshop-box .button, .cta-inner .button { width: 100%; }
  .workshop-photo { height: 420px; }
  .practical-list div { flex-direction: column; gap: 3px; }
  .practical-list span { text-align: left; }
  .contact-form { padding: 24px; }
}


/* =========================================================
   STYLE ACRYLIQUE / COUPS DE PINCEAU
   Inspiré de la maquette visuelle approuvée
========================================================= */

:root {
  --paper: #fffaf2;
  --paper-soft: #fff4eb;
  --ink: #171417;
  --muted: #675f65;
  --pink: #ef2f72;
  --coral: #ff6751;
  --orange: #ff9c1a;
  --yellow: #ffc629;
  --green: #14a996;
  --blue: #148da8;
  --violet: #8b61c5;
  --line: rgba(23,20,23,.12);
  --shadow: 0 18px 50px rgba(56,39,47,.15);
}

body {
  background:
    radial-gradient(circle at 8% 20%, rgba(255,151,188,.08), transparent 24%),
    radial-gradient(circle at 92% 60%, rgba(45,170,190,.08), transparent 25%),
    #fffaf2;
}

.page-texture {
  opacity: .48;
  background-image:
    linear-gradient(rgba(59,40,42,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,40,42,.018) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.65), transparent 38%);
  background-size: 6px 6px, 6px 6px, 100% 100%;
}

h1, h2, h3, blockquote, .brand-name, .footer-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.brand-mark {
  width: 58px;
  height: 23px;
  border-radius: 0;
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  box-shadow: none;
}

.eyebrow {
  position: relative;
  z-index: 1;
  padding: 5px 11px;
  background: transparent;
}

.eyebrow::before {
  position: absolute;
  z-index: -1;
  inset: -7px -14px;
  content: "";
  background: url("assets/brush-yellow.svg") center / 100% 100% no-repeat;
  opacity: .62;
  transform: rotate(-1deg);
}

.hero {
  background:
    linear-gradient(rgba(255,250,242,.68), rgba(255,250,242,.72)),
    radial-gradient(circle at 88% 12%, rgba(20,141,168,.12), transparent 25%),
    radial-gradient(circle at 10% 80%, rgba(239,47,114,.11), transparent 23%),
    #fffaf2;
}

.hero::before {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: 2%;
  width: 72%;
  height: 180px;
  content: "";
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .92;
  transform: rotate(-2deg);
}

.hero::after {
  position: absolute;
  z-index: 1;
  left: -8%;
  bottom: -15px;
  width: 70%;
  height: 190px;
  content: "";
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  opacity: .92;
  transform: rotate(2deg);
}

.paint-one,
.paint-two,
.paint-three,
.paint-four,
.paint-five {
  border-radius: 0 !important;
  filter: none;
}

.paint-one {
  top: -85px;
  right: -90px;
  width: 440px;
  height: 440px;
  background: url("assets/splash-pink.svg") center / contain no-repeat;
  opacity: .23;
}

.paint-two {
  left: -150px;
  bottom: 90px;
  width: 470px;
  height: 180px;
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .32;
}

.paint-three {
  top: 23%;
  left: 44%;
  width: 180px;
  height: 75px;
  background: url("assets/brush-yellow.svg") center / 100% 100% no-repeat;
  opacity: .66;
}

.brush-stroke-a {
  top: 55px;
  left: -40px;
  width: 430px;
  height: 115px;
  border-radius: 0;
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  opacity: .94;
  transform: rotate(-8deg);
}

.brush-stroke-b {
  right: -50px;
  bottom: 95px;
  width: 430px;
  height: 105px;
  border-radius: 0;
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .93;
  transform: rotate(8deg);
}

.hero-frame,
.portrait-frame,
.featured-frame,
.workshop-photo {
  border-radius: 8px;
  padding: 10px;
  background: #fffdf8;
  box-shadow: 0 16px 42px rgba(55,38,49,.18);
}

.hero-frame img,
.portrait-frame img,
.featured-frame img,
.workshop-photo img {
  border-radius: 3px;
}

.button {
  border-radius: 6px;
}

.button-primary {
  border: 0;
  background:
    linear-gradient(rgba(239,47,114,.96), rgba(239,47,114,.96)),
    url("assets/brush-pink.svg") center / 115% 150% no-repeat;
  box-shadow: 0 10px 22px rgba(239,47,114,.22);
}

.button-secondary {
  border: 0;
  color: #fff;
  background:
    linear-gradient(rgba(20,141,168,.96), rgba(20,141,168,.96)),
    url("assets/brush-blue.svg") center / 115% 150% no-repeat;
  box-shadow: 0 10px 22px rgba(20,141,168,.21);
}

.button-secondary:hover {
  color: #fff;
  background:
    linear-gradient(rgba(14,111,130,.98), rgba(14,111,130,.98)),
    url("assets/brush-blue.svg") center / 115% 150% no-repeat;
}

.about-section {
  position: relative;
  background: #fffaf2;
}

.about-section::before {
  position: absolute;
  top: 35px;
  left: -80px;
  width: 420px;
  height: 170px;
  content: "";
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .28;
  transform: rotate(-10deg);
}

.about-section::after {
  position: absolute;
  right: -90px;
  bottom: 30px;
  width: 420px;
  height: 180px;
  content: "";
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  opacity: .22;
  transform: rotate(8deg);
}

.discover-section {
  position: relative;
  background: #fffaf2;
}

.discover-section::before {
  position: absolute;
  top: -25px;
  left: 3%;
  width: 94%;
  height: 115px;
  content: "";
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .17;
}

.canvas-card {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 5px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 38px rgba(57,40,48,.16);
}

.canvas-card::before {
  position: absolute;
  z-index: -1;
  inset: -18px -12px;
  content: "";
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  opacity: .12;
  transform: rotate(-2deg);
}

.canvas-card:nth-child(2)::before {
  background-image: url("assets/brush-blue.svg");
  transform: rotate(2deg);
}

.canvas-card:nth-child(3)::before {
  background-image: url("assets/brush-yellow.svg");
  transform: rotate(-1deg);
}

.card-art {
  border-radius: 2px;
}

.paint-corner {
  width: 180px;
  height: 90px;
  right: -35px;
  bottom: -32px;
  border-radius: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.paint-corner-pink {
  background-image: url("assets/brush-pink.svg");
}

.paint-corner-blue {
  background-image: url("assets/brush-blue.svg");
}

.paint-corner-orange {
  background-image: url("assets/brush-yellow.svg");
}

.featured-frame::before {
  inset: -35px 25px 20px -45px;
  border-radius: 0;
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  opacity: .85;
}

.workshop-box {
  border-radius: 6px;
  background:
    linear-gradient(100deg, rgba(111,39,176,.94), rgba(239,47,114,.94), rgba(255,140,32,.94)),
    url("assets/brush-pink.svg") center / 120% 180% no-repeat;
}

.workshop-box::before {
  position: absolute;
  left: -40px;
  bottom: -60px;
  width: 430px;
  height: 170px;
  content: "";
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .38;
}

.workshop-hero {
  background: #fffaf2;
}

.workshop-hero::before {
  position: absolute;
  z-index: 1;
  left: -4%;
  bottom: -10px;
  width: 70%;
  height: 185px;
  content: "";
  background: url("assets/brush-pink.svg") center / 100% 100% no-repeat;
  opacity: .8;
}

.workshop-hero::after {
  position: absolute;
  z-index: 1;
  right: -5%;
  top: 60px;
  width: 52%;
  height: 150px;
  content: "";
  background: url("assets/brush-blue.svg") center / 100% 100% no-repeat;
  opacity: .25;
  transform: rotate(-5deg);
}

.step-card,
.contact-form,
.private-box {
  border-radius: 6px;
}

.site-footer {
  position: relative;
  background: #191719;
}

.site-footer::before {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 95px;
  content: "";
  background: url("assets/brush-pink.svg") center / 115% 100% no-repeat;
  opacity: .92;
}

@media (max-width: 760px) {
  .hero::before,
  .hero::after {
    width: 115%;
    height: 120px;
  }

  .hero-frame {
    border-radius: 6px;
  }

  .brush-stroke-a,
  .brush-stroke-b {
    width: 310px;
    height: 85px;
  }

  .discover-section::before {
    width: 120%;
    left: -10%;
  }

  .site-footer::before {
    height: 65px;
    top: -42px;
  }
}


/* =========================================================
   VERSION V5 — GOUTTES ET ÉCLABOUSSURES DE PEINTURE
   Remplace les coups de pinceau décoratifs de la V4.
========================================================= */

/* Logo: petite éclaboussure plutôt qu'un trait peint */
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: url("assets/splash-multicolor.svg") center / contain no-repeat;
  box-shadow: none;
  transform: rotate(-8deg);
}

/* Pastilles de section avec effet de goutte */
.eyebrow {
  background: rgba(255,255,255,.72);
  box-shadow: 0 7px 20px rgba(69,35,82,.08);
}

.eyebrow::before {
  inset: -18px -23px;
  background: url("assets/splash-yellow.svg") center / contain no-repeat;
  opacity: .34;
  transform: rotate(-10deg);
}

/* Héro: grandes éclaboussures, plus aucun bandeau ou coup de pinceau */
.hero::before,
.hero::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero::before {
  top: -125px;
  right: -95px;
  bottom: auto;
  width: 500px;
  height: 500px;
  background-image: url("assets/splash-multicolor.svg");
  opacity: .34;
  transform: rotate(10deg);
}

.hero::after {
  left: -135px;
  bottom: -145px;
  width: 440px;
  height: 440px;
  background-image: url("assets/splash-blue.svg");
  opacity: .24;
  transform: rotate(-12deg);
}

.paint {
  border-radius: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  filter: none !important;
}

.paint-one {
  top: -130px;
  right: -80px;
  width: 500px;
  height: 500px;
  background-image: url("assets/splash-pink.svg") !important;
  opacity: .34;
  transform: rotate(18deg);
}

.paint-two {
  left: -130px;
  bottom: -135px;
  width: 410px;
  height: 410px;
  background-image: url("assets/splash-blue.svg") !important;
  opacity: .22;
  transform: rotate(-18deg);
}

.paint-three {
  top: 28%;
  left: 47%;
  width: 150px;
  height: 150px;
  background-image: url("assets/splash-yellow.svg") !important;
  opacity: .38;
  transform: rotate(9deg);
}

/* Les anciens éléments brush-stroke deviennent des éclaboussures */
.brush-stroke {
  border-radius: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.brush-stroke-a {
  top: 5px;
  left: -45px;
  width: 285px;
  height: 285px;
  background-image: url("assets/splash-pink.svg") !important;
  opacity: .42;
  transform: rotate(-11deg);
}

.brush-stroke-b {
  right: -60px;
  bottom: 25px;
  width: 300px;
  height: 300px;
  background-image: url("assets/splash-blue.svg") !important;
  opacity: .38;
  transform: rotate(14deg);
}

/* À propos */
.mini-splash {
  border-radius: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.splash-yellow {
  top: -65px;
  right: -20px;
  width: 240px;
  height: 240px;
  background-image: url("assets/splash-yellow.svg") !important;
  opacity: .48;
  transform: rotate(8deg);
}

.splash-teal {
  bottom: -45px;
  left: -75px;
  width: 265px;
  height: 265px;
  background-image: url("assets/splash-blue.svg") !important;
  opacity: .42;
  transform: rotate(-15deg);
}

.about-section::before {
  top: 25px;
  left: -105px;
  width: 310px;
  height: 310px;
  background: url("assets/splash-blue.svg") center / contain no-repeat;
  opacity: .18;
  transform: rotate(-8deg);
}

.about-section::after {
  right: -105px;
  bottom: -30px;
  width: 320px;
  height: 320px;
  background: url("assets/splash-pink.svg") center / contain no-repeat;
  opacity: .17;
  transform: rotate(10deg);
}

/* Cartes: petites éclaboussures dans les coins */
.discover-section::before {
  top: -115px;
  left: 38%;
  width: 330px;
  height: 330px;
  background: url("assets/splash-multicolor.svg") center / contain no-repeat;
  opacity: .12;
}

.canvas-card::before {
  inset: auto;
  top: -72px;
  left: -62px;
  width: 175px;
  height: 175px;
  background: url("assets/splash-pink.svg") center / contain no-repeat;
  opacity: .22;
  transform: rotate(-8deg);
}

.canvas-card:nth-child(2)::before {
  top: auto;
  right: -62px;
  bottom: -72px;
  left: auto;
  background-image: url("assets/splash-blue.svg");
  transform: rotate(13deg);
}

.canvas-card:nth-child(3)::before {
  top: -68px;
  right: -55px;
  left: auto;
  background-image: url("assets/splash-yellow.svg");
  transform: rotate(5deg);
}

.paint-corner {
  right: -52px;
  bottom: -52px;
  width: 145px;
  height: 145px;
  border-radius: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .74;
}

.paint-corner-pink {
  background-image: url("assets/splash-pink.svg");
}

.paint-corner-blue {
  background-image: url("assets/splash-blue.svg");
}

.paint-corner-orange {
  background-image: url("assets/splash-yellow.svg");
}

/* Œuvre vedette */
.featured-frame::before {
  inset: auto;
  left: -95px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border-radius: 0;
  background: url("assets/splash-pink.svg") center / contain no-repeat;
  opacity: .55;
}

/* Bandeau atelier: décor en gouttes, fond plus propre */
.workshop-box {
  background: linear-gradient(125deg, #6f27b0, #e83d77 48%, #ff762f 78%, #ffad1d);
}

.workshop-box::before {
  left: -95px;
  bottom: -100px;
  width: 270px;
  height: 270px;
  background: url("assets/splash-blue.svg") center / contain no-repeat;
  opacity: .34;
}

.workshop-box::after {
  top: -95px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 0;
  background: url("assets/splash-yellow.svg") center / contain no-repeat;
  opacity: .22;
}

/* Page Ateliers */
.workshop-hero::before {
  left: -140px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  background: url("assets/splash-pink.svg") center / contain no-repeat;
  opacity: .26;
}

.workshop-hero::after {
  top: -100px;
  right: -100px;
  width: 420px;
  height: 420px;
  background: url("assets/splash-blue.svg") center / contain no-repeat;
  opacity: .22;
  transform: rotate(-5deg);
}

.paint-four {
  top: -115px;
  right: -100px;
  width: 440px;
  height: 440px;
  background-image: url("assets/splash-multicolor.svg") !important;
  opacity: .30;
  transform: rotate(10deg);
}

.paint-five {
  left: -140px;
  bottom: -150px;
  width: 410px;
  height: 410px;
  background-image: url("assets/splash-blue.svg") !important;
  opacity: .20;
  transform: rotate(-12deg);
}

/* Pied de page: pas de large coup de pinceau au-dessus */
.site-footer::before {
  top: -70px;
  left: auto;
  right: 5%;
  width: 165px;
  height: 165px;
  background: url("assets/splash-pink.svg") center / contain no-repeat;
  opacity: .55;
}

/* Les boutons deviennent des formes propres avec quelques gouttelettes implicites */
.button-primary,
.button-secondary {
  border-radius: 999px;
  background-image: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--pink), var(--coral), var(--orange));
}

.button-secondary {
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.button-secondary:hover {
  background: linear-gradient(135deg, #087995, #049b78);
}

@media (max-width: 760px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero::before,
  .hero::after {
    width: 300px;
    height: 300px;
  }

  .brush-stroke-a,
  .brush-stroke-b {
    width: 210px;
    height: 210px;
  }

  .site-footer::before {
    top: -55px;
    right: -15px;
    width: 125px;
    height: 125px;
  }
}


/* =========================================================
   VERSION V6 — SIGNATURE DE SOFIE ET NOUVEAU MENU
========================================================= */

.nav-wrapper {
  gap: 18px;
}

.signature-brand {
  display: flex;
  min-width: 155px;
  align-items: center;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
}

.signature-logo {
  display: block;
  width: 200px;
  height: 79px;
  object-fit: contain;
  object-position: centered;
}

.signature-brand .brand-subtitle {
  margin-top: -3px;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Cache l'ancien symbole coloré du logo */
.signature-brand .brand-mark,
.signature-brand .brand-name {
  display: none;
}

/* Menu complet à six éléments */
.main-nav {
  gap: clamp(13px, 1.7vw, 24px);
}

.main-nav a {
  white-space: nowrap;
  font-size: clamp(.72rem, .9vw, .86rem);
}

.main-nav .nav-cta {
  padding: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta.active {
  color: var(--ink);
}

@media (max-width: 1120px) {
  .nav-wrapper {
    gap: 12px;
  }

  .signature-brand {
    min-width: 130px;
  }

  .signature-logo {
    width: 115px;
    height: 47px;
  }

  .main-nav {
    gap: 13px;
  }

  .main-nav a {
    font-size: .72rem;
  }
}

@media (max-width: 900px) {
  .signature-brand {
    min-width: auto;
    align-items: flex-start;
  }

  .signature-logo {
    width: 110px;
    height: 44px;
  }

  .main-nav a {
    font-size: .88rem;
  }
}

@media (max-width: 760px) {
  .signature-logo {
    width: 104px;
    height: 42px;
  }

  .signature-brand .brand-subtitle {
    font-size: .56rem;
  }

  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    white-space: normal;
    font-size: .86rem;
  }
}


/* =========================================================
   CALENDRIER DES ATELIERS
========================================================= */

.availability-calendar {
  align-self: start;
  padding: 30px;
  border: 1px solid rgba(38, 29, 43, .09);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
}

.calendar-heading {
  display: flex;
  margin-bottom: 24px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.calendar-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.calendar-kicker {
  margin-bottom: 6px;
  color: var(--pink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.calendar-icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 16px;
  place-items: center;
  background: linear-gradient(135deg, rgba(239, 47, 114, .13), rgba(255, 198, 41, .22));
  font-size: 1.5rem;
}

.session-list {
  display: grid;
  gap: 14px;
}

.session-card {
  display: grid;
  overflow: hidden;
  min-height: 118px;
  border: 1px solid rgba(38, 29, 43, .09);
  border-radius: 17px;
  grid-template-columns: 105px 1fr;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.session-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(66, 37, 79, .10);
}

.session-date {
  display: flex;
  padding: 14px 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--pink), var(--coral));
  text-align: center;
}

.session-month {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.session-day {
  margin: 1px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.6rem;
  line-height: .95;
}

.session-weekday {
  font-size: .72rem;
  font-weight: 700;
}

.session-details {
  display: flex;
  padding: 17px 19px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.session-details h3 {
  margin: 0 0 2px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: .96rem;
  line-height: 1.3;
}

.session-details p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: .82rem;
}

.availability-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: #08785f;
  background: rgba(6, 214, 160, .15);
  font-size: .72rem;
  font-weight: 800;
}

.availability-badge.low {
  color: #a25a00;
  background: rgba(255, 159, 28, .17);
}

.availability-badge.full {
  color: #9a2a49;
  background: rgba(239, 71, 111, .14);
}

.session-card.is-full {
  opacity: .72;
}

.session-card.is-full .session-date {
  background: linear-gradient(145deg, #8e8790, #aaa3ab);
}

.calendar-contact-link {
  display: inline-flex;
  margin-top: 22px;
  align-items: center;
  gap: 8px;
  color: var(--pink);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.calendar-contact-link span {
  transition: transform .2s ease;
}

.calendar-contact-link:hover span {
  transform: translateX(5px);
}

@media (max-width: 980px) {
  .availability-calendar {
    width: 100%;
    max-width: 700px;
  }
}

@media (max-width: 520px) {
  .availability-calendar {
    padding: 21px;
  }

  .session-card {
    grid-template-columns: 88px 1fr;
  }

  .session-day {
    font-size: 2.25rem;
  }

  .session-details {
    padding: 14px;
  }
}
