/* =========================================================================
   HAGENA — main.css
   Premium editorial cosmetology theme
   Stack: vanilla CSS + custom properties, BEM-like naming, mobile-first
   ========================================================================= */

/* ─── 1. RESET & BASE ─────────────────────────────────────────────────── */

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 100px;
}

body {
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: var(--hg-fs-body);
	line-height: 1.6;
	color: var(--hg-purple);
	background: var(--hg-cream);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, picture, video {
	display: block;
	max-width: 100%;
	height: auto;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.2; }

::selection { background: var(--hg-purple); color: var(--hg-cream); }

/* Globalny focus-visible dla keyboard nav (WCAG 2.4.7) */
:where(a, button, input, textarea, select, [tabindex]):focus-visible {
	outline: 2px solid var(--hg-bronze);
	outline-offset: 3px;
	border-radius: 2px;
}
/* Variant na ciemnym tle */
.hg-section--dark :where(a, button):focus-visible,
.hg-header--hero[data-state="top"] :where(a, button):focus-visible,
.hg-mobile-menu :where(a, button):focus-visible,
.hg-footer :where(a, button):focus-visible,
.hg-kontakt__info :where(a, button):focus-visible {
	outline-color: var(--hg-gold-light);
}

/* Skip link for keyboard users */
.hg-skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: var(--hg-purple);
	color: var(--hg-cream);
	padding: 1rem 1.5rem;
	z-index: 9999;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.hg-skip-link:focus { top: 0; }

/* ─── 2. DESIGN TOKENS ────────────────────────────────────────────────── */

:root {
	/* Brand colors (z brand booka Mesmerie wybrane przez klienta) */
	--hg-purple:        #280c34;
	--hg-purple-90:     rgba(40, 12, 52, 0.9);
	--hg-purple-60:     rgba(40, 12, 52, 0.6);
	--hg-purple-30:     rgba(40, 12, 52, 0.3);
	--hg-purple-10:     rgba(40, 12, 52, 0.1);
	--hg-mauve:         #58444c;
	--hg-mauve-60:      rgba(88, 68, 76, 0.6);
	--hg-bronze:        #9f7352;
	--hg-bronze-30:     rgba(159, 115, 82, 0.3);
	--hg-beige:         #d3cbc5;
	--hg-beige-50:      rgba(211, 203, 197, 0.5);
	--hg-cream:         #f4f4e8;
	--hg-cream-90:      rgba(244, 244, 232, 0.9);
	--hg-gold-light:    #ffe998;
	--hg-gold-mid:      #d4a956;
	--hg-gold-dark:     #57370d;
	--hg-gold-grad:     linear-gradient(135deg, #ffe998 0%, #d4a956 50%, #57370d 100%);
	--hg-white:         #ffffff;
	--hg-black:         #0d0510;

	/* Spacing — 8px grid */
	--hg-space-1:  0.25rem;   /* 4 */
	--hg-space-2:  0.5rem;    /* 8 */
	--hg-space-3:  0.75rem;   /* 12 */
	--hg-space-4:  1rem;      /* 16 */
	--hg-space-5:  1.25rem;   /* 20 */
	--hg-space-6:  1.5rem;    /* 24 */
	--hg-space-8:  2rem;      /* 32 */
	--hg-space-10: 2.5rem;    /* 40 */
	--hg-space-12: 3rem;      /* 48 */
	--hg-space-16: 4rem;      /* 64 */
	--hg-space-20: 5rem;      /* 80 */
	--hg-space-24: 6rem;      /* 96 */

	/* Section padding — fluid (zmniejszone po feedback Pawla) */
	--hg-section-sm: clamp(2.75rem, 5vw, 4rem);
	--hg-section-md: clamp(4rem, 7.5vw, 6.5rem);
	--hg-section-lg: clamp(5rem, 10vw, 8.5rem);

	/* Container */
	--hg-container:  1240px;
	--hg-container-sm: 960px;
	--hg-container-narrow: 820px;
	--hg-gutter:     clamp(1.25rem, 4vw, 2.5rem);

	/* Typography fluid — refined (mniejsze h1/h2 po feedback Pawla) */
	--hg-fs-display:  clamp(2.5rem, 1.4rem + 4.6vw, 5.5rem);     /* HAGENA hero */
	--hg-fs-h1:       clamp(2.125rem, 1.5rem + 2.4vw, 3.5rem);
	--hg-fs-h2:       clamp(1.625rem, 1.25rem + 1.6vw, 2.75rem);
	--hg-fs-h3:       clamp(1.25rem, 1.1rem + 0.7vw, 1.75rem);
	--hg-fs-h4:       clamp(1.0625rem, 1rem + 0.3vw, 1.25rem);
	--hg-fs-lead:     clamp(1.125rem, 1.05rem + 0.4vw, 1.375rem);
	--hg-fs-body:     clamp(1rem, 0.96rem + 0.15vw, 1.0625rem);
	--hg-fs-sm:       0.9375rem;
	--hg-fs-xs:       0.8125rem;
	--hg-fs-eyebrow:  0.75rem;

	/* Fonts */
	--hg-font-display: 'EB Garamond', 'Times New Roman', serif;
	--hg-font-body:    'Inter', system-ui, -apple-system, sans-serif;

	/* Borders & radius */
	--hg-radius-sm:    3px;
	--hg-radius-md:    6px;
	--hg-radius-lg:    12px;
	--hg-border:       1px solid var(--hg-purple-10);
	--hg-border-light: 1px solid var(--hg-beige);

	/* Shadows */
	--hg-shadow-sm: 0 1px 3px rgba(40, 12, 52, 0.06);
	--hg-shadow-md: 0 4px 16px rgba(40, 12, 52, 0.08);
	--hg-shadow-lg: 0 12px 40px rgba(40, 12, 52, 0.12);
	--hg-shadow-xl: 0 24px 80px rgba(40, 12, 52, 0.18);

	/* Transitions */
	--hg-ease:       cubic-bezier(0.25, 1, 0.5, 1);
	--hg-ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
	--hg-dur-fast:   180ms;
	--hg-dur-base:   280ms;
	--hg-dur-slow:   500ms;

	/* Layout */
	--hg-topbar-h: 38px;

	/* Z-index */
	--hg-z-header:        50;
	--hg-z-mobile-menu:   60;
	--hg-z-cookies:       70;
	--hg-z-floating-cta:  40;
	--hg-z-preloader:     100;
}

/* ─── 3. TYPOGRAPHY ───────────────────────────────────────────────────── */

h1, .hg-h1, h2, .hg-h2, h3, .hg-h3, h4, .hg-h4 {
	font-family: var(--hg-font-display);
	font-weight: 500;
	letter-spacing: -0.012em;
	color: var(--hg-purple);
}

h1, .hg-h1 { font-size: var(--hg-fs-h1); line-height: 1.05; letter-spacing: -0.022em; }
h2, .hg-h2 { font-size: var(--hg-fs-h2); line-height: 1.08; letter-spacing: -0.018em; }
h3, .hg-h3 { font-size: var(--hg-fs-h3); line-height: 1.2;  letter-spacing: -0.012em; }
h4, .hg-h4 { font-size: var(--hg-fs-h4); line-height: 1.3; }

p { color: var(--hg-mauve); }
strong { color: var(--hg-purple); font-weight: 500; }
em { font-family: var(--hg-font-display); font-style: italic; color: var(--hg-mauve); }

.hg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--hg-space-3);
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-eyebrow);
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	margin-bottom: var(--hg-space-5);
}
.hg-eyebrow::before {
	content: '';
	width: 36px; height: 1px;
	background: var(--hg-bronze);
}
.hg-eyebrow--light { color: var(--hg-gold-light); }
.hg-eyebrow--light::before { background: var(--hg-gold-light); opacity: 0.7; }
.hg-hero__eyebrow::before,
.hg-page-hero .hg-eyebrow::before { display: none; }

/* Prose (richtext) */
.hg-prose { color: var(--hg-mauve); font-size: var(--hg-fs-body); line-height: 1.75; }
.hg-prose > * + * { margin-top: var(--hg-space-4); }
.hg-prose h2 { margin-top: var(--hg-space-12); margin-bottom: var(--hg-space-4); font-size: var(--hg-fs-h2); }
.hg-prose h3 { margin-top: var(--hg-space-10); margin-bottom: var(--hg-space-3); font-size: var(--hg-fs-h3); }
.hg-prose h4 { margin-top: var(--hg-space-8); margin-bottom: var(--hg-space-2); font-size: var(--hg-fs-h4); }
.hg-prose ul, .hg-prose ol { padding-left: 1.25rem; }
.hg-prose ul { list-style: none; padding-left: 0; }
.hg-prose ul li { position: relative; padding-left: 1.5rem; margin-bottom: var(--hg-space-2); }
.hg-prose ul li::before {
	content: '';
	position: absolute; left: 0; top: 0.7em;
	width: 8px; height: 1px;
	background: var(--hg-bronze);
}
.hg-prose ol { padding-left: 1.5rem; }
.hg-prose ol li { padding-left: 0.5rem; margin-bottom: var(--hg-space-2); }
.hg-prose ol li::marker { color: var(--hg-bronze); font-weight: 500; }
.hg-prose a {
	color: var(--hg-purple);
	border-bottom: 1px solid var(--hg-bronze);
	transition: color var(--hg-dur-base) var(--hg-ease);
}
.hg-prose a:hover { color: var(--hg-bronze); }
.hg-prose blockquote {
	font-family: var(--hg-font-display);
	font-size: var(--hg-fs-lead);
	font-style: italic;
	color: var(--hg-purple);
	padding-left: var(--hg-space-6);
	border-left: 2px solid var(--hg-bronze);
	margin: var(--hg-space-8) 0;
}
.hg-prose img { border-radius: var(--hg-radius-md); margin: var(--hg-space-6) 0; }

.hg-prose--light { color: rgba(244, 244, 232, 0.85); }
.hg-prose--light strong { color: var(--hg-cream); }
.hg-prose--light a { color: var(--hg-cream); border-bottom-color: var(--hg-gold-mid); }
.hg-prose--light a:hover { color: var(--hg-gold-light); }
.hg-prose--light ul li::before { background: var(--hg-gold-mid); }
.hg-prose--light blockquote { color: var(--hg-cream); border-color: var(--hg-gold-mid); }

/* ─── 4. LAYOUT ───────────────────────────────────────────────────────── */

.hg-container {
	width: 100%;
	max-width: var(--hg-container);
	padding-inline: var(--hg-gutter);
	margin-inline: auto;
}

.hg-section {
	padding-block: var(--hg-section-md);
	position: relative;
}
.hg-section--lg { padding-block: var(--hg-section-lg); }
.hg-section--sm { padding-block: var(--hg-section-sm); }
.hg-section--alt { background: var(--hg-beige-50); }
.hg-section--dark { background: var(--hg-purple); color: var(--hg-cream); }
.hg-section--dark p { color: rgba(244, 244, 232, 0.8); }

/* Premium ornament — cienka złota kreska tworząca delikatne separacje sekcji.
   Tylko między dwoma sekcjami z TYM SAMYM tłem (oba beige_50 lub oba cream). */
.hg-section + .hg-section:not(.hg-section--alt):not(.hg-section--dark)::before,
.hg-section--alt + .hg-section--alt::before {
	content: '';
	position: absolute;
	top: 0; left: 50%;
	width: 64px; height: 1px;
	background: linear-gradient(90deg, transparent, var(--hg-bronze), transparent);
	transform: translateX(-50%);
	opacity: 0.5;
}

.hg-section__header { margin-bottom: clamp(2rem, 5vw, 4rem); max-width: 720px; }
.hg-section__header--center { margin-inline: auto; text-align: center; max-width: 760px; }
.hg-section__header--center .hg-eyebrow { justify-content: center; }
.hg-section__header--with-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: var(--hg-space-10);
	max-width: none;
	flex-wrap: wrap;
}

.hg-section__title { font-size: var(--hg-fs-h2); margin-bottom: var(--hg-space-5); }
.hg-section__title--light { color: var(--hg-cream); }
.hg-section__lead {
	font-family: var(--hg-font-display);
	font-size: var(--hg-fs-lead);
	font-style: italic;
	color: var(--hg-mauve);
	max-width: 58ch;
	line-height: 1.55;
}
.hg-section__header--center .hg-section__lead { margin-inline: auto; }
.hg-section__lead--light { color: rgba(244, 244, 232, 0.88); }

/* ─── 5. BUTTONS & LINKS ──────────────────────────────────────────────── */

.hg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--hg-space-3);
	padding: 1.05rem 2.25rem;
	font-family: var(--hg-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background var(--hg-dur-base) var(--hg-ease), color var(--hg-dur-base) var(--hg-ease), border-color var(--hg-dur-base) var(--hg-ease), transform var(--hg-dur-base) var(--hg-ease), box-shadow var(--hg-dur-base) var(--hg-ease);
	white-space: nowrap;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	min-height: 52px;
	line-height: 1.2;
}

.hg-btn svg { transition: transform var(--hg-dur-base) var(--hg-ease); flex-shrink: 0; }
.hg-btn:hover svg { transform: translateX(4px); }
.hg-btn--lg { padding: 1.2rem 2.75rem; font-size: 0.8125rem; min-height: 60px; letter-spacing: 0.18em; }

.hg-btn--primary {
	background: var(--hg-purple);
	color: var(--hg-cream);
	border-color: var(--hg-purple);
}
.hg-btn--primary:hover {
	background: var(--hg-mauve);
	border-color: var(--hg-mauve);
}

.hg-btn--ghost {
	background: transparent;
	color: var(--hg-purple);
	border-color: var(--hg-purple);
}
.hg-btn--ghost:hover {
	background: var(--hg-purple);
	color: var(--hg-cream);
}

/* Header on hero pages — top state (transparent over photo) */
.hg-header--hero[data-state="top"] .hg-nav a,
.hg-header--hero[data-state="top"] .hg-nav__link {
	color: var(--hg-cream);
}
.hg-header--hero[data-state="top"] .hg-nav a::after,
.hg-header--hero[data-state="top"] .hg-nav__link::after {
	background: var(--hg-gold-light);
}
.hg-header--hero[data-state="top"] .hg-hamburger__line {
	background: var(--hg-cream);
}

.hg-btn--gold {
	background: var(--hg-gold-grad);
	color: var(--hg-purple);
	border: 0;
	font-weight: 600;
	letter-spacing: 0.1em;
	box-shadow: 0 4px 16px rgba(212, 169, 86, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.hg-btn--gold:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(212, 169, 86, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Text-arrow link (editorial CTA) */
.hg-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: var(--hg-space-3);
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-xs);
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hg-purple);
	padding-bottom: 6px;
	border-bottom: 1px solid var(--hg-bronze-30);
	transition: border-color var(--hg-dur-base) var(--hg-ease), color var(--hg-dur-base) var(--hg-ease);
}
.hg-link-arrow svg { transition: transform var(--hg-dur-base) var(--hg-ease); }
.hg-link-arrow:hover {
	border-bottom-color: var(--hg-bronze);
	color: var(--hg-bronze);
}
.hg-link-arrow:hover svg { transform: translateX(4px); }
.hg-link-arrow--light { color: var(--hg-cream); }
.hg-link-arrow--light:hover { color: var(--hg-gold-light); border-bottom-color: var(--hg-gold-light); }

/* ─── 6a. TOPBAR (slim premium agency standard) ───────────────────────── */

.hg-topbar {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: calc(var(--hg-z-header) + 1);
	background: var(--hg-purple);
	color: rgba(244, 244, 232, 0.92);
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
	transition: transform var(--hg-dur-base) var(--hg-ease);
}

/* Offset for WP admin bar */
.admin-bar .hg-topbar { top: 32px; }
.admin-bar .hg-header { top: calc(var(--hg-topbar-h) + 32px); }
@media (max-width: 782px) {
	.admin-bar .hg-topbar { top: 46px; }
	.admin-bar .hg-header { top: calc(var(--hg-topbar-h) + 46px); }
	.admin-bar .hg-mobile-menu { top: 46px; }
}
.hg-topbar__inner {
	max-width: 1440px;
	margin-inline: auto;
	padding: 0.55rem var(--hg-gutter);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--hg-space-4);
}
.hg-topbar__left { display: flex; align-items: center; gap: var(--hg-space-6); flex-wrap: wrap; }
.hg-topbar__right { display: flex; align-items: center; gap: var(--hg-space-2); }

.hg-topbar__phone {
	display: inline-flex;
	gap: var(--hg-space-2);
	align-items: center;
	color: var(--hg-cream);
	transition: color var(--hg-dur-base);
	letter-spacing: 0.08em;
}
.hg-topbar__phone:hover { color: var(--hg-gold-light); }
.hg-topbar__phone svg { color: var(--hg-gold-light); }

.hg-topbar__hours {
	color: rgba(244, 244, 232, 0.6);
	font-variant-numeric: tabular-nums;
}

.hg-topbar__address {
	display: inline-flex;
	gap: var(--hg-space-2);
	align-items: center;
	color: rgba(244, 244, 232, 0.85);
	letter-spacing: 0.08em;
}
.hg-topbar__address svg { color: var(--hg-gold-light); flex-shrink: 0; }

.hg-topbar__route {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	background: rgba(255, 233, 152, 0.1);
	border: 1px solid rgba(255, 233, 152, 0.3);
	color: var(--hg-gold-light);
	padding: 4px 12px;
	font-family: var(--hg-font-body);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background var(--hg-dur-base), color var(--hg-dur-base);
	border-radius: 999px;
}
.hg-topbar__route:hover {
	background: var(--hg-gold-light);
	color: var(--hg-purple);
}
.hg-topbar__route svg { transition: transform var(--hg-dur-base); }
.hg-topbar__route:hover svg { transform: translate(2px, -2px); }

@media (max-width: 700px) {
	.hg-topbar__address { display: none; }
	.hg-topbar__phone span { display: none; }
	.hg-topbar__phone { position: relative; padding: 15px; margin: -15px; justify-content: center; }
	.hg-topbar__left { gap: var(--hg-space-2); }
}
@media (max-width: 400px) {
	.hg-topbar__route { display: none; }
	.hg-topbar__inner { gap: var(--hg-space-2); }
}

.hg-topbar__sr { position: absolute; left: -9999px; }

.hg-topbar__social {
	display: inline-flex;
	width: 28px; height: 28px;
	align-items: center; justify-content: center;
	color: rgba(244, 244, 232, 0.7);
	transition: color var(--hg-dur-base) var(--hg-ease), background var(--hg-dur-base) var(--hg-ease);
	border-radius: 50%;
}
.hg-topbar__social:hover {
	color: var(--hg-purple);
	background: var(--hg-gold-light);
}

@media (max-width: 700px) {
	.hg-topbar__hours { display: none; }
	.hg-topbar__inner { padding: 0.5rem var(--hg-gutter); }
	.hg-topbar { font-size: 0.625rem; }
}

/* ─── 6. HEADER ───────────────────────────────────────────────────────── */

.hg-header {
	position: fixed;
	top: var(--hg-topbar-h);
	left: 0; right: 0;
	z-index: var(--hg-z-header);
	padding: var(--hg-space-4) 0;
	background: rgba(244, 244, 232, 0.95);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
	border-bottom: 1px solid rgba(40, 12, 52, 0.08);
	transition: padding var(--hg-dur-slow) var(--hg-ease), background var(--hg-dur-slow) var(--hg-ease);
}

/* Na home/podstronach z hero photo — top transparent z subtle blur, po scroll cream */
.hg-header--hero[data-state="top"] {
	background: linear-gradient(180deg, rgba(40, 12, 52, 0.55) 0%, rgba(40, 12, 52, 0.15) 100%);
	backdrop-filter: blur(8px) saturate(110%);
	-webkit-backdrop-filter: blur(8px) saturate(110%);
	border-bottom-color: transparent;
}

.hg-header[data-state="scrolled"] {
	background: rgba(244, 244, 232, 0.97);
	padding: var(--hg-space-3) 0;
	border-bottom-color: rgba(40, 12, 52, 0.1);
	box-shadow: 0 1px 12px rgba(40, 12, 52, 0.04);
}

@media (max-width: 700px) {
	.hg-header { top: var(--hg-topbar-h); }
}

.hg-header__inner {
	max-width: 1440px;
	margin-inline: auto;
	padding-inline: var(--hg-gutter);
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.hg-header__brand {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.hg-header__logo { height: 40px; width: auto; transition: height var(--hg-dur-slow) var(--hg-ease); }
.hg-header[data-state="scrolled"] .hg-header__logo { height: 32px; }

.hg-nav { flex: 1; display: flex; justify-content: center; }
.hg-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.2vw, 2.25rem);
	flex-wrap: nowrap;
}
.hg-nav__list li, .hg-nav__item { position: relative; white-space: nowrap; }
.hg-nav a, .hg-nav__link {
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-xs);
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hg-purple);
	padding: 0.5rem 0;
	position: relative;
	white-space: nowrap;
	transition: color var(--hg-dur-base) var(--hg-ease);
}
.hg-nav a::after, .hg-nav__link::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 0; height: 1px;
	background: var(--hg-bronze);
	transition: width var(--hg-dur-base) var(--hg-ease);
}
.hg-nav a:hover, .hg-nav__link:hover,
.hg-nav a.is-active, .hg-nav__link.is-active { color: var(--hg-bronze); }
.hg-nav a:hover::after, .hg-nav__link:hover::after,
.hg-nav a.is-active::after, .hg-nav__link.is-active::after { width: 100%; }

.hg-header__cta { flex-shrink: 0; }
.hg-header__cta-btn {
	padding: 0.75rem 1.25rem;
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	min-height: 0;
	gap: var(--hg-space-2);
}

/* Header CTA button (Booksy gold on right) */
.hg-header__cta-btn {
	padding: 0.65rem 1.35rem !important;
	font-size: 0.6875rem !important;
	letter-spacing: 0.16em !important;
	min-height: 0 !important;
	gap: var(--hg-space-2) !important;
	flex-shrink: 0;
}

@media (max-width: 1100px) {
	.hg-header__cta-btn { display: none; }
}

/* Hamburger */
.hg-hamburger {
	display: none;
	width: 44px; height: 44px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	z-index: 65;
	position: relative;
}
.hg-hamburger__line {
	display: block;
	width: 24px; height: 1.5px;
	background: var(--hg-purple);
	transition: transform var(--hg-dur-base) var(--hg-ease), opacity var(--hg-dur-fast);
}
body.hg-menu-open .hg-header {
	z-index: calc(var(--hg-z-mobile-menu) + 5);
	top: 0 !important;
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border-bottom-color: transparent !important;
	box-shadow: none !important;
}
.admin-bar.hg-menu-open .hg-header { top: 32px !important; }
@media (max-width: 782px) {
	.admin-bar.hg-menu-open .hg-header { top: 46px !important; }
}
body.hg-menu-open .hg-header__cta-btn { display: none; }
body.hg-menu-open .hg-topbar { opacity: 0; pointer-events: none; }
body.hg-menu-open .hg-hamburger__line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); background: var(--hg-cream); }
body.hg-menu-open .hg-hamburger__line:nth-child(2) { opacity: 0; }
body.hg-menu-open .hg-hamburger__line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); background: var(--hg-cream); }

/* Mobile menu */
.hg-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: var(--hg-z-mobile-menu);
	background: var(--hg-purple);
	color: var(--hg-cream);
	transform: translateY(-100%);
	transition: transform var(--hg-dur-slow) var(--hg-ease-out);
	display: flex;
	flex-direction: column;
	padding: 7.5rem var(--hg-space-6) var(--hg-space-8);
}
body.hg-menu-open .hg-mobile-menu { transform: translateY(0); }

.hg-mobile-menu__inner {
	max-width: 600px;
	margin-inline: auto;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--hg-space-12);
}

.hg-mobile-menu__list {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-2);
}
.hg-mobile-menu__list li { border-bottom: 1px solid rgba(244, 244, 232, 0.1); }
.hg-mobile-menu a, .hg-mobile-menu__link {
	display: block;
	padding: var(--hg-space-4) 0;
	font-family: var(--hg-font-display);
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--hg-cream);
	transition: color var(--hg-dur-base) var(--hg-ease), padding-left var(--hg-dur-base) var(--hg-ease);
}
.hg-mobile-menu a:hover, .hg-mobile-menu__link:hover {
	color: var(--hg-gold-light);
	padding-left: var(--hg-space-3);
}

.hg-mobile-menu__contact {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-4);
}
.hg-mobile-menu a.hg-mobile-menu__phone {
	display: inline-flex;
	align-items: center;
	gap: var(--hg-space-2);
	color: var(--hg-cream);
	font-size: 1.25rem;
	font-family: var(--hg-font-display);
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0;
}
.hg-mobile-menu a.hg-mobile-menu__btn {
	display: inline-flex;
	width: 100%;
	max-width: 360px;
	justify-content: center;
	font-size: 0.8125rem;
	padding: 0.875rem 2rem;
	letter-spacing: 0.14em;
}
.hg-mobile-menu__social { display: flex; gap: var(--hg-space-4); }
.hg-mobile-menu__social a {
	display: inline-flex;
	width: 44px; height: 44px;
	align-items: center; justify-content: center;
	border: 1px solid rgba(244, 244, 232, 0.25);
	color: var(--hg-cream);
	transition: background var(--hg-dur-base) var(--hg-ease);
}
.hg-mobile-menu__social a:hover { background: rgba(244, 244, 232, 0.1); }

/* ─── 7. PRELOADER ────────────────────────────────────────────────────── */

.hg-preloader {
	position: fixed;
	inset: 0;
	z-index: var(--hg-z-preloader);
	background: var(--hg-cream);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity var(--hg-dur-slow) var(--hg-ease), visibility var(--hg-dur-slow);
}
.hg-preloader.is-loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.hg-preloader__inner { display: flex; flex-direction: column; align-items: center; gap: var(--hg-space-4); }
.hg-preloader__logo {
	display: block;
	width: auto;
	height: clamp(100px, 20vw, 160px);
	object-fit: contain;
	opacity: 0;
	animation: hg-preload-fade 1.4s var(--hg-ease) forwards;
}
.hg-preloader__line {
	width: 120px; height: 1px;
	background: linear-gradient(90deg, transparent, var(--hg-bronze), transparent);
	transform-origin: center;
	animation: hg-preload-line 1.6s var(--hg-ease) infinite;
}
@keyframes hg-preload-fade {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes hg-preload-line {
	0%, 100% { transform: scaleX(0.3); opacity: 0.3; }
	50%      { transform: scaleX(1); opacity: 1; }
}

/* ─── 8. HERO ─────────────────────────────────────────────────────────── */

.hg-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--hg-cream);
	isolation: isolate;
}

.hg-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
	transform: scale(1.05);
	animation: hg-hero-zoom 16s var(--hg-ease) forwards;
}
.hg-hero__bg--none {
	background: linear-gradient(135deg, var(--hg-purple) 0%, var(--hg-mauve) 50%, var(--hg-bronze) 100%);
}
@keyframes hg-hero-zoom {
	from { transform: scale(1.05); }
	to   { transform: scale(1); }
}

.hg-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(40, 12, 52, calc(var(--hg-overlay) * 0.7)) 0%, rgba(40, 12, 52, calc(var(--hg-overlay) * 1.15)) 100%),
		linear-gradient(180deg, transparent 55%, rgba(40, 12, 52, 0.7) 100%),
		radial-gradient(ellipse at 50% 50%, transparent 30%, rgba(40, 12, 52, 0.25) 100%);
}

.hg-hero__inner {
	max-width: var(--hg-container);
	margin-inline: auto;
	padding: var(--hg-section-md) var(--hg-gutter);
	width: 100%;
	display: grid;
	place-items: center;
	min-height: 100svh;
}

.hg-hero__content {
	max-width: 760px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hg-hero__intro {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.75rem);
	color: var(--hg-cream);
	margin-bottom: var(--hg-space-4);
	opacity: 0;
	animation: hg-hero-up 0.9s var(--hg-ease) 0.4s forwards;
}

.hg-hero__logo {
	width: clamp(200px, 40vw, 360px);
	height: auto;
	opacity: 0;
	animation: hg-hero-up 1.4s var(--hg-ease) 0.6s forwards;
	filter: drop-shadow(0 4px 40px rgba(255, 233, 152, 0.25));
}

.hg-hero__sub {
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-eyebrow);
	font-weight: 500;
	letter-spacing: 0.45em;
	text-transform: uppercase;
	color: rgba(244, 244, 232, 0.92);
	margin-top: var(--hg-space-4);
	padding-left: 0.45em;
	opacity: 0;
	animation: hg-hero-up 0.9s var(--hg-ease) 0.95s forwards;
}

.hg-hero__divider {
	width: 1px; height: 72px;
	background: linear-gradient(to bottom, transparent, var(--hg-gold-light), transparent);
	margin: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
	opacity: 0;
	animation: hg-hero-fade 0.9s var(--hg-ease) 1.25s forwards;
}

.hg-hero__text {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: clamp(1.125rem, 1rem + 0.5vw, 1.4375rem);
	color: rgba(244, 244, 232, 0.92);
	max-width: 48ch;
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
	line-height: 1.55;
	opacity: 0;
	animation: hg-hero-up 0.9s var(--hg-ease) 1.45s forwards;
}

.hg-hero__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--hg-space-6) clamp(2rem, 4vw, 3rem);
	opacity: 0;
	animation: hg-hero-up 0.9s var(--hg-ease) 1.65s forwards;
}

@keyframes hg-hero-up {
	from { opacity: 0; transform: translateY(16px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes hg-hero-fade {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.hg-hero__scroll {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--hg-space-3);
	color: var(--hg-cream);
	opacity: 0.7;
	transition: opacity var(--hg-dur-base);
	z-index: 2;
}
.hg-hero__scroll:hover { opacity: 1; }
.hg-hero__scroll-text {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.hg-hero__scroll-line {
	width: 1px; height: 56px;
	background: linear-gradient(to bottom, transparent 0%, var(--hg-cream) 100%);
	position: relative;
	overflow: hidden;
}
.hg-hero__scroll-line::after {
	content: '';
	position: absolute;
	top: -56px; left: 0;
	width: 1px; height: 24px;
	background: var(--hg-gold-light);
	animation: hg-scroll-down 2s var(--hg-ease) infinite;
}
@keyframes hg-scroll-down {
	0%   { top: -24px; }
	100% { top: 56px; }
}

/* ─── 8b. PAGE HERO (mini-hero dla podstron) ──────────────────────────── */

.hg-page-hero {
	position: relative;
	min-height: 42vh;
	min-height: 42svh;
	max-height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--hg-cream);
	isolation: isolate;
	padding-top: clamp(7rem, 11vw, 9rem);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	text-align: center;
}
.hg-page-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: -2;
	transform: scale(1.03);
	animation: hg-hero-zoom 18s var(--hg-ease) forwards;
}
.hg-page-hero__bg--gradient {
	background: linear-gradient(135deg, var(--hg-purple) 0%, var(--hg-mauve) 60%, var(--hg-bronze) 100%);
}
.hg-page-hero__overlay {
	position: absolute; inset: 0; z-index: -1;
	background:
		linear-gradient(180deg, rgba(40, 12, 52, calc(var(--hg-overlay) + 0.05)) 0%, rgba(40, 12, 52, calc(var(--hg-overlay) + 0.15)) 100%),
		radial-gradient(ellipse at 50% 60%, transparent 20%, rgba(40, 12, 52, 0.4) 100%);
}
.hg-page-hero__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-4);
	align-items: center;
	max-width: 760px;
	text-align: center;
}
.hg-page-hero__inner .hg-eyebrow { justify-content: center; }

.hg-page-hero__title {
	font-family: var(--hg-font-display);
	font-size: clamp(2rem, 1.4rem + 2.4vw, 3.25rem);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.018em;
	color: var(--hg-cream);
	margin: 0;
	max-width: 22ch;
	margin-inline: auto;
	text-shadow: 0 2px 30px rgba(40, 12, 52, 0.4);
}

/* ─── 8c. HOME INTRO (krótka prezentacja na home) ─────────────────────── */

.hg-home-intro__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: center;
}
.hg-home-intro__media {
	overflow: hidden;
	aspect-ratio: 4/5;
	background: var(--hg-beige);
	box-shadow: 0 1px 0 rgba(40,12,52,0.04), 0 24px 60px -20px rgba(40,12,52,0.18);
}
.hg-home-intro__media img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 0.8s var(--hg-ease);
}
.hg-home-intro__media:hover img { transform: scale(1.04); }

.hg-home-intro__body { display: flex; flex-direction: column; gap: var(--hg-space-3); }
.hg-home-intro__body .hg-section__title { margin-bottom: var(--hg-space-3); }
.hg-home-intro__body .hg-section__lead { margin-bottom: var(--hg-space-5); }

.hg-home-intro__signature {
	display: flex;
	align-items: center;
	gap: var(--hg-space-3);
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: 1.125rem;
	color: var(--hg-bronze);
	margin: 0 0 var(--hg-space-6);
}
.hg-home-intro__sig-line {
	display: inline-block;
	width: 32px; height: 1px;
	background: var(--hg-bronze);
}

.hg-home-intro__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hg-space-4) var(--hg-space-8);
	margin-top: var(--hg-space-2);
}

@media (max-width: 900px) {
	.hg-home-intro__grid { grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 3.5rem); }
	.hg-home-intro__media { max-width: 480px; aspect-ratio: 1/1; }
}

/* ─── 8d. HOME PILLARS (3 filary oferty) ──────────────────────────────── */

.hg-home-pillars__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: clamp(1.5rem, 2.5vw, 2.25rem);
	margin-top: clamp(2rem, 4vw, 3rem);
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hg-pillar {
	background: var(--hg-cream);
	border: 1px solid rgba(40, 12, 52, 0.06);
	padding: clamp(1.75rem, 3vw, 2.5rem);
	transition: transform 0.5s var(--hg-ease), box-shadow 0.5s var(--hg-ease), border-color 0.4s var(--hg-ease);
	box-shadow: 0 1px 3px rgba(40,12,52,0.03);
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-3);
	position: relative;
	overflow: hidden;
}
.hg-pillar:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px -20px rgba(40,12,52,0.2);
	border-color: var(--hg-bronze-30);
}
.hg-pillar:hover .hg-pillar__icon { background: var(--hg-gold-grad); color: var(--hg-purple); }

.hg-pillar__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: var(--hg-space-2);
}
.hg-pillar__num {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: 1.5rem;
	color: var(--hg-bronze);
	font-weight: 400;
}
.hg-pillar__icon {
	display: inline-flex;
	width: 48px; height: 48px;
	align-items: center; justify-content: center;
	border-radius: 50%;
	background: rgba(40, 12, 52, 0.06);
	color: var(--hg-purple);
	transition: background var(--hg-dur-base) var(--hg-ease), color var(--hg-dur-base) var(--hg-ease);
}
.hg-pillar__title {
	font-family: var(--hg-font-display);
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin: 0;
}
.hg-pillar__desc {
	color: var(--hg-mauve);
	font-size: var(--hg-fs-sm);
	line-height: 1.7;
	margin: 0;
}

.hg-home-pillars__cta { text-align: center; }

/* ─── 9. O GABINECIE ──────────────────────────────────────────────────── */

.hg-o-gabinecie__grid {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: clamp(3rem, 7vw, 6rem);
	align-items: start;
}

.hg-o-gabinecie__media { position: sticky; top: 110px; }
.hg-o-gabinecie__figure {
	overflow: hidden;
	background: var(--hg-beige);
	aspect-ratio: 3/4;
	box-shadow: 0 1px 0 rgba(40,12,52,0.04), 0 24px 60px -20px rgba(40,12,52,0.18);
}
.hg-o-gabinecie__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s var(--hg-ease);
}
.hg-o-gabinecie__figure:hover img { transform: scale(1.03); }

.hg-o-gabinecie__bio {
	display: flex;
	gap: var(--hg-space-3);
	align-items: center;
	margin-top: var(--hg-space-6);
	padding: var(--hg-space-4);
	background: var(--hg-cream);
	border: var(--hg-border-light);
}
.hg-o-gabinecie__bio-photo {
	width: 56px; height: 56px;
	object-fit: cover;
	border-radius: 50%;
	flex-shrink: 0;
}
.hg-o-gabinecie__bio-name {
	font-family: var(--hg-font-display);
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--hg-purple);
	margin-bottom: 2px;
}
.hg-o-gabinecie__bio-role {
	font-size: var(--hg-fs-xs);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hg-bronze);
}

.hg-o-gabinecie__body { padding-top: var(--hg-space-10); }
.hg-o-gabinecie__body .hg-section__title { margin-bottom: var(--hg-space-6); max-width: 14ch; }
.hg-o-gabinecie__body .hg-section__lead { margin-bottom: var(--hg-space-8); max-width: 50ch; }

.hg-o-gabinecie__kwalifikacje {
	margin-top: var(--hg-space-10);
	padding-top: var(--hg-space-8);
	border-top: 1px solid var(--hg-purple-10);
}
.hg-o-gabinecie__kw-heading {
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	margin-bottom: var(--hg-space-5);
}
.hg-o-gabinecie__kw-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hg-space-3);
}
.hg-o-gabinecie__kw-list li {
	display: flex;
	gap: var(--hg-space-3);
	align-items: flex-start;
	font-size: var(--hg-fs-sm);
	color: var(--hg-mauve);
	line-height: 1.55;
}
.hg-o-gabinecie__kw-list svg {
	color: var(--hg-bronze);
	flex-shrink: 0;
	margin-top: 4px;
}

/* ─── 10. ZABIEGI ─────────────────────────────────────────────────────── */

.hg-zabiegi__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: clamp(1.5rem, 2.5vw, 2.25rem);
	margin-bottom: var(--hg-space-16);
}

.hg-zabieg {
	background: var(--hg-cream);
	border: 1px solid rgba(40, 12, 52, 0.06);
	transition: transform 0.5s var(--hg-ease), box-shadow 0.5s var(--hg-ease), border-color 0.4s var(--hg-ease);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(40,12,52,0.03);
}
.hg-zabieg:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px -20px rgba(40,12,52,0.18), 0 1px 0 rgba(40,12,52,0.04);
	border-color: var(--hg-bronze-30);
}
.hg-zabieg--featured { border-color: var(--hg-bronze); }
.hg-zabieg--featured::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: var(--hg-gold-grad);
}

.hg-zabieg__media {
	aspect-ratio: 4/3;
	overflow: hidden;
	background: var(--hg-beige);
}
.hg-zabieg__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform 0.8s var(--hg-ease);
}
.hg-zabieg:hover .hg-zabieg__media img { transform: scale(1.06); }

.hg-zabieg__body {
	padding: clamp(1.75rem, 2.5vw, 2.25rem);
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: var(--hg-space-3);
}

.hg-zabieg__icon-wrap {
	width: 52px; height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(40, 12, 52, 0.06);
	color: var(--hg-purple);
	border-radius: 50%;
	margin-bottom: var(--hg-space-3);
	transition: background var(--hg-dur-base) var(--hg-ease);
}
.hg-zabieg:hover .hg-zabieg__icon-wrap {
	background: var(--hg-gold-grad);
	color: var(--hg-purple);
}
.hg-zabieg--featured .hg-zabieg__icon-wrap {
	background: var(--hg-gold-grad);
	color: var(--hg-purple);
}

.hg-zabieg__nazwa {
	font-family: var(--hg-font-display);
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.2;
	letter-spacing: -0.005em;
	min-height: 2.4em;
}
.hg-zabieg__opis { color: var(--hg-mauve); font-size: var(--hg-fs-sm); line-height: 1.6; }

.hg-zabieg__meta {
	display: flex;
	gap: var(--hg-space-4);
	margin-top: auto;
	padding-top: var(--hg-space-3);
	border-top: 1px dashed var(--hg-beige);
	align-items: center;
	flex-wrap: wrap;
}
.hg-zabieg__cena {
	font-family: var(--hg-font-display);
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--hg-purple);
}
.hg-zabieg__czas {
	display: inline-flex;
	gap: var(--hg-space-1);
	align-items: center;
	font-size: var(--hg-fs-xs);
	color: var(--hg-bronze);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hg-zabieg__badge {
	position: absolute;
	top: var(--hg-space-3);
	right: var(--hg-space-3);
	background: var(--hg-purple);
	color: var(--hg-cream);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 0.35rem 0.7rem;
	z-index: 2;
}

.hg-zabiegi__cta { text-align: center; }

/* ─── 10b. OFERTA GABINETU v3 (card-based premium) ─────────────────────── */

.hg-oferta-gabinetu {
	position: relative;
	background: var(--hg-cream);
}
.hg-oferta-gabinetu::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 800px 500px at 100% 0%, rgba(159, 115, 82, 0.06), transparent 60%),
		radial-gradient(ellipse 800px 500px at 0% 100%, rgba(40, 12, 52, 0.04), transparent 60%);
	pointer-events: none;
}
.hg-oferta-gabinetu .hg-container { position: relative; }

.hg-oferta-gabinetu__header { margin-bottom: clamp(3rem, 6vw, 5rem); }
.hg-oferta-gabinetu__intro {
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-body);
	color: var(--hg-mauve);
	max-width: 68ch;
	margin: 0 auto clamp(2.5rem, 5vw, 4rem);
	line-height: 1.75;
	text-align: center;
}

/* Card grid v3 — premium 2x2 z dużym numerem corner */
.hg-oferta-gabinetu__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1.5rem, 2.5vw, 2.25rem);
	max-width: 1140px;
	margin-inline: auto;
}

.hg-og2-card {
	position: relative;
	background: var(--hg-cream);
	border: 1px solid rgba(40, 12, 52, 0.06);
	padding: clamp(2.25rem, 3.5vw, 3rem) clamp(1.75rem, 3vw, 2.5rem);
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-4);
	overflow: hidden;
	transition: transform 0.5s var(--hg-ease), box-shadow 0.5s var(--hg-ease), border-color 0.4s var(--hg-ease);
	box-shadow: 0 1px 3px rgba(40, 12, 52, 0.04);
}
.hg-og2-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px -20px rgba(40, 12, 52, 0.15);
	border-color: var(--hg-bronze-30);
}
.hg-og2-card:hover .hg-og2-card__icon { background: var(--hg-gold-grad); color: var(--hg-purple); }

.hg-og2-card__corner {
	position: absolute;
	top: clamp(1.25rem, 2vw, 1.75rem);
	right: clamp(1.5rem, 2.5vw, 2rem);
	pointer-events: none;
}
.hg-og2-card__num {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-weight: 400;
	font-size: clamp(2.5rem, 2rem + 1.6vw, 3.75rem);
	line-height: 1;
	color: rgba(159, 115, 82, 0.18);
	letter-spacing: 0;
	user-select: none;
}

.hg-og2-card__icon {
	display: inline-flex;
	width: 56px; height: 56px;
	align-items: center; justify-content: center;
	background: rgba(40, 12, 52, 0.06);
	color: var(--hg-purple);
	border-radius: 50%;
	transition: background var(--hg-dur-base) var(--hg-ease), color var(--hg-dur-base) var(--hg-ease);
	margin-bottom: var(--hg-space-1);
}

.hg-og2-card__title {
	font-family: var(--hg-font-display);
	font-size: clamp(1.5rem, 1.25rem + 0.9vw, 1.875rem);
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.2;
	letter-spacing: -0.012em;
	margin: 0;
	max-width: 18ch;
}

.hg-og2-card__intro,
.hg-og2-card__text {
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-sm);
	color: var(--hg-mauve);
	line-height: 1.7;
	margin: 0;
}

.hg-og2-card__list {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-4);
	margin: 0;
	padding: 0;
}
.hg-og2-card__item {
	display: flex;
	gap: var(--hg-space-3);
	align-items: flex-start;
}
.hg-og2-card__bullet {
	display: inline-block;
	width: 6px; height: 6px;
	background: var(--hg-bronze);
	border-radius: 50%;
	margin-top: 0.55em;
	flex-shrink: 0;
}
.hg-og2-card__item-name {
	display: block;
	font-family: var(--hg-font-body);
	font-weight: 600;
	font-size: var(--hg-fs-sm);
	color: var(--hg-purple);
	margin-bottom: 4px;
}
.hg-og2-card__item-desc {
	display: block;
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-sm);
	color: var(--hg-mauve);
	line-height: 1.65;
}

.hg-oferta-gabinetu__outro {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.625rem);
	color: var(--hg-purple);
	line-height: 1.45;
	max-width: 60ch;
	margin: clamp(3rem, 5vw, 4rem) auto 0;
	text-align: center;
}

@media (max-width: 800px) {
	.hg-oferta-gabinetu__cards { grid-template-columns: 1fr; gap: var(--hg-space-5); }
}
@media (max-width: 480px) {
	.hg-og2-card { padding: var(--hg-space-6) var(--hg-space-5); }
	.hg-og2-card__num { font-size: 2rem; }
}

.hg-og2-block__intro,
.hg-og2-block__text {
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-body);
	color: var(--hg-mauve);
	line-height: 1.75;
	max-width: 60ch;
	margin: 0;
}
.hg-og2-block__text + .hg-og2-block__outro,
.hg-og2-block__intro + .hg-og2-block__list { margin-top: var(--hg-space-5); }

.hg-og2-block__outro {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: var(--hg-fs-lead);
	color: var(--hg-purple);
	line-height: 1.5;
	max-width: 60ch;
	margin: var(--hg-space-6) 0 0;
}

.hg-og2-block__list {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-5);
	margin: 0;
	padding: 0;
}
.hg-og2-block__item {
	display: flex;
	gap: var(--hg-space-4);
	align-items: flex-start;
}
.hg-og2-block__marker {
	display: inline-block;
	width: 6px; height: 6px;
	background: var(--hg-bronze);
	border-radius: 50%;
	margin-top: 0.65em;
	flex-shrink: 0;
}
.hg-og2-block__item-name {
	display: block;
	font-family: var(--hg-font-body);
	font-weight: 600;
	font-size: var(--hg-fs-body);
	color: var(--hg-purple);
	margin-bottom: 4px;
	letter-spacing: 0.005em;
}
.hg-og2-block__item-desc {
	display: block;
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-sm);
	color: var(--hg-mauve);
	line-height: 1.7;
}

/* Specjalizacje — pełen zakres usług */
.hg-og2-spec {
	margin-top: clamp(4rem, 7vw, 6rem);
	max-width: 1100px;
	margin-inline: auto;
	padding: clamp(2.5rem, 5vw, 4rem) 0;
	border-top: 1px solid rgba(40, 12, 52, 0.1);
}
.hg-og2-spec__header {
	text-align: center;
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
	max-width: 760px;
	margin-inline: auto;
}
.hg-og2-spec__title {
	font-family: var(--hg-font-display);
	font-size: clamp(1.5rem, 1.3rem + 1vw, 2.125rem);
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.25;
	margin: var(--hg-space-3) 0 var(--hg-space-4);
}
.hg-og2-spec__intro {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: 1.0625rem;
	color: var(--hg-mauve);
	line-height: 1.65;
}
.hg-og2-spec__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1.5rem, 3vw, 2.5rem) clamp(2rem, 4vw, 3.5rem);
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 768px) {
	.hg-og2-spec__list { grid-template-columns: 1fr; }
}
.hg-og2-spec__item {
	display: block;
	padding-left: 1.25rem;
	position: relative;
}
.hg-og2-spec__item::before {
	content: '';
	position: absolute;
	left: 0; top: 0.55rem;
	width: 0.5rem; height: 1px;
	background: var(--hg-bronze);
}
.hg-og2-spec__item-name {
	display: block;
	font-family: var(--hg-font-display);
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--hg-purple);
	margin-bottom: var(--hg-space-2);
	line-height: 1.3;
}
.hg-og2-spec__item-desc {
	display: block;
	font-family: var(--hg-font-body);
	font-size: 0.9375rem;
	color: var(--hg-mauve);
	line-height: 1.65;
}
.hg-og2-spec__outro {
	text-align: center;
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid rgba(40, 12, 52, 0.08);
}
.hg-og2-spec__outro-main {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
	color: var(--hg-purple);
	line-height: 1.4;
	margin-bottom: var(--hg-space-3);
}
.hg-og2-spec__outro-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--hg-space-2);
}
.hg-og2-spec__outro-cta-text {
	font-family: var(--hg-font-body);
	font-size: 0.875rem;
	color: var(--hg-mauve);
	letter-spacing: 0.02em;
}
.hg-og2-spec__outro-phone {
	font-family: var(--hg-font-display);
	font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
	color: var(--hg-bronze);
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: color var(--hg-dur-base);
}
.hg-og2-spec__outro-phone:hover { color: var(--hg-purple); }

/* CTA: QR code + button + phone */
.hg-og2-cta {
	margin-top: clamp(4rem, 7vw, 6rem);
	padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 4vw, 3.5rem);
	background: var(--hg-purple);
	color: var(--hg-cream);
	max-width: 880px;
	margin-inline: auto;
	margin-top: clamp(4rem, 7vw, 6rem);
	position: relative;
	overflow: hidden;
}
.hg-og2-cta::before {
	content: '';
	position: absolute;
	top: -100px; right: -100px;
	width: 320px; height: 320px;
	background: radial-gradient(circle, rgba(255, 233, 152, 0.18), transparent 70%);
	pointer-events: none;
}
.hg-og2-cta::after {
	content: '';
	position: absolute;
	bottom: -100px; left: -100px;
	width: 280px; height: 280px;
	background: radial-gradient(circle, rgba(159, 115, 82, 0.12), transparent 70%);
	pointer-events: none;
}

.hg-og2-cta__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: center;
	position: relative;
}

.hg-og2-cta__qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--hg-space-3);
}
.hg-og2-cta__qr img {
	width: clamp(140px, 20vw, 180px);
	height: auto;
	background: var(--hg-cream);
	padding: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.hg-og2-cta__qr-label {
	font-size: 0.6875rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--hg-gold-light);
	font-weight: 500;
	text-align: center;
}

.hg-og2-cta__body {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-5);
}
.hg-og2-cta__text {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: var(--hg-fs-lead);
	line-height: 1.55;
	color: rgba(244, 244, 232, 0.92);
	margin: 0;
	max-width: 36ch;
}
.hg-og2-cta__btn { align-self: flex-start; }

.hg-og2-cta__phone {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hg-space-3);
	align-items: baseline;
	margin: 0;
	padding-top: var(--hg-space-4);
	border-top: 1px solid rgba(244, 244, 232, 0.15);
}
.hg-og2-cta__phone-label {
	font-size: var(--hg-fs-xs);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hg-gold-light);
	font-weight: 500;
}
.hg-og2-cta__phone-num {
	font-family: var(--hg-font-display);
	font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
	color: var(--hg-cream);
	font-weight: 500;
	letter-spacing: 0.02em;
	border-bottom: 1px solid transparent;
	transition: border-color var(--hg-dur-base) var(--hg-ease);
}
.hg-og2-cta__phone-num:hover { border-bottom-color: var(--hg-gold-light); }

@media (max-width: 720px) {
	.hg-og2-cta__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
	.hg-og2-cta__body { align-items: center; text-align: center; }
	.hg-og2-cta__text { max-width: none; }
	.hg-og2-cta__btn { align-self: center; width: 100%; max-width: 360px; white-space: normal; }
	.hg-og2-cta__phone { justify-content: center; flex-direction: column; gap: var(--hg-space-1); align-items: center; }
}

@media (max-width: 600px) {
	.hg-oferta-gabinetu__content { grid-template-columns: 1fr; }
	.hg-og2-block__head { gap: var(--hg-space-3); }
}

/* ─── 11. TRYCHOLOGIA ─────────────────────────────────────────────────── */

.hg-trychologia { position: relative; overflow: hidden; }
.hg-trychologia::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 600px 400px at 90% 10%, rgba(159, 115, 82, 0.15), transparent 60%),
		radial-gradient(ellipse 600px 400px at 0% 100%, rgba(255, 233, 152, 0.06), transparent 60%);
	pointer-events: none;
}

.hg-trychologia__grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: clamp(3rem, 7vw, 6rem);
	align-items: center;
	position: relative;
}
.hg-trychologia__body { padding-block: var(--hg-space-4); }

.hg-trychologia__grid > .hg-trychologia__body .hg-section__title { max-width: 16ch; }
.hg-trychologia__grid > .hg-trychologia__body .hg-section__lead { margin-bottom: var(--hg-space-6); }
.hg-trychologia__list { margin: var(--hg-space-8) 0; display: flex; flex-direction: column; gap: var(--hg-space-5); }
.hg-trychologia__item {
	display: flex;
	gap: var(--hg-space-4);
	align-items: flex-start;
}
.hg-trychologia__item-marker {
	display: inline-flex;
	width: 36px; height: 36px;
	flex-shrink: 0;
	align-items: center; justify-content: center;
	border: 1px solid rgba(255, 233, 152, 0.4);
	background: rgba(255, 233, 152, 0.08);
	color: var(--hg-gold-light);
}
.hg-trychologia__item-title {
	font-family: var(--hg-font-display);
	font-size: 1.25rem;
	color: var(--hg-cream);
	margin-bottom: var(--hg-space-1);
}
.hg-trychologia__item-desc {
	color: rgba(244, 244, 232, 0.7);
	font-size: var(--hg-fs-sm);
	line-height: 1.6;
}

.hg-trychologia__media { position: relative; }
.hg-trychologia__figure {
	overflow: hidden;
	aspect-ratio: 3/4;
	background: var(--hg-mauve);
	box-shadow: var(--hg-shadow-xl);
}
.hg-trychologia__figure img { width: 100%; height: 100%; object-fit: cover; }

/* ─── 12. BOOKSY CTA ──────────────────────────────────────────────────── */

.hg-booksy-cta {
	position: relative;
	overflow: hidden;
	color: var(--hg-cream);
	text-align: center;
	min-height: 0;
	padding-block: clamp(3rem, 6vw, 5rem);
	display: flex;
	align-items: center;
}
.hg-booksy-cta__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: -2;
}
.hg-booksy-cta__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(40, 12, 52, 0.7) 0%, rgba(40, 12, 52, 0.92) 100%);
}
.hg-booksy-cta:not(:has(.hg-booksy-cta__bg)) { background: var(--hg-purple); }

.hg-booksy-cta__inner {
	max-width: 720px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--hg-space-6);
}
.hg-booksy-cta__title {
	font-family: var(--hg-font-display);
	font-size: clamp(1.75rem, 1.4rem + 1.6vw, 2.75rem);
	font-weight: 500;
	color: var(--hg-cream);
	line-height: 1.15;
}
.hg-booksy-cta__lead {
	font-family: var(--hg-font-display);
	font-size: var(--hg-fs-lead);
	font-style: italic;
	color: rgba(244, 244, 232, 0.85);
	max-width: 56ch;
}

/* ─── 13. CENNIK ──────────────────────────────────────────────────────── */

.hg-cennik__grupy {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	gap: var(--hg-space-10);
	margin-bottom: var(--hg-space-12);
}
.hg-cennik__grupa {
	border-top: 1px solid var(--hg-bronze);
	padding-top: var(--hg-space-6);
}
.hg-cennik__grupa-tytul {
	font-family: var(--hg-font-display);
	font-size: 1.5rem;
	color: var(--hg-purple);
	margin-bottom: var(--hg-space-5);
}
.hg-cennik__lista { display: flex; flex-direction: column; gap: var(--hg-space-3); }
.hg-cennik__poz {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: var(--hg-space-3);
	align-items: baseline;
	padding-block: var(--hg-space-2);
}
.hg-cennik__poz-nazwa {
	color: var(--hg-purple);
	font-size: var(--hg-fs-body);
}
.hg-cennik__poz-dot {
	height: 1px;
	border-bottom: 1px dotted var(--hg-beige);
	transform: translateY(-3px);
}
.hg-cennik__poz-cena {
	font-family: var(--hg-font-display);
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--hg-bronze);
	white-space: nowrap;
}

.hg-cennik__cta {
	display: flex;
	gap: var(--hg-space-4);
	flex-wrap: wrap;
	justify-content: center;
}

/* ─── 14. CERTYFIKATY ─────────────────────────────────────────────────── */

.hg-certyfikaty__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(1rem, 2vw, 1.75rem);
	max-width: 1100px;
	margin-inline: auto;
}
@media (max-width: 900px) {
	.hg-certyfikaty__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.hg-certyfikaty__grid { grid-template-columns: 1fr; max-width: 320px; }
}
.hg-cert {
	aspect-ratio: 3/4;
	overflow: hidden;
	background: var(--hg-cream);
	border: 1px solid rgba(40, 12, 52, 0.06);
	transition: transform 0.5s var(--hg-ease), box-shadow 0.5s var(--hg-ease);
	box-shadow: 0 1px 3px rgba(40,12,52,0.04);
	cursor: zoom-in;
}
.hg-cert:hover {
	transform: translateY(-4px) scale(1.025);
	box-shadow: 0 16px 40px -12px rgba(40,12,52,0.2);
	z-index: 2;
}
.hg-cert__link { display: block; height: 100%; cursor: zoom-in; }
.hg-cert img { width: 100%; height: 100%; object-fit: contain; padding: 0.5rem; background: #fff; }

/* Lightbox */
.hg-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(40, 12, 52, 0.95);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: clamp(2rem, 5vw, 4rem);
	cursor: zoom-out;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.hg-lightbox.is-open { display: flex; animation: hg-fade-in 0.25s var(--hg-ease); }
.hg-lightbox__img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5);
	animation: hg-zoom-in 0.3s var(--hg-ease);
}
.hg-lightbox__close,
.hg-lightbox__prev,
.hg-lightbox__next {
	position: absolute;
	background: rgba(244, 244, 232, 0.1);
	border: 1px solid rgba(244, 244, 232, 0.2);
	color: var(--hg-cream);
	width: 44px; height: 44px;
	display: grid; place-items: center;
	border-radius: 50%;
	cursor: pointer;
	transition: background var(--hg-dur-base), transform var(--hg-dur-base);
	font-size: 1.5rem;
	line-height: 1;
	font-family: inherit;
	padding: 0;
}
.hg-lightbox__close:hover,
.hg-lightbox__prev:hover,
.hg-lightbox__next:hover { background: var(--hg-gold-grad); color: var(--hg-purple); }
.hg-lightbox__close { top: 24px; right: 24px; font-size: 1.75rem; }
.hg-lightbox__prev { left: 24px; top: 50%; transform: translateY(-50%); }
.hg-lightbox__next { right: 24px; top: 50%; transform: translateY(-50%); }
.hg-lightbox__prev:hover { transform: translateY(-50%) scale(1.05); }
.hg-lightbox__next:hover { transform: translateY(-50%) scale(1.05); }
@keyframes hg-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes hg-zoom-in { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }

/* ─── 15. OPINIE ──────────────────────────────────────────────────────── */

/* Opinie slider — karuzela auto-play, 3 widoczne na desktop */
.hg-opinie-slider {
	position: relative;
	max-width: 1200px;
	margin-inline: auto;
	padding: 0 clamp(3rem, 6vw, 4rem);
}
.hg-opinie-slider__viewport {
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
}
.hg-opinie-slider__track {
	display: flex;
	gap: clamp(1rem, 2vw, 1.5rem);
	transition: transform 0.7s var(--hg-ease);
	will-change: transform;
}
/* Desktop: 3 visible */
.hg-opinie-slider__slide {
	flex: 0 0 calc((100% - 2 * clamp(1rem, 2vw, 1.5rem)) / 3);
	min-width: 0;
	margin: 0;
}
/* Tablet: 2 visible */
@media (max-width: 1024px) {
	.hg-opinie-slider__slide {
		flex: 0 0 calc((100% - clamp(1rem, 2vw, 1.5rem)) / 2);
	}
}
/* Mobile: 1 visible */
@media (max-width: 640px) {
	.hg-opinie-slider__slide {
		flex: 0 0 100%;
	}
	.hg-opinie-slider__track { gap: 0; }
}
.hg-opinie-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px; height: 44px;
	display: grid;
	place-items: center;
	background: var(--hg-cream);
	border: 1px solid var(--hg-purple-10);
	color: var(--hg-purple);
	border-radius: 50%;
	transition: background var(--hg-dur-base) var(--hg-ease), color var(--hg-dur-base) var(--hg-ease), transform var(--hg-dur-base) var(--hg-ease);
	z-index: 2;
}
.hg-opinie-slider__nav:hover {
	background: var(--hg-purple);
	color: var(--hg-cream);
	transform: translateY(-50%) scale(1.05);
}
.hg-opinie-slider__nav--prev {
	left: 0;
}
.hg-opinie-slider__nav--prev svg { transform: rotate(180deg); }
.hg-opinie-slider__nav--next {
	right: 0;
}
.hg-opinie-slider__dots {
	display: flex;
	justify-content: center;
	gap: var(--hg-space-2);
	margin-top: var(--hg-space-6);
}
.hg-opinie-slider__dot {
	width: 8px; height: 8px;
	background: var(--hg-purple-10);
	border-radius: 50%;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: background var(--hg-dur-base) var(--hg-ease), transform var(--hg-dur-base) var(--hg-ease);
}
.hg-opinie-slider__dot.is-active {
	background: var(--hg-bronze);
	transform: scale(1.3);
}
.hg-opinie-slider__dot:hover {
	background: var(--hg-mauve);
}

@media (max-width: 600px) {
	.hg-opinie-slider { padding: 0; }
	.hg-opinie-slider__nav { display: none; }
}

.hg-opinia {
	background: var(--hg-cream);
	border: var(--hg-border-light);
	padding: clamp(2rem, 4vw, 3rem);
	position: relative;
	max-width: 720px;
	margin-inline: auto;
	box-shadow: 0 1px 3px rgba(40, 12, 52, 0.04);
}
.hg-opinia__quote {
	position: absolute;
	top: -10px; left: var(--hg-space-6);
	font-family: var(--hg-font-display);
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
	color: var(--hg-bronze);
	opacity: 0.4;
}

.hg-opinia__stars {
	display: flex;
	gap: 2px;
	margin-bottom: var(--hg-space-3);
}
.hg-opinia__star { color: var(--hg-beige); }
.hg-opinia__star--filled { color: var(--hg-gold-mid); fill: currentColor; }
.hg-opinia__star svg { fill: currentColor; stroke: currentColor; }

.hg-opinia__text {
	font-family: var(--hg-font-display);
	font-size: 1.125rem;
	font-style: italic;
	color: var(--hg-purple);
	line-height: 1.55;
	margin-bottom: var(--hg-space-5);
}

.hg-opinia__author {
	display: flex;
	flex-direction: column;
	gap: 2px;
	border-top: 1px solid var(--hg-beige);
	padding-top: var(--hg-space-3);
}
.hg-opinia__name {
	font-weight: 500;
	color: var(--hg-purple);
	font-size: var(--hg-fs-sm);
}
.hg-opinia__zabieg {
	font-size: 0.625rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--hg-mauve);
	opacity: 0.7;
}

/* ─── 15b. OPINIE TRUST BAR ──────────────────────────────────────────── */

.hg-opinie-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--hg-space-6);
	flex-wrap: wrap;
	margin-top: var(--hg-space-8);
	padding: var(--hg-space-4) var(--hg-space-6);
	background: var(--hg-cream);
	border: var(--hg-border-light);
	border-radius: 2px;
}
.hg-opinie-trust__badge {
	display: flex;
	align-items: center;
	gap: var(--hg-space-2);
	font-family: var(--hg-font-display);
	color: var(--hg-purple);
}
.hg-opinie-trust__badge svg { color: var(--hg-bronze); }
.hg-opinie-trust__score {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--hg-bronze);
}
.hg-opinie-trust__sep {
	color: var(--hg-mauve);
	opacity: 0.5;
}
.hg-opinie-trust__count {
	font-size: var(--hg-fs-body);
	color: var(--hg-purple);
}
.hg-opinie-trust__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	text-decoration: none;
	transition: color var(--hg-dur-base) var(--hg-ease), background var(--hg-dur-base) var(--hg-ease);
	padding: var(--hg-space-2) var(--hg-space-4);
	border: 1px solid var(--hg-bronze);
}
.hg-opinie-trust__link:hover {
	background: var(--hg-bronze);
	color: #fff;
}
@media (max-width: 600px) {
	.hg-opinie-trust {
		flex-direction: column;
		text-align: center;
		gap: var(--hg-space-3);
		padding: var(--hg-space-4);
	}
}

/* ─── 16. BLOG ────────────────────────────────────────────────────────── */

.hg-blog__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--hg-space-6);
}

.hg-card {
	background: var(--hg-cream);
	border: 1px solid rgba(40, 12, 52, 0.06);
	transition: transform 0.5s var(--hg-ease), box-shadow 0.5s var(--hg-ease), border-color 0.4s var(--hg-ease);
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 3px rgba(40,12,52,0.03);
}
.hg-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px -20px rgba(40,12,52,0.18), 0 1px 0 rgba(40,12,52,0.04);
	border-color: var(--hg-bronze-30);
}
.hg-card__link { display: flex; flex-direction: column; height: 100%; }
.hg-card__media {
	aspect-ratio: 16/10;
	overflow: hidden;
	background: var(--hg-beige);
	display: grid;
	place-items: center;
}
.hg-card__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform 0.8s var(--hg-ease);
}
.hg-card:hover .hg-card__media img { transform: scale(1.06); }
.hg-card__media--placeholder { color: var(--hg-bronze); opacity: 0.4; }

.hg-card__body {
	padding: var(--hg-space-6);
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-3);
	flex: 1;
}
.hg-card__date {
	font-size: var(--hg-fs-xs);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hg-bronze);
}
.hg-card__title {
	font-family: var(--hg-font-display);
	font-size: 1.375rem;
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.25;
	transition: color var(--hg-dur-base);
}
.hg-card:hover .hg-card__title { color: var(--hg-bronze); }
.hg-card__excerpt { color: var(--hg-mauve); font-size: var(--hg-fs-sm); line-height: 1.6; }
.hg-card__more {
	margin-top: auto;
	display: inline-flex;
	gap: var(--hg-space-2);
	align-items: center;
	font-size: var(--hg-fs-xs);
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	padding-top: var(--hg-space-2);
}
.hg-card__more svg { transition: transform var(--hg-dur-base); }
.hg-card:hover .hg-card__more svg { transform: translateX(4px); }

/* ─── 17. KONTAKT (bez formularza — Booksy + telefon + social) ────────── */

.hg-kontakt__split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: stretch;
	max-width: 1140px;
	margin-inline: auto;
}

/* LEFT — info card (purple bg, gold accents) */
.hg-kontakt__info {
	background: var(--hg-purple);
	color: var(--hg-cream);
	padding: clamp(2.75rem, 4.5vw, 4rem) clamp(2.5rem, 4vw, 3.5rem);
	position: relative;
	overflow: hidden;
	min-width: 0;
}
.hg-kontakt__info::before {
	content: '';
	position: absolute;
	top: -100px; right: -100px;
	width: 280px; height: 280px;
	background: radial-gradient(circle, rgba(255, 233, 152, 0.18), transparent 70%);
	pointer-events: none;
}

.hg-kontakt__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}
.hg-kontakt__item {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-3);
	position: relative;
	padding: var(--hg-space-5) 0;
	border-bottom: 1px solid rgba(244, 244, 232, 0.08);
}
.hg-kontakt__item:first-child { padding-top: 0; }
.hg-kontakt__item:last-child { border-bottom: 0; padding-bottom: 0; }

.hg-kontakt__label {
	display: inline-flex;
	gap: var(--hg-space-2);
	align-items: center;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--hg-gold-light);
}
.hg-kontakt__value {
	font-family: var(--hg-font-display);
	font-size: 1.1875rem;
	line-height: 1.55;
	color: var(--hg-cream);
	font-weight: 500;
	letter-spacing: 0.005em;
	margin: 0;
}
.hg-kontakt__value--lg { font-size: 1.5rem; }
.hg-kontakt__value a { color: var(--hg-cream); border-bottom: 1px solid rgba(244, 244, 232, 0.3); transition: border-color var(--hg-dur-base); }
.hg-kontakt__value a:hover { border-bottom-color: var(--hg-gold-light); }
.hg-kontakt__hour {
	display: flex;
	justify-content: space-between;
	gap: var(--hg-space-4);
	padding-block: var(--hg-space-2);
	border-bottom: 1px dashed rgba(244, 244, 232, 0.15);
	font-family: var(--hg-font-body);
	font-size: var(--hg-fs-sm);
}
.hg-kontakt__hour:last-child { border-bottom: 0; }
.hg-kontakt__hour span:first-child { color: rgba(244,244,232,0.7); }
.hg-kontakt__hour span:last-child { color: var(--hg-cream); font-variant-numeric: tabular-nums; }

/* RIGHT — CTA stack (Booksy + phone + social) */
.hg-kontakt__cta {
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 3vw, 2.5rem);
}
.hg-kontakt__cta-block {
	background: var(--hg-cream);
	border: 1px solid rgba(40, 12, 52, 0.06);
	padding: clamp(2.25rem, 3.5vw, 3rem);
	transition: border-color var(--hg-dur-base) var(--hg-ease), box-shadow var(--hg-dur-base) var(--hg-ease);
	box-shadow: 0 1px 3px rgba(40,12,52,0.03);
}
.hg-kontakt__cta-block:hover {
	border-color: var(--hg-bronze-30);
	box-shadow: 0 16px 40px -16px rgba(40,12,52,0.14);
}
.hg-kontakt__cta-eyebrow {
	font-family: var(--hg-font-body);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	margin: 0 0 var(--hg-space-2);
}
.hg-kontakt__cta-title {
	font-family: var(--hg-font-display);
	font-size: clamp(1.375rem, 1.2rem + 0.6vw, 1.625rem);
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.2;
	margin: 0 0 var(--hg-space-3);
}
.hg-kontakt__cta-text {
	color: var(--hg-mauve);
	font-size: var(--hg-fs-sm);
	line-height: 1.65;
	margin: 0 0 var(--hg-space-5);
	max-width: 38ch;
}
.hg-kontakt__cta-block .hg-btn { width: 100%; }

/* Phone block — large clickable */
.hg-kontakt__cta-block--phone { background: linear-gradient(135deg, var(--hg-cream), rgba(244, 244, 232, 0.7)); }
.hg-kontakt__phone-big {
	display: inline-flex;
	gap: var(--hg-space-3);
	align-items: center;
	font-family: var(--hg-font-display);
	font-size: clamp(1.625rem, 1.4rem + 0.8vw, 2rem);
	font-weight: 500;
	color: var(--hg-purple);
	margin: var(--hg-space-2) 0 var(--hg-space-3);
	letter-spacing: 0.01em;
	transition: color var(--hg-dur-base) var(--hg-ease);
}
.hg-kontakt__phone-big svg { color: var(--hg-bronze); width: 26px; height: 26px; }
.hg-kontakt__phone-big:hover { color: var(--hg-bronze); }
.hg-kontakt__phone-hint {
	font-size: var(--hg-fs-sm);
	color: var(--hg-mauve);
	margin: 0;
	max-width: 32ch;
}

/* Social block */
.hg-kontakt__cta-block--social {}
.hg-kontakt__social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hg-space-2);
	margin-top: var(--hg-space-2);
}
.hg-kontakt__social-link {
	display: inline-flex;
	gap: var(--hg-space-2);
	align-items: center;
	padding: 0.6rem 1rem;
	border: 1px solid var(--hg-purple-10);
	color: var(--hg-purple);
	font-size: var(--hg-fs-xs);
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-radius: 999px;
	transition: background var(--hg-dur-base) var(--hg-ease), color var(--hg-dur-base) var(--hg-ease), border-color var(--hg-dur-base) var(--hg-ease), transform var(--hg-dur-base) var(--hg-ease);
}
.hg-kontakt__social-link:hover {
	background: var(--hg-purple);
	color: var(--hg-cream);
	border-color: var(--hg-purple);
	transform: translateY(-2px);
}
.hg-kontakt__social-link svg { color: inherit; }
.hg-kontakt__social-link span { display: none; }
.hg-kontakt__social-link {
	width: 44px; height: 44px;
	padding: 0;
	justify-content: center;
}
.hg-kontakt__social-link svg { width: 18px; height: 18px; }

@media (max-width: 1024px) {
	.hg-kontakt__split { grid-template-columns: minmax(0, 1fr); overflow: hidden; }
}
@media (max-width: 480px) {
	.hg-kontakt__phone-big { font-size: 1.5rem; }
	.hg-kontakt__social-link { padding: 0.6rem 0.9rem; font-size: 0.6875rem; letter-spacing: 0.12em; }
}

/* Form */
.hg-form {
	display: flex;
	flex-direction: column;
	gap: var(--hg-space-6);
}
.hg-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--hg-space-6); }
.hg-form__honey {
	position: absolute;
	left: -9999px;
	width: 1px; height: 1px;
	overflow: hidden;
}

.hg-form__field { display: flex; flex-direction: column; gap: var(--hg-space-2); }
.hg-form__label {
	font-size: 0.6875rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	font-weight: 600;
}
.hg-form__input {
	background: transparent;
	border: 0;
	/* Border min 3:1 contrast vs cream — bronze jest słaby, użyjemy ciemniejszego mauve */
	border-bottom: 1px solid var(--hg-mauve-60);
	padding: var(--hg-space-3) 0;
	font-family: var(--hg-font-display);
	font-size: 1.125rem;
	color: var(--hg-purple);
	transition: border-color var(--hg-dur-base);
	width: 100%;
	outline: none;
}
.hg-form__input:hover { border-bottom-color: var(--hg-purple); }
.hg-form__input:focus { border-bottom-color: var(--hg-purple); border-bottom-width: 2px; }
.hg-form__input:focus-visible { outline: 2px solid var(--hg-bronze); outline-offset: 4px; border-radius: 2px; }
.hg-form__input[aria-invalid="true"] { border-bottom-color: #b53f3f; }
.hg-form__textarea { resize: vertical; min-height: 120px; line-height: 1.5; }

.hg-form__consent {
	display: flex;
	gap: var(--hg-space-2);
	align-items: flex-start;
	font-size: var(--hg-fs-xs);
	color: var(--hg-mauve);
	line-height: 1.5;
	cursor: pointer;
}
.hg-form__consent input {
	margin-top: 3px;
	flex-shrink: 0;
	accent-color: var(--hg-purple);
	width: 16px; height: 16px;
}
.hg-form__consent a { color: var(--hg-purple); border-bottom: 1px solid var(--hg-bronze); }

.hg-form__submit { align-self: flex-start; }
.hg-form__feedback {
	font-size: var(--hg-fs-sm);
	padding: var(--hg-space-3) var(--hg-space-4);
	border-left: 3px solid var(--hg-bronze);
	background: var(--hg-cream);
	display: none;
}
.hg-form__feedback.is-success { display: block; border-color: #2d8a4f; color: #1f5c36; background: #ecf8f1; }
.hg-form__feedback.is-error   { display: block; border-color: #b53f3f; color: #802020; background: #fdf2f2; }

.hg-kontakt__mapa {
	margin-top: var(--hg-space-12);
	border: var(--hg-border-light);
	overflow: hidden;
	aspect-ratio: 16/7;
	background: var(--hg-beige);
}
.hg-kontakt__mapa iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ─── 18. FOOTER ──────────────────────────────────────────────────────── */

.hg-footer {
	background: var(--hg-purple);
	color: rgba(244, 244, 232, 0.85);
	padding-top: clamp(2.5rem, 5vw, 4rem);
	margin-top: 0;
	position: relative;
	overflow: hidden;
}
.hg-footer::before {
	content: '';
	position: absolute;
	top: 0; left: 50%;
	transform: translateX(-50%);
	width: 60px; height: 1px;
	background: linear-gradient(90deg, transparent, var(--hg-gold-mid), transparent);
	opacity: 0.6;
}

.hg-footer__inner {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: var(--hg-gutter);
	display: grid;
	grid-template-columns: 1.3fr 1.1fr 1fr 1fr;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
	border-bottom: 1px solid rgba(244, 244, 232, 0.1);
	position: relative;
}

.hg-footer__col--brand { display: flex; flex-direction: column; gap: var(--hg-space-3); }
.hg-footer__brand { display: flex; }
.hg-footer__logo { height: 36px; width: auto; }
.hg-footer__tagline {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: 0.9375rem;
	color: rgba(244, 244, 232, 0.7);
	max-width: 26ch;
	line-height: 1.5;
}

.hg-footer__heading {
	font-family: var(--hg-font-body);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--hg-gold-light);
	margin-bottom: var(--hg-space-4);
}

.hg-footer__list { display: flex; flex-direction: column; gap: var(--hg-space-2); }
.hg-footer__item {
	display: flex;
	gap: var(--hg-space-2);
	align-items: flex-start;
	font-size: 0.8125rem;
	color: rgba(244, 244, 232, 0.85);
	line-height: 1.55;
}
.hg-footer__item svg { color: var(--hg-gold-light); flex-shrink: 0; margin-top: 2px; width: 13px; height: 13px; }
.hg-footer__item a { transition: color var(--hg-dur-base); }
.hg-footer__item a:hover { color: var(--hg-gold-light); }

.hg-footer__hours { gap: 0; }
.hg-footer__hour {
	display: flex;
	gap: var(--hg-space-3);
	font-size: 0.8125rem;
	padding-block: 3px;
	border-bottom: 1px dashed rgba(244, 244, 232, 0.1);
}
.hg-footer__hour:last-child { border-bottom: 0; }
.hg-footer__day { color: rgba(244, 244, 232, 0.6); }
.hg-footer__time { color: var(--hg-cream); font-variant-numeric: tabular-nums; }

.hg-footer__btn { width: 100%; margin-bottom: var(--hg-space-4); padding-block: 0.7rem; font-size: 0.75rem; }

.hg-footer__social { display: flex; gap: var(--hg-space-2); }
.hg-footer__social a {
	display: inline-flex;
	width: 34px; height: 34px;
	align-items: center; justify-content: center;
	border: 1px solid rgba(244, 244, 232, 0.2);
	color: rgba(244, 244, 232, 0.7);
	transition: background var(--hg-dur-base), color var(--hg-dur-base), border-color var(--hg-dur-base);
}
.hg-footer__social a svg { width: 16px; height: 16px; }
.hg-footer__social a:hover {
	background: var(--hg-gold-grad);
	color: var(--hg-purple);
	border-color: transparent;
}

.hg-footer__bottom {
	max-width: 1200px;
	margin-inline: auto;
	padding: var(--hg-space-4) var(--hg-gutter);
	padding-bottom: 5rem;
}
@media (min-width: 768px) {
	.hg-footer__bottom { padding-bottom: var(--hg-space-4); }
}
.hg-footer__bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--hg-space-4);
	flex-wrap: wrap;
}
.hg-footer__copy {
	font-size: var(--hg-fs-xs);
	color: rgba(244, 244, 232, 0.55);
	letter-spacing: 0.05em;
}
.hg-footer__nav { display: flex; gap: var(--hg-space-6); }
.hg-footer__nav a {
	font-size: var(--hg-fs-xs);
	color: rgba(244, 244, 232, 0.55);
	letter-spacing: 0.05em;
	transition: color var(--hg-dur-base);
}
.hg-footer__nav a:hover { color: var(--hg-gold-light); }
.hg-footer__credit {}

/* ─── 19. FLOATING CTA + SCROLL TO TOP + COOKIES ──────────────────────── */

.hg-floating-cta {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: var(--hg-z-floating-cta);
	display: flex;
	gap: var(--hg-space-2);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity var(--hg-dur-base), transform var(--hg-dur-base);
	pointer-events: none;
}
.hg-floating-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.hg-floating-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: var(--hg-space-2);
	padding: 0.85rem 1.1rem;
	font-size: var(--hg-fs-xs);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: var(--hg-shadow-lg);
	transition: transform var(--hg-dur-base);
}
.hg-floating-cta__btn:hover { transform: translateY(-2px); }
.hg-floating-cta__btn--call { background: var(--hg-purple); color: var(--hg-cream); border-radius: 50%; padding: 0.85rem; }
.hg-floating-cta__btn--book { background: var(--hg-gold-grad); color: var(--hg-purple); }

@media (min-width: 768px) {
	.hg-floating-cta { display: none; }
}

.hg-to-top {
	position: fixed;
	bottom: 24px; right: 24px;
	width: 44px; height: 44px;
	background: var(--hg-purple);
	color: var(--hg-cream);
	z-index: var(--hg-z-floating-cta);
	display: grid;
	place-items: center;
	transform: translateY(80px);
	opacity: 0;
	transition: transform var(--hg-dur-base), opacity var(--hg-dur-base);
	box-shadow: var(--hg-shadow-md);
}
.hg-to-top svg { transform: rotate(180deg); }
.hg-to-top.is-visible { transform: translateY(0); opacity: 1; }
.hg-to-top:hover { background: var(--hg-bronze); }

@media (max-width: 767px) {
	.hg-to-top { display: none; }
}

/* Mapa modal (Dojazd) */
.hg-mapa-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 3vw, 2.5rem);
}
.hg-mapa-modal.is-open { display: flex; }
.hg-mapa-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(40, 12, 52, 0.85);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: pointer;
	animation: hg-fade-in 0.2s var(--hg-ease);
}
.hg-mapa-modal__inner {
	position: relative;
	background: var(--hg-cream);
	max-width: 960px;
	width: 100%;
	max-height: 85vh;
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0,0,0,0.5);
	animation: hg-zoom-in 0.25s var(--hg-ease);
}
@media (max-width: 768px) {
	.hg-mapa-modal__inner { grid-template-columns: 1fr; max-height: 92vh; }
}
.hg-mapa-modal__close {
	position: absolute;
	top: 16px; right: 16px;
	z-index: 2;
	width: 36px; height: 36px;
	background: var(--hg-purple);
	color: var(--hg-cream);
	border: 0;
	border-radius: 50%;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background var(--hg-dur-base);
}
.hg-mapa-modal__close:hover { background: var(--hg-bronze); }
.hg-mapa-modal__header {
	padding: clamp(2rem, 4vw, 3rem) clamp(1.75rem, 3vw, 2.5rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--hg-space-3);
	background: var(--hg-purple);
	color: var(--hg-cream);
}
.hg-mapa-modal__header .hg-eyebrow { color: var(--hg-gold-light); }
.hg-mapa-modal__title {
	font-family: var(--hg-font-display);
	font-size: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
	font-weight: 500;
	color: var(--hg-cream);
	margin: 0;
	line-height: 1.2;
}
.hg-mapa-modal__address {
	font-family: var(--hg-font-display);
	font-style: italic;
	font-size: 1.0625rem;
	color: rgba(244, 244, 232, 0.85);
	line-height: 1.5;
	margin: 0;
}
.hg-mapa-modal__cta {
	margin-top: var(--hg-space-3);
	align-self: flex-start;
}
.hg-mapa-modal__map {
	min-height: 360px;
}
.hg-mapa-modal__map iframe { display: block; height: 100%; min-height: 360px; }

/* Cookies banner */
.hg-cookies {
	position: fixed;
	bottom: 0; left: 0; right: 0;
	z-index: var(--hg-z-cookies);
	background: var(--hg-purple);
	color: var(--hg-cream);
	padding: var(--hg-space-5);
	transform: translateY(100%);
	transition: transform var(--hg-dur-slow) var(--hg-ease);
	box-shadow: 0 -8px 32px rgba(0,0,0,0.15);
}
.hg-cookies.is-visible { transform: translateY(0); }
.hg-cookies__inner {
	max-width: var(--hg-container);
	margin-inline: auto;
	display: flex;
	gap: var(--hg-space-6);
	align-items: center;
	flex-wrap: wrap;
}
.hg-cookies__text { flex: 1; font-size: var(--hg-fs-sm); line-height: 1.5; min-width: 240px; color: rgba(244,244,232,0.9); }
.hg-cookies__text a { color: var(--hg-gold-light); border-bottom: 1px solid currentColor; }
.hg-cookies__btn { background: var(--hg-cream); color: var(--hg-purple); border-color: var(--hg-cream); }
.hg-cookies__btn:hover { background: var(--hg-gold-light); border-color: var(--hg-gold-light); color: var(--hg-purple); }

/* ─── 20. PAGE / SINGLE / 404 / ARCHIVE ───────────────────────────────── */

.hg-page { padding-top: 140px; padding-bottom: var(--hg-section-md); }
.hg-page__inner { }
.hg-page__header { margin-bottom: var(--hg-space-10); text-align: center; }
.hg-page__eyebrow {
	display: inline-block;
	font-size: var(--hg-fs-eyebrow);
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--hg-bronze);
	margin-bottom: var(--hg-space-3);
}
.hg-page__title {
	font-family: var(--hg-font-display);
	font-size: var(--hg-fs-h1);
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.1;
}
.hg-page__thumb { margin-bottom: var(--hg-space-12); aspect-ratio: 16/9; overflow: hidden; }
.hg-page__thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Single post */
.hg-single__hero { padding-top: 160px; padding-bottom: var(--hg-space-12); text-align: center; }
.hg-single__hero-inner { max-width: 800px; margin-inline: auto; }
.hg-single__back {
	display: inline-flex; gap: var(--hg-space-2); align-items: center;
	font-size: var(--hg-fs-xs); letter-spacing: 0.15em; text-transform: uppercase;
	color: var(--hg-bronze); margin-bottom: var(--hg-space-6);
}
.hg-single__back svg { transform: rotate(180deg); }
.hg-single__back:hover { color: var(--hg-purple); }

.hg-single__title {
	font-family: var(--hg-font-display);
	font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
	font-weight: 500;
	color: var(--hg-purple);
	line-height: 1.15;
	margin-bottom: var(--hg-space-5);
}
.hg-single__lead {
	font-family: var(--hg-font-display);
	font-size: var(--hg-fs-lead);
	font-style: italic;
	color: var(--hg-mauve);
	line-height: 1.5;
}
.hg-single__thumb {
	margin-bottom: var(--hg-section-md);
	max-width: var(--hg-container);
	margin-inline: auto;
	padding-inline: var(--hg-gutter);
	aspect-ratio: 16/9;
	overflow: hidden;
}
.hg-single__thumb img { width: 100%; height: 100%; object-fit: cover; }
.hg-single__body { max-width: 720px; margin-inline: auto; padding-bottom: var(--hg-section-md); }

.hg-single__footer {
	margin-top: var(--hg-space-12);
	padding-top: var(--hg-space-8);
	border-top: 1px solid var(--hg-beige);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--hg-space-4);
}
.hg-single__cats { display: flex; gap: var(--hg-space-2); flex-wrap: wrap; align-items: center; font-size: var(--hg-fs-sm); color: var(--hg-mauve); }
.hg-single__cats a {
	color: var(--hg-purple);
	padding: 4px 12px;
	background: var(--hg-beige);
	font-size: var(--hg-fs-xs);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: background var(--hg-dur-base);
}
.hg-single__cats a:hover { background: var(--hg-bronze); color: var(--hg-cream); }
.hg-single__share { display: flex; gap: var(--hg-space-2); }
.hg-single__share a { width: 40px; height: 40px; display: grid; place-items: center; border: var(--hg-border-light); color: var(--hg-mauve); transition: all var(--hg-dur-base); }
.hg-single__share a:hover { background: var(--hg-purple); color: var(--hg-cream); border-color: var(--hg-purple); }

.hg-single__nav {
	margin-top: var(--hg-space-12);
	padding-top: var(--hg-space-8);
	border-top: 1px solid var(--hg-beige);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--hg-space-4);
}
.hg-single__nav-item { display: flex; flex-direction: column; gap: var(--hg-space-2); padding: var(--hg-space-5); background: var(--hg-cream); border: var(--hg-border-light); transition: border-color var(--hg-dur-base); }
.hg-single__nav-item:hover { border-color: var(--hg-bronze); }
.hg-single__nav-item--next { text-align: right; }
.hg-single__nav-label { font-size: var(--hg-fs-xs); letter-spacing: 0.15em; text-transform: uppercase; color: var(--hg-bronze); }
.hg-single__nav-title { font-family: var(--hg-font-display); font-size: 1.0625rem; color: var(--hg-purple); }

/* Archive */
.hg-archive { padding-top: 140px; padding-bottom: var(--hg-section-md); }
.hg-archive__header { text-align: center; margin-bottom: var(--hg-space-12); }
.hg-archive__title { font-family: var(--hg-font-display); font-size: var(--hg-fs-h1); font-weight: 500; color: var(--hg-purple); }
.hg-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--hg-space-6);
}
.hg-archive__empty { text-align: center; color: var(--hg-mauve); padding: var(--hg-space-12) 0; }

.hg-pagination { margin-top: var(--hg-space-12); display: flex; justify-content: center; }
.hg-pagination .nav-links { display: flex; gap: var(--hg-space-2); }
.hg-pagination a, .hg-pagination span {
	padding: 0.6rem 1rem;
	font-size: var(--hg-fs-sm);
	color: var(--hg-purple);
	border: 1px solid var(--hg-beige);
	transition: all var(--hg-dur-base);
}
.hg-pagination a:hover { background: var(--hg-purple); color: var(--hg-cream); border-color: var(--hg-purple); }
.hg-pagination .current { background: var(--hg-purple); color: var(--hg-cream); border-color: var(--hg-purple); }

/* 404 */
.hg-404 {
	min-height: 80vh;
	display: grid;
	place-items: center;
	padding: var(--hg-section-md) 0;
}
.hg-404__inner { text-align: center; max-width: 560px; }
.hg-404__code {
	font-family: var(--hg-font-display);
	font-size: clamp(5rem, 4rem + 5vw, 9rem);
	font-weight: 500;
	background: var(--hg-gold-grad);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	display: block;
	margin-bottom: var(--hg-space-4);
}
.hg-404__title { font-family: var(--hg-font-display); font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem); margin-bottom: var(--hg-space-4); color: var(--hg-purple); }
.hg-404__text { color: var(--hg-mauve); margin-bottom: var(--hg-space-8); font-size: var(--hg-fs-lead); }
.hg-404__cta { display: flex; gap: var(--hg-space-3); justify-content: center; flex-wrap: wrap; }

/* ─── 21. ANIMATIONS (Intersection Observer .visible) ─────────────────── */

.hg-anim {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s var(--hg-ease), transform 0.7s var(--hg-ease);
	transition-delay: calc(var(--i, 0) * 50ms);
	/* Fallback: jeśli IntersectionObserver nie odpali (np. JS off lub edge case),
	   po 1.8s element pokazuje się automatycznie */
	animation: hg-anim-fallback 0s ease-out 1.8s forwards;
}
.hg-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
	animation: none;
}
@keyframes hg-anim-fallback {
	to { opacity: 1; transform: translateY(0); }
}
/* Jeśli JS jest wyłączony — od razu pokazuj */
.no-js .hg-anim {
	opacity: 1;
	transform: none;
	animation: none;
}

@media (prefers-reduced-motion: reduce) {
	.hg-anim, .hg-hero__intro, .hg-hero__logo, .hg-hero__sub, .hg-hero__divider, .hg-hero__text, .hg-hero__cta, .hg-hero__bg, .hg-preloader__logo, .hg-preloader__line, .hg-hero__scroll-line::after {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition-duration: 0.01ms !important;
	}
}

/* ─── 22. RESPONSIVE — Premium mobile-first refinement ────────────────── */

/* Tablet landscape (1024px) — przejście z 2-col na 1-col w split-sekcjach */
@media (max-width: 1024px) {
	.hg-o-gabinecie__grid { grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem); }
	.hg-o-gabinecie__media { position: static; max-width: 520px; }
	.hg-o-gabinecie__body { padding-top: 0; }
	.hg-o-gabinecie__body .hg-section__title { max-width: none; }

	.hg-trychologia__grid { grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem); }
	.hg-trychologia__media { max-width: 540px; margin-inline: auto; }

	.hg-kontakt__grid { grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3rem); }

	.hg-footer__inner { grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); }
	.hg-footer__col--brand { grid-column: 1 / -1; }
}

/* Tablet portrait + small laptop (900px) — hamburger ON */
@media (max-width: 900px) {
	.hg-nav, .hg-header__cta { display: none; }
	.hg-hamburger { display: inline-flex; }
	.hg-header__inner { justify-content: space-between; gap: 1rem; }
}

/* Mobile + tablet portrait (767px) — single column, smaller spacing */
@media (max-width: 767px) {
	html { scroll-padding-top: 78px; }

	/* Section paddings — scale down on mobile (premium balance) */
	.hg-section { padding-block: clamp(3.5rem, 12vw, 5rem); }

	/* Form */
	.hg-form__row { grid-template-columns: 1fr; gap: var(--hg-space-4); }

	/* Section headers */
	.hg-section__header { margin-bottom: var(--hg-space-10); }
	.hg-section__header--with-link { flex-direction: column; align-items: flex-start; gap: var(--hg-space-4); }

	/* Zabiegi card body */
	.hg-zabieg__body { padding: var(--hg-space-5); }
	.hg-zabieg__nazwa { min-height: 0; }

	/* Kontakt info card padding scaled */
	.hg-kontakt__info { padding: clamp(1.75rem, 5vw, 2.5rem); }

	/* Single post nav */
	.hg-single__nav { grid-template-columns: 1fr; }

	/* Footer single col */
	.hg-footer__inner { grid-template-columns: 1fr; gap: var(--hg-space-10); }
	.hg-footer__bottom-inner { flex-direction: column; align-items: flex-start; }

	/* Cookies stack */
	.hg-cookies__inner { flex-direction: column; align-items: stretch; }
	.hg-cookies__btn { width: 100%; }

	/* Oferta Gabinetu — single col */
	.hg-oferta-gabinetu__content { grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 3.5rem); }

	/* Trychologia — list items more compact */
	.hg-trychologia__item { gap: var(--hg-space-3); }
	.hg-trychologia__item-title { font-size: 1.125rem; }

	/* Headings smaller spacing */
	.hg-og2-block__head { margin-bottom: var(--hg-space-4); }
	.hg-og2-block { padding-block: var(--hg-space-6); }

	/* Buttons full-width by default on mobile */
	.hg-btn--lg { padding: 1.1rem 1.75rem; font-size: var(--hg-fs-xs); }

	/* Hero subtle scaling */
	.hg-hero__inner { padding-top: clamp(6rem, 18vw, 8rem); padding-bottom: clamp(4rem, 12vw, 6rem); }
	.hg-hero__divider { height: 56px; margin: var(--hg-space-6) 0 var(--hg-space-4); }
	.hg-hero__text { margin-bottom: var(--hg-space-8); }
	.hg-hero__scroll { display: none; } /* za blisko CTA na mobile */

	/* Page-hero (podstrony) — większy padding-top na mobile, żeby header nie zasłaniał */
	.hg-page-hero { padding-top: calc(var(--hg-topbar-h) + 70px + 1.5rem); max-height: none; min-height: 38svh; }

	/* Header padding scale */
	.hg-header { padding: var(--hg-space-4) 0; }
	.hg-header[data-state="scrolled"] { padding: var(--hg-space-2) 0; }

	/* Floating CTA — larger touch target */
	.hg-floating-cta__btn { padding: 1rem 1.25rem; }

	/* Single post hero padding-top */
	.hg-single__hero { padding-top: 110px; padding-bottom: var(--hg-space-8); }
	.hg-page { padding-top: 110px; }
	.hg-archive { padding-top: 110px; }

	/* Form — bigger inputs touchable on mobile */
	.hg-form__input { font-size: 1rem; padding: var(--hg-space-3) 0; }
}

/* Small mobile (480px) */
@media (max-width: 480px) {
	html { scroll-padding-top: 70px; }
	:root { --hg-gutter: 1.25rem; }

	.hg-hero__cta { flex-direction: column; gap: var(--hg-space-4); width: 100%; }
	.hg-hero__cta .hg-btn { width: 100%; max-width: 320px; white-space: normal; }
	.hg-hero__cta .hg-link-arrow { justify-content: center; }

	.hg-cennik__cta { flex-direction: column; }
	.hg-cennik__cta .hg-btn { width: 100%; white-space: normal; }

	.hg-zabiegi__cta .hg-btn,
	.hg-og2-cta__btn,
	.hg-kontakt__booksy { width: 100%; white-space: normal; }

	/* Section paddings tighter */
	.hg-section { padding-block: clamp(3rem, 14vw, 4.5rem); }

	/* Card grid 1 column on small mobile */
	.hg-zabiegi__grid,
	.hg-blog__grid,
	.hg-opinie__grid,
	.hg-cennik__grupy { grid-template-columns: 1fr; gap: var(--hg-space-4); }

	/* Hero copy a touch smaller */
	.hg-hero__sub { letter-spacing: 0.35em; }
	.hg-hero__intro, .hg-hero__text { font-size: 1.0625rem; }

	/* Eyebrow scale */
	.hg-eyebrow::before { width: 24px; }
	.hg-eyebrow { letter-spacing: 0.28em; }

	/* Mobile menu — bigger touch font */
	.hg-mobile-menu a, .hg-mobile-menu__link { font-size: 1.625rem; padding: var(--hg-space-3) 0; }

	/* QR code mobile — smaller padding */
	.hg-og2-cta { padding: clamp(1.75rem, 5vw, 2.5rem); }
	.hg-og2-cta__qr img { width: 140px; padding: 8px; }
	.hg-booksy-cta .hg-btn { white-space: normal; max-width: 320px; }

	/* Footer text-align center on mobile */
	.hg-footer__col { text-align: center; }
	.hg-footer__brand { justify-content: center; }
	.hg-footer__col--brand { align-items: center; }
	.hg-footer__tagline { text-align: center; }
	.hg-footer__list { align-items: center; }
	.hg-footer__item { text-align: left; }
	.hg-footer__hour { justify-content: center; gap: var(--hg-space-4); }
	.hg-footer__social { justify-content: center; }
	.hg-footer__btn { max-width: 320px; margin-inline: auto; }
	.hg-footer__bottom-inner { text-align: center; align-items: center; }
	.hg-footer__nav { justify-content: center; flex-wrap: wrap; }

	/* Headers — gap header brand from menu */
	.hg-header__logo { height: 30px; }

	/* Hero logo — mniejsze na mobile (header już ma muszelkę) */
	.hg-hero__logo { width: 140px; }

	/* Hero compact na małych ekranach (wysokość ≤700px) */
	@media (max-height: 700px) {
		.hg-hero__inner { padding-top: calc(var(--hg-topbar-h) + 60px + 1rem); padding-bottom: 2rem; }
		.hg-hero__logo { width: 110px; }
		.hg-hero__divider { height: 28px; margin: var(--hg-space-2) 0; }
		.hg-hero__text { margin-bottom: var(--hg-space-4); font-size: 0.9375rem; }
		.hg-hero__sub { font-size: 0.5rem; letter-spacing: 0.3em; }
		.hg-hero__cta { gap: var(--hg-space-3); }
		.hg-hero__cta .hg-btn { padding: 0.85rem 1.5rem; font-size: 0.75rem; }
	}

	/* Single post body */
	.hg-single__body { padding-bottom: clamp(3rem, 10vw, 5rem); }
	.hg-prose blockquote { padding-left: var(--hg-space-4); }

	/* Cards body padding tighter */
	.hg-card__body { padding: var(--hg-space-5); }
	.hg-zabieg__body { padding: var(--hg-space-5); }

	/* Cookies — text alignment */
	.hg-cookies__text { text-align: left; font-size: 0.875rem; }

	/* Animations — disable transform on small mobile (perf) */
	.hg-anim { transform: translateY(12px); transition-duration: 0.5s; }
}

/* Very small (360px and less) */
@media (max-width: 360px) {
	.hg-hero__cta { gap: var(--hg-space-3); }
	.hg-btn { padding: 1rem 1.5rem; font-size: 0.6875rem; }
	.hg-section__title, .hg-h1 { word-wrap: break-word; hyphens: auto; }
}

/* ─── 23. UTILITIES ───────────────────────────────────────────────────── */

.hg-sr-only {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Disable scroll when mobile menu open */
body.hg-menu-open { overflow: hidden; }

/* Print */
@media print {
	.hg-header, .hg-footer, .hg-floating-cta, .hg-to-top, .hg-cookies, .hg-preloader, .hg-mobile-menu, .hg-booksy-cta { display: none !important; }
	body { background: white; color: black; }
	.hg-hero { min-height: auto; }
}
