/* =========================================================
   MCE Solutions — main stylesheet
   Single file, no framework, mobile-first, CSS custom
   properties for theming (values injected via Customizer in
   inc/customizer.php -> lsh_customizer_css_vars()).
   ========================================================= */

:root {
	/* Color palette matched to the Biniqo reference design:
	   deep navy primary/secondary, teal-green accent, gold highlight. */
	--lsh-primary: #00c896;
	--lsh-primary-dark: #00a87a;
	--lsh-secondary: #0a2540;
	--lsh-secondary-light: #1a3a5c;
	--lsh-accent: #f4b942;
	--lsh-bg: #ffffff;
	--lsh-surface: #f8fafb;
	--lsh-surface-2: #f0f4f8;
	--lsh-text: #1a202c;
	--lsh-text-muted: #64748b;
	--lsh-text-light: #94a3b8;
	--lsh-border: #e2e8f0;
	--lsh-whatsapp: #25d366;
	--lsh-danger: #ef4444;
	--lsh-radius-sm: 8px;
	--lsh-radius-md: 14px;
	--lsh-radius-lg: 20px;
	--lsh-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06);
	--lsh-shadow-md: 0 4px 16px rgba(16, 24, 40, 0.08);
	--lsh-shadow-lg: 0 12px 32px rgba(16, 24, 40, 0.12);
	--lsh-container-w: 1200px;
	--lsh-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* -------------------- Reset / base -------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--lsh-bg);
	color: var(--lsh-text);
	font-family: var(--lsh-font);
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lsh-primary); text-decoration: none; }
a:hover { color: var(--lsh-secondary); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em; line-height: 1.25; font-weight: 700; }
p { margin: 0 0 1em; color: var(--lsh-text); }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.screen-reader-text:focus {
	position: fixed; top: 8px; left: 8px;
	width: auto; height: auto; clip: auto;
	background: var(--lsh-bg); color: var(--lsh-text);
	padding: 12px 16px; z-index: 100000; border-radius: var(--lsh-radius-sm);
	box-shadow: var(--lsh-shadow-md);
}
.lsh-skip-link { z-index: 100001; }

:focus-visible {
	outline: 3px solid var(--lsh-accent);
	outline-offset: 2px;
}

.lsh-container {
	max-width: var(--lsh-container-w);
	margin-inline: auto;
	padding-inline: 20px;
}

/* -------------------- Buttons -------------------- */
.lsh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	border: 2px solid transparent;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
	white-space: nowrap;
}
.lsh-btn:hover { transform: translateY(-1px); }
.lsh-btn--primary { background: var(--lsh-primary); color: var(--lsh-secondary); }
.lsh-btn--primary:hover { background: var(--lsh-primary-dark); color: var(--lsh-secondary); box-shadow: var(--lsh-shadow-md); }
.lsh-btn--outline { background: transparent; color: var(--lsh-primary); border-color: var(--lsh-primary); }
.lsh-btn--outline:hover { background: var(--lsh-primary); color: #fff; }
.lsh-btn--outline-invert { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.lsh-btn--outline-invert:hover { background: #fff; color: var(--lsh-secondary); }
.lsh-btn--whatsapp { background: var(--lsh-whatsapp); color: #fff; }
.lsh-btn--whatsapp:hover { background: #1da851; color: #fff; box-shadow: var(--lsh-shadow-md); }
.lsh-btn--lg { padding: 14px 28px; font-size: 1.05rem; }
.lsh-btn--sm { padding: 8px 14px; font-size: 0.85rem; }

.lsh-icon-btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px;
	border: none; background: transparent; border-radius: 50%;
	color: #fff;
}
.lsh-icon-btn:hover { background: rgba(255,255,255,0.12); }

.lsh-icon-search, .lsh-icon-hamburger { display: inline-block; width: 20px; height: 20px; position: relative; }
.lsh-icon-hamburger::before, .lsh-icon-hamburger::after, .lsh-icon-hamburger {
	background: transparent;
}
.lsh-icon-hamburger span { display: none; }
.lsh-icon-hamburger::before {
	content: "";
	position: absolute; left: 0; top: 3px; width: 20px; height: 2px; background: currentColor;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}
.lsh-icon-search::before {
	content: "";
	position: absolute; left: 1px; top: 1px; width: 12px; height: 12px;
	border: 2px solid currentColor; border-radius: 50%;
}
.lsh-icon-search::after {
	content: "";
	position: absolute; left: 13px; top: 13px; width: 6px; height: 2px; background: currentColor;
	transform: rotate(45deg);
}

/* -------------------- Header -------------------- */
.lsh-header {
	background: var(--lsh-secondary);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	z-index: 500;
}
body.lsh-sticky-header .lsh-header {
	position: sticky;
	top: 0;
}
.lsh-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-block: 14px;
}
.lsh-header__brand { display: flex; flex-direction: column; }
.lsh-header__site-title { font-size: 1.35rem; font-weight: 800; color: #fff; }
.lsh-header__tagline { margin: 0; font-size: 0.8rem; color: rgba(255,255,255,0.65); }
.custom-logo-link img { max-height: 56px; width: auto; }

.lsh-header__nav { display: none; }
.lsh-nav-menu { display: flex; align-items: center; gap: 28px; }
.lsh-nav-menu a { font-weight: 600; color: #fff; }
.lsh-nav-menu a:hover { color: var(--lsh-primary); }
.lsh-nav-menu .sub-menu { display: none; }

.lsh-header__actions { display: flex; align-items: center; gap: 10px; }
.lsh-header__whatsapp, .lsh-header__cta { display: none; }

.lsh-header__search { border-top: 1px solid rgba(255,255,255,0.12); padding-block: 12px; background: var(--lsh-secondary-light, var(--lsh-secondary)); }
.lsh-mobile-menu-toggle { display: inline-flex; }

.lsh-mobile-menu {
	background: var(--lsh-secondary);
	border-top: 1px solid rgba(255,255,255,0.12);
	padding: 16px 20px 24px;
}
.lsh-mobile-menu__list li { border-bottom: 1px solid rgba(255,255,255,0.12); }
.lsh-mobile-menu__list a { display: block; padding: 12px 0; font-weight: 600; color: #fff; }
.lsh-mobile-menu__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

@media (min-width: 900px) {
	.lsh-header__nav { display: block; }
	.lsh-header__whatsapp, .lsh-header__cta { display: inline-flex; }
	.lsh-mobile-menu-toggle { display: none; }
}

/* -------------------- Breadcrumbs -------------------- */
.lsh-breadcrumbs { padding: 12px 20px 0; max-width: var(--lsh-container-w); margin-inline: auto; }
.lsh-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.85rem; color: var(--lsh-text-muted); }
.lsh-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: var(--lsh-border); }
.lsh-breadcrumbs a { color: var(--lsh-text-muted); }
.lsh-breadcrumbs a:hover { color: var(--lsh-primary); }

/* -------------------- Sections -------------------- */
.lsh-section { padding-block: 56px; }
.lsh-section--alt { background: var(--lsh-surface); }
.lsh-section__title { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); }
.lsh-section__header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.lsh-section__link { font-weight: 600; white-space: nowrap; }

/* -------------------- Hero -------------------- */
.lsh-hero { padding-block: 56px 40px; background: linear-gradient(180deg, var(--lsh-surface) 0%, var(--lsh-bg) 100%); }
.lsh-hero__inner { display: grid; gap: 32px; align-items: center; }
.lsh-hero__heading { font-size: clamp(1.9rem, 1.4rem + 2.2vw, 3.2rem); letter-spacing: -0.02em; }
.lsh-hero__description { font-size: 1.1rem; color: var(--lsh-text-muted); max-width: 56ch; }
.lsh-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-block: 20px 16px; }
.lsh-hero__highlights { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.lsh-hero__highlights li { font-size: 0.9rem; color: var(--lsh-text-muted); position: relative; padding-left: 20px; }
.lsh-hero__highlights li::before { content: "✓"; position: absolute; left: 0; color: var(--lsh-primary); font-weight: 700; }
.lsh-hero__visual { border-radius: var(--lsh-radius-lg); overflow: hidden; box-shadow: var(--lsh-shadow-lg); }
.lsh-hero__image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

@media (min-width: 900px) {
	.lsh-hero__inner { grid-template-columns: 1.1fr 0.9fr; }
}

/* -------------------- Quick services -------------------- */
.lsh-quick-services__grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.lsh-quick-card {
	background: var(--lsh-surface);
	border: 1px solid var(--lsh-border);
	border-radius: var(--lsh-radius-md);
	padding: 22px;
	display: flex; flex-direction: column; gap: 8px;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.lsh-quick-card:hover { transform: translateY(-3px); box-shadow: var(--lsh-shadow-md); border-color: var(--lsh-primary); }
.lsh-quick-card__icon { font-size: 26px; color: var(--lsh-primary); }
.lsh-quick-card__title { font-size: 1.05rem; margin: 0; color: var(--lsh-text); }
.lsh-quick-card__desc { font-size: 0.88rem; color: var(--lsh-text-muted); margin: 0; }

@media (min-width: 700px) {
	.lsh-quick-services__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
	.lsh-quick-services__grid { grid-template-columns: repeat(6, 1fr); }
}

/* -------------------- Card grid (products/services/posts) -------------------- */
.lsh-card-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .lsh-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .lsh-card-grid { grid-template-columns: repeat(3, 1fr); } }

/* Product Showcase and Services may grow to 4 columns on very large
   screens (per spec); Latest Posts intentionally stays at 3 columns
   for 6 posts regardless of screen width. */
@media (min-width: 1400px) {
	.lsh-products .lsh-card-grid,
	.lsh-services .lsh-card-grid { grid-template-columns: repeat(4, 1fr); }
}

.lsh-product-card, .lsh-service-card, .lsh-post-card {
	background: var(--lsh-bg);
	border: 1px solid var(--lsh-border);
	border-radius: var(--lsh-radius-md);
	overflow: hidden;
	box-shadow: var(--lsh-shadow-sm);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	display: flex; flex-direction: column;
}
.lsh-product-card:hover, .lsh-service-card:hover, .lsh-post-card:hover {
	box-shadow: var(--lsh-shadow-md);
	transform: translateY(-2px);
}

.lsh-product-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--lsh-surface); }
.lsh-product-card__media .lsh-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.lsh-product-card:hover .lsh-img { transform: scale(1.04); }
.lsh-badge {
	position: absolute; top: 12px; left: 12px;
	background: rgba(0, 200, 150, 0.92); color: var(--lsh-secondary);
	font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em;
	padding: 4px 10px; border-radius: 999px;
}
.lsh-product-card__body, .lsh-service-card, .lsh-post-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.lsh-product-card__title, .lsh-service-card__title, .lsh-post-card__title { font-size: 1.1rem; margin: 0; }
.lsh-product-card__title a, .lsh-service-card__title a, .lsh-post-card__title a { color: var(--lsh-text); }
.lsh-product-card__desc, .lsh-service-card__desc, .lsh-post-card__excerpt { color: var(--lsh-text-muted); font-size: 0.92rem; margin: 0; }
.lsh-product-card__actions, .lsh-service-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 10px; }

.lsh-service-card { align-items: flex-start; }
.lsh-service-card__icon { font-size: 30px; color: var(--lsh-primary); }
.lsh-service-card__media { width: 56px; height: 56px; border-radius: var(--lsh-radius-sm); overflow: hidden; }

.lsh-post-card__category { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--lsh-primary); }
.lsh-post-card__meta { font-size: 0.8rem; color: var(--lsh-text-muted); display: flex; gap: 10px; }
.lsh-post-card__readmore { font-weight: 600; font-size: 0.9rem; margin-top: auto; }

/* -------------------- Why choose us -------------------- */
.lsh-why-choose__grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .lsh-why-choose__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .lsh-why-choose__grid { grid-template-columns: repeat(3, 1fr); } }
.lsh-why-choose__item {
	display: flex; align-items: flex-start; gap: 12px;
	background: var(--lsh-surface); border-radius: var(--lsh-radius-md);
	padding: 18px 20px; font-weight: 600;
}
.lsh-why-choose__icon {
	flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
	background: var(--lsh-primary); color: #fff;
	display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem;
}

/* -------------------- Gallery -------------------- */
.lsh-gallery__grid { column-count: 2; column-gap: 16px; }
.lsh-gallery__item { break-inside: avoid; margin-bottom: 16px; border-radius: var(--lsh-radius-md); overflow: hidden; box-shadow: var(--lsh-shadow-sm); }
.lsh-gallery__img { width: 100%; }
@media (min-width: 700px) { .lsh-gallery__grid { column-count: 3; } }
@media (min-width: 1100px) { .lsh-gallery__grid { column-count: 4; } }

/* -------------------- Location -------------------- */
.lsh-location__inner { display: grid; gap: 28px; }
.lsh-location__map { border-radius: var(--lsh-radius-md); overflow: hidden; box-shadow: var(--lsh-shadow-sm); }
@media (min-width: 900px) { .lsh-location__inner { grid-template-columns: 1fr 1fr; align-items: center; } }

/* -------------------- CTA band -------------------- */
.lsh-cta-band { background: var(--lsh-secondary); color: #fff; }
.lsh-cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.lsh-cta-band__title { color: #fff; margin-bottom: 6px; }
.lsh-cta-band__desc { color: rgba(255,255,255,0.85); margin: 0; }
.lsh-cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* -------------------- Layout (single/archive w/ sidebar) -------------------- */
.lsh-layout { display: grid; gap: 40px; padding-block: 40px; }
.lsh-layout--with-sidebar { grid-template-columns: 1fr; }
@media (min-width: 960px) {
	.lsh-layout--with-sidebar { grid-template-columns: 2.2fr 1fr; align-items: start; }
}
.lsh-archive-header { margin-bottom: 28px; }
.lsh-archive-header__desc { color: var(--lsh-text-muted); }

/* -------------------- Sidebar -------------------- */
.lsh-sidebar { display: flex; flex-direction: column; gap: 20px; }
.lsh-widget__card {
	background: var(--lsh-surface);
	border: 1px solid var(--lsh-border);
	border-radius: var(--lsh-radius-md);
	padding: 20px;
}
.lsh-widget__title { font-size: 1rem; margin-bottom: 12px; }
.lsh-contact-list li { padding: 4px 0; color: var(--lsh-text-muted); }
.lsh-contact-list a { color: var(--lsh-text); font-weight: 600; }

/* -------------------- Single post -------------------- */
.lsh-single-post__title { font-size: clamp(1.6rem, 1.3rem + 1.5vw, 2.4rem); }
.lsh-single-post__meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.88rem; color: var(--lsh-text-muted); margin-bottom: 24px; }
.lsh-single-post__thumb { border-radius: var(--lsh-radius-md); overflow: hidden; margin-bottom: 24px; }
.lsh-single-post__content { font-size: 1.05rem; line-height: 1.8; }
.lsh-single-post__content p { margin-bottom: 1.3em; }
.lsh-single-post__content img { border-radius: var(--lsh-radius-sm); }
.lsh-single-post__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.lsh-tag { background: var(--lsh-surface); border: 1px solid var(--lsh-border); border-radius: 999px; padding: 5px 12px; font-size: 0.82rem; color: var(--lsh-text-muted); }

/* -------------------- Single product -------------------- */
.lsh-single-product { display: grid; gap: 32px; }
.lsh-single-product__main-image { position: relative; border-radius: var(--lsh-radius-lg); overflow: hidden; box-shadow: var(--lsh-shadow-md); }
.lsh-single-product__gallery { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.lsh-single-product__gallery-img { width: 76px; height: 76px; object-fit: cover; border-radius: var(--lsh-radius-sm); border: 1px solid var(--lsh-border); }
.lsh-single-product__categories { display: flex; gap: 8px; margin-bottom: 10px; }
.lsh-single-product__title { font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.2rem); }
.lsh-single-product__short-desc { color: var(--lsh-text-muted); font-size: 1.05rem; }
.lsh-single-product__actions { margin-block: 16px 24px; }
.lsh-single-product__full-desc { line-height: 1.8; }
@media (min-width: 900px) { .lsh-single-product { grid-template-columns: 1fr 1fr; } }

/* -------------------- Single service -------------------- */
.lsh-single-service__icon { font-size: 40px; color: var(--lsh-primary); }
.lsh-single-service__title { font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.2rem); }
.lsh-single-service__content { line-height: 1.8; margin-block: 20px; }
.lsh-single-service__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* -------------------- 404 / no-results -------------------- */
.lsh-404, .lsh-no-results { text-align: center; padding-block: 40px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lsh-404__code { font-size: 5rem; color: var(--lsh-border); margin: 0; }

/* -------------------- Search form -------------------- */
.lsh-search-form { display: flex; border: 2px solid var(--lsh-border); border-radius: 999px; overflow: hidden; }
.lsh-search-form__input { flex: 1; border: none; padding: 10px 16px; background: transparent; color: var(--lsh-text); }
.lsh-search-form__input:focus { outline: none; }
.lsh-search-form__submit { border: none; background: var(--lsh-primary); color: #fff; width: 46px; position: relative; }

/* -------------------- Footer -------------------- */
.lsh-footer { background: var(--lsh-secondary); color: rgba(255,255,255,0.85); margin-top: 40px; }
.lsh-footer__grid { display: grid; gap: 32px; padding-block: 56px 32px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .lsh-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .lsh-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.lsh-footer__heading { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.lsh-footer__site-title { color: #fff; font-size: 1.3rem; font-weight: 800; }
.lsh-footer__description { font-size: 0.92rem; }
.lsh-footer-menu li { margin-bottom: 8px; }
.lsh-footer-menu a { color: rgba(255,255,255,0.85); }
.lsh-footer-menu a:hover { color: #fff; }
.lsh-footer__contact-list li { margin-bottom: 8px; font-size: 0.92rem; }
.lsh-footer__contact-list a { color: rgba(255,255,255,0.85); }
.lsh-footer__whatsapp { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.lsh-footer__social { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.lsh-footer__social-link { color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 600; }
.lsh-footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-block: 18px; }
.lsh-footer__copyright { margin: 0; font-size: 0.85rem; text-align: center; }
.lsh-footer-widget { margin-top: 12px; }

/* -------------------- Pagination -------------------- */
.pagination, .navigation.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding-inline: 8px;
	border: 1px solid var(--lsh-border); border-radius: var(--lsh-radius-sm);
	color: var(--lsh-text);
}
.pagination .page-numbers.current { background: var(--lsh-primary); color: #fff; border-color: var(--lsh-primary); }
.pagination .page-numbers:hover:not(.current) { border-color: var(--lsh-primary); }

/* -------------------- Comments -------------------- */
.lsh-comments { margin-top: 48px; }
.lsh-comments__title { font-size: 1.3rem; }
.comment-list { margin-top: 20px; }
.comment-list .comment-body { background: var(--lsh-surface); border-radius: var(--lsh-radius-md); padding: 18px; margin-bottom: 16px; }
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond textarea {
	width: 100%; padding: 10px 14px; border: 1px solid var(--lsh-border); border-radius: var(--lsh-radius-sm); margin-bottom: 12px;
}

/* -------------------- Utility: no layout shift on lazy images -------------------- */
img[loading="lazy"] { background: var(--lsh-surface); }

/* -------------------- User Panel -------------------- */
.lsh-user-panel { padding-block: 32px 60px; background: var(--lsh-surface); }
.lsh-up-inner {
	display: grid; gap: 28px;
	grid-template-columns: 1fr;
	align-items: start;
	padding-block: 28px;
}
@media (min-width: 900px) {
	.lsh-up-inner { grid-template-columns: 260px 1fr; }
}

.lsh-up-sidebar {
	background: var(--lsh-bg);
	border-radius: var(--lsh-radius-lg);
	box-shadow: var(--lsh-shadow-md);
	overflow: hidden;
}
@media (min-width: 900px) {
	.lsh-up-sidebar { position: sticky; top: 88px; }
}
.lsh-up-profile {
	background: linear-gradient(135deg, var(--lsh-secondary), var(--lsh-secondary-light, var(--lsh-secondary)));
	padding: 24px;
	text-align: center;
}
.lsh-up-avatar { width: 80px; height: 80px; border-radius: 50%; border: 3px solid rgba(255,255,255,0.3); margin: 0 auto 12px; }
.lsh-up-name { color: #fff; font-weight: 800; font-size: 1rem; margin-bottom: 2px; }
.lsh-up-email { color: rgba(255,255,255,0.65); font-size: 0.78rem; margin-bottom: 10px; }
.lsh-up-badge {
	display: inline-block; background: var(--lsh-primary); color: var(--lsh-secondary);
	font-size: 0.7rem; font-weight: 800; padding: 3px 12px; border-radius: 999px;
	text-transform: uppercase; letter-spacing: 0.03em;
}
.lsh-up-nav { padding: 8px 0; }
.lsh-up-nav-link {
	display: flex; align-items: center; gap: 10px;
	padding: 12px 20px; font-size: 0.9rem; font-weight: 600;
	color: var(--lsh-text); border-left: 3px solid transparent;
}
.lsh-up-nav-link .dashicons { color: var(--lsh-primary); font-size: 18px; width: 18px; height: 18px; }
.lsh-up-nav-link:hover, .lsh-up-nav-link.active {
	background: var(--lsh-surface-2, var(--lsh-surface));
	color: var(--lsh-primary-dark, var(--lsh-primary));
	border-left-color: var(--lsh-primary);
}
.lsh-up-nav-whatsapp:hover { background: #f0fff4 !important; color: var(--lsh-whatsapp) !important; border-left-color: var(--lsh-whatsapp) !important; }
.lsh-up-nav-whatsapp .dashicons { color: var(--lsh-whatsapp); }
.lsh-up-nav-logout .dashicons { color: var(--lsh-danger, #ef4444); }
.lsh-up-nav-logout:hover { background: #fff5f5 !important; color: var(--lsh-danger, #ef4444) !important; border-left-color: var(--lsh-danger, #ef4444) !important; }

.lsh-up-main { display: flex; flex-direction: column; gap: 20px; }
.lsh-up-alert {
	display: flex; align-items: center; gap: 10px;
	padding: 14px 18px; border-radius: var(--lsh-radius-md);
	font-size: 0.9rem; font-weight: 600;
}
.lsh-up-alert--success { background: #f0fff4; border: 1px solid #9ae6b4; color: #276749; }
.lsh-up-section__header {
	display: flex; align-items: baseline; gap: 10px;
	padding-bottom: 12px; margin-bottom: 16px;
	border-bottom: 2px solid var(--lsh-primary);
}
.lsh-up-section__header h2 { font-size: 1.1rem; font-weight: 800; color: var(--lsh-secondary); display: flex; align-items: center; gap: 8px; margin: 0; }
.lsh-up-section__header .dashicons { color: var(--lsh-primary); }

.lsh-up-account-card {
	background: var(--lsh-bg); border-radius: var(--lsh-radius-md); box-shadow: var(--lsh-shadow-sm);
	padding: 20px; display: flex; flex-direction: column; gap: 16px;
}
.lsh-up-account-list { display: flex; flex-direction: column; gap: 10px; }
.lsh-up-account-row { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--lsh-border); font-size: 0.9rem; }
.lsh-up-account-row dt { color: var(--lsh-text-muted); font-weight: 600; }
.lsh-up-account-row dd { margin: 0; font-weight: 600; }

.lsh-up-empty {
	text-align: center; padding: 48px 20px;
	background: var(--lsh-bg); border-radius: var(--lsh-radius-lg); box-shadow: var(--lsh-shadow-sm);
}
.lsh-up-empty .dashicons { font-size: 40px; width: 40px; height: 40px; color: var(--lsh-primary); opacity: 0.5; margin-bottom: 10px; }
.lsh-up-empty p { color: var(--lsh-text-muted); margin-bottom: 18px; }

.lsh-up-whatsapp-cta {
	display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
	background: var(--lsh-secondary); color: #fff;
	border-radius: var(--lsh-radius-lg); padding: 20px 24px;
}
.lsh-up-whatsapp-cta__icon { font-size: 30px; width: 30px; height: 30px; color: var(--lsh-whatsapp); }
.lsh-up-whatsapp-cta__text { flex: 1; min-width: 180px; }
.lsh-up-whatsapp-cta__text p { margin: 0; }
.lsh-up-whatsapp-cta__text p:first-child { font-weight: 700; }
.lsh-up-whatsapp-cta__text p:last-child { font-size: 0.85rem; color: rgba(255,255,255,0.75); }

.lsh-up-guest {
	text-align: center; max-width: 420px; margin: 60px auto;
	background: var(--lsh-bg); border-radius: var(--lsh-radius-lg); box-shadow: var(--lsh-shadow-md);
	padding: 48px 32px; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.lsh-up-guest .dashicons { font-size: 36px; width: 36px; height: 36px; color: var(--lsh-primary); }

/* -------------------- Intro / Services Description -------------------- */
.lsh-intro__inner { max-width: 900px; text-align: center; margin-inline: auto; }
.lsh-intro__content { font-size: 1.05rem; line-height: 1.8; color: var(--lsh-text-muted); }
.lsh-intro__content p:last-child { margin-bottom: 0; }
.lsh-intro__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.lsh-intro__actions .dashicons { font-size: 18px; width: 18px; height: 18px; vertical-align: -3px; margin-right: 4px; }

/* -------------------- Reviews shortcode section -------------------- */
.lsh-reviews__content { max-width: 900px; margin-inline: auto; }

/* -------------------- Latest posts "view more" -------------------- */
.lsh-latest-posts__more { display: flex; justify-content: center; margin-top: 36px; }

/* -------------------- Author box -------------------- */
.lsh-author-box {
	display: flex; gap: 16px; align-items: flex-start;
	background: var(--lsh-surface); border-radius: var(--lsh-radius-md);
	padding: 20px; margin-top: 32px;
}
.lsh-author-box__avatar { border-radius: 50%; flex-shrink: 0; }
.lsh-author-box__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--lsh-text-muted); font-weight: 700; }
.lsh-author-box__name { margin: 2px 0 6px; font-weight: 800; font-size: 1.05rem; }
.lsh-author-box__bio { color: var(--lsh-text-muted); font-size: 0.92rem; margin-bottom: 8px; }
.lsh-author-box__link { font-weight: 600; font-size: 0.88rem; }

/* -------------------- Floating WhatsApp -------------------- */
/* Self-contained inline SVG icon — no dependency on an external icon
   font/library, so it can never go missing due to a caching/CSS-
   optimization plugin stripping an "unused" font stylesheet. */
.lsh-floating-whatsapp {
	position: fixed; bottom: 20px; z-index: 9999;
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: var(--lsh-whatsapp); color: #fff;
	padding: 14px; border-radius: 999px;
	box-shadow: var(--lsh-shadow-lg);
	transition: transform 0.15s ease;
	line-height: 0; /* prevents inline-svg baseline gap from skewing the circle */
}
.lsh-floating-whatsapp:hover, .lsh-floating-whatsapp:focus-visible { transform: scale(1.08); color: #fff; }
.lsh-floating-whatsapp--left { left: 20px; }
.lsh-floating-whatsapp--right { right: 20px; }
.lsh-floating-whatsapp__icon { display: block; flex-shrink: 0; }
.lsh-floating-whatsapp__label { font-weight: 700; font-size: 0.9rem; padding-right: 4px; line-height: 1.2; }

/* -------------------- Back to Top -------------------- */
.lsh-back-to-top {
	position: fixed; bottom: 20px; right: 20px; z-index: 9999;
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--lsh-secondary); color: #fff;
	display: flex; align-items: center; justify-content: center;
	box-shadow: var(--lsh-shadow-lg);
	transition: transform 0.15s ease, opacity 0.15s ease;
}
.lsh-back-to-top:hover, .lsh-back-to-top:focus-visible { transform: translateY(-3px); }
.lsh-back-to-top[hidden] { display: none; }
.lsh-back-to-top svg { display: block; }

/* When both floating buttons sit on the right, stack them so they
   don't overlap (WhatsApp above Back-to-Top). Back-to-Top always
   stays on the right per spec regardless of the WhatsApp position. */
.lsh-floating-whatsapp--right ~ .lsh-back-to-top,
.lsh-floating-whatsapp--right + .lsh-back-to-top {
	bottom: 84px;
}
@media (max-width: 600px) {
	.lsh-floating-whatsapp, .lsh-back-to-top { bottom: 14px; }
	.lsh-floating-whatsapp--left { left: 14px; }
	.lsh-floating-whatsapp--right, .lsh-back-to-top { right: 14px; }
	.lsh-floating-whatsapp--right ~ .lsh-back-to-top,
	.lsh-floating-whatsapp--right + .lsh-back-to-top { bottom: 76px; }
	.lsh-floating-whatsapp__label { display: none; } /* icon-only on small screens to save space */
}

/* -------------------- Admin-only diagnostic notice -------------------- */
.lsh-admin-notice {
	max-width: var(--lsh-container-w);
	margin: 24px auto;
	padding: 16px 20px;
	border: 2px dashed var(--lsh-accent);
	border-radius: var(--lsh-radius-md);
	background: #fffbeb;
}
.lsh-admin-notice__tag {
	display: inline-block;
	background: var(--lsh-accent);
	color: var(--lsh-secondary);
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 10px;
	border-radius: 999px;
	margin-bottom: 8px;
}
.lsh-admin-notice p { margin: 0 0 8px; color: #78350f; font-size: 0.9rem; }
.lsh-admin-notice a { font-weight: 700; }

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