/*
Theme Name: Yulia Chanova
Theme URI: https://yuliachanova.fr
Author: Yulia Chanova
Description: Site vitrine pianiste professionnelle Île-de-France.
Version: 4.4
License: Proprietary
Text Domain: yulia-chanova
*/

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

:root {
  --ivory:        #f7f2ea;
  --ivory-soft:   #fbf8f3;
  --ivory-deep:   #ece3d6;
  --champagne:    #d8c4a2;
  --champagne-2:  #b89766;
  --gold:         #a8874e;
  --gold-light:   #d7bf86;
  --gold-deep:    #7f6133;
  --terra:        #b76a45;
  --terra-light:  #cb8a68;
  --terra-pale:   #e6c4b4;
  --sage:         #7d9a74;
  --sage-light:   #aabda3;
  --sage-deep:    #3d5443;
  --forest:       #243228;
  --ink:          #171411;
  --ink-soft:     #2b241e;
  --ink-mid:      #554b42;
  --ink-light:    #877d74;
  --line:         rgba(168, 135, 78, 0.16);
  --line-strong:  rgba(168, 135, 78, 0.28);
  --shadow-soft:  0 20px 50px rgba(22, 18, 13, 0.08);
  --shadow-card:  0 26px 70px rgba(22, 18, 13, 0.12);
  --shadow-dark:  0 30px 80px rgba(8, 10, 9, 0.32);
  --radius-sm:    16px;
  --radius-md:    24px;
  --radius-lg:    34px;
  --radius-xl:    44px;
  --container:    1320px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(215, 191, 134, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(125, 154, 116, 0.10), transparent 28%),
    linear-gradient(180deg, #fbf8f3 0%, #f6f0e7 55%, #f4ede3 100%);
  color: var(--ink);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, #000 40%, transparent 88%);
  z-index: -1;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
section { position: relative; }

/* ── ORNEMENT ── */
.ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.ornament-line {
  flex: 0 0 3.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--terra) 100%);
}
.ornament span {
  font-size: 0.68rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 500;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), 1340px);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.15rem 1.4rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(251, 248, 243, 0.72);
  box-shadow: 0 18px 40px rgba(21, 16, 12, 0.08);
  backdrop-filter: blur(18px) saturate(135%);
  transition: transform 0.35s ease, padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
nav.scrolled {
  padding: 0.9rem 1.2rem;
  background: rgba(250, 246, 240, 0.92);
  box-shadow: 0 18px 45px rgba(21, 16, 12, 0.12);
  border-color: rgba(168, 135, 78, 0.18);
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  min-width: 0;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.nav-logo span {
  color: var(--gold-deep);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mid);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 25%, var(--terra) 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.nav-links a:hover {
  color: var(--ink);
}
.nav-links a:hover::after {
  transform: scaleX(1);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}
.nav-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 135, 78, 0.18);
  background: rgba(255,255,255,0.52);
  color: var(--ink-mid);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-badge::before {
  content: '•';
  color: var(--gold);
  font-size: 0.9rem;
  line-height: 1;
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(168, 135, 78, 0.18);
  background: rgba(255,255,255,0.54);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* ── BUTTONS ── */
.btn-primary,
.btn-outline,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease, letter-spacing 0.3s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-deep), var(--gold-light));
  color: #fffaf2;
  border: 1px solid rgba(127, 97, 51, 0.85);
  box-shadow: 0 14px 28px rgba(127, 97, 51, 0.20);
}
.btn-primary:hover {
  transform: translateY(-3px);
  letter-spacing: 0.28em;
  box-shadow: 0 20px 36px rgba(127, 97, 51, 0.26);
}
.btn-outline {
  border: 1px solid rgba(168, 135, 78, 0.28);
  color: var(--ink-soft);
  background: rgba(255,255,255,0.55);
}
.btn-outline:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.9);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  border-color: rgba(168, 135, 78, 0.38);
}
.btn-ghost {
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--ivory);
  background: rgba(255,255,255,0.05);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

/* ── HERO ── */
#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  background:
    radial-gradient(circle at top left, rgba(216, 196, 162, 0.28), transparent 34%),
    linear-gradient(135deg, #f7f1e8 0%, #f3ecdf 45%, #efe6d8 100%);
  position: relative;
  overflow: hidden;
}
#hero::before,
#hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}
#hero::before {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(215, 191, 134, 0.28) 0%, rgba(215, 191, 134, 0) 70%);
}
#hero::after {
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(125, 154, 116, 0.18) 0%, rgba(125, 154, 116, 0) 72%);
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9.75rem 5.5rem 5.5rem 6rem;
  position: relative;
  z-index: 2;
}
.hero-left::after {
  content: '';
  position: absolute;
  top: 12%;
  right: 0;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(168, 135, 78, 0.16) 12%, rgba(168, 135, 78, 0.2) 50%, rgba(168, 135, 78, 0.16) 88%, transparent);
}
.hero-left > * { position: relative; z-index: 2; }
.hero-left .ornament {
  display: inline-flex;
  width: fit-content;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(168, 135, 78, 0.15);
  box-shadow: 0 10px 24px rgba(17, 13, 9, 0.06);
}
.hero-left .ornament-line { flex-basis: 2rem; }

h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem, 5vw, 5.9rem);
  font-weight: 400;
  line-height: 1.02;
  color: var(--ink);
  margin-bottom: 1.8rem;
  letter-spacing: -0.03em;
  max-width: 9.2ch;
}
h1 em {
  font-style: italic;
  color: var(--gold-deep);
}
.hero-desc {
  font-size: 1.02rem;
  line-height: 1.95;
  font-weight: 300;
  color: var(--ink-mid);
  max-width: 540px;
  margin-bottom: 2.6rem;
  padding: 1.35rem 0 1.35rem 1.35rem;
  border-left: 2px solid rgba(168, 135, 78, 0.26);
  position: relative;
}
.hero-desc::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 200px;
  background: linear-gradient(90deg, rgba(255,255,255,0.32), transparent);
  pointer-events: none;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.5rem;
  max-width: 760px;
}
.hero-badges > div {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.48));
  border: 1px solid rgba(168, 135, 78, 0.15);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}
.badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--gold-deep);
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 0.3rem;
}
.badge-label {
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-light);
  line-height: 1.65;
}
.hero-right {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(215, 191, 134, 0.14), transparent 40%),
    linear-gradient(180deg, #283429 0%, #223026 55%, #1d281f 100%);
}
.hero-right::before {
  content: '';
  position: absolute;
  inset: 2.5rem 2.5rem 2.5rem 0;
  border-radius: 34px 0 0 34px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
  z-index: 1;
  pointer-events: none;
}
.hero-right::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(26, 33, 28, 0.98) 0%, rgba(26, 33, 28, 0.74) 14%, rgba(26, 33, 28, 0.18) 34%, transparent 52%),
    linear-gradient(to top, rgba(22, 29, 24, 0.88) 0%, rgba(22, 29, 24, 0.18) 30%, transparent 56%),
    linear-gradient(to bottom, rgba(215, 191, 134, 0.08), transparent 24%);
}
.hero-right-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.03);
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
}
.hero-note {
  font-family: 'Playfair Display', serif;
  font-size: 15rem;
  color: rgba(245, 240, 232, 0.08);
  line-height: 1;
  user-select: none;
  animation: float 6s ease-in-out infinite;
  position: absolute;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }
.hero-location {
  position: absolute;
  left: 3.2rem;
  right: 3.2rem;
  bottom: 2.2rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.58);
}
.hero-location::after {
  content: 'Cours · Événements · Accompagnement';
  color: rgba(247, 242, 234, 0.4);
  letter-spacing: 0.22em;
}

/* ── SECTIONS ── */
h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 3.7vw, 3.4rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}
h2 em {
  font-style: italic;
  color: var(--gold-deep);
}

/* ── SERVICES ── */
#services {
  padding: 8.5rem 6rem;
  max-width: var(--container);
  margin: 0 auto;
}
#services::before {
  content: '';
  position: absolute;
  inset: 4rem 1.5rem 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.2));
  border: 1px solid rgba(168, 135, 78, 0.1);
  z-index: -1;
}
.services-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 5rem;
  align-items: end;
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(168, 135, 78, 0.14);
}
.services-desc {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--ink-mid);
  font-weight: 300;
}
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.35rem;
}
.service-card {
  padding: 2.7rem 2.35rem;
  border: 1px solid rgba(168, 135, 78, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.62));
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--terra));
  opacity: 0.82;
}
.service-card::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 196, 162, 0.22), transparent 70%);
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
  border-color: rgba(168, 135, 78, 0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.72));
}
.service-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.76rem;
  color: var(--gold);
  letter-spacing: 0.24em;
  margin-bottom: 1.25rem;
  display: block;
}
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.52rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.service-card p {
  font-size: 0.93rem;
  line-height: 1.9;
  color: var(--ink-mid);
  font-weight: 300;
  margin-bottom: 1.85rem;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.service-tags span {
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid rgba(168, 135, 78, 0.18);
  color: var(--gold-deep);
  background: rgba(255,255,255,0.7);
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
}

/* ── ABOUT ── */
#about {
  background: linear-gradient(180deg, #2a362d 0%, #202b23 100%);
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  min-height: 84vh;
  position: relative;
  overflow: hidden;
}
#about::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(215, 191, 134, 0.14), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(184, 106, 69, 0.16), transparent 24%);
}
.about-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 191, 134, 0.12), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(184, 106, 69, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}
.about-photo::before {
  content: '';
  position: absolute;
  inset: 1.6rem;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 2;
  pointer-events: none;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 30px;
  background: rgba(19, 25, 21, 0.55);
  box-shadow: 0 24px 60px rgba(8, 10, 9, 0.28);
  filter: saturate(0.94) contrast(1.02) brightness(0.9);
}
.about-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to left, rgba(26, 35, 29, 0.62) 0%, rgba(26, 35, 29, 0.12) 28%, transparent 48%),
    linear-gradient(to top, rgba(26, 35, 29, 0.30) 0%, transparent 22%),
    linear-gradient(to bottom, rgba(26, 35, 29, 0.18) 0%, transparent 18%);
}
.about-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,240,232,0.04);
  color: rgba(245,240,232,0.12);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.about-content {
  padding: 7rem 5rem 7rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.about-content::before {
  content: '';
  position: absolute;
  inset: 3rem 3rem 3rem 0;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  z-index: -1;
}
.about-content .ornament-line { background: linear-gradient(90deg, transparent, var(--gold-light), var(--terra-light)); }
.about-content .ornament span { color: var(--gold-light); }
.about-content h2 {
  color: var(--ivory);
  margin-bottom: 1.8rem;
}
.about-content h2 em { color: var(--gold-light); }
.about-content p {
  color: rgba(247,242,234,0.72);
  line-height: 1.95;
  font-weight: 300;
  font-size: 0.98rem;
  margin-bottom: 1.2rem;
  max-width: 640px;
}
.about-quote {
  margin: 2.3rem 0;
  padding: 2rem 2.1rem;
  border-radius: 26px;
  border: 1px solid rgba(215, 191, 134, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.about-quote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.24rem;
  color: rgba(250, 244, 236, 0.9) !important;
  margin: 0 !important;
  line-height: 1.65;
}

/* ── TARIFS ── */
#tarifs {
  padding: 8.5rem 6rem;
  max-width: var(--container);
  margin: 0 auto;
}
#tarifs::before {
  content: '';
  position: absolute;
  inset: 2.5rem 0 0;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.12));
  z-index: -1;
}
.tarifs-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 4rem;
}
.tarifs-note {
  font-size: 0.95rem;
  color: var(--ink-mid);
  line-height: 1.9;
  font-weight: 300;
}
.tarifs-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 1.35rem;
  width: 100% !important;
}
.tarif-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.68));
  padding: 3rem 2.45rem;
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(168, 135, 78, 0.14);
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  overflow: hidden;
}
.tarif-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--terra));
}
.tarif-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.8));
}
.tarif-card.featured {
  background: linear-gradient(180deg, #334437 0%, #253228 100%);
  border-color: rgba(215, 191, 134, 0.16);
  box-shadow: var(--shadow-dark);
}
.tarif-card.featured::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215,191,134,0.18), transparent 72%);
}
.tarif-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  border: 1px solid rgba(168, 135, 78, 0.24);
  background: rgba(255,255,255,0.6);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1.5rem;
}
.tarif-card.featured .tarif-badge {
  color: var(--ivory);
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
}
.tarif-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.tarif-card.featured h3 { color: var(--ivory); }
.tarif-sub {
  font-size: 0.75rem;
  color: var(--ink-light);
  margin-bottom: 2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tarif-card.featured .tarif-sub { color: rgba(245,240,232,0.48); }
.tarif-price {
  font-family: 'Playfair Display', serif;
  font-size: 3.7rem;
  font-weight: 500;
  color: var(--gold-deep);
  line-height: 1;
  letter-spacing: -0.04em;
}
.tarif-card.featured .tarif-price { color: var(--ivory); }
.tarif-price sup { font-size: 1.35rem; vertical-align: super; }
.tarif-price small {
  font-size: 1rem;
  color: var(--ink-light);
  letter-spacing: 0;
  font-weight: 300;
}
.tarif-card.featured .tarif-price small { color: rgba(245,240,232,0.4); }
.tarif-divider {
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), transparent);
  margin: 2rem 0;
}
.tarif-card.featured .tarif-divider { background: linear-gradient(90deg, rgba(255,255,255,0.38), transparent); }
.tarif-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2.3rem;
}
.tarif-list li {
  font-size: 0.9rem;
  color: var(--ink-mid);
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 1.55;
}
.tarif-card.featured .tarif-list li { color: rgba(245,240,232,0.74); }
.tarif-list li::before {
  content: '—';
  color: var(--gold);
  font-size: 0.72rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.tarif-card.featured .tarif-list li::before { color: var(--gold-light); }

/* TABLE */
.tarifs-table-wrap {
  max-width: 820px;
  margin: 3.6rem auto 0;
  padding: 1.2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.54));
  border: 1px solid rgba(168, 135, 78, 0.12);
  box-shadow: var(--shadow-soft);
}
.tarifs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.87rem;
}
.tarifs-table thead tr { border-bottom: 1px solid rgba(168, 135, 78, 0.16); }
.tarifs-table th {
  padding: 0.9rem 1rem;
  color: var(--ink-light);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.64rem;
  text-align: left;
}
.tarifs-table th:not(:first-child) { text-align: center; }
.tarifs-table th:last-child { color: var(--gold-deep); }
.tarifs-table tbody tr { border-bottom: 1px solid rgba(168, 135, 78, 0.08); }
.tarifs-table tbody tr.highlight { background: rgba(168, 135, 78, 0.05); }
.tarifs-table td {
  padding: 0.95rem 1rem;
  color: var(--ink-mid);
  font-weight: 300;
}
.tarifs-table td:first-child {
  color: var(--ink);
  font-weight: 500;
}
.tarifs-table td:not(:first-child) { text-align: center; }
.tarifs-table td:last-child {
  color: var(--gold-deep);
  font-weight: 500;
}
.tarifs-table small { color: var(--ink-light); font-size: 0.8em; }

/* ── CONTACT ── */
#contact {
  max-width: var(--container);
  margin: 0 auto 3rem;
  padding: 8rem 6rem 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 4rem;
}
.contact-left {
  padding: 3rem 3rem 3.2rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.56));
  border: 1px solid rgba(168, 135, 78, 0.12);
  box-shadow: var(--shadow-soft);
}
.contact-left p {
  font-size: 0.96rem;
  line-height: 1.95;
  color: var(--ink-mid);
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(168, 135, 78, 0.1);
}
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(168, 135, 78, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.96rem;
  color: var(--gold-deep);
  background: rgba(255,255,255,0.7);
  flex-shrink: 0;
}
.contact-info {
  font-size: 0.92rem;
  color: var(--ink-mid);
  line-height: 1.65;
}
.contact-info a {
  color: var(--terra);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-info a:hover { color: var(--gold-deep); }
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 3rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.68));
  border: 1px solid rgba(168, 135, 78, 0.14);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.contact-form::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--terra));
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.form-group label {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-light);
  font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(168, 135, 78, 0.14);
  border-radius: 18px;
  color: var(--ink);
  padding: 1rem 1.1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(168, 135, 78, 0.32);
  box-shadow: 0 0 0 4px rgba(215, 191, 134, 0.14);
  background: rgba(255,255,255,0.92);
}
.form-group select { cursor: pointer; }
.form-group select option { background: var(--ivory); }
.form-group textarea {
  resize: vertical;
  min-height: 140px;
}
.form-note {
  font-size: 0.72rem;
  color: var(--ink-light);
  letter-spacing: 0.05em;
}

/* ── FOOTER ── */
footer {
  max-width: calc(var(--container) - 12rem);
  margin: 2rem auto 2.5rem;
  padding: 2rem 2.4rem;
  background: linear-gradient(180deg, #191512 0%, #130f0d 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  border-radius: 28px;
  border: 1px solid rgba(215, 191, 134, 0.12);
  box-shadow: 0 24px 60px rgba(10, 8, 6, 0.22);
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem;
  color: var(--ivory);
  letter-spacing: 0.08em;
}
.footer-logo span { color: var(--gold-light); }
.footer-copy {
  font-size: 0.72rem;
  color: rgba(245,240,232,0.38);
  letter-spacing: 0.06em;
  text-align: right;
}

/* ── REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── PAGES INTERNES ── */
.inner-page { padding-top: 7rem; }
.inner-hero {
  padding: 7rem 6rem 4rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.66), rgba(255,255,255,0.3));
  border-bottom: 1px solid rgba(168, 135, 78, 0.1);
}

/* ── RESPONSIVE ── */
@media (max-width: 1180px) {
  nav {
    width: calc(100% - 1.5rem);
    padding: 1rem 1rem;
    top: 0.75rem;
  }
  .nav-left { gap: 1.25rem; }
  .nav-links { gap: 1.3rem; }
  .nav-badge { display: none; }
  #hero {
    grid-template-columns: 1fr;
  }
  .hero-left {
    padding: 8.5rem 2.2rem 4rem;
  }
  .hero-left::after { display: none; }
  .hero-right {
    min-height: 72vh;
  }
  .hero-right::before {
    inset: 1.5rem 1.5rem 1.5rem;
    border-radius: 30px;
  }
  #services,
  #tarifs,
  #contact {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .services-header,
  .tarifs-header,
  #contact {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .services-grid,
  .tarifs-grid {
    grid-template-columns: 1fr !important;
  }
  #about {
    grid-template-columns: 1fr;
  }
  .about-photo {
    min-height: 52vw;
  }
  .about-content {
    padding: 4rem 2rem;
  }
  .about-content::before {
    inset: 1.2rem 1rem 1rem;
  }
  footer {
    max-width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 840px) {
  nav {
    align-items: center;
    border-radius: 26px;
    padding: 0.85rem 1rem;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-actions .btn-primary {
    display: none;
  }
  .nav-left {
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
  }
  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.1rem;
    border-radius: 24px;
    border: 1px solid rgba(168, 135, 78, 0.14);
    background: rgba(250, 246, 240, 0.96);
    box-shadow: 0 18px 40px rgba(21, 16, 12, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  body.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-links a {
    font-size: 0.74rem;
  }
  .hero-badges {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
  .hero-location {
    left: 1.8rem;
    right: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }
  .hero-location::after {
    content: 'Cours · Événements · Accompagnement';
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  nav {
    width: calc(100% - 1rem);
    padding: 0.8rem 0.9rem;
  }
  .nav-logo {
    font-size: 1rem;
  }
  h1 {
    font-size: clamp(2.9rem, 13vw, 4.15rem);
  }
  .hero-desc {
    font-size: 0.96rem;
    padding-left: 1rem;
  }
  .hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-primary,
  .btn-outline,
  .btn-ghost {
    width: 100%;
  }
  #services::before,
  #tarifs::before {
    inset: 2rem 0.5rem 0;
  }
  .contact-left,
  .contact-form {
    padding: 2rem 1.3rem;
    border-radius: 26px;
  }
  .about-photo {
    min-height: 68vw;
  }
  .about-quote p {
    font-size: 1.08rem;
  }
  .tarifs-table-wrap {
    overflow-x: auto;
    padding: 0.8rem;
  }
  footer {
    flex-direction: column;
    text-align: center;
    max-width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem 1.1rem;
  }
  .footer-copy {
    text-align: center;
  }
}
