/* =========================================================
   La Marinière — Espace Santé
   Design system: navy + coral on warm cream background.
   ========================================================= */

:root {
	--lm-navy:       #1f4f7d;
	--lm-navy-dark:  #16365a;
	--lm-navy-soft:  #e7eef5;
	--lm-coral:      #dd6f5c;
	--lm-coral-soft: #f5d6cd;
	--lm-coral-dark: #c25845;
	--lm-cream:      #faf6f0;
	--lm-sand:       #f2ebe0;
	--lm-ink:        #1f2a37;
	--lm-muted:      #5c6573;
	--lm-line:       #e7dfd1;
	--lm-white:      #ffffff;

	--lm-radius-sm: 10px;
	--lm-radius:    18px;
	--lm-radius-lg: 28px;

	--lm-shadow-sm: 0 1px 2px rgba(31,42,55,.06), 0 1px 3px rgba(31,42,55,.04);
	--lm-shadow:    0 10px 30px -12px rgba(31,42,55,.18), 0 4px 12px -6px rgba(31,42,55,.08);
	--lm-shadow-lg: 0 30px 60px -20px rgba(31,42,55,.25);

	--lm-font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
	--lm-font-body:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--lm-container: 1200px;
	--lm-gutter:    24px;

	--lm-ease:    cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset & base ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--lm-font-body);
	color: var(--lm-ink);
	background: var(--lm-cream);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lm-navy); text-decoration: none; transition: color .2s var(--lm-ease); }
a:hover { color: var(--lm-coral); }
h1,h2,h3,h4 {
	font-family: var(--lm-font-display);
	font-weight: 500;
	color: var(--lm-navy-dark);
	letter-spacing: -0.01em;
	line-height: 1.18;
	margin: 0 0 .5em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p  { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
button { font: inherit; cursor: pointer; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0);
	white-space: nowrap; border: 0;
}

/* ---------- Layout ---------- */
.lm-container {
	width: 100%;
	max-width: var(--lm-container);
	margin: 0 auto;
	padding-left: var(--lm-gutter);
	padding-right: var(--lm-gutter);
}
.lm-section { padding: clamp(60px, 9vw, 120px) 0; }
.lm-section + .lm-section { padding-top: 0; }
.lm-section--cta { background: var(--lm-navy); color: var(--lm-white); }
.lm-section--cta h2 { color: var(--lm-white); }
.lm-section--about { background: var(--lm-sand); }

.lm-section__head {
	max-width: 720px;
	margin: 0 auto clamp(36px, 5vw, 60px);
	text-align: center;
}
.lm-section__title { margin: .2em 0 .4em; }
.lm-section__sub { color: var(--lm-muted); font-size: 1.05rem; }
.lm-section__more { text-align: center; margin-top: 40px; }

.lm-eyebrow {
	font-family: var(--lm-font-body);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--lm-coral);
	margin: 0 0 .8em;
}
.lm-eyebrow--light { color: var(--lm-coral-soft); }

.lm-skiplink {
	position: absolute; top: -40px; left: 16px;
	background: var(--lm-navy); color: white;
	padding: 8px 12px; border-radius: 6px; z-index: 1000;
	transition: top .2s;
}
.lm-skiplink:focus { top: 16px; color: white; }

/* ---------- Header ---------- */
.lm-site-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(250, 246, 240, .85);
	backdrop-filter: saturate(140%) blur(10px);
	-webkit-backdrop-filter: saturate(140%) blur(10px);
	border-bottom: 1px solid transparent;
	transition: border-color .25s var(--lm-ease), box-shadow .25s var(--lm-ease);
}
.lm-site-header.is-scrolled {
	border-bottom-color: var(--lm-line);
	box-shadow: var(--lm-shadow-sm);
}
.lm-site-header__inner {
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px;
	min-height: 84px;
	padding-top: 12px; padding-bottom: 12px;
}
.lm-site-header__brand { display: inline-flex; align-items: center; }
.lm-site-header__logo {
	height: 56px; width: auto; max-width: 280px;
	object-fit: contain;
}
.lm-primary-nav {
	display: flex; align-items: center; gap: 22px;
}
.lm-menu {
	display: flex; align-items: center; gap: 22px;
	list-style: none; margin: 0; padding: 0;
}
.lm-menu a {
	color: var(--lm-navy-dark);
	font-weight: 500; font-size: .98rem;
	padding: 8px 2px;
	position: relative;
	white-space: nowrap;
}
.lm-menu a::after {
	content: ""; position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 2px; background: var(--lm-coral);
	transform: scaleX(0); transform-origin: left;
	transition: transform .25s var(--lm-ease);
}
.lm-menu a:hover::after,
.lm-menu .current-menu-item a::after,
.lm-menu .current_page_item a::after { transform: scaleX(1); }

.lm-burger {
	display: none;
	width: 44px; height: 44px;
	background: transparent; border: 0;
	padding: 10px;
	flex-direction: column; justify-content: space-between;
}
.lm-burger__bar {
	display: block;
	width: 24px; height: 2px; margin: auto;
	background: var(--lm-navy-dark);
	transition: transform .25s var(--lm-ease), opacity .2s;
}

/* ---------- Buttons ---------- */
.lm-btn {
	display: inline-flex; align-items: center; justify-content: center;
	gap: .5em;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600; font-size: .98rem;
	letter-spacing: .01em;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform .2s var(--lm-ease), background .2s, color .2s, border-color .2s, box-shadow .25s;
	white-space: nowrap;
}
.lm-btn--small { padding: 10px 18px; font-size: .9rem; }
.lm-btn--block { display: flex; width: 100%; }
.lm-btn--primary {
	background: var(--lm-coral);
	color: var(--lm-white);
	box-shadow: 0 8px 18px -10px rgba(221,111,92,.6);
}
.lm-btn--primary:hover {
	background: var(--lm-coral-dark);
	color: var(--lm-white);
	transform: translateY(-1px);
}
.lm-btn--ghost {
	background: transparent;
	color: var(--lm-navy-dark);
	border-color: var(--lm-navy-dark);
}
.lm-btn--ghost:hover {
	background: var(--lm-navy-dark); color: var(--lm-white);
}
.lm-btn--ghost-light {
	background: transparent;
	color: var(--lm-white);
	border-color: rgba(255,255,255,.6);
}
.lm-btn--ghost-light:hover {
	background: var(--lm-white); color: var(--lm-navy-dark); border-color: var(--lm-white);
}

/* ---------- Hero ---------- */
.lm-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(80px, 11vw, 160px) 0 clamp(60px, 9vw, 130px);
}
.lm-hero__inner {
	position: relative; z-index: 1;
	max-width: 820px;
}
.lm-hero__title {
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	margin-bottom: .4em;
}
.lm-hero__lead {
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	color: var(--lm-muted);
	max-width: 640px;
	margin-bottom: 36px;
}
.lm-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.lm-hero__shape {
	position: absolute; pointer-events: none;
	right: -10%; top: -10%;
	width: 60vw; max-width: 720px; aspect-ratio: 1;
	background: radial-gradient(circle at 30% 30%, rgba(221,111,92,.25), transparent 60%),
	            radial-gradient(circle at 70% 70%, rgba(31,79,125,.15), transparent 65%);
	filter: blur(20px);
}

/* ---------- Cards (disciplines) ---------- */
.lm-cards {
	list-style: none; padding: 0; margin: 0;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.lm-card {
	background: var(--lm-white);
	border-radius: var(--lm-radius);
	overflow: hidden;
	box-shadow: var(--lm-shadow-sm);
	transition: transform .35s var(--lm-ease), box-shadow .35s var(--lm-ease);
	border: 1px solid var(--lm-line);
}
.lm-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--lm-shadow);
}
.lm-card__link { display: block; color: inherit; }
.lm-card__media {
	aspect-ratio: 4 / 3;
	background-size: cover;
	background-position: center;
	background-color: var(--lm-navy-soft);
	position: relative;
	overflow: hidden;
}
.lm-card__placeholder {
	position: absolute; inset: 0;
	background: linear-gradient(135deg, var(--lm-navy-soft) 0%, var(--lm-coral-soft) 100%);
}
.lm-card__media::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(31,42,55,.35));
	opacity: 0;
	transition: opacity .3s var(--lm-ease);
}
.lm-card:hover .lm-card__media::after { opacity: 1; }
.lm-card__body { padding: 22px 24px 26px; }
.lm-card__title {
	font-size: 1.4rem;
	margin: 0 0 .25em;
}
.lm-card__tagline {
	color: var(--lm-muted);
	margin: 0 0 1em;
	font-size: .98rem;
}
.lm-card__cta {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--lm-coral);
	font-weight: 600; font-size: .92rem;
}
.lm-card__cta span { transition: transform .25s var(--lm-ease); }
.lm-card:hover .lm-card__cta span { transform: translateX(4px); }

/* ---------- About ---------- */
.lm-about {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(40px, 6vw, 80px);
	align-items: center;
}
.lm-about__copy p { color: var(--lm-muted); font-size: 1.05rem; }
.lm-about__copy .lm-btn { margin-top: 14px; }
.lm-about__visual {
	position: relative;
	aspect-ratio: 1 / 1;
	min-height: 280px;
}
.lm-about__shape {
	position: absolute;
	border-radius: 50%;
	mix-blend-mode: multiply;
}
.lm-about__shape--coral {
	width: 70%; height: 70%;
	background: var(--lm-coral); opacity: .85;
	top: 5%; left: 5%;
}
.lm-about__shape--navy {
	width: 55%; height: 55%;
	background: var(--lm-navy);
	right: 0; bottom: 5%;
}
.lm-about__shape--sand {
	width: 30%; height: 30%;
	background: var(--lm-coral-soft);
	right: 30%; top: 0;
}

/* ---------- Team ---------- */
.lm-team {
	list-style: none; padding: 0; margin: 0;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.lm-team__item { text-align: center; }
.lm-team__link { color: inherit; display: block; }
.lm-team__photo {
	aspect-ratio: 1 / 1;
	border-radius: var(--lm-radius);
	background-size: cover;
	background-position: center top;
	background-color: var(--lm-navy-soft);
	margin-bottom: 16px;
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
	transition: transform .4s var(--lm-ease);
}
.lm-team__link:hover .lm-team__photo { transform: scale(1.02); }
.lm-team__initials {
	font-family: var(--lm-font-display);
	font-size: 3rem;
	color: var(--lm-navy);
	opacity: .35;
}
.lm-team__name {
	font-size: 1.15rem;
	margin: 0 0 .15em;
	color: var(--lm-navy-dark);
}
.lm-team__role {
	color: var(--lm-coral);
	font-weight: 600;
	font-size: .9rem;
	letter-spacing: .04em;
	margin: 0 0 .25em;
}
.lm-team__disciplines {
	color: var(--lm-muted);
	font-size: .85rem;
	margin: 0;
}

/* ---------- CTA section ---------- */
.lm-cta {
	text-align: center;
	max-width: 720px; margin: 0 auto;
}
.lm-cta p {
	color: rgba(255,255,255,.85);
	font-size: 1.1rem;
	margin-bottom: 2em;
}
.lm-cta__actions {
	display: flex; justify-content: center; gap: 14px; flex-wrap: wrap;
}

/* ---------- Page header ---------- */
.lm-page-header {
	background: var(--lm-navy-dark);
	color: var(--lm-white);
	padding: clamp(80px, 10vw, 140px) 0 clamp(48px, 7vw, 80px);
	position: relative;
	overflow: hidden;
}
.lm-page-header::before {
	content: "";
	position: absolute; inset: 0;
	background-image: var(--lm-page-image);
	background-size: cover;
	background-position: center;
	opacity: .25;
	z-index: 0;
}
.lm-page-header > .lm-container { position: relative; z-index: 1; }
.lm-page-header__title {
	color: var(--lm-white);
	margin: 0 0 .3em;
	max-width: 18ch;
}
.lm-page-header__tagline {
	color: rgba(255,255,255,.85);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	max-width: 60ch;
	margin: 0;
}
.lm-page-header--simple { background: var(--lm-sand); color: var(--lm-navy-dark); }
.lm-page-header--simple .lm-page-header__title { color: var(--lm-navy-dark); }
.lm-page-header--simple .lm-page-header__tagline { color: var(--lm-muted); }
.lm-page-header--simple::before { display: none; }
.lm-page-header--simple .lm-eyebrow { color: var(--lm-coral); }

/* ---------- Single layouts ---------- */
.lm-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(32px, 5vw, 64px);
	padding: clamp(48px, 7vw, 80px) var(--lm-gutter);
}
.lm-single__content {
	font-size: 1.05rem;
	color: var(--lm-ink);
}
.lm-single__content p { margin-bottom: 1.2em; }
.lm-single__content h2 { margin-top: 1.5em; }
.lm-single__content h3 { margin-top: 1.4em; color: var(--lm-coral-dark); }

.lm-aside-card {
	background: var(--lm-white);
	border-radius: var(--lm-radius);
	padding: 26px;
	box-shadow: var(--lm-shadow-sm);
	border: 1px solid var(--lm-line);
	margin-bottom: 24px;
}
.lm-aside-card h3 {
	font-size: 1.1rem;
	margin: 0 0 14px;
	color: var(--lm-navy-dark);
}
.lm-aside-card--cta { background: var(--lm-navy-soft); border-color: transparent; }
.lm-aside-list {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 14px;
}
.lm-aside-list__label {
	display: block;
	font-size: .8rem; font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--lm-muted);
	margin-bottom: 2px;
}
.lm-aside-list a { color: var(--lm-navy-dark); font-weight: 500; }
.lm-aside-list a:hover { color: var(--lm-coral); }
.lm-presences {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 8px;
}
.lm-presences li {
	padding: 10px 14px;
	background: var(--lm-cream);
	border-radius: 10px;
	font-size: .95rem;
	color: var(--lm-navy-dark);
}

/* ---------- Therapeute hero ---------- */
.lm-page-header--therapeute { background: linear-gradient(135deg, var(--lm-navy-dark), var(--lm-navy)); }
.lm-page-header--therapeute::before { display: none; }
.lm-therapeute-head {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 36px;
	align-items: center;
}
.lm-therapeute-head__photo {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-size: cover; background-position: center top;
	background-color: var(--lm-navy-soft);
	border: 4px solid var(--lm-white);
	box-shadow: var(--lm-shadow);
	display: flex; align-items: center; justify-content: center;
}
.lm-therapeute-head__copy .lm-eyebrow { color: var(--lm-coral-soft); }
.lm-tags {
	list-style: none; padding: 0; margin: 0 0 24px;
	display: flex; flex-wrap: wrap; gap: 8px;
}
.lm-tag {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 999px;
	color: var(--lm-white);
	font-size: .85rem;
	font-weight: 500;
}
.lm-tag:hover { background: var(--lm-coral); border-color: var(--lm-coral); color: var(--lm-white); }

/* ---------- Presences page grid ---------- */
.lm-presences-grid {
	list-style: none; padding: 0; margin: 0;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	margin-top: 32px;
}
.lm-presence-card {
	background: var(--lm-white);
	border-radius: var(--lm-radius);
	padding: 24px;
	border: 1px solid var(--lm-line);
	box-shadow: var(--lm-shadow-sm);
	display: flex; flex-direction: column; gap: 14px;
}
.lm-presence-card__head {
	display: flex; gap: 14px; align-items: center;
}
.lm-presence-card__photo {
	width: 64px; height: 64px;
	border-radius: 50%;
	background-size: cover; background-position: center top;
	background-color: var(--lm-navy-soft);
	flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
}
.lm-presence-card__photo .lm-team__initials { font-size: 1.6rem; }
.lm-presence-card__name {
	font-size: 1.15rem;
	margin: 0 0 .2em;
}
.lm-presence-card__name a { color: var(--lm-navy-dark); }
.lm-presence-card__role {
	color: var(--lm-coral);
	font-weight: 600; font-size: .85rem;
	margin: 0;
}

/* ---------- Contact ---------- */
.lm-contact {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: clamp(32px, 5vw, 64px);
	align-items: start;
}
.lm-contact__list {
	list-style: none; padding: 0; margin: 24px 0;
	display: flex; flex-direction: column; gap: 18px;
}
.lm-contact__label {
	display: block;
	font-size: .8rem; font-weight: 600;
	letter-spacing: .08em; text-transform: uppercase;
	color: var(--lm-coral);
	margin-bottom: 4px;
}
.lm-contact__map {
	border-radius: var(--lm-radius);
	overflow: hidden;
	box-shadow: var(--lm-shadow);
	min-height: 380px;
	border: 1px solid var(--lm-line);
}
.lm-contact__map iframe {
	width: 100%; height: 100%;
	min-height: 380px;
	border: 0; display: block;
}

/* ---------- Prose ---------- */
.lm-prose { max-width: 760px; margin: 0 auto; font-size: 1.05rem; }
.lm-prose--narrow { max-width: 640px; }
.lm-prose h2 { margin-top: 1.5em; }
.lm-prose a { color: var(--lm-coral-dark); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Footer ---------- */
.lm-site-footer {
	background: var(--lm-navy-dark);
	color: rgba(255,255,255,.85);
	padding-top: 80px;
	margin-top: 80px;
}
.lm-site-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 60px;
}
.lm-site-footer__logo {
	max-width: 220px;
	height: auto;
	background: var(--lm-cream);
	border-radius: var(--lm-radius-sm);
	padding: 10px 14px;
	margin-bottom: 16px;
}
.lm-site-footer__tagline {
	color: rgba(255,255,255,.7);
	font-size: .98rem;
	max-width: 280px;
}
.lm-site-footer h3 {
	color: var(--lm-white);
	font-family: var(--lm-font-body);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.lm-site-footer a { color: rgba(255,255,255,.85); }
.lm-site-footer a:hover { color: var(--lm-coral); }
.lm-site-footer address { font-style: normal; line-height: 1.7; }
.lm-footer-menu {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 10px;
}
.lm-socials {
	list-style: none; padding: 0; margin: 0 0 18px;
	display: flex; gap: 10px;
}
.lm-socials a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: var(--lm-white);
	transition: background .2s, transform .2s;
}
.lm-socials a:hover { background: var(--lm-coral); transform: translateY(-2px); }
.lm-socials--text {
	display: flex; gap: 18px;
	margin: 16px 0 0;
}
.lm-socials--text a {
	width: auto; height: auto; background: none;
	color: var(--lm-coral); font-weight: 500;
	border-radius: 0;
}
.lm-site-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 22px 0;
	font-size: .85rem;
	color: rgba(255,255,255,.55);
}
.lm-site-footer__bottom p { margin: 0; }

/* ---------- Contact icons ---------- */
.lm-icon-list {
	list-style: none; padding: 0; margin: 0 0 14px;
	display: flex; flex-wrap: wrap; gap: 8px;
}
.lm-icon-btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: var(--lm-cream);
	color: var(--lm-navy-dark);
	border: 1px solid var(--lm-line);
	transition: transform .2s var(--lm-ease), background .2s, color .2s, border-color .2s;
}
.lm-icon-btn:hover { transform: translateY(-2px); }
.lm-icon-btn--whatsapp { background: #25d366; color: #fff; border-color: #25d366; }
.lm-icon-btn--whatsapp:hover { background: #1da851; color: #fff; }
.lm-icon-btn--mail:hover { background: var(--lm-navy-dark); color: var(--lm-white); border-color: var(--lm-navy-dark); }
.lm-icon-btn--fb { background: #1877f2; color: #fff; border-color: #1877f2; }
.lm-icon-btn--fb:hover { background: #0e60ca; color: #fff; }
.lm-icon-btn--ig {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	color: #fff; border-color: transparent;
}
.lm-icon-btn--ig:hover { color: #fff; opacity: .9; }
.lm-icon-btn--link:hover { background: var(--lm-coral); color: var(--lm-white); border-color: var(--lm-coral); }

.lm-aside-card__icons { margin-bottom: 14px; }
.lm-aside-card__icons .lm-icon-list { margin-bottom: 0; }

/* ---------- Misc ---------- */
.lm-muted { color: var(--lm-muted); }
.lm-fallback-list { list-style: none; padding: 0; }
.lm-fallback-list li { padding: 24px 0; border-bottom: 1px solid var(--lm-line); }
.lm-fallback-list a h2 { margin: 0; }

/* ---------- Pagination ---------- */
.pagination, .nav-links {
	display: flex; gap: 8px; justify-content: center;
	margin-top: 48px;
}
.pagination a, .pagination .current,
.nav-links a, .nav-links .current {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding: 0 12px;
	border-radius: 999px;
	background: var(--lm-white); color: var(--lm-navy-dark);
	border: 1px solid var(--lm-line);
	font-weight: 500;
}
.pagination .current, .nav-links .current { background: var(--lm-navy); color: var(--lm-white); border-color: var(--lm-navy); }

/* ---------- Mobile ---------- */
@media (max-width: 980px) {
	.lm-burger { display: inline-flex; }
	.lm-primary-nav {
		position: fixed;
		inset: 84px 0 0 0;
		background: var(--lm-cream);
		flex-direction: column;
		justify-content: flex-start;
		gap: 0;
		padding: 32px var(--lm-gutter);
		transform: translateX(100%);
		transition: transform .3s var(--lm-ease);
		z-index: 40;
	}
	.lm-primary-nav.is-open { transform: translateX(0); }
	.lm-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}
	.lm-menu li { width: 100%; }
	.lm-menu a {
		display: block;
		font-size: 1.2rem;
		padding: 18px 0;
		border-bottom: 1px solid var(--lm-line);
	}
	.lm-menu a::after { display: none; }
	.lm-primary-nav__cta { width: 100%; margin-top: 24px; }

	.lm-burger.is-open .lm-burger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.lm-burger.is-open .lm-burger__bar:nth-child(2) { opacity: 0; }
	.lm-burger.is-open .lm-burger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

	.lm-about, .lm-contact, .lm-single__layout {
		grid-template-columns: 1fr;
	}
	.lm-therapeute-head {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.lm-therapeute-head__photo {
		max-width: 200px;
		margin: 0 auto;
	}
	.lm-tags { justify-content: center; }
	.lm-site-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
}

@media (max-width: 540px) {
	.lm-site-footer__inner { grid-template-columns: 1fr; }
	.lm-hero__actions { flex-direction: column; align-items: stretch; }
	.lm-hero__actions .lm-btn { width: 100%; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; }
	html { scroll-behavior: auto; }
}
