/* ==========================================================================
   Instrument Sans — self-hosted.
   Served from this origin so the family is defined by the stylesheet that is
   already being fetched, rather than after a round trip to fonts.googleapis.com
   and a second one to fonts.gstatic.com. That double hop is what made the hero
   headline paint in a fallback face and then reflow. It also keeps visitor IPs
   off Google's servers, which the GDPR position for this site requires.
   ========================================================================== */
@font-face {
	font-family: 'Instrument Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-latin-ext-italic.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-latin-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/instrument-sans-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Barbu Psiholog — Design System v3
   Brand: #21404B (deep slate teal). Sans-only typography (Instrument Sans).
   ========================================================================== */

:root {
	/* ---- Brand ---- */
	--primary:       #21404B;
	--primary-deep:  #17303A;
	--primary-lift:  #2C5666;
	--primary-raise: #35657A;
	--primary-soft:  #E7EEEF;
	--primary-tint:  #F1F6F6;

	/* Accent — sage, used for emphasis words, icons, small marks */
	--accent:        #5F9E8B;
	--accent-deep:   #4A8272;
	--accent-soft:   #E6F0EC;
	--accent-on-dark:#B8EFD9;

	/* ---- Ground & ink ---- */
	--bg:         #FFFFFF;
	--bg-alt:     #F4F7F7;
	--surface:    #FFFFFF;
	--surface-2:  #EDF3F3;
	--text:       #17242A;
	--text-muted: #5C6D74;
	--text-onDark:#FFFFFF;
	--muted-onDark: rgba(255,255,255,.72);
	--border:     #DEE7E7;
	--border-strong: #C6D4D4;
	--border-onDark: rgba(255,255,255,.18);
	--star:       #E2A33F;
	--ring:       rgba(33, 64, 75, .38);

	/* ---- Type ---- */
	--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--font-display: var(--font-sans);

	/* ---- Spacing ---- */
	--space-1: 4px;   --space-2: 8px;   --space-3: 12px;  --space-4: 16px;
	--space-5: 20px;  --space-6: 24px;  --space-8: 32px;  --space-10: 40px;
	--space-12: 48px; --space-16: 64px; --space-20: 80px; --space-24: 96px;

	/* ---- Rhythm ---- */
	/* One rhythm, used symmetrically on every .section. Two stacked sections
	   therefore sit 2x --section-y apart; nothing overrides this asymmetrically. */
	--section-y:    clamp(48px, 4.6vw, 76px);
	--section-y-sm: clamp(32px, 3.2vw, 48px);
	--section-y-xs: clamp(20px, 2vw, 28px);

	--card-pad:    clamp(18px, 1.9vw, 24px);
	--card-pad-lg: clamp(22px, 2.4vw, 32px);
	--grid-gap:    clamp(18px, 1.6vw, 26px);
	--section-head-mb: clamp(22px, 2.6vw, 38px);

	/* ---- Container ---- */
	--container:        1440px;
	--container-mid:    1040px;  /* centred reading blocks: quote, page hero, FAQ */
	--container-narrow: 820px;
	--container-wide:   1600px;
	--container-pad:    clamp(20px, 4vw, 56px);

	/* ---- Radii ---- */
	--radius-sm: 8px;
	--radius:    14px;
	--radius-lg: 22px;
	--radius-pill: 999px;

	/* ---- Shadow ---- */
	--shadow-sm: 0 1px 2px rgba(23,48,58,.05), 0 2px 6px rgba(23,48,58,.05);
	--shadow:    0 6px 18px rgba(23,48,58,.07), 0 18px 44px -14px rgba(23,48,58,.10);
	--shadow-lg: 0 30px 70px -24px rgba(23,48,58,.28);

	--ease: cubic-bezier(.2,.8,.2,1);

	--header-h: 72px;
}

/* ===== Reset / base ===== */
*, *::before, *::after { box-sizing: border-box; }
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 16px);
}
body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.62;
	color: var(--text);
	background: var(--bg);
	overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--primary-lift); }
:focus-visible { outline: 3px solid var(--ring); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--accent); color: #fff; }

.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; }
.skip-link { position: absolute; left: 0; top: 0; transform: translateY(-200%); padding: 14px 20px; background: var(--primary); color: #fff; z-index: 9999; border-radius: 0 0 var(--radius-sm) 0; }
.skip-link:focus { transform: translateY(0); }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -0.022em;
	color: var(--text);
	margin: 0 0 var(--space-4);
	text-wrap: balance;
}

.display        { font-size: clamp(2.1rem, 4.4vw, 3.35rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.028em; }
.display--xl    { font-size: clamp(2.6rem, 6vw, 4.6rem);   line-height: 1.03; letter-spacing: -0.034em; }
.display--sm    { font-size: clamp(1.7rem, 3vw, 2.5rem);   line-height: 1.12; }
.display--xs    { font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.2; letter-spacing: -0.018em; }

/* Two-tone headline emphasis — `*word*` in admin fields renders through here */
.hl { font-style: normal; color: var(--accent-deep); }
.on-dark .hl,
.band--dark .hl,
.cta-card .hl,
.trust-strip .hl,
.stats-band .hl { color: var(--accent-on-dark); }

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .78rem; font-weight: 600;
	letter-spacing: .12em; text-transform: uppercase;
	color: var(--accent-deep);
	margin: 0 0 var(--space-4);
}
.band--dark .eyebrow, .on-dark .eyebrow { color: var(--accent-on-dark); }

.lead { font-size: clamp(1.02rem, 1.5vw, 1.19rem); line-height: 1.62; color: var(--text-muted); margin: 0 0 var(--space-6); max-width: 62ch; }
.band--dark .lead, .on-dark .lead { color: var(--muted-onDark); }

.muted { color: var(--text-muted); }
.small { font-size: .89rem; }
.text-center { text-align: center; }
.band--dark .muted, .on-dark .muted { color: var(--muted-onDark); }

p { margin: 0 0 var(--space-4); }
p:last-child { margin-bottom: 0; }

/* ==========================================================================
   Layout primitives
   ========================================================================== */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--container-pad); }
.container--narrow { max-width: var(--container-narrow); }
.container--mid    { max-width: var(--container-mid); }
.container--wide   { max-width: var(--container-wide); }

.site-main { display: block; }

.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: var(--section-y-sm); }

/* Full-bleed colour bands */
.band--dark {
	background: var(--primary);
	color: var(--text-onDark);
	position: relative;
	overflow: hidden;
}
.band--dark h1, .band--dark h2, .band--dark h3, .band--dark h4 { color: #fff; }
.band--dark::after {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(120% 90% at 88% -10%, rgba(143,198,178,.16), transparent 60%),
		radial-gradient(90% 70% at -5% 105%, rgba(255,255,255,.07), transparent 60%);
	pointer-events: none;
}
.band--dark > * { position: relative; z-index: 1; }

.band--tint { background: var(--bg-alt); }
.band--soft { background: var(--primary-tint); }

.section-head { margin-bottom: var(--section-head-mb); max-width: 68ch; }
.section-head .lead { margin-bottom: 0; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-6); max-width: none; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .lead { margin-inline: auto; }

/* Split layouts */
.container--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(28px, 3.6vw, 56px);
	align-items: center;
}
.container--split--reverse > *:first-child { order: 2; }
.container--split__image { margin: 0; }
.container--split__image img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.container--split__image--portrait img { aspect-ratio: 4/5; object-fit: cover; }

@media (max-width: 900px) {
	.container--split { grid-template-columns: 1fr; }
	.container--split--reverse > *:first-child { order: 0; }
	.section-head--row { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	font-family: var(--font-sans);
	font-size: .97rem; font-weight: 600; letter-spacing: -0.005em;
	line-height: 1;
	padding: 15px 26px;
	border-radius: var(--radius-pill);
	border: 1.5px solid transparent;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn--primary:hover { background: var(--primary-lift); border-color: var(--primary-lift); color: #fff; }

.btn--ghost { background: transparent; color: var(--primary); border-color: var(--border-strong); }
.btn--ghost:hover { background: var(--primary-soft); border-color: var(--primary); color: var(--primary); }

.band--dark .btn--primary, .on-dark .btn--primary { background: #fff; color: var(--primary); border-color: #fff; }
.band--dark .btn--primary:hover, .on-dark .btn--primary:hover { background: var(--accent-on-dark); border-color: var(--accent-on-dark); color: var(--primary-deep); }
.band--dark .btn--ghost, .on-dark .btn--ghost { color: #fff; border-color: var(--border-onDark); }
.band--dark .btn--ghost:hover, .on-dark .btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); color: #fff; }

.btn--sm  { padding: 11px 18px; font-size: .9rem; }
.btn--lg  { padding: 18px 32px; font-size: 1.02rem; }
.btn--full{ width: 100%; }

/* Text-link button — the "Read more" pattern */
.btn--link {
	padding: 0; border: 0; background: none; color: var(--text);
	border-radius: 0;
	border-bottom: 1.5px solid var(--accent);
	padding-bottom: 3px;
}
.btn--link:hover { color: var(--accent-deep); border-color: var(--accent-deep); background: none; }

.btn--rating { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.3); }
.btn--rating:hover { background: #fff; color: var(--primary); border-color: #fff; }

.cta-inline { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.cta-inline--center { justify-content: center; }

.icon { display: inline-flex; width: 1.15em; height: 1.15em; flex: none; }
.icon svg { width: 100%; height: 100%; }
.icon--xs { width: .95em; height: .95em; }
.icon--sm { width: 1.05em; height: 1.05em; }
.icon--md { width: 1.4em; height: 1.4em; }
.icon--feature { width: 30px; height: 30px; color: var(--accent-deep); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: var(--primary);
	color: #fff;
	transition: box-shadow .25s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 8px 28px -16px rgba(0,0,0,.55); }
/* The dark ground needs a light focus ring; the default one disappears on it. */
.site-header :focus-visible { outline-color: rgba(255,255,255,.75); }

.site-header__inner {
	display: flex; align-items: center; gap: var(--space-6);
	min-height: var(--header-h);
}
.site-logo { flex: none; display: block; }
/* The logo artwork is white-on-transparent, which is exactly right on the
   brand-coloured header — no filter needed. */
.site-logo img { width: auto; height: 38px; object-fit: contain; }

/* phone sits beside the logo, with a hairline divider — reference pattern */
.header-phone {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .92rem; font-weight: 500;
	color: #fff; text-decoration: none;
	padding-left: var(--space-6);
	border-left: 1px solid var(--border-onDark);
	flex: none;
}
.header-phone .icon { color: var(--accent-on-dark); }
.header-phone:hover { color: var(--accent-on-dark); }

.site-nav { margin-left: auto; min-width: 0; }
.nav-menu { display: flex; flex-wrap: nowrap; align-items: center; gap: clamp(14px, 1.6vw, 26px); list-style: none; margin: 0; padding: 0; }
.nav-menu a {
	font-size: .93rem; font-weight: 500; color: rgba(255,255,255,.84);
	text-decoration: none; padding: 6px 0; position: relative; display: block;
	white-space: nowrap;
	transition: color .2s var(--ease);
}
.nav-menu a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px;
	background: var(--accent-on-dark); transform: scaleX(0); transform-origin: left;
	transition: transform .25s var(--ease);
}
.nav-menu a:hover { color: #fff; }
.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after,
.nav-menu .current_page_item > a::after { transform: scaleX(1); }
.nav-menu .current-menu-item > a, .nav-menu .current_page_item > a { color: #fff; font-weight: 600; }

/* sub menus */
.nav-menu .sub-menu {
	position: absolute; top: 100%; left: -14px; min-width: 220px;
	background: var(--primary-deep); border: 1px solid var(--border-onDark); border-radius: var(--radius);
	box-shadow: var(--shadow); padding: 8px; list-style: none; margin: 0;
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.nav-menu > li { position: relative; }
.nav-menu > li:hover > .sub-menu, .nav-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .sub-menu a { padding: 9px 12px; border-radius: var(--radius-sm); }
.nav-menu .sub-menu a::after { display: none; }
.nav-menu .sub-menu a:hover { background: rgba(255,255,255,.12); color: #fff; }

.site-header__actions { display: flex; align-items: center; gap: var(--space-3); flex: none; }
.site-nav__extra { display: none; }
/* Inverted on the brand ground so the primary action still reads as primary. */
.site-header__actions .btn--primary { background: #fff; color: var(--primary); border-color: #fff; }
.site-header__actions .btn--primary:hover { background: var(--accent-on-dark); border-color: var(--accent-on-dark); color: var(--primary-deep); }

.nav-toggle {
	display: none;
	width: 44px; height: 44px; padding: 0;
	align-items: center; justify-content: center;
	background: transparent; border: 1px solid var(--border-onDark); border-radius: var(--radius-pill);
	color: #fff; cursor: pointer;
}
.nav-toggle .icon--close { display: none; }
.nav-toggle[aria-expanded="true"] .icon--menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon--close { display: inline-flex; }

@media (max-width: 1280px) {
	.header-phone { display: none; }
}
@media (max-width: 1100px) {
	.nav-toggle { display: inline-flex; }

	/* The nav is fixed at this width, so it no longer pushes anything — the
	   actions need their own margin to stay against the right edge. */
	.site-header__actions { margin-left: auto; }

	.site-nav {
		position: fixed; inset: var(--header-h) 0 0 0;
		background: var(--primary);
		padding: var(--space-8) var(--container-pad) var(--space-10);
		overflow-y: auto;
		display: flex; flex-direction: column;
		transform: translateX(100%);
		opacity: 0; visibility: hidden;
		transition: transform .34s var(--ease), opacity .24s var(--ease), visibility .34s;
		margin-left: 0;
	}
	.site-nav.is-open { transform: translateX(0); opacity: 1; visibility: visible; }

	.nav-menu { flex-direction: column; flex-wrap: wrap; align-items: stretch; gap: 0; }
	.nav-menu > li { border-bottom: 1px solid var(--border-onDark); }
	.nav-menu > li:first-child { border-top: 1px solid var(--border-onDark); }
	.nav-menu a {
		padding: 18px 2px; font-size: 1.25rem; font-weight: 600;
		letter-spacing: -0.015em; color: #fff;
		display: flex; align-items: center; justify-content: space-between;
	}
	.nav-menu a::after { display: none; }
	.nav-menu > li > a::before {
		content: ""; width: 7px; height: 7px; border-radius: 50%;
		background: var(--accent-on-dark); opacity: 0; order: 2;
		transition: opacity .2s var(--ease);
	}
	.nav-menu .current-menu-item > a::before,
	.nav-menu .current_page_item > a::before { opacity: 1; }
	.nav-menu .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		background: transparent; box-shadow: none; border: 0; padding: 0 0 12px 14px;
	}
	.nav-menu .sub-menu a { font-size: 1rem; font-weight: 500; padding: 10px 2px; color: var(--muted-onDark); }

	/* Booking + direct contact, pinned to the bottom of the panel. */
	.site-nav__extra { display: block; margin-top: auto; padding-top: var(--space-10); }
	.site-nav__contact {
		list-style: none; margin: var(--space-6) 0 0; padding: var(--space-6) 0 0;
		border-top: 1px solid var(--border-onDark);
		display: grid; gap: var(--space-4);
	}
	.site-nav__contact li { display: flex; align-items: center; gap: 11px; }
	.site-nav__contact .icon { color: var(--accent-on-dark); flex: none; }
	.site-nav__contact a { color: #fff; text-decoration: none; font-size: 1rem; font-weight: 500; }

	.hide-on-mobile { display: none; }
}
@media (max-width: 560px) {
	.site-header__actions .btn--primary { display: none; }
}

/* ==========================================================================
   Hero — fullscreen split with layered media
   ========================================================================== */
.hero {
	position: relative;
	/* Fullscreen on a laptop, but capped so it does not balloon into dead space
	   on tall monitors. */
	min-height: clamp(520px, calc(100svh - var(--header-h)), 760px);
	display: flex; align-items: center;
	padding-block: var(--section-y);
	background: var(--bg);
	overflow: hidden;
}
.hero__bg {
	position: absolute; inset: 0;
	background:
		radial-gradient(70% 60% at 82% 18%, var(--primary-tint), transparent 65%),
		radial-gradient(55% 50% at 6% 92%, var(--accent-soft), transparent 60%);
	pointer-events: none;
}
.hero__inner {
	position: relative; z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: clamp(28px, 3.6vw, 56px);
	align-items: center;
	width: 100%;
}
.hero__copy { max-width: 46rem; }
.hero__copy .display--xl { margin-bottom: var(--space-4); }
.hero__copy .lead { max-width: 46ch; margin-bottom: var(--space-6); }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; margin-bottom: var(--space-8); }

.hero__signals {
	display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-6);
	list-style: none; margin: 0; padding: 0;
}
.hero__signals li {
	display: inline-flex; align-items: center; gap: 9px;
	font-size: .92rem; font-weight: 500; color: var(--text-muted);
}
.hero__signals .icon { color: var(--accent-deep); }

/* Layered media cluster */
.hero__image { position: relative; margin: 0; }
.hero__image > img {
	width: 100%;
	/* The hero shot is a wide environmental portrait — 4:3 keeps the room around
	   them instead of cropping it away to a square. */
	aspect-ratio: 4/3; object-fit: cover;
	object-position: 50% 42%;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
}
.hero__media-accent {
	position: absolute; left: 0; bottom: 9%;
	width: 46%;
	border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow-lg);
	border: 6px solid #fff;
	background: #fff;
}
.hero__media-accent img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }


/* ---- Desktop hero --------------------------------------------------------
   One treatment at every desktop width: copy on clean background, photo on the
   right meeting it at a crisp vertical edge. No fade — white over a photo with
   this much detail in it reads as a smudge rather than a blend, and it forced
   the copy and the faces to compete for the same band. Nothing overlaps now,
   so nothing has to be tuned against anything else. */
@media (min-width: 941px) {
	.hero {
		position: relative;
		overflow: hidden;
		min-height: clamp(460px, 40vw, 660px);
		padding-block: clamp(40px, 4vw, 72px);
		background: var(--bg);
	}
	.hero__bg { inset: 0 auto 0 0; width: 52%; }

	.hero__image {
		position: absolute;
		top: 0; bottom: 0; right: 0; left: auto;
		width: 54%;
		margin: 0;
		z-index: 0;
	}
	.hero__image > img {
		position: static;
		width: 100%; height: 100%; max-width: none;
		aspect-ratio: auto;
		object-fit: cover;
		/* Biased right of centre so the figures sit toward the copy rather than
		   against the screen edge — but not so far that the narrowing column
		   crops past them. As the column gets narrower the crop widens, and
		   anything above roughly 75% starts cutting the left-hand figure at
		   1600px and below. */
		object-position: 60% 42%;
		border-radius: 0;
		box-shadow: none;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 1fr);
		align-items: center;
		/* Must not be the containing block: the photo is absolutely positioned
		   and needs to size against .hero, not against this column. */
		position: static;
	}
	.hero__copy {
		position: relative;
		z-index: 1;
		max-width: min(34rem, 40%);
	}
}

@media (max-width: 940px) {
	.hero { min-height: 0; padding-block: var(--section-y); }
	.hero__inner { grid-template-columns: 1fr; gap: var(--space-10); }
	/* Stacked layout: centred reads as composed, left-aligned reads as leftover. */
	.hero__copy { text-align: center; max-width: 36rem; margin-inline: auto; }
	.hero__copy .eyebrow { justify-content: center; }
	.hero__copy .lead { margin-inline: auto; }
	.hero__cta { justify-content: center; }
	.hero__signals { justify-content: center; }
	.hero__image { max-width: 560px; margin-inline: auto; width: 100%; }
}
@media (max-width: 560px) {
	.hero__media-accent { width: 42%; bottom: 4%; border-width: 4px; }
}

/* ==========================================================================
   Rating banner
   ========================================================================== */
.rating-banner { background: var(--primary); color: #fff; padding-block: var(--section-y-sm); position: relative; overflow: hidden; }
.rating-banner::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(80% 120% at 92% 0%, rgba(143,198,178,.18), transparent 62%);
	pointer-events: none;
}
.rating-banner__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: auto 1fr auto;
	gap: clamp(24px, 4vw, 56px); align-items: center;
}
.rating-banner__stars { display: flex; flex-direction: column; gap: 6px; }
.rating-banner__score { font-size: 1.9rem; font-weight: 600; letter-spacing: -.02em; line-height: 1; }
.rating-banner__source { font-size: .84rem; color: var(--muted-onDark); }
.rating-banner__title { font-size: clamp(1.25rem, 2vw, 1.7rem); margin: 0 0 6px; color: #fff; }
.rating-banner__subtitle { font-size: .96rem; color: var(--muted-onDark); margin: 0; max-width: 56ch; }

.stars { display: inline-flex; gap: 3px; --star-size: 1rem; }
.star { width: var(--star-size); height: var(--star-size); color: rgba(255,255,255,.3); }
.star.is-on { color: var(--star); }
.star .icon { width: 100%; height: 100%; }
.testimonial-card .star { color: var(--border-strong); }
.testimonial-card .star.is-on { color: var(--star); }

@media (max-width: 940px) {
	.rating-banner__inner { grid-template-columns: 1fr; gap: var(--space-6); }
	.rating-banner__stars { flex-direction: row; align-items: center; gap: 12px; }
}

/* ==========================================================================
   Trust strip (credentials + reviews link, directly under the hero)
   ========================================================================== */
.trust-strip {
	background: var(--primary);
	color: var(--text-onDark);
	padding-block: var(--section-y-sm);
	position: relative;
	overflow: hidden;
}
.trust-strip::after {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(80% 130% at 92% 0%, rgba(143, 198, 178, .16), transparent 62%);
	pointer-events: none;
}
.trust-strip .container { position: relative; z-index: 1; }
.trust-strip__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(28px, 4vw, 64px);
	align-items: center;
}

.trust-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-5) clamp(20px, 2.4vw, 34px);
}
.trust-item { display: flex; align-items: flex-start; gap: 10px; }
.trust-item__mark { color: var(--accent-on-dark); margin-top: .2em; flex: none; }
.trust-item strong {
	display: block; font-size: .98rem; font-weight: 600;
	line-height: 1.3; margin-bottom: 3px; color: #fff;
}
.trust-item span { display: block; font-size: .86rem; line-height: 1.45; color: var(--muted-onDark); }

.trust-strip__reviews {
	display: flex; flex-direction: column; align-items: center; gap: var(--space-4);
	padding-left: clamp(24px, 3vw, 44px);
	border-left: 1px solid var(--border-onDark);
}
/* Stars and score on one line, optically centred on the button beneath. */
.trust-strip__score { margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
.trust-strip__score strong { font-size: 1.35rem; font-weight: 600; letter-spacing: -.02em; line-height: 1; }
.trust-strip__reviews .stars { --star-size: 1.05rem; align-items: center; }

@media (max-width: 1100px) {
	.trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.trust-strip__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
	.trust-grid { justify-items: center; width: 100%; }
	.trust-item { flex-direction: column; align-items: center; text-align: center; gap: 6px; }
	.trust-item__mark { margin-top: 0; }
	.trust-strip__reviews {
		align-items: center; padding-left: 0; padding-top: var(--space-6);
		border-left: 0; border-top: 1px solid var(--border-onDark);
		width: 100%;
	}
	.trust-strip__score { justify-content: center; }
}
@media (max-width: 560px) {
	.trust-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Feature cards
   ========================================================================== */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.feature-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: var(--card-pad-lg);
	transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.feature-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); }
.feature-card .icon--feature {
	display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; padding: 13px;
	background: var(--accent-soft); border-radius: var(--radius);
	margin-bottom: var(--space-5); color: var(--accent-deep);
}
.feature-card h3 { font-size: 1.14rem; margin-bottom: 10px; }
.feature-card p { color: var(--text-muted); font-size: .96rem; margin: 0; }
@media (max-width: 900px) { .features-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Stats band
   ========================================================================== */
.stats-band__inner {
	background: var(--primary);
	color: #fff;
	border-radius: var(--radius-lg);
	padding: clamp(28px, 3.2vw, 44px) clamp(22px, 3vw, 40px);
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: var(--space-8);
	position: relative; overflow: hidden;
}
.stats-band__inner::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(70% 120% at 90% -10%, rgba(143,198,178,.18), transparent 62%);
	pointer-events: none;
}
.stat { position: relative; z-index: 1; text-align: center; }
.stat + .stat { border-left: 1px solid var(--border-onDark); }
.stat__value {
	display: block;
	font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 600;
	line-height: 1; letter-spacing: -.03em; margin-bottom: 10px;
	font-variant-numeric: tabular-nums;
}
.stat__label { font-size: .88rem; color: var(--muted-onDark); line-height: 1.4; display: block; }
@media (max-width: 860px) {
	.stats-band__inner { grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }
	.stat + .stat { border-left: 0; }
	.stat:nth-child(even) { border-left: 1px solid var(--border-onDark); }
	.stat:nth-child(n+3) { border-top: 1px solid var(--border-onDark); padding-top: var(--space-6); }
}

/* ==========================================================================
   Quote moment
   ========================================================================== */
.quote-block { text-align: center; max-width: var(--container-mid); margin-inline: auto; }
.quote-block blockquote {
	margin: 0 0 var(--space-6);
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	font-weight: 500; line-height: 1.25; letter-spacing: -.024em;
	color: var(--text); text-wrap: balance;
}
.quote-block__rule { width: 44px; height: 2px; background: var(--accent); margin: 0 auto var(--space-5); border: 0; }
.quote-block__by { font-size: .95rem; color: var(--text-muted); font-weight: 500; }

/* ==========================================================================
   Services grid / cards
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.service-card {
	display: flex; flex-direction: column; align-items: flex-start;
	overflow: hidden;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: var(--card-pad-lg);
	text-decoration: none; color: inherit;
	transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.service-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); color: inherit; }
/* The uploaded service artwork is full 16:9 illustration, not a glyph, so it
   reads as a card banner rather than a crushed thumbnail. */
.service-card__icon, .service-card img {
	width: calc(100% + 2 * var(--card-pad-lg));
	/* The base reset caps images at max-width:100%, which clamped the width while
	   the negative margin still shifted it left — leaving a gap down one side. */
	max-width: none;
	margin: calc(-1 * var(--card-pad-lg)) calc(-1 * var(--card-pad-lg)) var(--space-5);
	aspect-ratio: 16/10; height: auto; object-fit: cover;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	background: var(--surface-2);
}
/* No artwork uploaded — fall back to a compact glyph chip. */
.service-card__icon--default {
	display: flex; align-items: center; justify-content: center;
	width: 54px; height: 54px; aspect-ratio: auto;
	margin: 0 0 var(--space-5);
	border-radius: var(--radius);
	background: var(--accent-soft); color: var(--accent-deep); padding: 13px;
}
.service-card__title { font-size: 1.14rem; margin-bottom: 10px; }
.service-card__excerpt { color: var(--text-muted); font-size: .95rem; margin-bottom: var(--space-4); }
.service-card__meta {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: .84rem; font-weight: 500; color: var(--accent-deep);
	background: var(--accent-soft); padding: 5px 12px; border-radius: var(--radius-pill);
	margin-bottom: var(--space-4);
}
.service-card__more {
	display: inline-flex; align-items: center; gap: 8px;
	margin-top: auto; font-size: .93rem; font-weight: 600; color: var(--primary);
}
.service-card__more .icon { transition: transform .25s var(--ease); }
.service-card:hover .service-card__more .icon { transform: translateX(4px); }
@media (max-width: 1000px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .services-grid { grid-template-columns: 1fr; } }

/* Iconed list — the reference "My services" pattern */
.icon-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-6); }
.icon-list li { display: grid; grid-template-columns: 48px 1fr; gap: var(--space-4); align-items: start; }
.icon-list__mark {
	width: 48px; height: 48px; padding: 12px;
	display: flex; align-items: center; justify-content: center;
	background: var(--accent-soft); color: var(--accent-deep);
	border-radius: var(--radius); flex: none;
}
.icon-list h3 { font-size: 1.06rem; margin-bottom: 5px; }
.icon-list p { font-size: .95rem; color: var(--text-muted); margin: 0; }

/* Check list */
.check-list { list-style: none; margin: 0 0 var(--space-6); padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; font-size: .98rem; color: var(--text-muted); }
.check-list .icon { color: var(--accent-deep); margin-top: .28em; }
.band--dark .check-list li, .on-dark .check-list li { color: var(--muted-onDark); }
.band--dark .check-list .icon, .on-dark .check-list .icon { color: var(--accent-on-dark); }

/* ==========================================================================
   Main category cards
   ========================================================================== */
.main-categories-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--grid-gap); }
.main-category-card {
	display: flex; flex-direction: column;
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius-lg); overflow: hidden;
	text-decoration: none; color: inherit;
	transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.main-category-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow); color: inherit; }
.main-category-card__image { margin: 0; overflow: hidden; }
.main-category-card__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s var(--ease); }
.main-category-card:hover .main-category-card__image img { transform: scale(1.04); }
.main-category-card__body { padding: var(--card-pad-lg); display: flex; flex-direction: column; flex: 1; }
.main-category-card__eyebrow {
	font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
	color: var(--accent-deep); margin: 0 0 10px;
}
.main-category-card__title { font-size: clamp(1.3rem, 2vw, 1.65rem); margin-bottom: 10px; }
.main-category-card__text { color: var(--text-muted); font-size: .97rem; margin-bottom: var(--space-4); }
.main-category-card__count {
	font-size: .84rem; font-weight: 600; color: var(--accent-deep);
	background: var(--accent-soft); align-self: flex-start;
	padding: 5px 12px; border-radius: var(--radius-pill); margin-bottom: var(--space-5);
}
.main-category-card__more {
	display: inline-flex; align-items: center; gap: 8px;
	margin-top: auto; font-weight: 600; color: var(--primary); font-size: .95rem;
}
.main-category-card__more .icon { transition: transform .25s var(--ease); }
.main-category-card:hover .main-category-card__more .icon { transform: translateX(4px); }
/* Reconnect is a project, not a category — a wide card under the pair. */
.main-category-card--wide { grid-column: 1 / -1; flex-direction: row; align-items: stretch; }
.main-category-card--wide { min-height: 260px; }
.main-category-card--wide .main-category-card__image { flex: 0 0 38%; }
/* Let the copy set the card height; the image just fills whatever that is,
   rather than a min-height on the image forcing empty space beside it. */
.main-category-card--wide .main-category-card__image img { height: 100%; aspect-ratio: auto; min-height: 0; }
.main-category-card--wide .main-category-card__body { justify-content: center; }
/* The stacked cards push this link to the bottom with margin-top:auto, which
   here just opens a gap under the text — let it follow the copy instead. */
.main-category-card--wide .main-category-card__more { margin-top: var(--space-5); }
.main-category-card--wide .main-category-card__text { max-width: 62ch; margin-bottom: 0; }

@media (max-width: 900px) {
	.main-categories-grid { grid-template-columns: 1fr; }
	.main-category-card--wide { flex-direction: column; }
	.main-category-card--wide .main-category-card__image { flex: none; }
	.main-category-card--wide .main-category-card__image img { height: auto; aspect-ratio: 16/10; min-height: 0; }
}

/* ==========================================================================
   Sliders
   ========================================================================== */
.news-slider { position: relative; }
.news-slider__track {
	display: flex; gap: var(--grid-gap);
	overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-bottom: var(--space-3);
	scrollbar-width: none; -ms-overflow-style: none;
}
.news-slider__track::-webkit-scrollbar { display: none; }
.news-slider__slide { flex: 0 0 calc((100% - 2 * var(--grid-gap)) / 3); scroll-snap-align: start; }
/* Controls sit in the section header beside "Vezi toate", not on top of the
   cards — so they never cover content and stay reachable on small screens. */
.slider-controls { display: flex; align-items: center; gap: 10px; flex: none; flex-wrap: wrap; }
.news-slider__nav {
	width: 44px; height: 44px; flex: none;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 1.35rem; line-height: 1;
	background: transparent; color: var(--primary);
	border: 1.5px solid var(--border-strong); border-radius: var(--radius-pill);
	cursor: pointer;
	transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.news-slider__nav:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.band--dark .news-slider__nav { color: #fff; border-color: var(--border-onDark); }
.band--dark .news-slider__nav:hover { background: #fff; color: var(--primary); border-color: #fff; }
/* The header lives inside the slider element now, so reset the section-head gap. */
.news-slider > .section-head { margin-bottom: var(--section-head-mb); }

@media (max-width: 1000px) { .news-slider__slide { flex-basis: calc((100% - var(--grid-gap)) / 2); } }
@media (max-width: 640px)  { .news-slider__slide { flex-basis: 86%; } }

/* Sub-service cards */
.sub-services-slider .news-slider__slide { flex-basis: calc((100% - 3 * var(--grid-gap)) / 4); }
@media (max-width: 1100px) { .sub-services-slider .news-slider__slide { flex-basis: calc((100% - 2 * var(--grid-gap)) / 3); } }
@media (max-width: 800px)  { .sub-services-slider .news-slider__slide { flex-basis: calc((100% - var(--grid-gap)) / 2); } }
@media (max-width: 540px)  { .sub-services-slider .news-slider__slide { flex-basis: 74%; } }

.sub-service-card {
	display: flex; flex-direction: column; align-items: flex-start; height: 100%;
	overflow: hidden;
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius-lg); padding: var(--card-pad);
	text-decoration: none; color: inherit;
	transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.sub-service-card:hover { border-color: var(--accent); transform: translateY(-3px); color: inherit; }
.sub-service-card__icon {
	width: calc(100% + 2 * var(--card-pad));
	max-width: none;
	margin: calc(-1 * var(--card-pad)) calc(-1 * var(--card-pad)) var(--space-4);
	aspect-ratio: 16/10; height: auto; object-fit: cover;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	background: var(--surface-2);
}
.sub-service-card__icon.service-card__icon--default {
	width: 46px; height: 46px; aspect-ratio: auto;
	margin: 0 0 var(--space-4); border-radius: var(--radius);
}
.sub-service-card__title { font-size: 1rem; margin-bottom: 6px; }
.sub-service-card__meta { font-size: .84rem; color: var(--text-muted); margin: 0; }
.band--dark .sub-service-card {
	background: rgba(255,255,255,.06); border-color: var(--border-onDark); color: #fff;
}
.band--dark .sub-service-card:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.4); }
.band--dark .sub-service-card__meta { color: var(--muted-onDark); }

/* ==========================================================================
   Steps
   ========================================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.step-card {
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius-lg); padding: var(--card-pad-lg);
}
.step-card__n {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: var(--radius-pill);
	background: var(--primary); color: #fff;
	font-size: .95rem; font-weight: 600; font-variant-numeric: tabular-nums;
	margin-bottom: var(--space-5);
}
.step-card h3 { font-size: 1.1rem; margin-bottom: 9px; }
.step-card p { color: var(--text-muted); font-size: .95rem; margin: 0; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.testimonial-card {
	display: flex; flex-direction: column;
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius-lg); padding: var(--card-pad-lg); margin: 0;
}
.testimonial-card .stars { margin-bottom: var(--space-4); }
.testimonial-card blockquote { margin: 0 0 var(--space-5); font-size: .99rem; color: var(--text); line-height: 1.62; flex: 1; }
.testimonial-card blockquote p:last-child { margin-bottom: 0; }
.testimonial-card figcaption { display: flex; flex-direction: column; gap: 3px; border-top: 1px solid var(--border); padding-top: var(--space-4); }
.testimonial-card figcaption strong { font-weight: 600; font-size: .97rem; }
@media (max-width: 1000px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .testimonials-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   CTA strip
   ========================================================================== */
.cta-card {
	background: linear-gradient(157deg, var(--primary-raise) 0%, var(--primary-lift) 46%, var(--primary) 100%);
	color: #fff;
	border-radius: var(--radius-lg);
	padding: clamp(30px, 3.6vw, 48px) clamp(24px, 3.4vw, 48px);
	display: grid; grid-template-columns: 1.35fr auto; gap: clamp(28px, 4vw, 56px);
	align-items: center; position: relative; overflow: hidden;
}
.cta-card::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(75% 130% at 88% -12%, rgba(143,198,178,.28), transparent 64%);
	pointer-events: none;
}
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { color: #fff; }
.cta-card .eyebrow { color: var(--accent-on-dark); }
.cta-card .lead { color: var(--muted-onDark); margin-bottom: 0; }
.cta-card__actions { display: flex; flex-direction: column; gap: var(--space-3); }
.cta-card__actions .btn--primary { background: #fff; color: var(--primary); border-color: #fff; }
.cta-card__actions .btn--primary:hover { background: var(--accent-on-dark); border-color: var(--accent-on-dark); color: var(--primary-deep); }
.cta-card__actions .btn--ghost { color: #fff; border-color: var(--border-onDark); }
.cta-card__actions .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }
@media (max-width: 900px) { .cta-card { grid-template-columns: 1fr; } .cta-card__actions { flex-direction: row; flex-wrap: wrap; } }

/* ==========================================================================
   Page hero / breadcrumbs
   ========================================================================== */
/* One hero band for every page except the front page: same ground, same
   padding, same floor height, breadcrumbs always first in the container. The
   floor is what makes a title-only page sit at the same height as one that
   also carries a lead, buttons and an image. */
.section--page-hero {
	padding-block: var(--section-y-sm);
	background: var(--bg-alt);
	display: flex;
	align-items: center;
	min-height: clamp(260px, 27vw, 400px);
}
.section--page-hero > .container { width: 100%; }
.page-hero { max-width: var(--container-mid); }
.page-hero .lead { margin-bottom: 0; }
/* Every hero H1 is .display — no per-template size. */
.section--page-hero .display { font-size: clamp(2.1rem, 4.4vw, 3.35rem); }

.breadcrumbs { margin-bottom: var(--space-5); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; font-size: .86rem; color: var(--text-muted); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--border-strong); }
.breadcrumbs a { color: var(--text-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-deep); }
.breadcrumbs [aria-current="page"] { color: var(--text); font-weight: 500; }

/* Category hero — split */
.category-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 3.6vw, 56px); align-items: center; }
.category-hero__cta { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-bottom: var(--space-8); }
.category-hero__image { margin: 0; }
.category-hero__image img {
	width: 100%;
	/* Capped rather than a free aspect ratio, so the image cannot push this
	   hero taller than the text-only ones on other pages. */
	height: clamp(180px, 19vw, 280px);
	object-fit: cover;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}
@media (max-width: 900px) { .category-hero { grid-template-columns: 1fr; } }

/* ==========================================================================
   Meta row (single service)
   ========================================================================== */
.meta-row { display: flex; flex-wrap: wrap; gap: var(--space-8); margin: var(--space-8) 0 0; padding-top: var(--space-6); border-top: 1px solid var(--border); }
.meta-row dt { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 5px; }
.meta-row dd { margin: 0; font-size: 1.04rem; font-weight: 600; }

/* Shared long-form layout: one readable content column plus a sticky card, both
   flush to the container edges. Used by single services, category pages and
   vision pages so long-form text never floats alone in a wide container. */
.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: clamp(28px, 3.6vw, 64px);
	align-items: start;
}
.content-layout__main { min-width: 0; }
.content-layout__aside { position: sticky; top: calc(var(--header-h) + 20px); }

.side-card {
	display: flex; flex-direction: column; gap: var(--space-3);
	background: var(--bg-alt);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: var(--card-pad-lg);
}
.side-card__title { font-size: 1.12rem; margin-bottom: 4px; }
.side-card__head .muted { font-size: .92rem; margin: 0; }
.side-card__signals {
	list-style: none; margin: var(--space-2) 0 0; padding: var(--space-4) 0 0;
	border-top: 1px solid var(--border);
	display: grid; gap: 9px;
}
.side-card__signals li { display: flex; align-items: center; gap: 9px; font-size: .89rem; color: var(--text-muted); }
.side-card__signals .icon { color: var(--accent-deep); flex: none; }

.service-single__image { margin: 0 0 var(--space-8); }
.service-single__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--radius-lg); }

@media (max-width: 1000px) {
	.content-layout { grid-template-columns: 1fr; }
	.content-layout__aside { position: static; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { display: grid; gap: var(--space-3); }
/* Rows, not running text: they align to the container edges like the heading
   above them rather than sitting inset. */
.faq-list--centered { max-width: none; }
.faq-item {
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius); overflow: hidden;
	transition: border-color .2s var(--ease);
}
.faq-item[open] { border-color: var(--accent); }
.faq-item summary {
	display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
	padding: var(--space-5) var(--card-pad);
	font-weight: 600; font-size: 1.02rem; cursor: pointer; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__icon { color: var(--accent-deep); flex: none; transition: transform .25s var(--ease); }
.faq-item[open] .faq-item__icon { transform: rotate(45deg); }
.faq-item__body { padding: 0 var(--card-pad) var(--space-5); color: var(--text-muted); }
.faq-item__body p:last-child { margin-bottom: 0; }

/* Team details accordion */
.team-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 3.6vw, 52px); align-items: start; margin-bottom: var(--section-y-sm); }
.team-block:last-child { margin-bottom: 0; }
.team-block__photo { margin: 0; }
.team-block__photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.team-block__details { display: grid; gap: var(--space-3); margin-top: var(--space-6); }
.team-detail { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.team-detail[open] { border-color: var(--accent); }
.team-detail summary {
	display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
	padding: var(--space-4) var(--card-pad); cursor: pointer; list-style: none;
}
.team-detail summary::-webkit-details-marker { display: none; }
.team-detail__label { font-weight: 600; font-size: 1rem; }
.team-detail__icon { color: var(--accent-deep); flex: none; transition: transform .25s var(--ease); }
.team-detail[open] .team-detail__icon { transform: rotate(45deg); }
.team-detail__body { padding: 0 var(--card-pad) var(--space-5); color: var(--text-muted); font-size: .96rem; }
@media (max-width: 900px) { .team-block { grid-template-columns: 1fr; } }

/* ==========================================================================
   Forms
   ========================================================================== */
.contact-form {
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius-lg); padding: var(--card-pad-lg);
	display: grid; gap: var(--space-5); align-content: start;
}
.contact-form h2 { margin-bottom: 6px; }
.contact-form > .muted { margin-top: -12px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .89rem; font-weight: 600; color: var(--text); }
.field input, .field textarea, .search-form input {
	font-family: inherit; font-size: 1rem; color: var(--text);
	padding: 13px 15px;
	background: var(--bg-alt);
	border: 1.5px solid var(--border);
	border-radius: var(--radius-sm);
	width: 100%;
	transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.field input:focus, .field textarea:focus, .search-form input:focus {
	outline: none; border-color: var(--accent); background: #fff;
	box-shadow: 0 0 0 4px var(--accent-soft);
}
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.field--checkbox label { display: flex; align-items: flex-start; gap: 11px; font-weight: 400; font-size: .91rem; color: var(--text-muted); }
.field--checkbox input { width: auto; margin-top: 3px; accent-color: var(--primary); }
.field.is-error input, .field.is-error textarea { border-color: #C0483F; background: #FDF2F1; }
.contact-form__status { font-size: .93rem; margin: 0; min-height: 1.4em; }
.contact-form__status.is-success { color: var(--accent-deep); font-weight: 600; }
.contact-form__status.is-error { color: #C0483F; font-weight: 600; }
@media (max-width: 540px) { .field-row { grid-template-columns: 1fr; } }

.search-form { display: flex; gap: var(--space-3); }

/* Contact page: the form is the point of the page, so it gets the room. The
   details sit in the same card as the booking box on the service pages. */
.container--split--form { grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); align-items: start; }
.contact-info { align-content: start; display: grid; gap: var(--space-5); }
.contact-info .side-card { gap: var(--space-5); }
.contact-info .side-card__title { margin-bottom: 0; }
.contact-info .contact-list--lg { margin-bottom: 0; }
@media (max-width: 900px) { .container--split--form { grid-template-columns: 1fr; } }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-4); }
.contact-list li { display: flex; align-items: flex-start; gap: 12px; font-size: .97rem; }
.contact-list .icon { color: var(--accent-deep); margin-top: .25em; flex: none; }
.contact-list a { color: inherit; text-decoration: none; }
.contact-list a:hover { color: var(--accent-deep); }
.contact-list--lg { gap: var(--space-6); margin-bottom: var(--space-8); }
.contact-list--lg li { align-items: flex-start; }
.contact-list--lg strong { display: block; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
.contact-list--lg > li > div { display: flex; flex-direction: column; }

.hours { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.hours li { display: flex; justify-content: space-between; gap: var(--space-4); font-size: .92rem; border-bottom: 1px dashed var(--border); padding-bottom: 6px; }
.hours li:last-child { border-bottom: 0; }
.hours li span:last-child { color: var(--text-muted); font-variant-numeric: tabular-nums; }
.site-footer .hours li { border-bottom-color: var(--border-onDark); }
.site-footer .hours li span:last-child { color: var(--muted-onDark); }

.map iframe { display: block; width: 100%; border-radius: var(--radius-lg); }

/* ==========================================================================
   News
   ========================================================================== */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.news-grid--archive { margin-bottom: var(--section-y-sm); }
.section--quote { padding-block: var(--section-y); }
.news-card {
	display: flex; flex-direction: column; height: 100%;
	background: var(--surface); border: 1px solid var(--border);
	border-radius: var(--radius-lg); overflow: hidden;
	text-decoration: none; color: inherit;
	transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.news-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); color: inherit; }
.news-card__media { margin: 0; overflow: hidden; background: var(--surface-2); }
.news-card__media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s var(--ease); }
.news-card:hover .news-card__media img { transform: scale(1.04); }
.news-card__media-fallback { width: 100%; aspect-ratio: 16/10; background: linear-gradient(135deg, var(--primary-soft), var(--accent-soft)); }
.news-card__body { padding: var(--card-pad); display: flex; flex-direction: column; flex: 1; }
.news-card__cat { font-size: .74rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; color: var(--accent-deep); margin: 0 0 9px; }
.news-card__title { font-size: 1.08rem; margin-bottom: 9px; }
.news-card__excerpt { font-size: .93rem; color: var(--text-muted); margin-bottom: var(--space-4); }
.news-card__meta { font-size: .82rem; color: var(--text-muted); margin: auto 0 0; font-variant-numeric: tabular-nums; }
@media (max-width: 1000px) { .news-grid, .news-grid--archive { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .news-grid, .news-grid--archive { grid-template-columns: 1fr; } }

.section--news-hero { background: var(--bg-alt); }
.news-hero { max-width: var(--container-mid); }
.news-hero .display { font-size: clamp(2.1rem, 4.4vw, 3.35rem); }
.news-hero__meta { margin: var(--space-5) 0 0; }
.news-cover { margin: 0 0 var(--space-10); }
.news-cover img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--radius-lg); }
.section--news-body { padding-block: var(--section-y); }
.news-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--space-8); padding-top: var(--space-6); border-top: 1px solid var(--border); }
.news-tags a { font-size: .84rem; color: var(--text-muted); background: var(--surface-2); padding: 5px 12px; border-radius: var(--radius-pill); text-decoration: none; }
.news-tags a:hover { background: var(--accent-soft); color: var(--accent-deep); }

/* ==========================================================================
   Prose
   ========================================================================== */
.prose { max-width: 72ch; margin-inline: auto; }
/* Where the container is already the measure, capping again just leaves dead
   space down one side. These need two classes to out-rank the .prose cap above,
   which is declared later in the file than the components that use it. */
.container--narrow .prose,
.content-layout__main .prose,
.prose.prose--fill { max-width: none; margin-inline: 0; }
.prose--left { margin-inline: 0; }
.prose__header { margin-bottom: var(--space-8); }
.prose__image { margin: 0 0 var(--space-8); }
.prose__image img { width: 100%; border-radius: var(--radius-lg); }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: var(--space-10); }
.prose h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); margin-top: var(--space-8); }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--text-muted); }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: var(--space-5); display: grid; gap: 8px; }
.prose a { color: var(--accent-deep); }
.prose blockquote {
	margin: var(--space-8) 0; padding: var(--space-6) var(--card-pad);
	background: var(--bg-alt); border-left: 3px solid var(--accent);
	border-radius: 0 var(--radius) var(--radius) 0; font-size: 1.08rem;
}
.prose img { border-radius: var(--radius); margin-block: var(--space-6); }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: var(--space-6); }
.prose th, .prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--border); }
.prose th { font-weight: 600; background: var(--bg-alt); }

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination { display: flex; justify-content: center; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	border: 1px solid var(--border); border-radius: var(--radius-pill);
	text-decoration: none; color: var(--text); font-weight: 600; font-size: .93rem;
	transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.pagination .page-numbers:hover { background: var(--primary-soft); border-color: var(--primary-soft); color: var(--primary); }
.pagination .page-numbers.current { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--primary-deep); color: #fff; padding-block: var(--section-y-sm) 0; position: relative; overflow: hidden; }
.site-footer::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(60% 80% at 92% 0%, rgba(143,198,178,.12), transparent 62%);
	pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }
.site-footer__grid {
	display: grid; grid-template-columns: 1.7fr 1fr 1.2fr 1.1fr;
	gap: clamp(24px, 3vw, 44px);
	padding-bottom: var(--section-y-sm);
}
.site-footer h3 { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-on-dark); margin-bottom: var(--space-5); }
.site-footer p, .site-footer li, .site-footer a { color: var(--muted-onDark); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-logo--footer { display: block; margin-bottom: var(--space-5); }
.site-logo--footer img { height: 40px; width: auto; filter: brightness(0) invert(1); opacity: .95; }
.site-footer__brand p { max-width: 40ch; font-size: .94rem; }
.footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: .94rem; }
.site-footer .contact-list .icon { color: var(--accent-on-dark); }
.social { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-6); }
.social a {
	font-size: .84rem; font-weight: 500;
	padding: 7px 15px; border: 1px solid var(--border-onDark);
	border-radius: var(--radius-pill); text-decoration: none;
}
.social a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); color: #fff; }
.site-footer__bottom {
	display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-4);
	padding-block: var(--space-6);
	border-top: 1px solid var(--border-onDark);
	font-size: .86rem; color: var(--muted-onDark);
}
@media (max-width: 1000px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
	/* Single column: centred reads as composed, left-aligned reads as leftover. */
	.site-footer__grid { justify-items: center; }
	.site-footer { text-align: center; }
	.site-logo--footer img { margin-inline: auto; }
	.site-footer__brand p { margin-inline: auto; }
	.social { justify-content: center; }
	.footer-menu { justify-items: center; }
	.site-footer .contact-list li { justify-content: center; text-align: left; }
	/* Day and time stay aligned to each other; the block itself is centred. */
	.site-footer .hours { max-width: 250px; margin-inline: auto; width: 100%; }
	.site-footer__bottom { flex-direction: column; align-items: center; text-align: center; gap: var(--space-2); }
}
@media (max-width: 620px) { .site-footer__grid { grid-template-columns: 1fr; gap: var(--space-10); } }

/* ==========================================================================
   404
   ========================================================================== */
.section--404 { padding-block: clamp(80px, 12vw, 160px); }
.section--404 .eyebrow { justify-content: center; }

/* ==========================================================================
   Misc sections
   ========================================================================== */
.section--intro { background: var(--bg); }
.section--cabinet { background: var(--bg-alt); }
.section--vision-image { padding-block: 0; }
.vision-hero-image { margin: 0; }
.vision-hero-image img { width: 100%; aspect-ratio: 21/9; object-fit: cover; border-radius: var(--radius-lg); }
.section--vision-hero { background: var(--bg-alt); }

/* ==========================================================================
   Mobile: centre everything
   --------------------------------------------------------------------------
   Once the layout is a single column, every text block centres — including
   long-form prose. Lists keep their markers inside so a centred bullet stays
   attached to its line rather than floating off to the left.
   ========================================================================== */
@media (max-width: 900px) {
	.page-hero,
	.section-head,
	.category-hero__copy,
	.news-hero,
	.quote-block__by { text-align: center; }

	.page-hero, .news-hero { margin-inline: auto; }
	.section-head { margin-inline: auto; }
	.page-hero .lead,
	.section-head .lead,
	.category-hero__copy .lead { margin-inline: auto; }

	.eyebrow { justify-content: center; }
	.breadcrumbs ol { justify-content: center; }

	.category-hero__cta,
	.cta-inline,
	.hero__signals,
	.slider-controls { justify-content: center; }
	.category-hero__copy .hero__signals { justify-content: center; }

	/* cards */
	.feature-card,
	.step-card,
	.service-card,
	.sub-service-card,
	.main-category-card__body,
	.testimonial-card { align-items: center; text-align: center; }
	.feature-card .icon--feature,
	.step-card__n,
	.service-card__icon--default,
	.icon-list__mark { margin-inline: auto; }
	.service-card__more,
	.main-category-card__more,
	.main-category-card__count { align-self: center; }
	.testimonial-card .stars { justify-content: center; }
	.testimonial-card figcaption { align-items: center; }

	.check-list li,
	.icon-list li { justify-content: center; }
	.icon-list li { grid-template-columns: 1fr; justify-items: center; }

	.cta-card,
	.review-cta { text-align: center; }
	.cta-card__actions,
	.review-cta__side { align-items: center; }
	.review-cta__score { justify-content: center; }

	.rating-banner__inner { text-align: center; }
	.rating-banner__stars { justify-content: center; }
	.stat { text-align: center; }

	.meta-row { justify-content: center; text-align: center; }
	.service-single__cta { align-items: stretch; text-align: center; }

	.contact-info { text-align: center; }
	/* Direct children only — the opening-hours list is nested inside one of
	   these items and must stay a day/time row, not a stack. */
	.contact-list > li { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
	.contact-list > li > .icon { margin-top: 0; }
	.contact-list--lg > li > div { align-items: center; width: 100%; }
	.hours li { flex-direction: row; align-items: baseline; text-align: left; }

	/* long-form content */
	.prose,
	.prose--vision,
	.prose--left,
	.service-single__body,
	.team-block__body,
	.news-card__body,
	.side-card,
	.faq-item__body,
	.vision-hero-image + *,
	.prose__header { text-align: center; }

	.prose ul, .prose ol {
		padding-left: 0;
		list-style-position: inside;
	}
	.prose blockquote { border-left: 0; border-top: 3px solid var(--accent); border-radius: var(--radius); }
	.prose img, .prose__image img { margin-inline: auto; }

	.faq-item summary { justify-content: center; gap: var(--space-3); text-align: center; }
	.news-card__meta, .news-card__cat { text-align: center; }
	.team-block__details { text-align: center; }
	.team-detail summary { justify-content: center; gap: var(--space-3); }
	.side-card .btn { justify-content: center; }
	.side-card__signals li { justify-content: center; }

	/* the form itself: labels centre with their fields */
	.contact-form { text-align: center; }
	.field label { text-align: center; }
	.field--checkbox label { justify-content: center; text-align: left; }
	.contact-form__status { text-align: center; }

	/* hours stay day/time aligned, but the block is centred */
	.hours { max-width: 260px; margin-inline: auto; width: 100%; text-align: left; }
	.hours li { gap: var(--space-5); }
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ==========================================================================
   Google review CTA
   ========================================================================== */
.review-cta {
	display: grid; grid-template-columns: 1.4fr auto;
	gap: clamp(24px, 3.6vw, 56px); align-items: center;
	background: var(--bg-alt);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: clamp(26px, 3.4vw, 44px) clamp(24px, 3.4vw, 48px);
}
.review-cta__copy .lead { margin-bottom: 0; }
.review-cta__side { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-4); }
.review-cta__score { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.review-cta__score .star { color: var(--border-strong); }
.review-cta__score .star.is-on { color: var(--star); }
.review-cta__score strong { font-size: 1.15rem; font-weight: 600; }
@media (max-width: 900px) { .review-cta { grid-template-columns: 1fr; } }

/* ==========================================================================
   Author page
   ========================================================================== */
.author-photo { margin: 0 0 var(--space-5); }
.author-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); }
.author-details { display: grid; gap: var(--space-3); margin-top: var(--space-8); }
.side-card__contact a { color: var(--text); text-decoration: none; }
.side-card__contact a:hover { color: var(--accent-deep); }
@media (max-width: 900px) { .author-photo img { margin-inline: auto; } }

/* ==========================================================================
   Mobile alignment for components defined after the main mobile block.
   These lose the cascade on source order otherwise — same specificity,
   later in the file.
   ========================================================================== */
@media (max-width: 900px) {
	.review-cta { text-align: center; }
	.review-cta__side { align-items: center; width: 100%; }
	.review-cta__score { justify-content: center; }
	.review-cta__side .btn { justify-content: center; }
	.author-photo img { max-width: 320px; margin-inline: auto; display: block; }
}

/* Practitioner name on the About page links through to their own profile. */
.team-block__link { color: inherit; text-decoration: none; }
.team-block__link:hover { color: var(--accent-deep); }
