@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --ink: #f7f3f5;
  --muted: #bdc3c9;
  --rose: #d5869b;
  --rose-deep: #74364c;
  --rose-soft: #3b2731;
  --blue: #93bad1;
  --blue-soft: #243744;
  --cream: #0d1116;
  --paper: #151b22;
  --white: #1b232c;
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: 999px; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 600; }
.brand span span { color: var(--rose); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--rose-soft), var(--blue-soft)); color: var(--rose); }
.header-contact { text-decoration: none; color: var(--rose); font-size: .92rem; font-weight: 600; }
nav { display: flex; align-items: center; gap: 1.35rem; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
nav a.active { color: var(--rose); }
.nav-contact { color: var(--rose); }

main { overflow: hidden; }
.eyebrow { margin: 0 0 1rem; color: var(--rose); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 600; }
h1, h2, h3 { margin-top: 0; font-family: "Playfair Display", Georgia, serif; line-height: 1.08; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.4rem); font-weight: 500; letter-spacing: -.03em; }
h3 { font-size: 1.55rem; font-weight: 600; }
.hero-intro { max-width: 650px; margin: 0 0 2rem; color: var(--muted); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.3rem; border-radius: 999px; text-decoration: none; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rose); color: white; box-shadow: 0 12px 28px rgba(157, 82, 100, .25); }
.button-secondary { border: 1px solid var(--border); background: var(--white); }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .9rem; }

/* Accueil */
.home-page { min-height: 100vh; background: linear-gradient(180deg, var(--cream), var(--paper)); }
.home-main { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(3.5rem, 8vw, 7rem) 0 6rem; }
.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.home-intro { max-width: 760px; }
.home-intro h1 { margin-bottom: 1.3rem; }
.home-intro > p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.14rem; }
.home-portrait { position: relative; margin: 0; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 48% 52% 46% 54% / 38% 43% 57% 62%; background: #0a0d10; box-shadow: var(--shadow); }
.home-portrait::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; box-shadow: inset 0 -90px 80px -70px rgba(5,7,10,.72); }
.home-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.home-portrait figcaption { position: absolute; z-index: 2; left: 1.35rem; right: 1.35rem; bottom: 1.2rem; color: white; text-align: center; font-size: .88rem; font-weight: 600; letter-spacing: .04em; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.portal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.portal-card { position: relative; min-height: 340px; padding: 2rem; display: flex; flex-direction: column; overflow: hidden; border-radius: 32px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.portal-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -60px; bottom: -120px; border: 1px solid currentColor; border-radius: 50%; opacity: .22; }
.portal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.portal-yoga { color: var(--ink); background: linear-gradient(145deg, #263c4b, #352833); }
.portal-dance { color: white; background: linear-gradient(145deg, #55283c, #8c465f); }
.portal-number { font-size: .8rem; font-weight: 600; letter-spacing: .16em; }
.portal-title { position: relative; z-index: 1; margin-top: auto; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.8rem, 7vw, 6.4rem); line-height: 1; }
.portal-description { position: relative; z-index: 1; max-width: 460px; margin-top: 1rem; color: inherit; opacity: .8; }
.portal-action { position: relative; z-index: 1; margin-top: 1.8rem; font-weight: 600; }
.portal-action span { display: inline-block; margin-left: .35rem; transition: transform .2s ease; }
.portal-card:hover .portal-action span { transform: translateX(.3rem); }

/* Yoga */
.activity-hero { width: min(1180px, calc(100% - 2rem)); margin: 1rem auto 0; display: grid; grid-template-columns: 1fr .82fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; min-height: 680px; }
.activity-photo { position: relative; margin: 0; }
.activity-photo::before { content: ""; position: absolute; inset: -20px 30px 30px -28px; z-index: -1; border-radius: 48% 52% 45% 55% / 36% 44% 56% 64%; background: linear-gradient(145deg, var(--rose-soft), var(--blue-soft)); }
.activity-photo img { width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 48% 52% 46% 54% / 34% 40% 60% 66%; box-shadow: var(--shadow); }
.activity-photo figcaption { margin: .8rem 0 0; text-align: right; color: var(--muted); font-size: .88rem; }
.details { width: min(1180px, calc(100% - 2rem)); margin: 5rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.details article { position: relative; padding: 2.5rem; }
.details article + article { border-left: 1px solid var(--border); }
.details h2 { margin-bottom: .75rem; font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 600; }
.details p { margin: 0; color: var(--muted); }
.details strong { color: var(--rose); }
.detail-number { display: block; margin-bottom: 1.6rem; color: var(--blue); font-size: .78rem; font-weight: 600; letter-spacing: .15em; }
.course-section { padding: 8rem max(1rem, calc((100vw - 1180px) / 2)); background: var(--paper); }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.course-card { min-height: 310px; padding: 2rem; background: var(--white); border: 1px solid var(--border); border-radius: 24px; }
.course-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 3.5rem; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: .8rem; }
.course-card h3 { margin-bottom: 1rem; }
.course-card p { margin: 0; color: var(--muted); }
.course-card.featured { background: var(--rose); color: white; border-color: transparent; transform: translateY(-1rem); }
.course-card.featured > span { background: rgba(255,255,255,.2); color: white; }
.course-card.featured p { color: rgba(255,255,255,.82); }
.about { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 8rem 0; display: grid; grid-template-columns: .8fr 1fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: center; }
.about-photo { margin: 0; }
.about-photo img { width: 100%; aspect-ratio: .86; object-fit: cover; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow); }
.about-copy p { color: var(--muted); font-size: 1.06rem; }
.about-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.about-copy li { position: relative; padding: .9rem 0 .9rem 2rem; border-top: 1px solid var(--border); }
.about-copy li::before { content: "✦"; position: absolute; left: 0; color: var(--rose); }
.contact { margin: 0 auto; padding: 7rem max(1rem, calc((100vw - 920px) / 2)); text-align: center; background: linear-gradient(135deg, #203340, #35242d); }
.contact h2 { max-width: 760px; margin: 0 auto 1.4rem; }
.contact > p:not(.eyebrow) { margin: 0 auto 2rem; color: var(--muted); font-size: 1.08rem; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.contact-links a { padding: .9rem 1.3rem; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.09); text-decoration: none; font-weight: 600; }

/* Danse */
.dance-page { color: white; background: #321c27; }
.dark-header { color: white; }
.dark-header .brand span span, .dark-header .nav-contact, .dark-header nav a.active { color: #f3c9d3; }
.dance-hero { width: min(1180px, calc(100% - 2rem)); margin: 1rem auto 0; min-height: 680px; display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.dance-hero .eyebrow { color: #f3c9d3; }
.dance-hero .hero-intro { color: rgba(255,255,255,.76); }
.button-light { background: white; color: var(--rose-deep); }
.button-outline-light { border: 1px solid rgba(255,255,255,.4); color: white; background: rgba(255,255,255,.06); }
.dance-art { min-height: 470px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.28); border-radius: 48% 52% 45% 55% / 36% 44% 56% 64%; background: radial-gradient(circle at 70% 24%, rgba(255,255,255,.18), transparent 30%), linear-gradient(145deg, #a15470, #6f3850); box-shadow: 0 24px 70px rgba(20,8,13,.28); }
.dance-art span { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; opacity: .7; }
.dance-art strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; line-height: 1; }
.dance-art small { margin-top: .75rem; color: rgba(255,255,255,.72); font-size: .95rem; letter-spacing: .08em; }
.dance-career { padding: 8rem max(1rem, calc((100vw - 1180px) / 2)); background: #0d1116; }
.career-heading { max-width: 880px; margin-bottom: 3.5rem; }
.career-heading .eyebrow { color: #f3c9d3; }
.career-heading h2 { margin-bottom: 1.5rem; }
.career-heading h2 span { color: var(--rose); white-space: nowrap; }
.career-heading > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.career-heading em { color: var(--ink); }
.work-title { margin: 0 0 1.4rem; color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.career-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); }
.career-gallery figure { margin: 0; }
.career-gallery img { width: 100%; height: auto; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); background: #080a0d; box-shadow: 0 24px 60px rgba(0,0,0,.38); }
.career-gallery figcaption { padding: .9rem .2rem 0; color: rgba(255,255,255,.76); font-size: .9rem; letter-spacing: .03em; }
.archive-source { margin: 1.8rem 0 0; color: rgba(255,255,255,.56); font-size: .84rem; }
.archive-source a { color: rgba(255,255,255,.76); text-underline-offset: .2em; }
.dance-pending { padding: 8rem max(1rem, calc((100vw - 1180px) / 2)); color: var(--ink); background: #15161d; }
.dance-pending > div:first-child { max-width: 820px; }
.pending-list { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pending-list article { min-height: 290px; padding: 2rem; border: 1px solid var(--border); border-radius: 24px; background: #201d25; }
.pending-list article > span { display: block; margin-bottom: 3rem; color: var(--rose); font-size: .8rem; letter-spacing: .14em; }
.pending-list p { color: var(--muted); }
.dance-contact { padding: 7rem max(1rem, calc((100vw - 920px) / 2)); text-align: center; background: linear-gradient(135deg, #613046, #87445d); }
.dance-contact .eyebrow { color: #f3c9d3; }
.dance-contact h2 { margin-bottom: 1.4rem; }
.dance-contact > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 2rem; color: rgba(255,255,255,.75); }
.dance-contact .contact-links a { color: white; background: rgba(255,255,255,.1); }

footer { width: min(1180px, calc(100% - 2rem)); min-height: 100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .9rem; }
footer a { text-decoration: none; }
.dark-footer { color: rgba(255,255,255,.7); }

@media (max-width: 820px) {
  .site-header { min-height: 74px; }
  nav a:not(.nav-contact):not(.active) { display: none; }
  .home-main { padding-top: 3.5rem; }
  .home-hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .home-portrait { width: min(92%, 520px); margin: 0 auto; }
  .portal-grid { grid-template-columns: 1fr; }
  .portal-card { min-height: 270px; }
  .activity-hero, .dance-hero { grid-template-columns: 1fr; min-height: 0; padding: 3.5rem 0 5rem; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .activity-photo, .dance-art { width: min(92%, 520px); margin: 1.5rem auto 0; }
  .dance-art { min-height: 400px; }
  .details { grid-template-columns: 1fr; margin-top: 0; }
  .details article { padding: 2rem 1rem; }
  .details article + article { border-left: 0; border-top: 1px solid var(--border); }
  .course-section, .dance-career, .dance-pending { padding-top: 6rem; padding-bottom: 6rem; }
  .course-grid, .pending-list { grid-template-columns: 1fr; }
  .career-gallery { grid-template-columns: 1fr; }
  .course-card, .pending-list article { min-height: 0; }
  .course-card > span, .pending-list article > span { margin-bottom: 2rem; }
  .course-card.featured { transform: none; }
  .about { grid-template-columns: 1fr; padding: 6rem 0; }
  .about-photo { width: min(86%, 500px); margin: 0 auto; }
  footer { min-height: 120px; flex-direction: column; justify-content: center; text-align: center; }
  footer p { margin: 0; }
}

@media (max-width: 520px) {
  .brand-mark { display: none; }
  .site-header, .home-main, .activity-hero, .dance-hero, .details, .about { width: min(100% - 1.25rem, 1180px); }
  .career-heading h2 span { display: block; margin-top: .35rem; }
  .header-contact { font-size: .84rem; }
  nav { gap: .75rem; }
  .button { width: 100%; }
  .contact-links { flex-direction: column; }
  .contact-links a { width: 100%; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
