/* ════════════════════════════════════════════════════════
   LISE DESCAMPS — Diététicienne-Nutritionniste
   Design system : frais & moderne · vert/menthe · OKLCH
   ════════════════════════════════════════════════════════ */

:root {
  /* — Palette OKLCH sur mesure — */
  --bg:          oklch(0.985 0.010 130);
  --bg-2:        oklch(0.950 0.020 135);   /* Assombri pour plus de contraste en section */
  --cream:       oklch(0.955 0.028 95);
  --ink:         oklch(0.25 0.040 160);    /* Plus sombre, plus de poigne */
  --ink-soft:    oklch(0.40 0.030 160);
  --ink-faint:   oklch(0.62 0.022 160);
  --line:        oklch(0.90 0.018 150);

  --primary:     oklch(0.58 0.115 158);
  --primary-deep:oklch(0.35 0.085 160);    /* Accentuation du contraste texte/lien */
  --leaf:        oklch(0.65 0.155 150);
  --leaf-deep:   oklch(0.55 0.150 152);
  --mint:        oklch(0.92 0.055 165);
  --mint-2:      oklch(0.96 0.030 165);
  --terracotta:  oklch(0.65 0.125 55);     /* Plus saturé */

  --radius:      3px;                      /* Quasi pur sharp pour les micro elements */
  --radius-sm:   2px;
  --radius-lg:   8px;
  --radius-asym: 40px 4px 40px 4px;        /* Style asymétrique organique */
  --radius-asym-alt: 4px 40px 4px 40px;

  --shadow-sm:   0 4px 12px oklch(0.4 0.04 160 / 0.08);
  --shadow:      0 14px 40px -12px oklch(0.40 0.06 160 / 0.22);
  --shadow-lg:   0 40px 90px -30px oklch(0.40 0.08 160 / 0.35);

  --ease:        cubic-bezier(0.76, 0, 0.24, 1);       /* Courbe plus extrême/édito */
  --ease-soft:   cubic-bezier(0.85, 0, 0.15, 1);

  --maxw:        1320px;                   /* Plus large */
  --pad:         clamp(1.5rem, 6vw, 8rem); /* Respirations accrues */

  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body:    "Inter", system-ui, sans-serif;
}

/* — Reset — */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; border-radius: var(--radius-asym); }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--leaf); color: #fff; }

/* — Typography — */
h1,h2,h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.02; letter-spacing: -0.025em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4.6vw, 3.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -0.015em; }
em { font-style: italic; color: var(--primary); }
/* Bricolage Grotesque n'a pas de vrai italique : emphase titres = couleur, pas d'oblique */
h1 em, h2 em, h3 em { font-style: normal; font-weight: 500; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--primary-deep);
  margin-bottom: 1.4rem;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px oklch(0.70 0.155 150 / 0.18); }
.eyebrow--light { color: var(--mint); }
.eyebrow--light .dot { background: var(--mint); box-shadow: 0 0 0 4px oklch(0.92 0.055 165 / 0.25); }

/* — Buttons — */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em;
  padding: 0.85rem 1.4rem; border-radius: 100px;
  transition: transform 0.35s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), box-shadow 0.35s var(--ease);
  white-space: nowrap; cursor: pointer; will-change: transform;
}
.btn svg { transition: transform 0.35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--primary { background: var(--ink); color: var(--mint-2); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--leaf-deep); color: #fff; box-shadow: 0 12px 28px -8px oklch(0.62 0.150 152 / 0.5); }
.btn--ghost-light { background: oklch(1 0 0 / 0.12); color: #fff; backdrop-filter: blur(10px); border: 1px solid oklch(1 0 0 / 0.35); }
.btn--ghost-light:hover { background: oklch(1 0 0 / 0.95); color: var(--ink); }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 1rem; }

.link-underline {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 600; color: var(--primary-deep);
  position: relative; padding-bottom: 3px;
}
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--leaf); transform: scaleX(0.3); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.link-underline:hover::after { transform: scaleX(1); }
.link-underline svg { transition: transform 0.35s var(--ease); }
.link-underline:hover svg { transform: translateX(4px); }

/* ════════ LOADER ════════ */
.loader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--ink); display: grid; place-items: center;
}
.loader__inner { display: flex; align-items: center; gap: 0.8rem; color: var(--mint); }
.loader__leaf { animation: leafSpin 1.4s var(--ease) infinite; }
.loader__word { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; letter-spacing: -0.02em; }
@keyframes leafSpin { 0%,100% { transform: rotate(-8deg) scale(1);} 50% { transform: rotate(8deg) scale(1.1);} }

/* ════════ NAVBAR ════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem var(--pad);
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), box-shadow 0.4s var(--ease), backdrop-filter 0.4s;
}
.nav.scrolled {
  padding: 0.85rem var(--pad);
  background: oklch(0.985 0.010 130 / 0.82);
  backdrop-filter: blur(16px) saturate(1.4);
  box-shadow: 0 1px 0 var(--line), var(--shadow-sm);
}
.nav__brand { display: flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; color: var(--ink); transition: color 0.3s; }
.nav__brand em { display: block; font-family: var(--font-body); font-style: normal; font-size: 0.62rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-top: 1px; }
.nav__mark { color: var(--leaf-deep); flex-shrink: 0; }
.hero-dark .nav:not(.scrolled) .nav__brand,
.hero-dark .nav:not(.scrolled) .nav__links a { color: #fff; }
.hero-dark .nav:not(.scrolled) .nav__brand em { color: oklch(1 0 0 / 0.7); }
.hero-dark .nav:not(.scrolled) .nav__mark { color: var(--mint); }

.nav__links { display: flex; gap: 2rem; }
.nav__links a { font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); position: relative; transition: color 0.3s; }
.nav__links a::after { content:""; position:absolute; left:0; bottom:-5px; height:2px; width:100%; background: var(--leaf); transform: scaleX(0); transform-origin:left; transition: transform 0.35s var(--ease); }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); }
.hero-dark .nav:not(.scrolled) .nav__links a:hover { color: #fff; }

.nav__burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.4s var(--ease), opacity 0.3s; }
.hero-dark .nav:not(.scrolled) .nav__burger span { background: #fff; }
.nav__burger.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav__burger.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--ink); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.8rem;
  opacity: 0; pointer-events: none; transform: translateY(-12px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-menu a { font-family: var(--font-display); font-size: 1.8rem; color: var(--mint-2); }
.mobile-menu .btn { font-family: var(--font-body); font-size: 1rem; margin-top: 1rem; background: var(--leaf); color: #fff; }

/* ════════ HERO ════════ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 8rem var(--pad) 5rem; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__video { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, oklch(0.25 0.04 160 / 0.55) 0%, oklch(0.22 0.05 160 / 0.30) 35%, oklch(0.20 0.05 160 / 0.78) 100%),
    radial-gradient(120% 80% at 15% 30%, oklch(0.30 0.06 160 / 0.45), transparent 60%);
}
.hero__grain { position: absolute; inset: 0; opacity: 0.5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"); }

.hero__content { position: relative; max-width: 920px; color: #fff; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(0.95 0.03 160); padding: 0.5rem 1rem; border-radius: 100px; background: oklch(1 0 0 / 0.1); border: 1px solid oklch(1 0 0 / 0.22); backdrop-filter: blur(8px); margin-bottom: 1.8rem; }
.hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.hero__title { color: #fff; font-weight: 500; margin-bottom: 1.8rem; }
.hero__title em { color: var(--mint); }
.hero__title .line { display: block; overflow: hidden; }
.hero__title .line > span { display: block; }
.hero__lead { font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 600px; color: oklch(0.97 0.01 160 / 0.92); margin-bottom: 2.4rem; font-weight: 300; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.6rem; }
.hero__trust { display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap; font-size: 0.95rem; color: oklch(1 0 0 / 0.9); }
.hero__trust strong { color: #fff; font-weight: 600; }
.stars { display: inline-flex; gap: 2px; color: #ffc24b; }
.stars svg { fill: currentColor; }
.stars--green { color: var(--leaf); }

.hero__scroll { position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.6rem; color: oklch(1 0 0 / 0.75); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; }
.hero__scroll-line { width: 1px; height: 46px; background: linear-gradient(oklch(1 0 0 / 0.8), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content:""; position:absolute; top:0; left:0; width:100%; height:40%; background:#fff; animation: scrollDrop 2s var(--ease) infinite; }
@keyframes scrollDrop { 0% { transform: translateY(-100%);} 60%,100% { transform: translateY(260%);} }

/* ════════ MARQUEE ════════ */
.marquee {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.3rem, 3vw, 2.4rem);
  overflow: hidden;
  white-space: nowrap;
  padding: 1.05rem var(--pad);
  background:
    repeating-linear-gradient(135deg, oklch(0.35 0.08 160 / 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, rgb(250, 247, 240), var(--bg-2));
  border-top: 1px solid oklch(1 0 0 / 0.52);
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.65), 0 18px 44px -42px oklch(0.28 0.05 160 / 0.5);
}
.marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.95 0.028 95 / 0.92), transparent 22%, transparent 78%, oklch(0.95 0.028 95 / 0.92)),
    linear-gradient(180deg, transparent, oklch(0.55 0.10 150 / 0.06));
  pointer-events: none;
}
.marquee__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--primary-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}
.marquee__label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--leaf-deep);
}
.marquee__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.marquee__track {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.2rem);
  animation: marquee 34s linear infinite;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--ink);
}
.marquee__track > span:not(.sep) {
  position: relative;
  isolation: isolate;
  padding: 0.12rem 0;
}
.marquee__track > span:not(.sep)::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0.08em;
  z-index: -1;
  height: 0.35em;
  background: oklch(0.82 0.08 150 / 0.42);
  transform: skewX(-12deg);
}
.marquee__track .sep {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid oklch(0.55 0.11 152 / 0.2);
  border-radius: 50%;
  background: oklch(1 0 0 / 0.48);
  color: var(--leaf-deep);
  font-style: normal;
  font-size: 0.68rem;
  box-shadow: 0 8px 22px -18px oklch(0.28 0.05 160 / 0.35);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ════════ Section helpers ════════ */
.section-head { max-width: 720px; margin: 0 auto clamp(3rem, 5vw, 4.5rem); text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 1.1rem; margin-top: 1.2rem; }

/* ════════ ABOUT ════════ */
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 12rem) var(--pad);
  position: relative;
}
.about__media { position: relative; z-index: 2; margin-top: 4rem; }
.about__media img {
  width: 100%; aspect-ratio: 3.5/5; object-fit: cover;
  border-radius: var(--radius-asym);
  box-shadow: var(--shadow-lg);
}
.about__text {
  background: var(--bg-2);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-lg);
  margin-left: -5rem; /* OVERLAP effect for asymmetrical look */
  z-index: 1;
  position: relative;
}
  position: absolute; bottom: -28px; right: -10px;
  background: var(--cream); border-radius: var(--radius); padding: 1.3rem 1.5rem;
  display: flex; align-items: baseline; gap: 0.3rem; box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.about__badge-num { font-family: var(--font-display); font-size: 3rem; font-weight: 600; color: var(--primary); line-height: 1; }
.about__badge .plus { font-family: var(--font-display); font-size: 1.6rem; color: var(--leaf); }
.about__badge-label { font-size: 0.78rem; line-height: 1.25; color: var(--ink-soft); font-weight: 500; margin-left: 0.5rem; align-self: center; }
.about__text h2 { margin-bottom: 1.6rem; }
.about__text p { color: var(--ink-soft); margin-bottom: 1.2rem; max-width: 52ch; }
.about__creds { display: flex; flex-direction: column; gap: 0.9rem; margin: 2rem 0; }
.about__creds li { display: flex; align-items: center; gap: 0.85rem; font-size: 0.98rem; color: var(--ink); font-weight: 500; }
.about__creds svg { color: var(--leaf-deep); flex-shrink: 0; padding: 0.5rem; box-sizing: content-box; background: var(--mint-2); border-radius: 50%; }
.about__creds strong { font-weight: 700; }

/* ════════ SERVICES ════════ */
.services { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); padding: clamp(5rem, 9vw, 8rem) var(--pad); }
.services__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.service-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-asym-alt); padding: 2.5rem 2rem; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s; position: relative; overflow: hidden; display: flex; flex-direction: column; }
/* BENTO LAYOUT */
.service-card:nth-child(1) { grid-column: span 2; grid-row: span 2; padding: 3rem 2.5rem; } /* Large card */
.service-card:nth-child(2) { grid-column: span 2; }
.service-card:nth-child(3) { grid-column: span 2; }
.service-card:nth-child(4) { grid-column: span 2; }
.service-card:nth-child(5) { grid-column: span 2; }
.service-card:nth-child(6) { grid-column: span 4; flex-direction: row; align-items: center; justify-content: space-between; }
.service-card:nth-child(6) h3 { margin-bottom: 0.5rem; }
.service-card:nth-child(6) p { max-width: 50%; margin-bottom: 0; }
/* --- */
.service-card::before { content:""; position:absolute; inset:0; background: linear-gradient(135deg, var(--mint-2), transparent 60%); opacity:0; transition: opacity 0.5s var(--ease); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: var(--ink); color: var(--mint); margin-bottom: 1.4rem; transition: transform 0.5s var(--ease), background 0.5s; }
.service-card:hover .service-card__icon { transform: rotate(-6deg) scale(1.05); background: var(--leaf-deep); color: #fff; }
.service-card h3 { margin-bottom: 0.7rem; }
.service-card p { color: var(--ink-soft); font-size: 0.97rem; }
.service-card--cta { background: var(--ink); color: var(--mint-2); display: flex; flex-direction: column; justify-content: center; }
.service-card--cta::before { display: none; }
.service-card--cta:hover { transform: translateY(-8px); }
.service-card--cta h3 { color: #fff; }
.service-card--cta p { color: oklch(0.92 0.03 165 / 0.8); margin-bottom: 1.2rem; }
.service-card--cta .link-underline { color: var(--mint); }

/* --- Background Photo pour les Services --- */
.service-card__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.45; transition: transform 0.8s var(--ease); border-radius: inherit; mix-blend-mode: multiply; }
.service-card:hover .service-card__bg { transform: scale(1.05); opacity: 0.6; }
.service-card__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, var(--bg) 15%, oklch(0.985 0.010 130 / 0.3) 80%); z-index: 0; border-radius: inherit; }
.service-card > *:not(.service-card__bg):not(.service-card__overlay) { position: relative; z-index: 1; }

/* ════════ METHOD ════════ */
.method { max-width: var(--maxw); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) var(--pad); }
.method__head { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: clamp(3rem, 5vw, 4rem); }
.method__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }
.method-step { padding: 2rem 1.6rem; border-radius: var(--radius); background: var(--cream); position: relative; transition: transform 0.5s var(--ease), box-shadow 0.5s; }
.method-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.method-step__num { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--leaf-deep); display: inline-block; padding: 0.35rem 0.8rem; border: 1.5px solid var(--leaf); border-radius: 100px; margin-bottom: 1.4rem; letter-spacing: 0.05em; }
.method-step h3 { margin-bottom: 0.6rem; }
.method-step p { color: var(--ink-soft); font-size: 0.96rem; }

/* ════════ TESTIMONIALS ════════ */
.testimonials { background: var(--mint-2); padding: clamp(5rem, 9vw, 8rem) var(--pad); }
.testimonials__rating { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 1.4rem; font-size: 0.95rem; color: var(--ink-soft); }
.testimonials__rating strong { color: var(--ink); }
.testimonials__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.quote { background: var(--bg); border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--shadow-sm); border: 1px solid oklch(1 0 0 / 0.6); transition: transform 0.5s var(--ease), box-shadow 0.5s; display: flex; flex-direction: column; gap: 1.4rem; justify-content: space-between; }
.quote:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.quote blockquote { font-family: var(--font-body); font-size: 1.05rem; line-height: 1.5; color: var(--ink); font-style: normal; font-weight: 400; }
.quote figcaption { display: flex; align-items: center; gap: 0.8rem; font-weight: 600; font-size: 0.95rem; margin-top: auto; }
.quote__author-col { display: flex; flex-direction: column; gap: 0.1rem; }
.quote__author-col strong { color: var(--ink); font-weight: 600; }
.quote__author-col em { font-style: normal; font-weight: 400; color: var(--ink-faint); font-size: 0.85rem; }
.quote__avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--leaf-deep); color: #fff; font-family: var(--font-display); font-weight: 600; }

/* ════════ PRICING ════════ */
.pricing { max-width: var(--maxw); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) var(--pad); }
.pricing__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.price-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.8rem; background: var(--bg); transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.5s; display: flex; flex-direction: column; }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--leaf); }
.price-card__tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary-deep); padding: 0.3rem 0.7rem; background: var(--mint-2); border-radius: 100px; align-self: flex-start; margin-bottom: 1.4rem; }
.price-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.price-card__desc { color: var(--ink-soft); font-size: 0.9rem; flex-grow: 1; margin-bottom: 1.6rem; }
.price-card__amount { font-family: var(--font-display); font-size: 1.4rem; color: var(--ink); display: flex; align-items: baseline; gap: 2px; }
.price-card__amount span { font-size: 3rem; font-weight: 600; line-height: 1; }
.price-card--featured { background: var(--ink); border-color: var(--ink); }
.price-card--featured .price-card__tag { background: var(--leaf); color: #fff; }
.price-card--featured h3, .price-card--featured .price-card__amount { color: #fff; }
.price-card--featured .price-card__desc { color: oklch(0.9 0.03 165 / 0.75); }
.price-card--featured .price-card__amount span { color: var(--mint); }
.pricing__note { text-align: center; color: var(--ink-faint); font-size: 0.9rem; margin-top: 2.5rem; }

/* ════════ CONTACT ════════ */
.contact {
  padding: clamp(4.5rem, 8vw, 7rem) var(--pad);
  background: linear-gradient(180deg, var(--bg) 0%, var(--cream) 100%);
}
.contact__inner {
  max-width: var(--maxw);
  min-height: clamp(620px, 72vw, 760px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(0.84 0.025 120 / 0.7);
  border-radius: 26px;
  box-shadow: 0 30px 80px -45px oklch(0.28 0.05 160 / 0.45);
  background: rgb(247, 244, 238);
}
.contact__image {
  position: absolute;
  inset: -28px;
  width: calc(100% + 56px);
  height: calc(100% + 56px);
  object-fit: cover;
  z-index: 0;
  filter: blur(12px) saturate(0.9);
  opacity: 0.48;
  transform: scale(1.02);
}
.contact__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.92), rgba(247, 244, 238, 0.56)),
    radial-gradient(70% 80% at 88% 18%, rgba(255, 255, 255, 0.35), transparent 62%);
}
.contact__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  min-height: inherit;
  padding: clamp(2.2rem, 6vw, 5.5rem);
}
.contact__intro {
  max-width: 650px;
}
.contact__intro h2 {
  max-width: 12ch;
  margin-bottom: 1.35rem;
  color: var(--ink);
}
.contact__intro h2 em {
  color: var(--leaf-deep);
}
.contact__lead {
  max-width: 52ch;
  margin-bottom: 2.1rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}
.contact__doctolib {
  background: var(--primary-deep);
  color: var(--mint-2);
  box-shadow: 0 16px 34px -18px oklch(0.28 0.08 160 / 0.75);
}
.contact__doctolib:hover {
  background: var(--leaf-deep);
  color: #fff;
  transform: translateY(-2px);
}
.contact__direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 1.8rem;
  color: var(--ink);
}
.contact__direct p {
  margin-bottom: 0.25rem;
  color: var(--ink-faint);
  font-size: 0.88rem;
  font-weight: 600;
}
.contact__direct a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
  transition: color 0.25s var(--ease), transform 0.25s var(--ease);
}
.contact__direct a:hover {
  color: var(--primary-deep);
  transform: translateX(3px);
}
.contact__direct span {
  width: 1.2rem;
  color: var(--leaf-deep);
  font-size: 1rem;
}
.contact__message-toggle {
  display: inline-flex;
  margin-top: 1.55rem;
  padding-bottom: 3px;
  color: var(--primary-deep);
  font-size: 0.95rem;
  font-weight: 600;
  border-bottom: 1px solid oklch(0.48 0.09 160 / 0.34);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.contact__message-toggle:hover,
.contact__message-toggle[aria-expanded="true"] {
  color: var(--leaf-deep);
  border-color: currentColor;
}
.contact__locations {
  align-self: center;
  max-width: 520px;
  justify-self: end;
  width: 100%;
}
.contact__locations h3 {
  max-width: 12ch;
  margin-bottom: 1.45rem;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
}
.contact__cabinet-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.contact-cabinet {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-height: 82px;
  padding: 1.05rem 1.15rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(84, 116, 92, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 28px -24px oklch(0.27 0.06 160 / 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
}
.contact-cabinet:hover {
  transform: translateY(-3px);
  border-color: rgba(84, 116, 92, 0.28);
  background: rgba(255, 255, 255, 0.82);
}
.contact-cabinet__pin {
  flex: 0 0 auto;
  line-height: 1.2;
  margin-top: 0.1rem;
  font-size: 1.05rem;
}
.contact-cabinet strong {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: 0;
}
.contact-cabinet span:not(.contact-cabinet__pin) {
  display: block;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}
.contact__assurances {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  margin-top: 1.35rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.contact__message {
  grid-column: 1 / -1;
  max-width: 720px;
  width: 100%;
  overflow: hidden;
}
.contact__message[hidden] {
  display: none;
}
.contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding-top: 0.4rem;
}
.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(84, 116, 92, 0.18);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.contact__form textarea {
  grid-column: 1 / -1;
  min-height: 112px;
  resize: vertical;
}
.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px oklch(0.92 0.055 165 / 0.48);
}
.contact__form .btn {
  justify-self: start;
  align-self: center;
  background: transparent;
  color: var(--primary-deep);
  border: 1px solid oklch(0.48 0.09 160 / 0.28);
}
.contact__form .btn:hover {
  background: var(--primary-deep);
  color: #fff;
}

/* ════════ FOOTER ════════ */
.footer { background: var(--bg-2); padding: clamp(3rem, 6vw, 5rem) var(--pad) 2rem; border-top: 1px solid var(--line); }
.footer__top { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.footer__brand { max-width: 320px; }
.footer__brand svg { color: var(--leaf-deep); }
.footer__brand span { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; display: block; margin: 0.5rem 0 0.7rem; }
.footer__brand p { color: var(--ink-soft); font-size: 0.92rem; }
.footer__nav { display: flex; flex-direction: column; gap: 0.7rem; }
.footer__nav a { color: var(--ink-soft); font-size: 0.95rem; transition: color 0.3s; }
.footer__nav a:hover { color: var(--leaf-deep); }
.footer__bottom { max-width: var(--maxw); margin: 1.8rem auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; color: var(--ink-faint); }
.footer__bottom a { color: var(--primary-deep); font-weight: 600; }

/* ════════ REVEAL ANIMATIONS ════════ */
.reveal-up { opacity: 0; transform: translateY(28px); }
.reveal-img { clip-path: inset(0 0 100% 0); }
.is-revealed.reveal-up { opacity: 1; transform: none; }

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1000px) {
  .about { grid-template-columns: 1fr; margin-top: 0; }
  .about__media { max-width: 460px; margin-top: 0; }
  .about__text { margin-left: 0; padding: 2rem 0; background: transparent; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(1), .service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 2; }
  .service-card:nth-child(6) { flex-direction: column; align-items: flex-start; grid-column: span 2; }
  .service-card:nth-child(6) p { max-width: 100%; margin-bottom: 1.5rem; }
  .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .method__steps { grid-template-columns: repeat(2, 1fr); }
  .pricing__grid { grid-template-columns: repeat(2, 1fr); }
  .contact__inner { grid-template-columns: 1fr; }
  .contact__layout { grid-template-columns: 1fr; align-items: start; }
  .contact__intro, .contact__locations { max-width: 680px; justify-self: start; }
  .contact__intro h2, .contact__locations h3 { max-width: 14ch; }
}
@media (max-width: 920px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
}
@media (max-width: 720px) {
  .services__grid, .testimonials__grid, .pricing__grid { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: span 1; }
  .method {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .method__head {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 2rem;
  }
  .method__steps {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
  }
  .method__steps::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 26px;
    width: 1px;
    background: linear-gradient(var(--leaf), oklch(0.55 0.10 150 / 0.12));
  }
  .method-step {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 1.05rem;
    align-items: start;
    padding: 0 0 1.9rem;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .method-step:hover {
    transform: none;
    box-shadow: none;
  }
  .method-step__num {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    background: var(--bg);
    border: 1.5px solid var(--leaf);
    box-shadow: 0 0 0 8px var(--bg), var(--shadow-sm);
  }
  .method-step h3,
  .method-step p {
    grid-column: 2;
  }
  .method-step h3 {
    margin-top: 0.15rem;
    margin-bottom: 0.45rem;
    font-size: 1.25rem;
    line-height: 1.02;
  }
  .method-step p {
    max-width: 30rem;
    font-size: 0.98rem;
    line-height: 1.6;
  }
  .method-step:last-child {
    padding-bottom: 0;
  }
  .footer__top { flex-direction: column; }
  .about__badge { right: 0; padding: 1rem 1.2rem; }
  .about__badge-num { font-size: 2.3rem; }
  .hero__scroll { display: none; }
  .hero { min-height: 100svh; padding-bottom: 3.5rem; }
  .marquee { grid-template-columns: 1fr; padding: 0.85rem 0; }
  .marquee__label { display: none; }
  .marquee__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  }
  .marquee__track { font-size: 1.1rem; }
  .marquee__track .sep { width: 26px; height: 26px; font-size: 0.58rem; }
  .contact { padding: 3rem 1rem; }
  .contact__inner { min-height: auto; border-radius: 18px; }
  .contact__image { filter: blur(16px) saturate(0.86); opacity: 0.36; }
  .contact__overlay {
    background:
      linear-gradient(180deg, rgba(247, 244, 238, 0.94), rgba(247, 244, 238, 0.78)),
      radial-gradient(80% 60% at 80% 0%, rgba(255, 255, 255, 0.34), transparent 70%);
  }
  .contact__layout { gap: 2.2rem; padding: 2rem 1.2rem; }
  .contact__intro h2, .contact__locations h3 { max-width: none; }
  .contact__lead { margin-bottom: 1.55rem; }
  .contact__doctolib { width: 100%; justify-content: center; }
  .contact-cabinet { min-height: 76px; padding: 0.92rem 1rem; }
  .contact__form { grid-template-columns: 1fr; }
  .contact__form textarea { grid-column: auto; }
}

/* ════════ REDUCED MOTION ════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal-up { opacity: 1; transform: none; }
  .reveal-img { clip-path: none; }
  .hero__video { display: none; }
  .marquee__track { animation: none; }
  .contact-cabinet, .contact__assurances li, .contact__image { opacity: 1 !important; transform: none !important; }
}
