/* Homepage-specific styles */

/* ---------- Subpage head (docteur, etc.) ---------- */
.page-docteur main { padding-top: 64px; }
.page-head {
  padding: 80px 0 64px;
  border-top: 0;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
}
.page-head--compact { padding: 24px 0 8px; }
.page-head--compact .crumbs { margin-bottom: 0; }
/* Pull #about up tight against the breadcrumb */
.page-docteur #about { padding-top: 24px; }
.page-docteur #about + section { padding-top: 56px; }
.crumbs {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 40px;
}
.crumbs a { color: var(--accent); }
.crumbs a:hover { color: var(--ink); }
.crumbs [aria-current] { color: var(--ink); }
.page-head-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: end;
}
@media (max-width: 900px) { .page-head-grid { grid-template-columns: 1fr; gap: 32px; } }
.page-head h1.display { max-width: 16ch; }
.page-head .page-lead {
  font-size: 17px; line-height: 1.55; max-width: 56ch;
  color: var(--ink-2); margin-top: 24px;
}
.page-head-meta {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid var(--line);
}
.meta-row {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.meta-row .l {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted);
}
.meta-row .v {
  font-family: var(--serif); font-size: 16px;
  color: var(--ink); letter-spacing: -0.005em;
}

/* ---------- Spécialités page ---------- */
.specialty-list {
  display: flex; flex-direction: column;
  gap: 64px;
  margin-top: 32px;
}
.specialty {
  display: grid;
  grid-template-columns: 80px 1fr 1.4fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.specialty:last-child { border-bottom: 0; }
.specialty--reverse { grid-template-columns: 80px 1.4fr 1fr; }
.specialty--reverse .specialty-img { order: 2; }
.specialty--reverse .specialty-body { order: 1; }
@media (max-width: 900px) {
  .specialty, .specialty--reverse { grid-template-columns: 60px 1fr; gap: 16px 20px; }
  .specialty .specialty-img { grid-column: 1 / -1; order: 0; }
  .specialty--reverse .specialty-img { order: 0; }
  .specialty--reverse .specialty-body { order: 1; }
}

.specialty-num {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 300;
  color: var(--accent);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.specialty-img {
  aspect-ratio: 4/3;
  background: var(--bg-3);
  overflow: hidden;
  position: relative;
}
.specialty-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s ease;
  filter: saturate(0.9);
}
.specialty:hover .specialty-img img { transform: scale(1.04); }

.specialty-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}
.specialty-body h3 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 16px;
}
.specialty-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 60ch;
  margin: 0 0 18px;
}
.specialty-desc strong { color: var(--ink); font-weight: 600; }

.specialty-points {
  list-style: none;
  display: grid; gap: 10px;
  padding: 0; margin: 0 0 20px 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.specialty-points li {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
  position: relative;
  padding-left: 20px;
}
.specialty-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 1px;
  background: var(--accent);
}
.specialty-meta {
  display: flex; gap: 32px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.specialty-meta span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.specialty-meta strong {
  color: var(--accent);
  margin-right: 8px;
  font-weight: 500;
}

/* Accent variant for Sunna */
.specialty--accent .specialty-num { color: var(--ink); }
.specialty--accent .specialty-tag { color: var(--ink); }
.specialty--accent .specialty-body h3 { color: var(--accent); }
.specialty--accent .specialty-img { box-shadow: -16px 16px 0 var(--accent); }

/* Common protocol band at bottom */
.protocol-band {
  margin-top: 64px;
  padding: 48px 40px;
  background: var(--accent);
  color: #fff;
  display: flex; flex-direction: column; gap: 20px;
  align-items: flex-start;
}
.protocol-band .eyebrow { color: var(--sand); }
.protocol-band .protocol-title {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  max-width: 22ch;
  margin: 0;
}
.protocol-band .protocol-title em { color: var(--sand); font-style: italic; }
.protocol-band .protocol-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
  padding: 24px 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  width: 100%;
}
@media (max-width: 720px) { .protocol-band .protocol-list { grid-template-columns: 1fr; } }
.protocol-band .protocol-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}
.protocol-band .protocol-list .check {
  width: 18px; height: 18px;
  border: 1px solid var(--sand);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.protocol-band .protocol-list .check::after {
  content: "";
  position: absolute;
  left: 5px; top: 2px;
  width: 5px; height: 9px;
  border-right: 1.5px solid var(--sand);
  border-bottom: 1.5px solid var(--sand);
  transform: rotate(45deg);
}
.protocol-band .btn {
  background: #fff; color: var(--ink); border-color: #fff;
}
.protocol-band .btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* page-cta-section (single CTA before footer on subpages) */
.page-cta-section { padding: 80px 0; }
.page-cta-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px 32px;
  background: var(--bg-2);
  border: 1px solid var(--line);
}
.page-cta-grid .section-title { max-width: 22ch; margin: 0; }
.page-cta-actions { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
@media (max-width: 720px) { .page-cta-grid { grid-template-columns: 1fr; padding: 32px 20px; } }

/* ===== Single article page ===== */
.page-article main { padding-bottom: 32px; }
.article {
  padding: 48px 0 80px;
}
.article .container { max-width: 1100px; }
.article-head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: left;
}
.article-meta {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.article-meta .article-cat { color: var(--accent); font-weight: 600; }
.article-meta .article-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--line-2);
}
.article-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4.6vw, 56px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 18px;
}
.article-title em { color: var(--accent); font-style: italic; font-weight: 400; }
.article-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 60ch;
  margin: 0;
}
.article-cover {
  margin: 36px auto 48px;
  max-width: 1100px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-3);
}
.article-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}
.article-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
}
.article-body h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--ink);
  margin: 56px 0 16px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body p { margin: 0 0 18px; max-width: 60ch; }
.article-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.article-body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  max-width: 60ch;
}
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 12px; height: 1px;
  background: var(--accent);
}
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--accent-2); }

.article-quote {
  margin: 36px 0;
  padding: 22px 28px;
  background: var(--cream);
  border-left: 3px solid var(--accent);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.article-quote strong { color: var(--accent); font-weight: 500; font-style: italic; }
.article-quote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.article-callout {
  margin: 32px 0;
  padding: 22px 26px;
  background: linear-gradient(135deg, var(--bg-3) 0%, var(--cream) 100%);
  border: 1px solid var(--line-2);
  border-radius: 4px;
}
.article-callout-eyebrow {
  display: inline-block;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.article-callout p {
  margin: 0;
  color: var(--ink);
  line-height: 1.6;
}

.article-foot {
  max-width: 760px;
  margin: 56px auto 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.article-tags {
  list-style: none;
  display: flex; gap: 8px;
  padding: 0; margin: 0;
  flex-wrap: wrap;
}
.article-tags li {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
  padding: 6px 12px;
  background: var(--bg-2);
  border-radius: 999px;
}

.article-related {
  margin: 80px auto 0;
  padding: 56px 0 0;
  border-top: 1px solid var(--line);
  max-width: 1100px;
}
.article-related-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 32px;
  color: var(--ink);
}
.article-related .blog-grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* Article responsive */
@media (max-width: 720px) {
  .article { padding: 24px 0 56px; }
  .article-cover { margin: 24px auto 32px; aspect-ratio: 4/3; }
  .article-body h2 { font-size: 22px; margin: 40px 0 14px; }
  .article-body { font-size: 15px; line-height: 1.7; }
  .article-quote { font-size: 17px; padding: 18px 20px; margin: 28px 0; }
  .article-callout { padding: 18px 20px; }
  .article-related .blog-grid { grid-template-columns: 1fr; }
  .article-foot { flex-direction: column; align-items: flex-start; }
}

/* ---------- Actualités page filters ---------- */
.blog-filters {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px;
  margin: 12px 0 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.blog-filter {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-2);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.blog-filter:hover { border-color: var(--accent); color: var(--accent); }
.blog-filter.is-active {
  background: var(--accent); color: #fff; border-color: var(--accent);
}
.blog-filter .count {
  font-size: 9px;
  color: inherit;
  opacity: 0.7;
}
.blog-filters-meta {
  margin-left: auto;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
}
.blog-filters-meta .blog-filter-count { color: var(--accent); font-weight: 600; }
.blog-empty {
  padding: 80px 0;
  text-align: center;
  color: var(--muted);
}
.blog-grid--full {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 980px) {
  .blog-grid--full { grid-template-columns: repeat(2, 1fr); }
  .blog-filters { gap: 6px; }
  .blog-filter { padding: 6px 12px; font-size: 10px; }
}
@media (max-width: 640px) {
  .blog-grid--full { grid-template-columns: 1fr; }
  .blog-filters-meta { width: 100%; margin: 4px 0 0 0; }
}

/* ---------- Actualités / Blog grid ---------- */
.actualites .services-intro { font-size: 17px; line-height: 1.55; color: var(--ink-2); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; gap: 28px; } }

.blog-card {
  display: flex; flex-direction: column; gap: 16px;
}
.blog-card-img {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-3);
}
.blog-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.6s ease, filter 0.3s ease;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.04);
  filter: saturate(1);
}
.blog-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(7, 7, 7, 0.92);
  color: var(--cream);
  padding: 6px 12px;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.blog-card-meta {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.blog-card-meta .blog-date { color: var(--accent); }
.blog-card-meta .blog-dot {
  width: 3px; height: 3px;
  background: var(--line-2);
  border-radius: 50%;
}
.blog-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.blog-title a {
  color: var(--ink);
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease, color 0.25s ease;
}
.blog-title a:hover {
  color: var(--accent);
  background-size: 100% 1px;
}
.blog-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 50ch;
}
.blog-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--accent);
  margin-top: auto;
  padding-top: 4px;
  transition: gap 0.25s ease;
}
.blog-link:hover { gap: 14px; }

.blog-cta {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: center;
}

/* ---------- Hero (full-bleed video) ---------- */
.hero {
  padding: 0;
  border-top: none;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  color: #fff;
  display: block;
}
.hero-video,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  /* GPU compositing: prevent paint glitches during scroll */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter: saturate(0.95);
}
.hero-bg {
  /* Subtle Ken Burns zoom — replaces the video for stable, glitch-free playback */
  animation: heroKenBurns 18s ease-in-out infinite alternate;
}
@keyframes heroKenBurns {
  from { transform: translateZ(0) scale(1); }
  to   { transform: translateZ(0) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg { animation: none; }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,7,7,0.35) 0%, rgba(7,7,7,0.45) 50%, rgba(7,7,7,0.78) 100%);
  z-index: 1;
}
.hero .container {
  position: relative; z-index: 2;
  padding-top: 220px;            /* moved hero copy lower */
  padding-bottom: 60px;
  width: 100%;
}
@media (max-height: 880px) {
  .hero .container { padding-top: 180px; padding-bottom: 50px; }
}
@media (max-height: 760px) {
  .hero .container { padding-top: 140px; padding-bottom: 40px; }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 60px;
  align-items: end;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero h1.display, .hero .hero-lead, .hero .eyebrow span,
.hero .fact .v, .hero .fact .l, .hero-marquee { color: #fff; }
.hero h1.display {
  font-size: clamp(40px, min(7vw, 9vh), 96px);
  line-height: 1.0;
}
.hero h1.display em { color: var(--sand); }
.hero-eyebrow .line { background: var(--sand); }
.hero .eyebrow { color: var(--sand); }
.hero .eyebrow .num { color: rgba(255,255,255,0.6); }
.hero-lead { color: rgba(255,255,255,0.88) !important; }
/* Hero primary CTA: white default, red on hover (per request) */
.hero .btn:not(.ghost) {
  background: #ffffff;
  color: var(--ink);
  border-color: #ffffff;
}
.hero .btn:not(.ghost):hover {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}
.hero .btn.ghost { color: #fff; border-color: rgba(255,255,255,0.6); }
.hero .btn.ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hero-side {
  display: flex; flex-direction: column; gap: 16px;
  align-items: flex-end;
}
@media (max-width: 980px) { .hero-side { align-items: flex-start; } }
.hero-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff;
}
.hero-badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #9adba0;
  animation: pulse 2s infinite;
}
.hero-meta-card {
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  padding: 18px 22px;
  max-width: 260px;
}
.hero-meta-card .label {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px;
}
.hero-meta-card .value {
  font-family: var(--serif); font-size: 18px;
  line-height: 1.2;
}
.hero-scroll-cue {
  position: absolute; bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero-scroll-cue .line {
  width: 1px; height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.7));
  animation: scrollCue 2.2s ease-in-out infinite;
}
@keyframes scrollCue {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}
@media (max-width: 720px) { .hero-scroll-cue { display: none; } }

.hero-eyebrow {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.hero-eyebrow .line { flex: 0 0 48px; height: 1px; background: var(--accent); }

.hero-lead {
  font-size: 15px;
  line-height: 1.6;
  margin: 24px 0;
  max-width: 50ch;
  color: var(--ink-2);
}
@media (max-height: 800px) {
  .hero-eyebrow { margin-bottom: 18px; }
  .hero-lead { margin: 18px 0; font-size: 14px; }
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-image {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--bg-3);
  overflow: hidden;
}
.hero-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.85) contrast(0.96);
}
.hero-image .badge {
  position: absolute;
  top: 20px; left: 20px;
  background: rgba(28,28,28,0.92);
  color: var(--cream);
  padding: 12px 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.hero-image .badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #7fb069;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero-image .meta-card {
  position: absolute;
  right: 20px; bottom: 20px;
  background: var(--cream);
  padding: 18px 22px;
  max-width: 240px;
}
.hero-image .meta-card .label {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.hero-image .meta-card .value {
  font-family: var(--serif); font-size: 18px;
  line-height: 1.2;
}

.hero-facts {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.hero-facts .fact {
  padding: 24px 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
  display: flex; flex-direction: column; gap: 8px;
}
.hero-facts .fact:last-child { border-right: 0; }
.hero-facts .fact .v {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  /* Rose-bébé → white text gradient */
  background: linear-gradient(135deg, #ffffff 0%, #fbe9e6 45%, #eeccc7 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  text-shadow: 0 2px 14px rgba(40, 18, 26, 0.32);
}
.hero-facts .fact .v sup {
  font-family: var(--mono); font-size: 11px;
  color: var(--sand);
  /* override the parent transparent fill */
  -webkit-text-fill-color: var(--sand);
  background: none;
  font-weight: 500; vertical-align: top;
  margin-left: 2px; top: 6px; position: relative;
}
.hero-facts .fact .l {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #e5e7eb;                /* brighter gray — readable on rose-tinted overlay */
  text-shadow: 0 1px 8px rgba(20, 10, 14, 0.4);
}
@media (max-width: 720px) {
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-facts .fact:nth-child(2) { border-right: 0; }
  .hero-facts .fact:nth-child(1), .hero-facts .fact:nth-child(2) { border-bottom: 1px solid var(--line); }
}

.hero-marquee {
  margin-top: 28px;
  display: flex; gap: 48px;
  align-items: center;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted-2);
  overflow: hidden;
}
.hero-marquee .dot { width: 4px; height: 4px; background: var(--line-2); border-radius: 50%; }

/* ---------- About / Hijama (compacted to fit one screen) ---------- */
.about-hijama { padding: 40px 0 32px; }
.about-hijama .section-head { margin-bottom: 20px; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: start; }
.about-hijama .services-intro { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin-top: 6px; }
.about-hijama h2.section-title { font-size: clamp(24px, 2.4vw, 32px); max-width: 22ch; line-height: 1.05; }
@media (max-width: 900px) {
  .about-hijama .section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
}

.about-hero {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
  height: 260px;       /* hard cap so the section fits in one screen */
}

/* ===== CREATIVE redesign of the Hijama Cupping Therapy block ===== */
.about-creative {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;   /* image slightly smaller than text */
  gap: 56px;
  align-items: center;
  margin: 16px 0 28px;
  padding: 32px 0 0;
}
@media (max-width: 900px) {
  .about-creative { grid-template-columns: 1fr; gap: 28px; }
}
/* Big decorative serif quote glyph */
.quote-glyph {
  position: absolute;
  top: -24px; left: -8px;
  font-family: var(--serif);
  font-size: 180px;
  line-height: 0.8;
  color: var(--bg-3);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.about-creative-img {
  position: relative;
  aspect-ratio: 4/5;
  max-height: 380px;                      /* a bit smaller */
  width: 100%;
  background: var(--bg-3);
  overflow: visible;
  transform: rotate(-1.5deg);
  transition: transform 0.6s cubic-bezier(.7,0,.3,1);
  z-index: 1;
}
.about-creative-img::before {
  /* mirrored shadow card behind the image */
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  background: var(--accent);
  z-index: -1;
  opacity: 0.18;
  transition: inset 0.6s cubic-bezier(.7,0,.3,1), opacity 0.4s ease;
}
.about-creative-img:hover { transform: rotate(0deg) scale(1.01); }
.about-creative-img:hover::before { inset: 16px -16px -16px 16px; opacity: 0.28; }
.about-creative-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}
.about-tape {
  /* fake masking-tape strip */
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 110px; height: 22px;
  background: rgba(238, 204, 199, 0.85);
  border: 1px dashed rgba(145, 20, 57, 0.25);
  z-index: 2;
}
.about-creative-badge {
  position: absolute;
  top: 18px; left: 18px;
  background: rgba(7, 7, 7, 0.92);
  color: var(--cream);
  padding: 10px 14px;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
  z-index: 3;
}
.about-creative-badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sand);
  animation: pulse 2s infinite;
}
.about-creative-stat {
  position: absolute;
  bottom: -28px; right: -28px;
  background: #fff;
  padding: 18px 22px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(7,7,7,0.10);
  z-index: 3;
  transform: rotate(2deg);
  transition: transform 0.5s ease;
}
.about-creative-img:hover ~ .about-creative-stat,
.about-creative-stat:hover { transform: rotate(0); }
.about-creative-stat .stat-num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}
.about-creative-stat .stat-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
  display: block;
}

/* Right column copy */
.about-creative-copy {
  position: relative;
  z-index: 2;
  display: flex; flex-direction: column;
  gap: 16px;
}
.hijama-quote {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  letter-spacing: -0.015em;
  position: relative;
  margin: 0 0 4px 0;
  max-width: 22ch;
}
.hijama-quote em { color: var(--accent); font-style: italic; font-weight: 500; }
.hijama-quote .quote-attr {
  display: block;
  margin-top: 12px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.hijama-lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0;
}
.hijama-lead strong { color: var(--ink); font-weight: 600; }

.hijama-tags {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 0; margin: 4px 0;
}
.hijama-tags li {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--bg-3);
  padding: 6px 12px;
  border-radius: 999px;
  transition: background 0.25s ease, transform 0.25s ease;
  cursor: default;
}
.hijama-tags li:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

/* Stats strip — redesigned: inline horizontal pills with bordeaux accent line */
.hijama-strip {
  display: flex;
  gap: 28px;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  flex-wrap: wrap;
}
.hijama-strip-cell {
  padding: 0;
  border: 0;
  display: flex; flex-direction: column; gap: 6px;
  position: relative;
  padding-left: 16px;
  flex: 1;
  min-width: 110px;
}
.hijama-strip-cell::before {
  content: "";
  position: absolute;
  left: 0; top: 4px; bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent) 60%, transparent);
  border-radius: 1px;
}
.hijama-strip-cell .cell-num {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hijama-strip-cell .cell-num sup {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.18em;
  vertical-align: top;
  margin-left: 4px;
  top: 5px;
  position: relative;
  font-weight: 500;
}
.hijama-strip-cell .cell-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 720px) {
  .hijama-strip { gap: 18px; }
  .hijama-strip-cell { min-width: 100%; }
}
@media (max-width: 900px) {
  .about-hero { grid-template-columns: 1fr; gap: 20px; max-height: none; padding-bottom: 0; margin-bottom: 20px; }
}
.about-hero-img {
  position: relative;
  background: var(--bg-3);
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.about-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.9) contrast(0.96);
  transition: transform 0.7s ease;
}
.about-hero-img:hover img { transform: scale(1.03); }
.about-hero-badge {
  position: absolute;
  top: 20px; left: 20px;
  background: rgba(7, 7, 7, 0.92);
  color: var(--cream);
  padding: 12px 16px;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.about-hero-badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sand);
  animation: pulse 2s infinite;
}
.about-hero-copy { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.about-hero-copy .lead-quote {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding: 2px 0 2px 18px;
  max-width: 28ch;
  letter-spacing: -0.01em;
  margin: 0;
}
.about-hero-copy .lead-quote .quote-attr {
  display: block;
  margin-top: 10px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.about-hero-copy .lead {
  font-size: 15px; line-height: 1.55; color: var(--ink-2);
  max-width: 60ch;
}
.about-hero-copy p { margin: 0; max-width: 60ch; font-size: 14px; line-height: 1.55; }
.about-hero-copy strong { color: var(--ink); font-weight: 600; }

/* ===== Benefits — scroll-pinned (vertical scroll → horizontal card reveal) ===== */
.benefits-section {
  padding: 0;
  border-top: 1px solid var(--line);
}
/* The pin wrapper provides the vertical scroll distance during which the
   stage stays sticky and the cards translate horizontally. ~3 viewport heights
   = 6 cards revealed comfortably. */
.benefits-pin {
  position: relative;
  height: 320vh;
}
.benefits-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.benefits-stage .container { width: 100%; }

.benefits-split {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 56px;
  align-items: start;
}

.benefits-fixed {
  display: flex; flex-direction: column; gap: 18px;
  align-self: center;
}
.benefits-fixed .section-title { max-width: 14ch; margin: 0; }
.benefits-fixed .section-title em { color: var(--accent); font-style: italic; }
.benefits-intro {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 38ch;
  margin: 6px 0 0 0;
}

/* Progress bar */
.benefits-progress {
  display: flex; align-items: center; gap: 16px;
  margin-top: 24px;
}
.bp-bar {
  flex: 1;
  height: 2px;
  background: var(--bg-3);
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  max-width: 220px;
}
.bp-fill {
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: var(--accent);
  border-radius: 1px;
  transition: width 0.18s linear;
}
.bp-count {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink);
}
.bp-count .bp-current { color: var(--accent); font-weight: 600; }
.bp-count .bp-sep { color: var(--muted-2); margin: 0 4px; }
.bp-count .bp-total { color: var(--muted); }

.benefits-scroll-cue {
  margin-top: 14px;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.benefits-scroll-cue .cue-line {
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--accent);
  opacity: 0.4;
}
.benefits-scroll-cue .cue-arrow {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
  animation: cueDown 1.6s ease-in-out infinite;
}
@keyframes cueDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* New right column wrapper (cards + controls) */
.benefits-right {
  min-width: 0;          /* allow grid item to shrink so children don't blow out */
  max-width: 100%;
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
}

/* Horizontal track — translated by JS */
.benefits-track-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 0;
  /* Hide native scrollbar in all browsers (controlled by custom UI) */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.benefits-track-outer::-webkit-scrollbar { display: none; }

/* Controls bar (prev arrow + scrollbar + next arrow) — below the cards */
.benefits-controls {
  display: none;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding: 0 4px;
}
@media (max-width: 1024px) {
  .benefits-controls { display: flex; }
}
.benefits-arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: #fff;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
}
.benefits-arrow:hover { background: var(--accent); color: #fff; }
.benefits-arrow:active { transform: scale(0.95); }
.benefits-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.benefits-arrow:disabled:hover { background: #fff; color: var(--accent); }

/* Custom horizontal scrollbar (visual indicator of progress) */
.benefits-scrollbar {
  flex: 1;
  height: 2px;
  background: var(--bg-3);
  position: relative;
  border-radius: 1px;
  overflow: hidden;
}
.benefits-scrollbar-thumb {
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: var(--accent);
  border-radius: 1px;
  transition: width 0.18s linear, left 0.18s linear;
}
.benefits-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 20px;
  padding: 4px 0 4px 4px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.04s linear;
}

.benefit-card {
  background: var(--cream);
  border-left: 3px solid var(--accent);
  padding: 28px 26px 30px;
  display: flex; flex-direction: column; gap: 12px;
  min-height: 320px;
  transition: background 0.3s ease, transform 0.5s cubic-bezier(.7,0,.3,1);
}
.benefit-card:hover { background: #fff; }
.benefit-card .benefit-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.benefit-card h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--ink);
}
.benefit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: none;
  margin: 0;
}
.benefit-card strong { color: var(--ink); font-weight: 600; }

.benefit-card--accent {
  background: var(--accent);
  border-left-color: var(--accent-2);
  color: #fff;
}
.benefit-card--accent:hover { background: var(--accent-2); }
.benefit-card--accent .benefit-num { color: var(--sand); }
.benefit-card--accent h3 { color: #fff; }
.benefit-card--accent p { color: rgba(255,255,255,0.92); }
.benefit-card--accent strong { color: #fff; }

/* Mobile fallback: revert to natural horizontal scroll, no pin */
@media (max-width: 980px) {
  .benefits-pin { height: auto; }
  .benefits-stage { position: relative; top: auto; height: auto; padding: 56px 0; }
  .benefits-split { grid-template-columns: 1fr; gap: 32px; }
  .benefits-track-outer {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .benefits-track {
    transform: none !important;
    grid-auto-columns: minmax(260px, 280px);
  }
  .benefits-progress, .benefits-scroll-cue { display: none; }
}

/* Legacy benefits-grid (kept for fallback) */
#benefits .benefits-grid { margin-top: 12px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-bottom: 0;
}
@media (max-width: 1280px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .benefits-grid { grid-template-columns: 1fr; margin-bottom: 16px; } }
.benefit {
  padding: 14px 14px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  display: flex; flex-direction: column; gap: 6px;
  min-height: 0;
  height: 130px;
  position: relative;
  transition: background 0.3s ease;
  overflow: hidden;
}
.benefit p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.benefit:hover { background: var(--cream); }
.benefit-num {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent);
}
.benefit h3 {
  font-family: var(--serif); font-size: 17px;
  font-weight: 500; letter-spacing: -0.01em;
  line-height: 1.15; color: var(--ink);
}
.benefit p {
  font-size: 12px; line-height: 1.5; color: var(--ink-2);
  max-width: 38ch; margin: 0;
}
.benefit strong { color: var(--ink); font-weight: 600; }
.benefit--accent { background: var(--accent); color: #fff; }
.benefit--accent:hover { background: var(--accent-2); }
.benefit--accent .benefit-num { color: var(--sand); }
.benefit--accent h3 { color: #fff; }
.benefit--accent p { color: rgba(255,255,255,0.88); }
.benefit--accent strong { color: #fff; }

/* Why grid — hidden on homepage compact view */
.about-hijama .why-grid,
.about-hijama .about-cta-band { display: none; }

.why-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding: 60px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 0; } }
.why-head { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; }
@media (max-width: 900px) { .why-head { position: static; } }
.why-title {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1; letter-spacing: -0.02em;
  color: var(--ink); max-width: 14ch;
}
.why-title em { font-style: italic; color: var(--accent); }

.why-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.why-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.why-list li:last-child { border-bottom: 1px solid var(--line); }
.why-list .why-num {
  font-family: var(--serif);
  font-size: 36px; font-weight: 300;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.why-list strong {
  display: block;
  font-family: var(--serif); font-size: 22px;
  font-weight: 500; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 8px;
}
.why-list p {
  font-size: 14px; line-height: 1.6;
  color: var(--ink-2); max-width: 56ch; margin: 0;
}

/* CTA band */
.about-cta-band {
  margin-top: 56px; padding-top: 40px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}

/* Legacy about-grid kept for fallback / docteur page */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ===== RDV MODAL — popup booking form ===== */
.rdv-modal {
  position: fixed;
  /* Start below the sticky header so the nav stays visible */
  top: 80px; left: 0; right: 0; bottom: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
@media (max-width: 1024px) { .rdv-modal { top: 64px; } }
/* Promote header above the modal so it stays interactive */
body.rdv-locked .nav { z-index: 1100; box-shadow: 0 1px 0 var(--line); }
.rdv-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.rdv-backdrop {
  position: absolute; inset: 0;
  background: rgba(7, 7, 7, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}
.rdv-card {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 920px;
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 24px 64px rgba(7, 7, 7, 0.32);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.45s cubic-bezier(.7,0,.3,1);
}
.rdv-modal.is-open .rdv-card { transform: translateY(0) scale(1); }
.rdv-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 20px;
  color: var(--ink);
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
}
.rdv-close:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.rdv-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
}
@media (max-width: 820px) { .rdv-grid { grid-template-columns: 1fr; } }

/* Left info panel — bordeaux background */
.rdv-info {
  background: linear-gradient(180deg, var(--cream) 0%, var(--bg-3) 100%);
  padding: 40px 36px 36px;
  display: flex; flex-direction: column; gap: 18px;
}
.rdv-info .eyebrow { color: var(--accent); }
.rdv-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.rdv-title em { color: var(--accent); font-style: italic; }
.rdv-lead {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 38ch;
}

.rdv-meta {
  display: flex; flex-direction: column; gap: 0;
  margin-top: 8px;
  border-top: 1px solid rgba(7, 7, 7, 0.08);
}
.rdv-meta-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.08);
  text-decoration: none;
  color: inherit;
}
.rdv-meta-item .l {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted);
}
.rdv-meta-item .v {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.4;
}
a.rdv-meta-item:hover .v { color: var(--accent); }

/* Right form panel */
.rdv-form {
  padding: 40px 36px 36px;
  display: flex; flex-direction: column; gap: 14px;
}
.rdv-form-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 6px 0;
  text-transform: none;
}
.rdv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 540px) { .rdv-row { grid-template-columns: 1fr; } }
.rdv-field { display: flex; flex-direction: column; gap: 4px; }
.rdv-field-label {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted);
}
.rdv-field input,
.rdv-field select,
.rdv-field textarea {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 11px 14px;
  outline: none;
  resize: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  width: 100%;
}
.rdv-field input::placeholder,
.rdv-field textarea::placeholder { color: var(--muted-2); }
.rdv-field input:focus,
.rdv-field select:focus,
.rdv-field textarea:focus {
  border-color: var(--accent);
  background: #fff;
}

.rdv-consent {
  margin: 4px 0;
}
.rdv-consent label {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-2);
  cursor: pointer;
}
.rdv-consent input[type="checkbox"] {
  width: 16px; height: 16px;
  margin-top: 2px;
  accent-color: var(--accent);
  flex-shrink: 0;
}

.rdv-submit {
  margin-top: 8px;
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--ink); color: var(--cream);
  border: 0; padding: 14px 26px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, gap 0.25s ease;
}
.rdv-submit:hover { background: var(--accent); color: #fff; gap: 14px; }
.rdv-arrow { transition: transform 0.3s cubic-bezier(.7,0,.3,1); }
.rdv-submit:hover .rdv-arrow { transform: translateX(4px); }

.rdv-thanks {
  display: none;
  margin-top: 8px;
  padding: 12px 16px;
  background: var(--cream);
  border-left: 3px solid var(--accent);
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
}
.rdv-thanks.is-shown { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 540px) {
  .rdv-modal { padding: 0; align-items: stretch; justify-content: stretch; }
  .rdv-card { max-height: 100vh; height: 100vh; max-width: none; border-radius: 0; }
  .rdv-info, .rdv-form { padding: 32px 22px 24px; }
  .rdv-info { padding-top: 64px; }
}

/* Lock body scroll when modal open */
body.rdv-locked { overflow: hidden; }

/* ===== Floating RDV button (FAB) — visible after scrolling past hero ===== */
.rdv-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 14px 16px;
  background: var(--accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(145, 20, 57, 0.32), 0 2px 6px rgba(7, 7, 7, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(.7,0,.3,1), visibility 0s linear 0.35s, gap 0.25s ease, padding 0.25s ease, background 0.25s ease;
}
.rdv-fab.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(.7,0,.3,1), visibility 0s linear 0s, gap 0.25s ease, padding 0.25s ease, background 0.25s ease;
}
/* Hide the FAB when modal or drawer is open (high specificity wins over .is-visible) */
body.rdv-locked .rdv-fab.is-visible,
body.rdv-locked .rdv-fab,
body:has(.drawer.open) .rdv-fab.is-visible,
body:has(.drawer.open) .rdv-fab {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(16px) scale(0.92) !important;
}
.rdv-fab svg { flex-shrink: 0; }
.rdv-fab-label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.35s cubic-bezier(.7,0,.3,1), margin 0.35s ease, opacity 0.25s ease;
  opacity: 0;
}
.rdv-fab:hover {
  background: var(--accent-2);
  gap: 10px;
  padding-right: 22px;
}
.rdv-fab:hover .rdv-fab-label {
  max-width: 220px;
  opacity: 1;
}
@media (max-width: 540px) {
  .rdv-fab {
    bottom: 16px;
    right: 16px;
    padding: 12px 14px;
  }
  /* Always-collapsed pill on small mobile (icon only, opens modal on tap) */
  .rdv-fab .rdv-fab-label { display: none; }
}

/* About intro paragraph (replaces the tenet cards) */
.about-cabinet-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 10px 0 18px;
}
.about-cabinet-title em { color: var(--accent); font-style: italic; font-weight: 400; }
.about-intro-text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 8px 0 28px;
}
.about-intro-text strong { color: var(--ink); font-weight: 600; }

/* ---------- Tenets (about-content "Vocation" + "Protocole médical") ---------- */
.tenets {
  display: grid;
  gap: 16px;
  margin: 28px 0;
  grid-template-columns: 1fr 1fr;       /* side by side */
  align-items: stretch;
}
@media (max-width: 720px) {
  .tenets { grid-template-columns: 1fr; }
}
.tenet {
  position: relative;
  background: var(--cream);
  padding: 22px 24px 24px 28px;
  border-left: 3px solid var(--accent);
  transition: background 0.3s ease;
}
.tenet:hover { background: var(--bg-3); }
.tenet-head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 10px;
}
.tenet-num {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.tenet-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  padding-left: 18px;
}
.tenet-eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 12px; height: 1px;
  background: var(--accent);
}
.tenet-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 12px;
}
.tenet-body {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: none;
  margin: 0;
}
.tenet-body strong { color: var(--ink); font-weight: 600; }

/* Variant 02: bordeaux dark band on the side */
.tenet--accent {
  background: linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
  border-left-color: var(--accent);
}
.tenet--accent .tenet-num,
.tenet--accent .tenet-eyebrow::before { color: var(--accent); }

/* Checklist for protocole */
.tenet-list {
  list-style: none;
  display: grid; gap: 10px;
  padding: 0; margin: 0;
}
.tenet-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
}
.tenet-list li strong { color: var(--ink); font-weight: 600; }
.tenet-list .check {
  position: relative;
  width: 18px; height: 18px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: inline-block;
  margin-top: 2px;
  flex-shrink: 0;
}
.tenet-list .check::after {
  content: "";
  position: absolute;
  left: 5px; top: 2px;
  width: 5px; height: 9px;
  border-right: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(45deg);
}

/* Variant: text first (left), portrait second (right) — smaller image + citation */
.about-grid--text-first {
  grid-template-columns: 1.4fr 0.7fr;     /* image column noticeably narrower */
  gap: 56px;
  align-items: start;
}
.about-grid--text-first .about-content { order: 0; }
.about-grid--text-first .about-portrait-wrap {
  order: 1;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about-grid--text-first .about-portrait-wrap .about-portrait {
  aspect-ratio: 5/7;                       /* a bit taller */
  width: 100%;
}
@media (max-width: 900px) {
  .about-grid--text-first { grid-template-columns: 1fr; gap: 32px; }
  .about-grid--text-first .about-portrait-wrap {
    position: static;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* Citation below the portrait */
.portrait-citation {
  margin: 0;
  padding: 18px 20px 16px 22px;
  border-left: 2px solid var(--accent);
  background: var(--cream);
}
.portrait-citation blockquote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -0.005em;
}
.portrait-citation blockquote strong {
  color: var(--accent);
  font-weight: 500;
  font-style: italic;
}
.portrait-citation figcaption {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
/* Inline variant: sits below the credentials grid in the text column — handwritten */
.portrait-citation--inline {
  margin: 24px 0 28px;
  padding: 18px 24px 16px 26px;
  background: var(--cream);
}
.portrait-citation--inline blockquote {
  font-family: "Caveat", "Bradley Hand", cursive;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--ink);
  max-width: 56ch;
}
.portrait-citation--inline blockquote strong {
  color: var(--accent);
  font-weight: 600;
  font-style: normal;
}
.portrait-citation--inline figcaption {
  font-family: "Caveat", "Bradley Hand", cursive;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--accent);
}

.about-portrait {
  aspect-ratio: 4/5;
  background: var(--bg-3);
  position: relative;
  overflow: hidden;
}
.about-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.8) contrast(0.97);
}
.about-portrait .stamp {
  position: absolute;
  bottom: 20px; left: 20px;
  background: var(--cream);
  padding: 14px 18px;
}
.about-portrait .stamp .name {
  font-family: var(--serif); font-size: 18px; font-style: italic;
}
.about-portrait .stamp .role {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-top: 4px;
}
.about-content p { margin-bottom: 20px; max-width: 50ch; }
.about-content .creds {
  margin-top: 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
.about-content .creds li {
  list-style: none;
  padding: 16px 16px 16px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 12px;
  color: var(--ink-2);
}
.about-content .creds li::before {
  content: ""; width: 6px; height: 6px;
  background: var(--accent); display: inline-block;
}
@media (max-width: 540px) { .about-content .creds { grid-template-columns: 1fr; } }

/* ---------- Services ---------- */
.services-intro { font-size: 17px; line-height: 1.55; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
@media (max-width: 980px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  padding: 36px 32px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  cursor: pointer;
  position: relative;
  display: flex; flex-direction: column; gap: 20px;
  transition: background 0.3s;
  min-height: 460px;
}
.service-card:hover { background: var(--cream); }
.service-card .tag {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
}
.service-card h3 { font-size: 30px; line-height: 1.05; }
.service-card .desc { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0; flex: 1; }
.service-card .meta {
  display: flex; justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.1em;
}
.service-card .meta .price { font-size: 15px; color: var(--accent); }
.service-card .open-icon {
  position: absolute; top: 32px; right: 32px;
  width: 28px; height: 28px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s;
}
.service-card:hover .open-icon { background: var(--ink); border-color: var(--ink); }
.service-card .open-icon::before {
  content: "+"; color: var(--ink); font-size: 14px;
  transition: color 0.25s;
}
.service-card:hover .open-icon::before { color: var(--cream); }

.service-card .img {
  aspect-ratio: 16/10;
  background: var(--bg-3);
  margin-bottom: 4px;
  overflow: hidden;
}
.service-card .img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s ease;
  filter: saturate(0.85);
}
.service-card:hover .img img { transform: scale(1.04); }

/* Service modal */
.service-modal {
  position: fixed; inset: 0;
  background: rgba(28, 28, 28, 0.6);
  z-index: 100;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
  padding: 24px;
}
.service-modal.open { opacity: 1; pointer-events: auto; }
.service-modal .sm-card {
  background: var(--bg);
  max-width: 720px; width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.service-modal.open .sm-card { transform: translateY(0); }
.sm-close {
  position: absolute; top: 16px; right: 16px;
  background: transparent; border: 1px solid var(--line);
  width: 36px; height: 36px;
  font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans);
  color: var(--ink);
}
.sm-close:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.sm-head { padding: 48px 48px 32px; border-bottom: 1px solid var(--line); }
.sm-tag {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
}
.sm-title {
  font-family: var(--serif); font-size: 44px; font-weight: 300;
  letter-spacing: -0.02em; line-height: 1.05;
  margin-bottom: 20px;
}
.sm-desc { font-size: 15px; line-height: 1.6; max-width: 60ch; }
.sm-body { padding: 32px 48px 48px; }
.sm-meta {
  display: flex; gap: 48px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.sm-meta .item .l {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 6px;
}
.sm-meta .item .v {
  font-family: var(--serif); font-size: 26px; font-weight: 300;
}
.sm-pts-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.sm-actions {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: flex-start;
}
.sm-actions .sm-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.sm-points { list-style: none; }
.sm-points li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  display: flex; gap: 16px;
  color: var(--ink-2);
}
.sm-points li .num {
  font-family: var(--mono); font-size: 11px;
  color: var(--accent); min-width: 24px;
}
@media (max-width: 640px) {
  .sm-head, .sm-body { padding-left: 24px; padding-right: 24px; }
  .sm-title { font-size: 32px; }
  .sm-meta { gap: 24px; }
}

/* ---------- Process ---------- */
.process-list {
  border-top: 1px solid var(--line);
}
.process-step {
  display: grid;
  grid-template-columns: 80px 1fr 2fr 200px;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.process-step .num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 300;
  color: var(--accent);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.process-step .name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.process-step .body {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
}
.process-step .timing {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-align: right;
}
@media (max-width: 900px) {
  .process-step {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px 20px;
  }
  .process-step .num { grid-row: 1 / span 3; font-size: 40px; }
  .process-step .timing { grid-column: 2; text-align: left; }
}

/* ---------- Indications ---------- */
.indications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) { .indications-grid { grid-template-columns: 1fr; } }

.ind-col { padding: 36px 32px; }
.ind-col + .ind-col { border-left: 1px solid var(--line); }
@media (max-width: 720px) {
  .ind-col + .ind-col { border-left: 0; border-top: 1px solid var(--line); }
}
.ind-col .h {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
}
.ind-col .h .marker {
  width: 24px; height: 24px;
  border: 1px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; line-height: 1;
}
.ind-col.contra .h { color: var(--ink); }
.ind-col.contra .h .marker { border-color: var(--ink); color: var(--ink); }

.ind-col ul { list-style: none; }
.ind-col li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  color: var(--ink-2);
}
.ind-col li:first-child { border-top: 0; }
.ind-col li .num {
  font-family: var(--mono); font-size: 10px;
  color: var(--muted-2);
  letter-spacing: 0.1em;
}

.indications-note {
  margin-top: 28px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  max-width: 70ch;
}

/* ---------- Hygiene ---------- */
.hygiene { background: var(--accent); color: #ffffff; border-top: 0; }
.hygiene .eyebrow { color: var(--sand); }
.hygiene h2 { color: #ffffff; }
.hygiene h2 em { color: var(--sand); font-style: italic; }
.hygiene p { color: rgba(255, 255, 255, 0.82); }
.hygiene .section-head .meta .desc { max-width: 50ch; font-size: 16px; line-height: 1.6; }

.hygiene-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 900px) { .hygiene-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .hygiene-grid { grid-template-columns: 1fr; } }

.hygiene-cell {
  padding: 32px 28px 36px;
  border-right: 1px solid rgba(255,255,255,0.12);
  display: flex; flex-direction: column; gap: 16px;
  min-height: 220px;
}
.hygiene-cell:last-child { border-right: 0; }
.hygiene-cell .num {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; color: var(--sand);
}
.hygiene-cell .t {
  font-family: var(--serif);
  font-size: 24px; font-weight: 400;
  color: var(--cream);
}
.hygiene-cell .b {
  font-size: 13px; line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}
.hygiene-cell .t { color: #ffffff; }
.hygiene-cell .num { color: var(--sand); }

/* ---------- Testimonials ---------- */
.testim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 980px) { .testim-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .testim-grid { grid-template-columns: 1fr; } }
.testim {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 20px;
}
.testim:last-child { border-right: 0; }
@media (max-width: 980px) {
  .testim:nth-child(2) { border-right: 0; }
  .testim:nth-child(1), .testim:nth-child(2) { border-bottom: 1px solid var(--line); }
}
.testim .stars { display: flex; gap: 3px; color: var(--accent); font-size: 14px; }
.testim .quote {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--ink);
  flex: 1;
}
.testim .by {
  display: flex; flex-direction: column; gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.testim .by .name { font-size: 13px; font-weight: 500; }
.testim .by .src {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}

.review-summary {
  display: flex; align-items: baseline; gap: 24px;
  margin-top: 24px;
  font-family: var(--mono); font-size: 11px;
  color: var(--muted); letter-spacing: 0.12em;
  text-transform: uppercase;
}
.review-summary .big {
  font-family: var(--serif); font-size: 32px;
  color: var(--ink); font-weight: 400;
  letter-spacing: -0.01em;
}
.review-summary .stars-big {
  color: var(--accent);
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: none;
}

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: transparent; border: 0;
  text-align: left;
  padding: 28px 28px;
  font-family: var(--serif); font-size: 22px; font-weight: 400;
  letter-spacing: -0.005em;
  cursor: pointer;
  display: flex; align-items: center; gap: 32px;
  color: var(--ink);
  transition: background 0.25s ease;
}
.faq-q:hover { background: var(--cream); }
.faq-q .num {
  font-family: var(--mono); font-size: 11px;
  color: var(--accent); letter-spacing: 0.15em;
  flex-shrink: 0;
}
.faq-q .text { flex: 1; }
.faq-q .icon {
  width: 24px; height: 24px;
  position: relative; flex-shrink: 0;
}
.faq-q .icon::before, .faq-q .icon::after {
  content: ""; position: absolute;
  background: var(--ink);
  transition: transform 0.3s;
}
.faq-q .icon::before {
  top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%);
}
.faq-q .icon::after {
  top: 0; bottom: 0; left: 50%; width: 1px; transform: translateX(-50%);
}
.faq-item.open .faq-q .icon::after { transform: translateX(-50%) rotate(90deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px 0 84px;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 28px 28px 84px;
}
.faq-a p { font-size: 14px; line-height: 1.6; max-width: 60ch; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info {
  padding: 40px 32px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 32px;
}
@media (max-width: 900px) {
  .contact-info { border-right: 0; border-bottom: 1px solid var(--line); }
}
.contact-info p { font-size: 16px; line-height: 1.55; max-width: 50ch; }
.contact-meta {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}
.contact-meta .item .l {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 6px;
}
.contact-meta .item .v { font-size: 14px; line-height: 1.5; color: var(--ink); }

.contact-map {
  padding: 0;
  position: relative;
  min-height: 400px;
  background:
    repeating-linear-gradient(0deg, var(--line) 0, var(--line) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(90deg, var(--line) 0, var(--line) 1px, transparent 1px, transparent 60px),
    var(--bg-2);
  overflow: hidden;
}
.map-route {
  position: absolute; inset: 0;
  background: linear-gradient(125deg, transparent 30%, rgba(139, 115, 85, 0.18) 50%, transparent 70%);
}
.map-pin {
  position: absolute; top: 48%; left: 52%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.map-pin::before {
  content: ""; width: 12px; height: 12px;
  background: var(--accent); border-radius: 50%;
}
.map-pin::after {
  content: ""; position: absolute; inset: -10px;
  border: 1px solid var(--line-2); border-radius: 50%;
  animation: ping 2.4s infinite;
}
@keyframes ping {
  0% { transform: scale(0.85); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}
.map-card {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--cream);
  padding: 16px 20px;
  border: 1px solid var(--line);
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.05em;
  display: flex; flex-direction: column; gap: 4px;
}
.map-card .t {
  font-family: var(--serif); font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--ink); font-style: italic;
}

/* ===== Live Google Maps embed (contact page) ===== */
.contact-map--live {
  background: var(--bg-2);
  min-height: 460px;
  position: relative;
}
.contact-map--live iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  filter: saturate(0.95) contrast(0.98);
}
.contact-map--live .map-pulse {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 22px; height: 22px;
  pointer-events: none;
  z-index: 2;
}
.contact-map--live .map-pulse-dot {
  position: absolute;
  inset: 0;
  background: var(--accent);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--accent), 0 6px 14px rgba(7,7,7,0.25);
}
.contact-map--live .map-pulse-ring {
  position: absolute;
  inset: -8px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  animation: mapPing 2s ease-out infinite;
  opacity: 0;
}
@keyframes mapPing {
  0% { transform: scale(0.6); opacity: 0.9; }
  80% { opacity: 0; }
  100% { transform: scale(2.4); opacity: 0; }
}
.map-card--link {
  bottom: 20px; left: 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-color: var(--line);
  z-index: 3;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.map-card--link:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(7,7,7,0.14); }
.map-card--link .d {
  font-size: 11px; letter-spacing: 0.08em;
  color: var(--ink-2);
}
.map-card--link .o {
  margin-top: 6px;
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
}

/* ---------- Instagram strip ---------- */
.insta {
  padding: 80px 0 100px;
}
.insta-head {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 32px;
  gap: 24px; flex-wrap: wrap;
}
.insta-head .t {
  font-family: var(--serif); font-size: 32px;
  font-weight: 300; letter-spacing: -0.01em;
}
.insta-head .handle {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.16em; color: var(--accent);
  text-transform: uppercase;
}
.insta-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}
@media (max-width: 900px) { .insta-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px) { .insta-strip { grid-template-columns: repeat(2, 1fr); } }
.insta-tile {
  aspect-ratio: 1/1;
  background: var(--bg-3);
  overflow: hidden;
  position: relative;
}
.insta-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s, filter 0.3s;
  filter: saturate(0.8);
}
.insta-tile:hover img { transform: scale(1.06); filter: saturate(1); }
.insta-tile::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(28,28,28,0);
  transition: background 0.3s;
}
.insta-tile:hover::after { background: rgba(28,28,28,0.15); }

/* ---------- About — extras (lead-quote + CTA) ---------- */
.about-content .lead-quote {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding: 4px 0 4px 20px;
  margin-bottom: 28px;
  max-width: 56ch;
}
.about-content .lead-quote strong { color: var(--accent); font-weight: 500; font-style: normal; }
.about-cta {
  margin-top: 32px;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}

/* ---------- Progress rail visibility (hide over hero / over footer) ---------- */
.progress-rail {
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0s;
}
.progress-rail.is-hidden {
  opacity: 0;
  transform: translateY(-50%) translateX(20px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}

/* ---------- Footer (creative redesign) ---------- */
.footer {
  /* Noticeably lighter footer — warm taupe / dusty rose gradient */
  background:
    linear-gradient(180deg, #6a5358 0%, #574247 55%, #483539 100%);
  color: rgba(255, 255, 255, 0.86);
  padding: 0 0 24px;
  position: relative;
  overflow: hidden;
}

/* Footer logo (matches header) */
.footer-logo {
  display: inline-flex; align-items: center; gap: 14px;
  text-decoration: none;
  color: #ffffff;
}
.footer-logo .brand-logo {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  color: var(--sand);
  flex-shrink: 0;
}
.footer-logo .brand-text { display: flex; flex-direction: column; line-height: 1; }
.footer-logo .brand-name {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.footer-logo:hover .brand-logo { color: #ffffff; }
.footer::before {
  /* radial accent glow top-right — lighter base needs brighter accent */
  content: "";
  position: absolute;
  top: -240px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(closest-side, rgba(145, 20, 57, 0.42), rgba(145, 20, 57, 0));
  pointer-events: none;
  z-index: 0;
}
.footer::after {
  /* faint paper-grain via repeating gradient */
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 80px);
  pointer-events: none;
  z-index: 0;
}
.footer > * { position: relative; z-index: 1; }
.footer a:hover { color: var(--sand); }

/* Statement band */
.footer-statement {
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding: 96px 0 80px;
}
.footer-statement-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;       /* statement | form */
  gap: 64px;
  align-items: start;
}
.fs-meta { display: flex; flex-direction: column; gap: 18px; }
.footer-statement .fs-meta .eyebrow { color: var(--sand); }
.footer-statement .fs-meta .eyebrow .num { color: rgba(255,255,255,0.4); }
.fs-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 22ch;
}
.fs-title em { color: #e08494; font-style: italic; font-weight: 400; }  /* lighter rose-red */
.fs-title .muted { color: rgba(255,255,255,0.5); display: block; margin-top: 12px; font-size: 0.7em; }
.fs-actions {
  display: flex; align-items: center; gap: 24px;
  margin-top: 36px; flex-wrap: wrap;
}
.fs-actions .btn { background: #fff; color: var(--ink); border-color: #fff; }
.fs-actions .btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.fs-actions .link { color: var(--sand); border-bottom-color: rgba(238, 204, 199, 0.4); }
.fs-actions .link:hover { color: #fff; border-bottom-color: #fff; }
@media (max-width: 900px) {
  .footer-statement { padding: 64px 0 56px; }
  .footer-statement-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* Footer contact form */
.fs-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 28px 24px;
  border-radius: 8px;
  display: flex; flex-direction: column; gap: 14px;
  backdrop-filter: blur(4px);
}
.fs-form-head { margin-bottom: 4px; }
.fs-form-eyebrow {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--sand);
  display: block; margin-bottom: 8px;
}
.fs-form-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.fs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 540px) { .fs-row { grid-template-columns: 1fr; } }
.fs-field { display: flex; flex-direction: column; gap: 4px; }
.fs-field-label {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.fs-field input,
.fs-field select,
.fs-field textarea {
  font-family: var(--sans);
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  padding: 10px 12px;
  outline: none;
  resize: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.fs-field input::placeholder,
.fs-field textarea::placeholder { color: rgba(255, 255, 255, 0.35); }
.fs-field input:focus,
.fs-field select:focus,
.fs-field textarea:focus {
  border-color: var(--sand);
  background: rgba(255, 255, 255, 0.10);
}
.fs-field select option { background: #2a2228; color: #fff; }
.fs-submit {
  margin-top: 6px;
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: #fff; color: var(--ink);
  border: 0; padding: 12px 22px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, gap 0.25s ease;
}
.fs-submit:hover { background: var(--accent); color: #fff; gap: 14px; }
.fs-submit-arrow { transition: transform 0.3s cubic-bezier(.7,0,.3,1); }
.fs-submit:hover .fs-submit-arrow { transform: translateX(4px); }
.fs-form-thanks {
  display: none;
  margin-top: 6px;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sand);
}
.fs-form-thanks.is-shown { display: block; }

/* Address row with left label */
.footer-address-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-address-row .addr-label {
  font-family: var(--mono); font-size: 14px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 1px;
}
.footer-address-row .footer-address { margin-bottom: 0; }

/* Columns */
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1.1fr;
  gap: 56px;
  padding: 72px 0 56px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .brand {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #fff;
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}
.footer-brand .brand em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.footer-brand .brand-mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sand);
  align-self: flex-start;
  margin-top: 6px;
  font-style: normal;
}
.footer-brand .tagline {
  font-size: 14px; line-height: 1.6;
  max-width: 40ch; margin-top: 18px;
  color: rgba(250, 246, 238, 0.55);
  font-family: var(--serif);
}
.footer-socials {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: 28px;
}
.social-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.02);
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  border-radius: 999px;
  transition: all 0.25s ease;
}
.social-pill:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}
.social-pill svg { flex-shrink: 0; }

.footer-col h4 {
  font-family: var(--mono); font-size: 14px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 22px;
  font-weight: 500;
  position: relative; padding-left: 24px;
}
.footer-col h4::before {
  content: ""; position: absolute;
  left: 0; top: 50%; transform: translateY(-50%);
  width: 14px; height: 1px;
  background: #e08494;            /* lighter rose dash */
}
.footer-links {
  list-style: none;
  display: flex; flex-direction: column; gap: 4px;
}
.footer-links a {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 6px 0;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  color: rgba(250, 246, 238, 0.78);
  letter-spacing: -0.01em;
  transition: all 0.25s ease;
}
.footer-links a .dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(238, 204, 199, 0.3);
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-links a:hover .dot {
  background: var(--accent);
  transform: scale(1.6);
}

.footer-address {
  font-style: normal;
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--serif);
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 28px;
  letter-spacing: -0.005em;
}
.footer-address .addr-line:not(:first-child) { color: rgba(250, 246, 238, 0.58); font-size: 14px; }
.footer-address .addr-name {
  color: #e08494;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.footer-meta {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.footer-meta-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  color: inherit;
  transition: padding 0.25s ease;
}
a.footer-meta-item:hover { padding-left: 8px; }
a.footer-meta-item:hover .v { color: var(--sand); }
.footer-meta-item .l {
  font-family: var(--mono); font-size: 14px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.footer-meta-item .v {
  font-family: var(--serif);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);     /* gray for phone / email / hours */
  letter-spacing: -0.005em;
  line-height: 1.4;
  transition: color 0.25s ease;
}

/* Bottom signature */
.footer-bottom {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.fb-left, .fb-right {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.fb-sig {
  font-family: var(--serif); font-size: 14px;
  color: #fff; font-style: normal;
  letter-spacing: -0.005em;
}
.fb-mono { font-size: 10px !important; letter-spacing: 0.18em; }
.fb-sig em { color: #e08494; font-style: italic; }  /* lighter rose-red, matches fs-title */
.fb-mono {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(250, 246, 238, 0.45);
}
.live-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #9adba0;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 4px rgba(154, 219, 160, 0.15);
}
@media (max-width: 720px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* =====================================================================
   GLOBAL RESPONSIVE LAYER — tablet ≤980px, mobile ≤720px / ≤540px
   ===================================================================== */

/* ---------- Tablet (≤ 1024px / ≤ 980px) ---------- */
@media (max-width: 1024px) {
  /* Hero — hide the primary "Prendre rendez-vous" CTA, keep only the ghost "Lire le protocole" */
  .hero-ctas .btn:not(.ghost) { display: none; }
  .hero-ctas {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .hero-ctas .btn.ghost {
    width: auto;
    padding: 12px 20px;
    font-size: 12px;
  }

  /* Container */
  .container { padding: 0 28px; }
  /* Section spacing */
  section { padding: 80px 0; }
  /* Section heads collapse */
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  h1.display { font-size: clamp(36px, 6vw, 64px); }
  h2.section-title { font-size: clamp(28px, 4.4vw, 44px); }

  /* Hero */
  .hero .container { padding-top: 140px; padding-bottom: 56px; }
  .hero h1.display { font-size: clamp(36px, min(6.4vw, 8vh), 72px); }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-side { align-items: flex-start; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-facts .fact { padding: 18px 14px; }
  .hero-facts .fact .v { font-size: 36px; }

  /* Creative Hijama section */
  .about-creative {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 16px;
  }
  .about-creative-img {
    max-height: 360px;
    transform: rotate(-1deg);
    margin: 0 auto;
    max-width: 480px;
  }
  .about-creative-stat {
    bottom: -20px; right: -16px;
    padding: 14px 18px;
  }
  .quote-glyph { font-size: 120px; top: -16px; left: -4px; }
  .hijama-quote { font-size: 24px; max-width: 26ch; }
  .hijama-strip { grid-template-columns: 1fr 1fr 1fr; }

  /* Benefits — disable scroll pin (handled in main rule but reinforce) */
  .benefits-pin { height: auto; }
  .benefits-stage { position: relative; height: auto; padding: 64px 0; }
  .benefits-split { grid-template-columns: 1fr; gap: 28px; }
  .benefits-fixed { position: static; }
  .benefits-fixed .section-title { max-width: none; }
  .benefits-track-outer {
    overflow-x: auto; overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 -28px;
    padding: 0 28px;
  }
  .benefits-track {
    transform: none !important;
    grid-auto-columns: minmax(240px, 280px);
  }
  .benefits-progress, .benefits-scroll-cue { display: none; }

  /* Services grid */
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { padding: 28px 22px; min-height: 380px; }
  .service-card h3 { font-size: 24px; }

  /* Process timeline */
  .process-step {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px 18px;
  }
  .process-step .num { grid-row: 1 / span 3; font-size: 40px; }
  .process-step .timing { grid-column: 2; text-align: left; font-size: 10px; }

  /* Indications */
  .indications-grid { grid-template-columns: 1fr; }
  .ind-col + .ind-col { border-left: 0; border-top: 1px solid var(--line); }

  /* Hygiene cells */
  .hygiene-grid { grid-template-columns: 1fr 1fr; }

  /* Testimonials */
  .testim-grid { grid-template-columns: 1fr 1fr; }
  .testim:nth-child(2) { border-right: 0; }
  .testim:nth-child(1), .testim:nth-child(2) { border-bottom: 1px solid var(--line); }

  /* FAQ */
  .faq-q { font-size: 18px; padding: 22px 18px; gap: 16px; }
  .faq-a { padding: 0 18px 0 56px; }
  .faq-item.open .faq-a { padding: 0 18px 22px 56px; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-meta { grid-template-columns: 1fr 1fr; }

  /* About docteur */
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-grid--text-first { grid-template-columns: 1fr; gap: 32px; }
  .about-grid--text-first .about-portrait-wrap {
    position: static;
    margin: 0 auto;
    max-width: 320px;
  }

  /* Tenets */
  .tenets { grid-template-columns: 1fr 1fr; }

  /* Footer statement: stack the form below the headline */
  .footer-statement { padding: 64px 0 56px; }
  .footer-statement-grid { grid-template-columns: 1fr; gap: 36px; }
  .fs-title { font-size: clamp(32px, 5vw, 48px); }
  .fs-form { padding: 22px 22px 20px; }

  /* Footer columns */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Specialties (services.html) */
  .specialty, .specialty--reverse {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
  .specialty .specialty-img,
  .specialty--reverse .specialty-img {
    grid-column: 1 / -1;
    order: 0 !important;
  }
  .specialty-num { font-size: 48px; }
  .specialty-body h3 { font-size: 28px; }
  .protocol-band { padding: 36px 28px; }
  .protocol-band .protocol-list { grid-template-columns: 1fr; }

  /* Blog */
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }

  /* Page head */
  .page-head { padding: 60px 0 40px; }
  .page-head-grid { grid-template-columns: 1fr; gap: 24px; }

  /* Page CTA grid */
  .page-cta-grid { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
}

/* ---------- Mobile (≤ 720px) ---------- */
@media (max-width: 720px) {
  .container { padding: 0 18px; }
  section { padding: 56px 0; }

  /* Hero */
  .hero .container { padding-top: 110px; padding-bottom: 40px; }
  .hero-copy { padding: 0; }
  .hero h1.display {
    font-size: clamp(32px, 9vw, 56px);
    line-height: 1.05;
  }
  .hero-lead { font-size: 14px; line-height: 1.55; max-width: 100%; }
  .hero-ctas { flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: 10px; }
  .hero-ctas .btn.ghost { justify-content: flex-start; width: auto; padding: 12px 18px; font-size: 11px; }
  .hero-side { width: 100%; }
  .hero-badge { width: fit-content; }
  .hero-facts {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
  .hero-facts .fact {
    border-right: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .hero-facts .fact:nth-child(2) { border-right: 0; }
  .hero-facts .fact:nth-child(2n) { border-right: 0; }
  .hero-facts .fact:nth-last-child(-n+2) { border-bottom: 0; }
  .hero-facts .fact .v { font-size: 30px; }
  .hero-facts .fact .l { font-size: 9px; letter-spacing: 0.16em; }

  /* Creative section */
  .about-creative-img { max-height: 300px; max-width: 100%; }
  .about-creative-stat { padding: 12px 16px; }
  .about-creative-stat .stat-num { font-size: 28px; }
  .quote-glyph { font-size: 90px; }
  .hijama-quote { font-size: 20px; }
  .hijama-strip { grid-template-columns: 1fr; }
  .hijama-strip-cell { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 14px; }
  .hijama-strip-cell:last-child { border-bottom: 0; }

  /* Services & benefits — single column */
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 380px; }

  /* Process */
  .process-step .num { font-size: 32px; }
  .process-step .name { font-size: 20px; }

  /* Hygiene */
  .hygiene-grid { grid-template-columns: 1fr; }
  .hygiene-cell { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }

  /* Testimonials */
  .testim-grid { grid-template-columns: 1fr; }
  .testim { border-right: 0; border-bottom: 1px solid var(--line); }

  /* Tenets */
  .tenets { grid-template-columns: 1fr; }

  /* Footer */
  .footer-statement { padding: 48px 0 40px; }
  .fs-title { font-size: clamp(28px, 6.4vw, 40px); }
  .fs-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .fs-actions .btn { justify-content: center; }
  .fs-form { padding: 20px; }
  .fs-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding: 56px 0 40px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-socials { gap: 6px; }
  .social-pill { padding: 6px 10px; font-size: 9px; }

  /* Footer address row label collapses on top */
  .footer-address-row { grid-template-columns: 1fr; gap: 8px; }
  .footer-meta-item { grid-template-columns: 80px 1fr; gap: 12px; padding: 12px 0; }

  /* Contact map */
  .contact-map { min-height: 320px; }
  .contact-map--live { min-height: 360px; }
  .contact-info { padding: 32px 20px; }
  .contact-meta { grid-template-columns: 1fr; gap: 18px; }
  .contact-meta .item .v { font-size: 14px; }
  .map-card--link { left: 12px; right: 12px; bottom: 12px; padding: 12px 14px; }
  .map-card--link .t { font-size: 14px; }

  /* Specialties (services.html) */
  .specialty, .specialty--reverse { grid-template-columns: 1fr; gap: 14px; }
  .specialty-num { font-size: 40px; }
  .specialty-body h3 { font-size: 24px; }
  .specialty-meta { flex-direction: column; gap: 8px; }
  .protocol-band { padding: 28px 20px; }
  .protocol-band .protocol-title { font-size: clamp(24px, 6vw, 36px); }

  /* Blog */
  .blog-grid { grid-template-columns: 1fr; gap: 28px; }
  .blog-title { font-size: 20px; }

  /* Insta strip */
  .insta-strip { grid-template-columns: repeat(2, 1fr); }

  /* Page head */
  .page-head { padding: 40px 0 24px; }
  .page-head .display { font-size: clamp(36px, 9vw, 56px) !important; }

  /* Drawer text smaller on small mobile */
  .drawer .drawer-links a { font-size: 22px; padding: 14px 0; }
  .drawer .drawer-links .drawer-sub a { font-size: 12.5px; padding: 7px 0 7px 12px; }
  .drawer { padding: 84px 22px 32px; }

  /* About hero (creative) — make image visible above text */
  .about-creative { padding-top: 8px; }
}

/* ---------- Small mobile (≤ 420px) ---------- */
@media (max-width: 420px) {
  .container { padding: 0 14px; }
  .nav-cta { font-size: 10px; gap: 6px; padding: 8px 4px; }
  /* Keep the 2x2 facts grid even on small phones (matches design ref) */
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts .fact { padding: 14px 12px; }
  .hero-facts .fact:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.15); }
  .hero-facts .fact:nth-child(even) { border-right: 0; }
  .hero-facts .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.15); }
  .hero-facts .fact:nth-last-child(-n+2) { border-bottom: 0; }
  .hero-facts .fact .v { font-size: 26px; }
  .hero-facts .fact .l { font-size: 8.5px; letter-spacing: 0.14em; }
  .footer-meta-item { grid-template-columns: 1fr; gap: 4px; padding: 10px 0; }
  .footer-meta-item .l { margin-bottom: 4px; }
  .drawer { padding: 80px 18px 28px; }
  .drawer .drawer-links a { font-size: 20px; padding: 12px 0; }
  .drawer .drawer-links .drawer-sub { padding-left: 12px; }
  .drawer .drawer-links .drawer-sub a { font-size: 12px; padding: 6px 0 6px 10px; }
  .drawer-cta { font-size: 11px; padding: 12px 18px; }
}

/* ---------- Drawer enhancements ---------- */
@media (max-width: 980px) {
  /* Hide the hero meta-card on tablet/mobile (it overlaps content) */
  .hero-meta-card { display: none; }
  /* Hide the right progress-rail (already done at 1100px but reinforce) */
  .progress-rail { display: none !important; }
  /* Header CTA stays visible but compact */
  .nav-cta { font-size: 10px; padding: 8px 4px; gap: 6px; }
  .nav-cta-arrow { display: inline-block; }
  /* On very small screens, hide the CTA text but keep the arrow as the icon target */
  @media (max-width: 540px) {
    .nav-cta span:not(.nav-cta-arrow) { display: none; }
    .nav-cta::after { display: none; }
    .nav-cta::before {
      content: "RDV";
      font-family: var(--mono);
      font-size: 10px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .nav-cta { padding: 8px 6px; gap: 6px; }
  }
}

/* ---------- Drawer fix: ensure menu items are scrollable + close button visible ---------- */
.drawer { padding-top: 96px; }
.drawer .drawer-links a { transition: color 0.25s ease, padding-left 0.25s ease; }
.drawer .drawer-links a:hover { background: transparent; padding-left: 12px; }

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

/* ============== Conditions traitées — compact creative band ============== */
.conditions-band {
  padding: 12px 0 48px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}
.conditions-band > .section-head { margin-bottom: 28px; }

/* Mosaic: small image left, condition chips on a tight 2-row grid right */
.conditions-mosaic {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 22px;
}
.conditions-mosaic-img {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--bg-3);
  min-height: 260px;
}
.conditions-mosaic-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(.7,0,.3,1);
}
.conditions-mosaic-img:hover img { transform: scale(1.04); }
.conditions-mosaic-img figcaption {
  position: absolute;
  bottom: 12px; left: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(7,7,7,0.55);
  padding: 6px 10px;
  backdrop-filter: blur(6px);
}

.conditions-chips {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.conditions-chips li {
  background: var(--cream);
  padding: 18px 16px 18px;
  display: flex; flex-direction: column;
  gap: 8px;
  transition: background 0.25s ease, transform 0.25s ease;
  cursor: default;
  position: relative;
}
.conditions-chips li::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(.7,0,.3,1);
}
.conditions-chips li:hover {
  background: #fff;
  transform: translateY(-2px);
}
.conditions-chips li:hover::after { transform: scaleX(1); }
.conditions-chips .cn {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 600;
}
.conditions-chips .ct {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  letter-spacing: -0.005em;
}

/* Slim integrative-care strip across the bottom */
.conditions-strip {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
  padding: 18px 24px;
  background: var(--bg-3);
  border-left: 3px solid var(--accent);
}
.conditions-strip .cs-text { display: flex; flex-direction: column; gap: 4px; max-width: 64ch; }
.conditions-strip .cs-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.conditions-strip p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.conditions-strip p strong { color: var(--ink); font-weight: 600; }
.conditions-strip .link {
  flex-shrink: 0;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-flex; gap: 8px; align-items: center;
}

@media (max-width: 1024px) {
  .conditions-mosaic { grid-template-columns: 1fr; gap: 18px; }
  .conditions-mosaic-img { min-height: 200px; aspect-ratio: 16 / 9; }
  .conditions-chips { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .conditions-strip { flex-direction: column; align-items: flex-start; padding: 18px 20px; }
}
@media (max-width: 540px) {
  .conditions-chips { grid-template-columns: 1fr 1fr; }
  .conditions-chips li { padding: 14px 14px; }
  .conditions-chips .ct { font-size: 12.5px; }
}

/* ============== Nav dropdown (Thérapie) ============== */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.nav-dropdown-caret {
  font-size: 10px;
  transition: transform 0.25s ease;
  display: inline-block;
  margin-left: 2px;
  opacity: 0.7;
}
.nav-dropdown:hover .nav-dropdown-caret,
.nav-dropdown.is-open .nav-dropdown-caret {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 280px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 56px rgba(7,7,7,0.18);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  z-index: 1100;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
/* High specificity beats .nav.transparent .nav-links a (white) + suppresses underline ::after */
.nav .nav-links .nav-dropdown-menu a,
.nav.transparent .nav-links .nav-dropdown-menu a,
.nav.scrolled .nav-links .nav-dropdown-menu a {
  display: block;
  padding: 12px 16px;
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--ink);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.nav .nav-links .nav-dropdown-menu a::after,
.nav.transparent .nav-links .nav-dropdown-menu a::after,
.nav.scrolled .nav-links .nav-dropdown-menu a::after { display: none; }
.nav .nav-links .nav-dropdown-menu a:hover,
.nav.transparent .nav-links .nav-dropdown-menu a:hover,
.nav.scrolled .nav-links .nav-dropdown-menu a:hover {
  background: var(--bg-3);
  border-left-color: var(--accent);
  color: var(--accent);
  padding-left: 20px;
}
.nav .nav-links .nav-dropdown-menu a.active,
.nav.transparent .nav-links .nav-dropdown-menu a.active,
.nav.scrolled .nav-links .nav-dropdown-menu a.active {
  border-left-color: var(--accent);
  color: var(--accent);
  font-weight: 600;
}

/* ============== Drawer sub-menu (mobile) ============== */
/* Higher specificity to beat .drawer .drawer-links a (36px serif, flex space-between) */
.drawer .drawer-links .drawer-sub {
  display: flex;
  flex-direction: column;
  padding: 4px 0 10px 18px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0;
}
.drawer .drawer-links .drawer-sub a {
  display: block;
  padding: 8px 0 8px 12px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  letter-spacing: -0.005em;
  border: 0;
  border-left: 2px solid transparent;
  border-bottom: 0;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}
.drawer .drawer-links .drawer-sub a::before {
  content: "— ";
  opacity: 0.5;
  margin-right: 2px;
}
.drawer .drawer-links .drawer-sub a:hover,
.drawer .drawer-links .drawer-sub a.active {
  color: #fff;
  border-left-color: var(--sand);
  padding-left: 16px;
}

/* ============== Footer 4-col layout ============== */
.footer-grid { grid-template-columns: 1.2fr 0.7fr 0.9fr 1.0fr; }
@media (max-width: 1100px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px)  { .footer-grid { grid-template-columns: 1fr; } }

/* ============== Therapie pages — shared styles ============== */
.therapie-hero {
  padding: 32px 0 56px;
  border-bottom: 1px solid var(--line);
}
.therapie-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: stretch;
}
.therapie-hero-copy { display: flex; flex-direction: column; gap: 16px; }
.therapie-hero-copy .section-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.therapie-hero-copy .section-title em { color: var(--accent); font-style: italic; }
.therapie-lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0;
}
.therapie-hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.therapie-hero-stats > div {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-left: 2px solid var(--accent);
}
.therapie-hero-stats .num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
  color: var(--accent);
  line-height: 1.05;
}
.therapie-hero-stats .lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}
.therapie-hero-img {
  margin: 0;
  overflow: hidden;
  background: var(--bg-3);
  aspect-ratio: 3 / 4;
  min-height: 560px;
  align-self: stretch;
}
.therapie-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ----- Hero variant: image as a left background slab ----- */
.therapie-hero.therapie-hero--bg-left {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.therapie-hero.therapie-hero--bg-left .container {
  position: relative;
  z-index: 2;
}
.therapie-hero-bg {
  position: absolute;
  inset: 0 50% 0 0;             /* left half of the section */
  margin: 0;
  overflow: hidden;
  z-index: 0;
  background: var(--bg-3);
}
.therapie-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(0.96);
}
.therapie-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,7,7,0.18) 0%, rgba(7,7,7,0) 40%, rgba(251,244,243,0.65) 85%, var(--cream) 100%);
}
.therapie-hero.therapie-hero--bg-left .therapie-hero-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 540px;
  padding: 56px 0;
}
.therapie-hero.therapie-hero--bg-left .therapie-hero-copy {
  grid-column: 2;               /* push copy to the right column */
}
@media (max-width: 1024px) {
  .therapie-hero.therapie-hero--bg-left .therapie-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 360px 0 48px;       /* image becomes a top banner */
  }
  .therapie-hero.therapie-hero--bg-left .therapie-hero-copy { grid-column: 1; }
  .therapie-hero-bg { inset: 0 0 auto 0; height: 320px; }
  .therapie-hero-bg::after {
    background:
      linear-gradient(180deg, rgba(7,7,7,0.15) 0%, rgba(7,7,7,0) 40%, rgba(251,244,243,0.65) 85%, var(--cream) 100%);
  }
}
@media (max-width: 540px) {
  .therapie-hero.therapie-hero--bg-left .therapie-hero-grid { padding: 280px 0 36px; }
  .therapie-hero-bg { height: 240px; }
}

.therapie-section {
  padding: 64px 0 96px;
}
.therapie-block {
  max-width: 760px;
  margin: 0 0 32px;
}
.therapie-block + .therapie-block { margin-top: 56px; }
.therapie-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 8px 0 14px;
}
.therapie-title em { color: var(--accent); font-style: italic; }
.therapie-block p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 12px;
}
.therapie-block p strong { color: var(--ink); font-weight: 600; }
.therapie-block--alt { margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--line); }

.eyebrow--green { color: #1f7a4f; }
.eyebrow--red { color: #b54a3a; }

/* Anatomy diagrams (systèmes + vaisseaux) — didactic figures, brand-toned */
.points-diagrams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 28px 0 56px;
}
.points-diagram {
  position: relative;
  margin: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 22px 22px 22px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.points-diagram:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(145, 20, 57, 0.08);
}
.points-diagram-no {
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(145, 20, 57, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
}
/* The framed diagram: white background dropped into rose-bébé via blend, plus warm filter */
.points-diagram-frame {
  position: relative;
  background: var(--bg-3);
  border: 1px solid var(--line);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  overflow: hidden;
}
.points-diagram-frame::before,
.points-diagram-frame::after {
  content: "";
  position: absolute;
  width: 14px; height: 14px;
  border: 1px solid var(--accent);
  opacity: 0.5;
}
.points-diagram-frame::before { top: 6px; left: 6px; border-right: 0; border-bottom: 0; }
.points-diagram-frame::after  { bottom: 6px; right: 6px; border-left: 0; border-top: 0; }
.points-diagram-frame img {
  width: 100%;
  max-width: 360px;
  max-height: 280px;
  height: auto;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(0.7) sepia(0.10);
  transition: filter 0.4s ease;
}
.points-diagram:hover .points-diagram-frame img {
  filter: contrast(1.08) saturate(0.85) sepia(0.04);
}
.points-diagram figcaption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 4px 0;
}
.points-diagram-eyebrow {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}
.points-diagram-eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 12px; height: 1px;
  background: var(--accent);
}
.points-diagram-text {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.points-diagram-text em { color: var(--accent); font-style: italic; font-weight: 400; }

@media (max-width: 720px) {
  .points-diagrams { grid-template-columns: 1fr; gap: 18px; }
  .points-diagram-frame { min-height: 200px; padding: 14px; }
  .points-diagram-frame img { max-height: 240px; }
  .points-diagram-text { font-size: 15px; }
}

/* Points zones grid */
.points-zones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 32px 0 56px;
}
.zone-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 24px 22px 24px;
  display: flex; flex-direction: column;
  gap: 10px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.zone-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.zone-head {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 4px;
}
.zone-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.zone-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.zone-count {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}
.zone-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zone-list li {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  padding-left: 14px;
  position: relative;
}
.zone-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.6;
}
.zone-list strong { color: var(--ink); font-weight: 600; }

.therapie-callout {
  background: var(--bg-3);
  padding: 36px 32px;
  margin-top: 56px;
  display: flex; flex-direction: column;
  gap: 14px;
}
.callout-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.therapie-callout h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.therapie-callout h3 em { color: var(--accent); font-style: italic; }
.therapie-callout p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
}
.therapie-callout p strong { color: var(--ink); font-weight: 600; }
.therapie-callout .btn { align-self: flex-start; margin-top: 8px; }
.therapie-callout--alert { background: #fff3ee; border-left: 3px solid #b54a3a; }
.alert-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 12px;
  display: flex; flex-direction: column;
  gap: 8px;
}
.alert-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
}
.alert-list li::before {
  content: "!";
  position: absolute;
  left: 0; top: 1px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #b54a3a;
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* Indications card grid */
.indications-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 16px 0 0;
}
.indication-card {
  background: var(--cream);
  border-left: 3px solid var(--accent);
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.indication-card:hover { background: #fff; transform: translateY(-2px); }
.indication-card h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin: 0 0 4px;
}
.indication-card ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.indication-card li {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
  padding-left: 14px;
  position: relative;
}
.indication-card li::before {
  content: "›";
  position: absolute;
  left: 2px;
  color: var(--accent);
  font-weight: 600;
}

/* Contraindications grid */
.contraindications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 16px 0 0;
}
.ci-card {
  padding: 26px 24px 26px;
  display: flex; flex-direction: column;
  gap: 14px;
}
.ci-card--absolute {
  background: #fdebe6;
  border-left: 3px solid #b54a3a;
}
.ci-card--relative {
  background: #fef5e6;
  border-left: 3px solid #c38a1a;
}
.ci-head { display: flex; flex-direction: column; gap: 6px; }
.ci-tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(7,7,7,0.06);
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--ink);
}
.ci-card--absolute .ci-tag { background: #b54a3a; color: #fff; }
.ci-card--relative .ci-tag { background: #c38a1a; color: #fff; }
.ci-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.ci-card ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 8px;
}
.ci-card li {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink);
  padding-left: 16px;
  position: relative;
}
.ci-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 7px; height: 2px;
  background: currentColor;
  opacity: 0.5;
}
.ci-card strong { font-weight: 600; }

/* Conseils timeline */
.conseils-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 12px 0 0;
}
.ct-step {
  background: var(--cream);
  border-top: 3px solid var(--accent);
  padding: 24px 22px 26px;
  display: flex; flex-direction: column;
  gap: 12px;
}
.ct-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.ct-step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.ct-list {
  list-style: none;
  padding: 0; margin: 4px 0 0;
  display: flex; flex-direction: column;
  gap: 9px;
}
.ct-list li {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  padding-left: 18px;
  position: relative;
}
.ct-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  top: 2px;
}
.ct-list strong { color: var(--ink); font-weight: 600; }

/* Effets secondaires grid */
.effets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 16px 0 0;
}
.effet-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px 22px 22px;
  display: flex; flex-direction: column; gap: 8px;
}
.effet-card:hover { border-color: var(--accent); }
.effet-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--accent);
}
.effet-card h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 2px;
}
.effet-card p { font-size: 13.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }

/* Frequency list */
.freq-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 12px;
  display: flex; flex-direction: column; gap: 12px;
}
.freq-list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  padding: 14px 18px;
  background: var(--cream);
  border-left: 2px solid var(--accent);
}
.freq-list strong { color: var(--ink); font-weight: 600; }
.freq-note {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}

/* Etudes cards */
.etudes-list {
  display: flex; flex-direction: column;
  gap: 18px;
  margin: 24px 0 56px;
}
.etude-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 26px 28px 26px;
  display: flex; flex-direction: column;
  gap: 10px;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.etude-card:hover { border-color: var(--accent); background: #fff; }
.etude-meta {
  display: flex; gap: 14px; align-items: baseline;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.etude-year {
  background: var(--accent);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.16em;
}
.etude-journal { color: var(--muted); }
.etude-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.etude-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
}
.etude-card p strong { color: var(--ink); font-weight: 600; }
.etude-doi { font-family: var(--mono); font-size: 12px; color: var(--accent); }
.etude-tags {
  display: flex; gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.etude-tags span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--bg-3);
  padding: 5px 10px;
  border-radius: 999px;
}

.effets-cliniques-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 16px 0 56px;
}
.ec-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px 22px 22px;
  display: flex; flex-direction: column;
  gap: 8px;
}
.ec-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-3);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}
.ec-card h4 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  margin: 0;
}
.ec-card p { font-size: 13px; line-height: 1.55; color: var(--ink-2); margin: 0; }

.sources-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex; flex-direction: column;
  gap: 8px;
}
.sources-list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  padding-left: 18px;
  position: relative;
}
.sources-list li::before {
  content: "↗";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}
.sources-list strong { color: var(--ink); font-weight: 600; }

/* ============== Responsive — Therapie pages ============== */
@media (max-width: 1024px) {
  .therapie-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .therapie-hero-img { aspect-ratio: 16 / 11; max-height: 480px; }
  .points-zones { grid-template-columns: 1fr; }
  .indications-grid { grid-template-columns: 1fr 1fr; }
  .contraindications-grid { grid-template-columns: 1fr; }
  .conseils-timeline { grid-template-columns: 1fr; }
  .effets-grid { grid-template-columns: 1fr 1fr; }
  .effets-cliniques-grid { grid-template-columns: 1fr 1fr; }
  .nav-dropdown-menu { display: none; }
}
@media (max-width: 720px) {
  .therapie-hero-stats { gap: 22px; }
  .therapie-hero-stats > div { padding-left: 12px; }
  .therapie-hero-stats .num { font-size: 22px; }
  .indications-grid { grid-template-columns: 1fr; }
  .effets-grid { grid-template-columns: 1fr; }
  .effets-cliniques-grid { grid-template-columns: 1fr; }
  .therapie-callout { padding: 26px 22px; }
}

/* ============== Types & techniques de Hijama (services.html) ============== */
.types-hijama {
  margin: 80px 0 64px;
  padding: 56px 0 0;
  border-top: 1px solid var(--line);
}
.types-hijama > .section-head { margin-bottom: 40px; }

.types-block {
  margin: 0 0 56px;
}
.types-block-head {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 24px;
}
.types-num {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 300;
  font-style: italic;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
  border-top: 2px solid var(--accent);
  padding-top: 10px;
}
.types-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 6px;
}
.types-title em { color: var(--accent); font-style: italic; font-weight: 400; }
.types-lead {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 64ch;
  margin: 0;
}
.types-lead strong { color: var(--ink); font-weight: 600; }
.types-lead em { font-style: italic; color: var(--accent); }

/* Section banner — image as background with hover-zoom + overlay */
.types-banner {
  position: relative;
  margin: 6px 0 22px 78px;
  height: 280px;
  overflow: hidden;
  background: var(--ink);
  display: flex;
  align-items: flex-end;
  cursor: default;
  isolation: isolate;
}
.types-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(.7,0,.3,1), filter 0.8s ease;
  filter: contrast(0.95) saturate(0.85);
}
.types-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,7,7,0) 35%, rgba(7,7,7,0.78) 100%),
    linear-gradient(90deg, rgba(145,20,57,0.18) 0%, rgba(145,20,57,0) 60%);
  transition: background 0.5s ease;
  z-index: 1;
}
.types-banner:hover .types-banner-img {
  transform: scale(1.06);
  filter: contrast(1.02) saturate(1.0);
}
.types-banner:hover::after {
  background:
    linear-gradient(180deg, rgba(7,7,7,0) 25%, rgba(7,7,7,0.85) 100%),
    linear-gradient(90deg, rgba(145,20,57,0.30) 0%, rgba(145,20,57,0.05) 70%);
}
.types-banner-caption {
  position: relative;
  z-index: 2;
  padding: 22px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  width: 100%;
  font-style: normal;
}
.types-banner-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sand);
  position: relative;
  padding-left: 18px;
}
.types-banner-eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 12px; height: 1px;
  background: var(--sand);
}
.types-banner-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: #fff;
}
.types-banner-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  max-width: 56ch;
}

@media (max-width: 1024px) {
  .types-banner { margin-left: 0; height: 240px; }
}
@media (max-width: 720px) {
  .types-banner { height: 200px; }
  .types-banner-caption { padding: 18px 20px 22px; }
  .types-banner-title { font-size: 22px; }
  .types-banner-text { font-size: 13px; }
}

/* SEO explainer below the anatomy diagrams */
.points-explain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin: 0 0 48px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  padding-top: 36px;
}
.points-explain-col h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 14px;
  position: relative;
  padding-left: 16px;
}
.points-explain-col h3::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 4px; height: calc(100% - 14px);
  background: var(--accent);
}
.points-explain-col p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 12px;
}
.points-explain-col p:last-child { margin-bottom: 0; }
.points-explain-col p strong { color: var(--ink); font-weight: 600; }
.points-explain-col p em { color: var(--accent); font-style: italic; }

@media (max-width: 900px) {
  .points-explain { grid-template-columns: 1fr; gap: 28px; }
}

/* Dry cupping — 3 cards */
.types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-left: 78px;
}
.type-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  padding: 22px 22px 22px;
  display: flex; flex-direction: column;
  gap: 10px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.type-card:hover { background: #fff; transform: translateY(-3px); }
.type-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.type-card h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 2px;
}
.type-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
}
.type-desc strong { color: var(--ink); font-weight: 600; }
.type-bullets {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 6px;
}
.type-bullets li {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  padding-left: 14px;
  position: relative;
  line-height: 1.45;
}
.type-bullets li::before {
  content: "·";
  position: absolute;
  left: 4px; top: -2px;
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
}

/* Wet cupping — 4-step flow */
.types-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-left: 78px;
  background: var(--cream);
  border: 1px solid var(--line);
}
.flow-step {
  padding: 22px 22px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-right: 1px solid var(--line);
  position: relative;
}
.flow-step:last-child { border-right: 0; }
.flow-num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  background: var(--bg-3);
  padding: 6px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}
.flow-step strong {
  display: block;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.flow-step p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--muted);
}

.types-warn {
  margin: 18px 0 0 78px;
  padding: 18px 22px;
  background: #fff3ee;
  border-left: 3px solid #b54a3a;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.types-warn-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b54a3a;
  background: rgba(181, 74, 58, 0.10);
  padding: 5px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}
.types-warn p {
  margin: 0;
  flex: 1;
  min-width: 240px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink);
}
.types-warn p strong { color: #b54a3a; font-weight: 700; }

/* Combined cupping list */
.combined-grid {
  list-style: none;
  margin: 0 0 0 78px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.combined-grid li {
  background: #fff;
  padding: 18px 18px 18px;
  display: flex; flex-direction: column;
  gap: 6px;
  transition: background 0.25s ease;
}
.combined-grid li:hover { background: var(--cream); }
.cg-key {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.cg-val {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
}
.cg-val em { font-style: italic; color: var(--accent); }

/* Frequency table */
.freq-table {
  margin-left: 78px;
  border: 1px solid var(--line);
  background: #fff;
}
.freq-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease;
}
.freq-row:last-child { border-bottom: 0; }
.freq-row:hover { background: var(--cream); }
.freq-when {
  padding: 16px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--bg-3);
  border-right: 1px solid var(--line);
  font-weight: 600;
}
.freq-what {
  padding: 16px 22px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
}
.freq-what strong { color: var(--ink); font-weight: 600; }
.freq-foot {
  margin: 18px 0 0 78px;
  font-size: 13px;
  font-style: italic;
  color: var(--muted);
}

/* Responsive */
@media (max-width: 1024px) {
  .types-grid { grid-template-columns: 1fr 1fr; margin-left: 0; }
  .types-flow { grid-template-columns: 1fr 1fr; margin-left: 0; }
  .flow-step:nth-child(2) { border-right: 0; }
  .flow-step:nth-child(1), .flow-step:nth-child(2) { border-bottom: 1px solid var(--line); }
  .types-warn { margin-left: 0; }
  .combined-grid { grid-template-columns: 1fr 1fr; margin-left: 0; }
  .freq-table { margin-left: 0; }
  .freq-foot { margin-left: 0; }
  .types-block-head { grid-template-columns: 44px 1fr; gap: 18px; }
  .types-num { font-size: 36px; }
}
@media (max-width: 720px) {
  .types-grid { grid-template-columns: 1fr; }
  .types-flow { grid-template-columns: 1fr; }
  .flow-step { border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-step:last-child { border-bottom: 0; }
  .combined-grid { grid-template-columns: 1fr; }
  .freq-row { grid-template-columns: 120px 1fr; }
  .freq-when { padding: 14px 14px; font-size: 10px; }
  .freq-what { padding: 14px 16px; font-size: 13px; }
}

/* ============== Drawer right-align + accordion (mobile/tablet) ============== */

/* Right-align all main drawer items */
.drawer .drawer-links {
  align-items: stretch;
}
.drawer .drawer-links a,
.drawer .drawer-links summary {
  text-align: right;
  justify-content: flex-end !important;
  flex-direction: row;
  gap: 14px;
}
.drawer .drawer-links a .num,
.drawer .drawer-links summary .num {
  order: 2;
  flex: 0 0 auto;
}
.drawer .drawer-links a > span:not(.num),
.drawer .drawer-links summary > span:not(.num):not(.drawer-caret) {
  order: 1;
  flex: 0 0 auto;
}

/* Accordion summary styled like a regular drawer link */
.drawer .drawer-links .drawer-group {
  width: 100%;
}
.drawer .drawer-links .drawer-group summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 26px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  user-select: none;
}
.drawer .drawer-links .drawer-group summary::-webkit-details-marker { display: none; }
.drawer .drawer-links .drawer-group summary::marker { display: none; content: ""; }

.drawer .drawer-links .drawer-group .drawer-caret {
  order: 3;
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 300;
  color: var(--bg-3);            /* rose bébé */
  width: 22px;
  text-align: center;
  transition: transform 0.3s ease, color 0.3s ease;
  line-height: 1;
  align-self: center;
}
.drawer .drawer-links .drawer-group[open] .drawer-caret {
  transform: rotate(45deg);      /* + becomes × */
  color: #fff;
}

/* Sub-menu reveal animation */
.drawer .drawer-links .drawer-group .drawer-sub {
  text-align: right;
  padding: 6px 0 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  align-items: stretch;
}
.drawer .drawer-links .drawer-group .drawer-sub a {
  text-align: right;
  justify-content: flex-end !important;
  border-left: 0;
  border-right: 2px solid transparent;
  padding: 10px 14px 10px 0;
  font-family: var(--sans);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
}
.drawer .drawer-links .drawer-group .drawer-sub a::before {
  content: "";
  margin-right: 0;
}
.drawer .drawer-links .drawer-group .drawer-sub a::after {
  content: " —";
  opacity: 0.5;
  margin-left: 6px;
}
.drawer .drawer-links .drawer-group .drawer-sub a:hover,
.drawer .drawer-links .drawer-group .drawer-sub a.active {
  color: #fff;
  border-right-color: var(--sand);
  padding-right: 14px;
}

/* Mobile size tweaks (override earlier mobile rules to match accordion) */
@media (max-width: 720px) {
  .drawer .drawer-links .drawer-group summary { font-size: 22px; padding: 14px 0; }
  .drawer .drawer-links .drawer-group .drawer-caret { font-size: 16px; width: 18px; }
  .drawer .drawer-links .drawer-group .drawer-sub a { font-size: 12.5px; padding: 8px 12px 8px 0; }
}
@media (max-width: 420px) {
  .drawer .drawer-links .drawer-group summary { font-size: 20px; padding: 12px 0; }
  .drawer .drawer-links .drawer-group .drawer-sub a { font-size: 12px; padding: 7px 10px 7px 0; }
}
