/* ==========================================================================
   Cabinet Hestia — Évian-les-Bains
   Charte : crème #FEEEE3 · bois de rose #B47C7E / #7E4E4F · terracotta #9A5448 · corail #FD9792
   ========================================================================== */

:root {
  --cream: #feeee3;
  --cream-soft: #fdf7f0;
  --peach: #fce7da;
  --peach-deep: #f3d9c8;
  --rose: #b47c7e;
  --indigo: #7e4e4f;
  --indigo-deep: #5f3b3c;
  --indigo-soft: #e5c4c1;
  --terra: #9a5448;
  --terra-deep: #7c4237;
  --coral: #fd9792;
  --coral-soft: #fecbc8;
  --ink: #2b2333;

  --font-display: "Playfair Display", "Didot", Georgia, serif;
  --font-body: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 18px 45px -18px rgba(126, 78, 79, 0.28);
  --shadow-card: 0 10px 30px -12px rgba(126, 78, 79, 0.22);
  --wrap: min(1120px, 92vw);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--terra); text-decoration: none; }

.wrap { width: var(--wrap); margin-inline: auto; }

/* ---------- Typographie ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--indigo);
  line-height: 1.12;
}

h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.32rem; }

em, .accent { font-style: italic; color: var(--terra); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--terra);
  margin-bottom: 1.1rem;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.lead { font-size: 1.16rem; color: rgba(43, 35, 51, 0.82); }

/* ---------- Boutons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--rose);
  color: #fff7f0;
  box-shadow: 0 14px 30px -12px rgba(126, 78, 79, 0.55);
}

.btn-primary:hover { background: var(--indigo-deep); transform: translateY(-2px); }

.btn-outline {
  border-color: rgba(154, 84, 72, 0.45);
  color: var(--terra);
  background: transparent;
}

.btn-outline:hover { background: var(--terra); color: var(--cream); transform: translateY(-2px); }

.btn-light {
  background: var(--cream);
  color: var(--indigo);
}

.btn-light:hover { background: #fff; transform: translateY(-2px); }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(254, 238, 227, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(154, 84, 72, 0.12);
}

.nav {
  width: var(--wrap);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.7rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--indigo);
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 6px 16px -6px rgba(154, 84, 72, 0.55);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.28rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.brand-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--terra);
  margin-top: 0.18rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  list-style: none;
}

.nav-links a:not(.btn) {
  color: var(--indigo);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0.3rem 0;
}

.nav-links > li > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.nav-links > li > a:not(.btn):hover::after { transform: scaleX(1); }

.nav-links .btn { padding: 0.62rem 1.3rem; font-size: 0.88rem; }

/* Menu déroulant équipe */

.has-dropdown { position: relative; }

.has-dropdown > a .caret {
  display: inline-block;
  font-size: 0.62em;
  margin-left: 0.32rem;
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}

.has-dropdown:hover > a .caret, .has-dropdown.open > a .caret { transform: translateY(1px) rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 290px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(154, 84, 72, 0.08);
  list-style: none;
  padding: 0.55rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 60;
}

.dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.dropdown li + li { border-top: 1px dashed rgba(154, 84, 72, 0.14); }

.dropdown a {
  display: block;
  padding: 0.62rem 0.75rem;
  border-radius: 10px;
}

.dropdown a:hover { background: var(--peach); }

.dropdown a strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--indigo);
  letter-spacing: 0.02em;
}

.dropdown a span {
  display: block;
  font-size: 0.78rem;
  color: var(--terra);
  letter-spacing: 0.05em;
  margin-top: 0.1rem;
}

.dropdown .dropdown-all strong { color: var(--terra); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--indigo);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero h1 .accent { display: inline-block; }

.hero .lead { margin: 1.5rem 0 2.2rem; max-width: 32rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero-media { position: relative; }

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  border-radius: 240px 240px var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.hero-badge {
  position: absolute;
  left: -1.6rem;
  bottom: 2.2rem;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 0.95rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: var(--shadow-card);
}

.hero-badge img { width: 46px; height: 46px; border-radius: 50%; }

.hero-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--indigo);
  font-weight: 600;
}

.hero-badge span { font-size: 0.8rem; color: var(--terra); letter-spacing: 0.06em; }

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
}

.blob-coral { width: 420px; height: 420px; background: var(--coral-soft); top: -140px; right: -120px; }
.blob-indigo { width: 360px; height: 360px; background: var(--indigo-soft); bottom: -160px; left: -140px; opacity: 0.35; }

.sparkle { color: var(--terra); font-size: 1.1rem; }

/* ---------- Bandeau spécialités ---------- */

.marquee {
  background: var(--indigo);
  color: var(--cream);
  padding: 1.05rem 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 3.2rem;
  width: max-content;
  animation: scroll 32s linear infinite;
}

.marquee-track span {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  font-size: 0.92rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-track i { font-style: normal; color: var(--coral); }

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Sections ---------- */

section { padding: clamp(3.5rem, 7.5vw, 6.5rem) 0; }

.section-head { max-width: 40rem; margin-bottom: clamp(2.2rem, 4.5vw, 3.5rem); }

.section-head.center { margin-inline: auto; text-align: center; }

.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }

.section-head p { margin-top: 1rem; color: rgba(43, 35, 51, 0.78); }

/* ---------- Le cabinet ---------- */

.about { background: var(--cream-soft); }

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.about-media { position: relative; }

.about-media img {
  border-radius: var(--radius-lg);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.about-media .logo-stamp {
  position: absolute;
  right: -1.4rem;
  top: -1.4rem;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 6px solid var(--cream-soft);
  box-shadow: var(--shadow-card);
}

.about-text p + p { margin-top: 1rem; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}

.stat {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.2rem 1.1rem;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--terra);
}

.stat span { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--indigo); }

/* ---------- Spécialités ---------- */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(154, 84, 72, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 1.3rem;
  background: var(--peach);
  color: var(--terra);
}

.service-card:nth-child(3n + 2) .service-icon { background: var(--coral-soft); color: var(--terra-deep); }
.service-card:nth-child(3n) .service-icon { background: rgba(229, 196, 193, 0.5); color: var(--indigo); }

.service-icon svg { width: 30px; height: 30px; }

.service-card p { font-size: 0.97rem; color: rgba(43, 35, 51, 0.75); margin-top: 0.55rem; }

/* ---------- Équipe ---------- */

.team { background: var(--peach); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }

.team-photo {
  position: relative;
  aspect-ratio: 4 / 4.4;
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.14);
  transition: transform 0.5s ease;
}

.team-card:hover .team-photo img { transform: scale(1.045); }

.team-photo .avatar-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--terra) 0%, var(--terra-deep) 100%);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-style: italic;
}

.team-body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }

.team-body h3 { font-size: 1.35rem; }

.team-role {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 500;
}

.team-body p { font-size: 0.95rem; color: rgba(43, 35, 51, 0.72); margin-top: 0.35rem; }

.team-link {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--indigo);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.team-link::after { content: "→"; transition: transform 0.25s ease; }
.team-link:hover::after { transform: translateX(5px); }

/* ---------- Ateliers ---------- */

.workshops {
  background: var(--indigo);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.workshops .eyebrow { color: var(--coral); }
.workshops h2 { color: var(--cream); }
.workshops p { color: rgba(254, 238, 227, 0.8); }

.workshops-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.workshop-tags { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.8rem; }

.workshop-tags span {
  border: 1px solid rgba(254, 238, 227, 0.35);
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}

.workshops .big-logo {
  width: min(300px, 70%);
  margin-inline: auto;
  border-radius: 50%;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.55);
}

/* ---------- Infos pratiques / contact ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4.5vw, 3.5rem);
  align-items: stretch;
}

.contact-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.9rem;
  box-shadow: var(--shadow-card);
}

.contact-card + .contact-card { margin-top: 1.4rem; }

.contact-card h3 { margin-bottom: 0.9rem; }

.contact-line {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.55rem 0;
  font-size: 0.99rem;
}

.contact-line svg { width: 21px; height: 21px; color: var(--terra); flex-shrink: 0; margin-top: 0.2rem; }

.phone-list { list-style: none; }

.phone-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.66rem 0;
  border-bottom: 1px dashed rgba(154, 84, 72, 0.2);
  font-size: 0.97rem;
}

.phone-list li:last-child { border-bottom: none; }

.phone-list a { font-weight: 500; color: var(--indigo); white-space: nowrap; }
.phone-list a:hover { color: var(--terra); }

.rdv-actions { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; justify-content: flex-end; }

.doctolib-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--terra);
  border: 1px solid var(--terra);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.doctolib-chip:hover { background: var(--terra); color: #fff; }
.doctolib-chip svg { width: 13px; height: 13px; flex-shrink: 0; }

.map-frame {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  filter: saturate(0.85);
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--indigo-deep);
  color: rgba(254, 238, 227, 0.85);
  padding: 3.2rem 0 2rem;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(254, 238, 227, 0.15);
}

.site-footer .brand { color: var(--cream); }
.site-footer .brand-sub { color: var(--coral); }

.footer-nav { display: flex; flex-wrap: wrap; gap: 1.6rem; list-style: none; }

.footer-nav a { color: rgba(254, 238, 227, 0.85); font-size: 0.93rem; letter-spacing: 0.05em; }
.footer-nav a:hover { color: var(--coral); }

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 1.6rem;
  font-size: 0.85rem;
  color: rgba(254, 238, 227, 0.55);
}

.footer-meta a { color: inherit; }
.footer-meta a:hover { color: var(--coral); }

/* ---------- En-tête de page intérieure ---------- */

.page-hero {
  background: var(--peach);
  padding: clamp(2.6rem, 6vw, 4.2rem) 0;
}

.page-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); }

.page-hero .lead { margin-top: 1.1rem; max-width: 40rem; }

/* ---------- Équipe compacte (accueil) ---------- */

.team-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.team-mini {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.4rem 1rem 1.3rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

.team-mini:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }

.team-mini img, .team-mini .avatar-mini {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.85rem;
  filter: grayscale(1) sepia(0.14);
}

.team-mini .avatar-mini {
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--terra) 0%, var(--terra-deep) 100%);
  color: var(--cream);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.7rem;
  filter: none;
}

.team-mini strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--indigo);
}

.team-mini span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--terra);
  margin-top: 0.3rem;
}

/* ---------- Galerie photos du cabinet ---------- */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 1.2rem;
}

.gallery-item { margin: 0; }

.gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item:hover img { transform: translateY(-4px) scale(1.015); box-shadow: var(--shadow-soft); }

.gallery-item figcaption {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
}

/* ---------- Bandeau d'appel à l'action ---------- */

.cta-band {
  background: var(--indigo);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4.5vw, 3.2rem) clamp(1.6rem, 4vw, 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band h2 { color: var(--cream); }

.cta-band p { color: rgba(254, 238, 227, 0.82); margin-top: 0.5rem; }

/* ---------- Pages praticiennes ---------- */

.pro-hero {
  background: var(--peach);
  padding: clamp(2.8rem, 6vw, 4.5rem) 0;
}

.pro-hero-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.pro-portrait {
  border-radius: 200px 200px var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 4.7;
}

.pro-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.14);
}

.pro-portrait .avatar-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--terra) 0%, var(--terra-deep) 100%);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 5rem;
  font-style: italic;
}

.pro-hero .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 1.4rem;
}

.pro-hero .back-link:hover { color: var(--terra-deep); }

.pro-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); }

.pro-role {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 500;
  margin-top: 0.7rem;
}

.pro-hero .lead { margin-top: 1.3rem; max-width: 34rem; }

.pro-hero .hero-actions { margin-top: 2rem; }

.pro-content { padding: clamp(3rem, 6vw, 5rem) 0; }

.pro-content .wrap {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.pro-main > * + * { margin-top: 2.4rem; }

.pro-block h2 { font-size: 1.65rem; margin-bottom: 1rem; }

.pro-block p + p { margin-top: 0.9rem; }

.pro-block ul {
  list-style: none;
  margin-top: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.pro-block ul li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.99rem;
}

.pro-block ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--coral);
  font-size: 0.8rem;
  top: 0.25rem;
}

.pro-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1.3rem;
}

.aside-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.7rem 1.6rem;
  box-shadow: var(--shadow-card);
}

.aside-card h3 { font-size: 1.15rem; margin-bottom: 0.9rem; }

.aside-card .btn { width: 100%; justify-content: center; margin-top: 0.9rem; }

.price-list { list-style: none; }

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(154, 84, 72, 0.2);
  font-size: 0.95rem;
}

.price-list li:last-child { border-bottom: none; }

.price-list strong { color: var(--terra); font-weight: 600; white-space: nowrap; }

.aside-note { font-size: 0.85rem; color: rgba(43, 35, 51, 0.65); margin-top: 0.8rem; }

/* ---------- Animations d'apparition ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .hero-grid, .about-grid, .workshops-inner, .pro-hero-grid { grid-template-columns: 1fr; }
  .services-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .pro-content .wrap { grid-template-columns: 1fr; }
  .pro-aside { position: static; }
  .hero-media { order: -1; }
  .hero-media img { aspect-ratio: 16 / 11; border-radius: var(--radius-lg); }
  .pro-portrait { max-width: 420px; }
  .workshops .big-logo { display: none; }
}

@media (max-width: 700px) {
  .nav-toggle { display: flex; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    background: var(--cream-soft);
    border-bottom: 1px solid rgba(154, 84, 72, 0.15);
    padding: 1rem 4vw 1.4rem;
    display: none;
  }

  .nav-links.open { display: flex; }

  .nav-links li { width: 100%; }

  .nav-links a:not(.btn) { display: block; padding: 0.65rem 0; font-size: 1.05rem; }

  .nav-links .btn { margin-top: 0.7rem; }

  .dropdown {
    position: static;
    transform: none;
    min-width: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0 0 0.4rem 1.1rem;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

  .has-dropdown.open .dropdown { display: block; left: auto; transform: none; }

  .dropdown a { padding: 0.5rem 0.6rem; }

  .services-grid, .team-grid, .stats { grid-template-columns: 1fr; }

  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -1.2rem; width: max-content; }

  .footer-grid { flex-direction: column; align-items: flex-start; }
}
