:root {
	--bc-forest: #063f35;
	--bc-forest-deep: #052f28;
	--bc-green: #0b6653;
	--bc-lime: #c6df69;
	--bc-lime-soft: #e5efb8;
	--bc-sand: #f3f0e7;
	--bc-sage: #dfe9df;
	--bc-white: #fffef9;
	--bc-ink: #103a31;
	--bc-muted: #61756f;
	--bc-line: rgba(16, 58, 49, 0.15);
	--bc-shadow: 0 28px 70px rgba(5, 47, 40, 0.14);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

body.biocenter-custom-home {
	margin: 0;
	background: var(--bc-white);
	color: var(--bc-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bc-home,
.bc-home * {
	box-sizing: border-box;
}

.bc-home {
	overflow: clip;
	background: var(--bc-white);
	color: var(--bc-ink);
	font-size: 16px;
	line-height: 1.55;
}

.bc-home a {
	color: inherit;
	text-decoration: none;
}

.bc-home img {
	display: block;
	max-width: 100%;
}

.bc-home h1,
.bc-home h2,
.bc-home h3,
.bc-home p,
.bc-home blockquote,
.bc-home figure {
	margin-top: 0;
}

.bc-home h1,
.bc-home h2,
.bc-home h3 {
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 790;
	letter-spacing: -0.052em;
	text-transform: none;
}

.bc-home a:focus-visible,
.bc-home summary:focus-visible {
	outline: 3px solid var(--bc-lime);
	outline-offset: 4px;
}

.bc-container {
	width: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

/* Cabecera integrada: comparte el mismo fondo que la portada. */
.bc-header {
	position: sticky;
	z-index: 900;
	top: 0;
	background: rgba(243, 240, 231, 0.94);
	border-bottom: 1px solid rgba(16, 58, 49, 0.08);
	backdrop-filter: blur(18px);
}

body.admin-bar .bc-header {
	top: 32px;
}

.bc-header-inner {
	height: 82px;
	display: flex;
	align-items: center;
	gap: 34px;
}

.bc-logo {
	width: 172px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	flex: 0 0 auto;
}

.bc-logo img {
	width: 166px;
	height: auto;
	transform: scale(1.12);
	transform-origin: left center;
	mix-blend-mode: multiply;
	filter: contrast(1.04) saturate(1.08);
}

.bc-nav {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-left: auto;
}

.bc-nav a,
.bc-header-phone {
	color: var(--bc-ink);
	font-size: 13px;
	font-weight: 720;
	transition: color 160ms ease;
}

.bc-nav a:hover,
.bc-header-phone:hover {
	color: var(--bc-green);
}

.bc-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.bc-header-phone {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(16, 58, 49, 0.4);
}

.bc-top-booking {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 19px;
	padding: 0 21px;
	border-radius: 999px;
	background: var(--bc-forest);
	box-shadow: 0 12px 28px rgba(5, 47, 40, 0.15);
	color: white !important;
	font-size: 13px;
	font-weight: 820;
	transition: transform 160ms ease, background 160ms ease;
}

.bc-top-booking:hover {
	transform: translateY(-2px);
	background: var(--bc-green);
}

.bc-mobile-label {
	display: none;
}

/* Portada editorial, clara y orientada a la reserva. */
.bc-hero {
	position: relative;
	padding: 66px 0 74px;
	background:
		radial-gradient(circle at 4% 12%, rgba(198, 223, 105, 0.28), transparent 25%),
		linear-gradient(180deg, var(--bc-sand) 0%, #f7f4ec 100%);
}

.bc-hero::after {
	position: absolute;
	right: -120px;
	top: 150px;
	width: 310px;
	height: 310px;
	border: 1px solid rgba(11, 102, 83, 0.15);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.bc-hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
	align-items: center;
	gap: clamp(54px, 7.5vw, 105px);
}

.bc-location-pill {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 26px;
	padding: 8px 13px;
	border: 1px solid rgba(11, 102, 83, 0.22);
	border-radius: 999px;
	background: rgba(255, 254, 249, 0.52);
	color: var(--bc-green);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.bc-location-pill span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bc-lime);
	box-shadow: 0 0 0 4px rgba(198, 223, 105, 0.25);
}

.bc-home h1 {
	max-width: 720px;
	margin-bottom: 28px;
	color: var(--bc-forest-deep);
	font-size: clamp(50px, 5.8vw, 78px);
	line-height: 0.98;
}

.bc-hero-description {
	max-width: 650px;
	margin-bottom: 32px;
	color: var(--bc-muted);
	font-size: 18px;
	line-height: 1.68;
}

.bc-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 42px;
}

.bc-hero-primary,
.bc-hero-secondary {
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 0 24px;
	border-radius: 17px;
	font-size: 14px;
	font-weight: 820;
	transition: transform 160ms ease, background 160ms ease;
}

.bc-hero-primary {
	background: var(--bc-forest);
	box-shadow: 0 18px 38px rgba(5, 47, 40, 0.2);
	color: white !important;
}

.bc-hero-secondary {
	border: 1px solid rgba(16, 58, 49, 0.23);
	background: rgba(255, 254, 249, 0.5);
	color: var(--bc-ink);
}

.bc-hero-primary:hover,
.bc-hero-secondary:hover {
	transform: translateY(-2px);
}

.bc-hero-primary:hover {
	background: var(--bc-green);
}

.bc-hero-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 590px;
	padding-top: 22px;
	border-top: 1px solid var(--bc-line);
}

.bc-hero-proof div {
	min-width: 0;
	padding: 0 20px;
	border-left: 1px solid var(--bc-line);
}

.bc-hero-proof div:first-child {
	padding-left: 0;
	border-left: 0;
}

.bc-hero-proof strong,
.bc-hero-proof span {
	display: block;
}

.bc-hero-proof strong {
	margin-bottom: 4px;
	color: var(--bc-green);
	font-size: 24px;
	letter-spacing: -0.03em;
}

.bc-hero-proof span {
	color: var(--bc-muted);
	font-size: 10px;
}

.bc-hero-visual {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	border-radius: 44px 44px 10px 44px;
	background: var(--bc-sage);
	box-shadow: var(--bc-shadow);
}

.bc-hero-visual > img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	object-position: 52% center;
}

.bc-hero-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(5, 47, 40, 0.36));
	content: "";
}

.bc-visual-location,
.bc-visual-review {
	position: absolute;
	z-index: 1;
	background: rgba(255, 254, 249, 0.92);
	backdrop-filter: blur(12px);
}

.bc-visual-location {
	right: 18px;
	top: 18px;
	min-width: 154px;
	padding: 16px 18px;
	border-radius: 18px 18px 5px 18px;
}

.bc-visual-location span,
.bc-visual-location strong,
.bc-visual-location small {
	display: block;
}

.bc-visual-location span,
.bc-visual-location small {
	color: var(--bc-muted);
	font-size: 10px;
}

.bc-visual-location strong {
	margin: 3px 0 1px;
	color: var(--bc-forest);
	font-size: 17px;
}

.bc-visual-review {
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 20px 22px;
	border-radius: 22px 7px 22px 22px;
}

.bc-stars {
	color: #d59616;
	font-size: 13px;
	letter-spacing: 0.12em;
}

.bc-visual-review p {
	margin: 10px 0 7px;
	color: var(--bc-forest-deep);
	font-size: 15px;
	font-weight: 760;
	line-height: 1.45;
}

.bc-visual-review small {
	color: var(--bc-muted);
	font-size: 10px;
	font-weight: 700;
}

.bc-quick-booking {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.05fr 0.78fr 0.78fr;
	gap: 10px;
	margin-top: 48px;
	padding: 12px;
	border: 1px solid rgba(16, 58, 49, 0.1);
	border-radius: 26px;
	background: rgba(255, 254, 249, 0.78);
	box-shadow: 0 18px 50px rgba(5, 47, 40, 0.08);
	backdrop-filter: blur(14px);
}

.bc-quick-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 20px;
}

.bc-quick-intro span {
	margin-bottom: 3px;
	color: var(--bc-green);
	font-size: 10px;
	font-weight: 820;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-quick-intro strong {
	font-size: 14px;
	line-height: 1.35;
}

.bc-quick-booking > a {
	min-height: 78px;
	display: grid;
	grid-template-columns: 46px 1fr auto;
	align-items: center;
	gap: 13px;
	padding: 12px 15px;
	border-radius: 19px;
	background: var(--bc-sage);
	transition: transform 160ms ease, background 160ms ease;
}

.bc-quick-booking > a:last-child {
	background: var(--bc-lime-soft);
}

.bc-quick-booking > a:hover {
	transform: translateY(-2px);
	background: var(--bc-lime);
}

.bc-option-icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: var(--bc-forest);
	color: white;
	font-size: 14px;
	font-weight: 850;
}

.bc-quick-booking strong,
.bc-quick-booking small {
	display: block;
}

.bc-quick-booking strong {
	font-size: 14px;
}

.bc-quick-booking small {
	margin-top: 2px;
	color: var(--bc-muted);
	font-size: 10px;
}

.bc-check {
	width: 18px;
	height: 18px;
	display: inline-grid;
	flex: 0 0 18px;
	place-items: center;
	border-radius: 50%;
	background: var(--bc-lime);
	color: var(--bc-forest);
	font-size: 11px;
	font-weight: 900;
}

/* Enfoque */
.bc-intro {
	padding: 112px 0;
	background: var(--bc-white);
}

.bc-intro-grid {
	display: grid;
	grid-template-columns: 0.32fr 1.25fr 0.7fr;
	gap: clamp(40px, 6vw, 84px);
	align-items: start;
}

.bc-section-number {
	color: var(--bc-green);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.bc-intro-grid h2,
.bc-section-top h2,
.bc-local-grid h2,
.bc-reviews-heading h2,
.bc-faq-layout h2,
.bc-final h2 {
	margin-bottom: 24px;
	color: var(--bc-forest-deep);
	font-size: clamp(38px, 4.55vw, 62px);
	line-height: 1.02;
}

.bc-intro-grid > div:nth-child(2) > p,
.bc-section-top > p,
.bc-local-copy p,
.bc-faq-layout > div:first-child > p {
	color: var(--bc-muted);
	font-size: 16px;
	line-height: 1.78;
}

.bc-method-list {
	border-top: 1px solid var(--bc-line);
}

.bc-method-list div {
	min-height: 68px;
	display: flex;
	align-items: center;
	gap: 13px;
	border-bottom: 1px solid var(--bc-line);
	font-size: 13px;
	font-weight: 760;
}

/* Tratamientos */
.bc-treatments {
	padding: 108px 0;
	background: var(--bc-sand);
}

.bc-section-top {
	display: grid;
	grid-template-columns: 1.18fr 0.62fr;
	align-items: end;
	gap: 80px;
	margin-bottom: 52px;
}

.bc-section-top .bc-section-number,
.bc-reviews-heading .bc-section-number,
.bc-faq-layout .bc-section-number,
.bc-local-grid .bc-section-number {
	display: block;
	margin-bottom: 21px;
}

.bc-section-top h2 {
	margin-bottom: 0;
}

.bc-treatment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.bc-treatment-card {
	min-height: 430px;
	display: flex;
	flex-direction: column;
	padding: 38px;
	border-radius: 30px;
}

.bc-main-service {
	background: var(--bc-forest);
	color: white;
}

.bc-massage-service {
	background: var(--bc-lime);
	color: var(--bc-forest-deep);
}

.bc-card-label {
	width: fit-content;
	margin-bottom: 48px;
	padding: 8px 11px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	opacity: 0.74;
}

.bc-treatment-card h3 {
	margin: 0 0 16px;
	color: inherit;
	font-size: 36px;
	line-height: 1.05;
}

.bc-treatment-card > p {
	max-width: 500px;
	font-size: 15px;
	line-height: 1.7;
	opacity: 0.76;
}

.bc-treatment-card ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 28px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 740;
}

.bc-treatment-card li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.bc-main-service .bc-check {
	background: var(--bc-lime);
	color: var(--bc-forest);
}

.bc-massage-service .bc-check {
	background: var(--bc-forest);
	color: white;
}

.bc-treatment-card > a {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 820;
}

.bc-support-card {
	grid-column: 1 / -1;
	min-height: 320px;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px;
	padding: 16px;
	background: var(--bc-white);
	color: var(--bc-ink);
}

.bc-support-photo {
	min-height: 286px;
	overflow: hidden;
	border-radius: 22px;
}

.bc-support-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-support-card > div:last-child {
	align-self: center;
	padding: 24px 42px 24px 10px;
}

.bc-support-card .bc-card-label {
	margin-bottom: 27px;
	color: var(--bc-green);
}

.bc-support-card h3 {
	max-width: 540px;
	font-size: 34px;
}

/* Posicionamiento local */
.bc-local {
	padding: 108px 0;
	background: var(--bc-sage);
}

.bc-local-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.76fr 0.72fr;
	gap: clamp(40px, 6vw, 86px);
	align-items: center;
}

.bc-local-grid h2 {
	margin-bottom: 0;
}

.bc-area-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.bc-area-pills span {
	padding: 10px 13px;
	border: 1px solid rgba(6, 63, 53, 0.23);
	border-radius: 999px;
	background: rgba(255, 254, 249, 0.27);
	color: var(--bc-forest);
	font-size: 11px;
	font-weight: 770;
}

.bc-local-copy a,
.bc-faq-layout > div:first-child > a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	color: var(--bc-green);
	font-size: 13px;
	font-weight: 820;
}

/* Reseñas */
.bc-reviews {
	padding: 110px 0;
	background: var(--bc-forest);
	color: white;
}

.bc-section-number.bc-light {
	color: var(--bc-lime);
}

.bc-reviews-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 46px;
}

.bc-reviews-heading h2 {
	max-width: 720px;
	margin-bottom: 0;
	color: white;
}

.bc-rating-badge {
	min-width: 188px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 20px;
}

.bc-rating-badge strong,
.bc-rating-badge span {
	display: block;
}

.bc-rating-badge strong {
	margin-bottom: 4px;
	color: var(--bc-lime);
	font-size: 30px;
}

.bc-rating-badge span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
}

.bc-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
}

.bc-reviews-grid figure {
	min-height: 336px;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 29px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.065);
}

.bc-reviews-grid blockquote {
	margin: 43px 0 28px;
	padding: 0;
	border: 0;
	background: none;
	color: white;
	font-size: clamp(18px, 1.85vw, 24px);
	font-style: normal;
	font-weight: 710;
	letter-spacing: -0.028em;
	line-height: 1.4;
}

.bc-reviews-grid figcaption {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.56);
	font-size: 10px;
	font-weight: 780;
	text-transform: uppercase;
}

.bc-reviews-link {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 32px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--bc-lime);
	color: var(--bc-lime) !important;
	font-size: 13px;
	font-weight: 820;
}

/* Preguntas frecuentes */
.bc-faq {
	padding: 110px 0;
	background: var(--bc-white);
}

.bc-faq-layout {
	display: grid;
	grid-template-columns: 0.62fr 1.38fr;
	gap: clamp(68px, 9vw, 135px);
}

.bc-faq-list {
	border-top: 1px solid var(--bc-line);
}

.bc-faq-list details {
	border-bottom: 1px solid var(--bc-line);
}

.bc-faq-list summary {
	min-height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	cursor: pointer;
	list-style: none;
	color: var(--bc-ink);
	font-size: 17px;
	font-weight: 760;
}

.bc-faq-list summary::-webkit-details-marker {
	display: none;
}

.bc-faq-list summary span {
	color: var(--bc-green);
	font-size: 26px;
	font-weight: 400;
	transition: transform 160ms ease;
}

.bc-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.bc-faq-list details p {
	max-width: 720px;
	padding: 0 44px 29px 0;
	color: var(--bc-muted);
	font-size: 15px;
	line-height: 1.72;
}

/* Cierre y pie */
.bc-final {
	padding: 24px 0 96px;
	background: var(--bc-white);
}

.bc-final-card {
	display: grid;
	grid-template-columns: 1.1fr 0.7fr;
	align-items: center;
	gap: 76px;
	padding: clamp(42px, 6vw, 76px);
	border-radius: 34px;
	background: var(--bc-lime);
	color: var(--bc-forest);
}

.bc-final-card > div:first-child > span {
	display: block;
	margin-bottom: 19px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bc-final h2 {
	margin-bottom: 0;
	color: var(--bc-forest);
}

.bc-final-contact p {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 720;
}

.bc-final-button {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 27px;
	padding: 0 21px;
	border-radius: 17px;
	background: var(--bc-forest);
	color: white !important;
	font-size: 14px;
	font-weight: 820;
}

.bc-footer {
	background: var(--bc-forest-deep);
	color: white;
}

.bc-footer-inner {
	min-height: 126px;
	display: flex;
	align-items: center;
	gap: 34px;
}

.bc-footer-inner > div strong,
.bc-footer-inner > div span {
	display: block;
}

.bc-footer-inner > div strong {
	margin-bottom: 4px;
	font-size: 18px;
	letter-spacing: 0.08em;
}

.bc-footer-inner > div span,
.bc-footer-inner p,
.bc-footer-inner nav a {
	color: rgba(255, 255, 255, 0.54);
	font-size: 10px;
}

.bc-footer-inner nav {
	display: flex;
	gap: 21px;
	margin-left: auto;
}

.bc-footer-inner p {
	margin: 0;
}

/* No se usa una barra fija: deja libres WhatsApp y el selector de idioma. */
.bc-sticky-booking {
	display: none !important;
}

@media (max-width: 1040px) {
	.bc-nav {
		display: none;
	}

	.bc-header-actions {
		margin-left: auto;
	}

	.bc-hero-layout {
		grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
		gap: 44px;
	}

	.bc-hero-visual {
		min-height: 560px;
	}

	.bc-intro-grid {
		grid-template-columns: 1fr 1.5fr;
	}

	.bc-method-list {
		grid-column: 2;
	}

	.bc-local-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bc-local-copy {
		grid-column: 2;
	}
}

@media (max-width: 820px) {
	.bc-container {
		width: min(100% - 32px, 1200px);
	}

	.bc-header-inner {
		height: 74px;
	}

	.bc-logo {
		width: 146px;
		height: 52px;
	}

	.bc-logo img {
		width: 140px;
	}

	.bc-header-phone {
		display: none;
	}

	.bc-hero {
		padding: 46px 0 64px;
	}

	.bc-hero-layout,
	.bc-intro-grid,
	.bc-section-top,
	.bc-local-grid,
	.bc-faq-layout,
	.bc-final-card {
		grid-template-columns: 1fr;
	}

	.bc-hero-layout {
		gap: 46px;
	}

	.bc-home h1 {
		max-width: 760px;
		font-size: clamp(47px, 10.7vw, 70px);
	}

	.bc-hero-description {
		max-width: 720px;
	}

	.bc-hero-visual {
		min-height: 540px;
	}

	.bc-quick-booking {
		grid-template-columns: 1fr 1fr;
		margin-top: 28px;
	}

	.bc-quick-intro {
		grid-column: 1 / -1;
	}

	.bc-intro,
	.bc-treatments,
	.bc-local,
	.bc-reviews,
	.bc-faq {
		padding: 82px 0;
	}

	.bc-intro-grid,
	.bc-section-top,
	.bc-local-grid,
	.bc-faq-layout,
	.bc-final-card {
		gap: 40px;
	}

	.bc-method-list,
	.bc-local-copy {
		grid-column: auto;
	}

	.bc-treatment-grid,
	.bc-reviews-grid {
		grid-template-columns: 1fr;
	}

	.bc-support-card {
		grid-column: auto;
	}

	.bc-reviews-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.bc-reviews-grid figure {
		min-height: 288px;
	}

	.bc-final-card {
		padding: 44px 31px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .bc-header {
		top: 46px;
	}
}

@media (max-width: 560px) {
	.bc-header-inner {
		height: 68px;
		gap: 12px;
	}

	.bc-logo {
		width: 128px;
		height: 46px;
	}

	.bc-logo img {
		width: 123px;
		transform: scale(1.1);
	}

	.bc-top-booking {
		min-height: 42px;
		gap: 10px;
		padding: 0 15px;
		font-size: 12px;
	}

	.bc-desktop-label {
		display: none;
	}

	.bc-mobile-label {
		display: inline;
	}

	.bc-hero {
		padding-top: 35px;
	}

	.bc-location-pill {
		margin-bottom: 21px;
		font-size: 9px;
	}

	.bc-home h1 {
		margin-bottom: 22px;
		font-size: clamp(42px, 12.2vw, 57px);
		line-height: 0.99;
	}

	.bc-hero-description {
		margin-bottom: 26px;
		font-size: 16px;
		line-height: 1.62;
	}

	.bc-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 34px;
	}

	.bc-hero-primary,
	.bc-hero-secondary {
		width: 100%;
		min-height: 55px;
	}

	.bc-hero-proof div {
		padding-inline: 10px;
	}

	.bc-hero-proof strong {
		font-size: 20px;
	}

	.bc-hero-proof span {
		font-size: 9px;
		line-height: 1.35;
	}

	.bc-hero-visual {
		min-height: 430px;
		border-radius: 28px 28px 7px 28px;
	}

	.bc-visual-location {
		right: 12px;
		top: 12px;
		min-width: 132px;
		padding: 12px 14px;
	}

	.bc-visual-review {
		right: 12px;
		bottom: 12px;
		left: 12px;
		padding: 16px;
	}

	.bc-visual-review p {
		font-size: 13px;
	}

	.bc-quick-booking {
		grid-template-columns: 1fr;
		padding: 9px;
		border-radius: 22px;
	}

	.bc-quick-intro {
		grid-column: auto;
		padding: 11px 13px;
	}

	.bc-quick-booking > a {
		min-height: 72px;
	}

	.bc-treatment-card {
		min-height: 405px;
		padding: 29px 23px;
		border-radius: 24px;
	}

	.bc-support-card {
		min-height: 0;
		gap: 18px;
		padding: 13px;
	}

	.bc-support-photo {
		min-height: 250px;
	}

	.bc-support-card > div:last-child {
		padding: 19px 10px 27px;
	}

	.bc-faq-list summary {
		min-height: 78px;
		font-size: 15px;
	}

	.bc-final {
		padding-bottom: 70px;
	}

	.bc-final-card {
		border-radius: 25px;
	}

	.bc-footer-inner {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		gap: 17px;
		padding: 33px 0 142px;
	}

	.bc-footer-inner nav {
		flex-wrap: wrap;
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.bc-home *,
	.bc-home *::before,
	.bc-home *::after {
		transition-duration: 0.01ms !important;
	}
}
