/*
 * Menatombo.com — presentation only.
 * No copy, prices, products, or images belong here.
 */

:root {
	--wp--preset--color--void: #070614;
	--wp--preset--color--background: #0B0918;
	--wp--preset--color--surface: #13112C;
	--wp--preset--color--surface-2: #1B1838;
	--wp--preset--color--border: #2E2A58;
	--wp--preset--color--foreground: #F5F2FF;
	--wp--preset--color--muted: #A39DC8;
	--wp--preset--color--primary: #7C5CFF;
	--wp--preset--color--primary-dark: #5B3FE0;
	--wp--preset--color--accent: #C4B5FD;
	--wp--preset--color--online: #34D399;
	--menatombo-content-width: 78rem;
	--menatombo-wide-width: 78rem;
	--menatombo-half-width: 42rem;
	--menatombo-chrome-width: 78rem;
	--menatombo-gutter: 1.25rem;
}

html,
body {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: clip;
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.site-main {
	flex: 1 0 auto;
	width: min(var(--menatombo-content-width), calc(100% - (2 * var(--menatombo-gutter))));
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.layout-full .site-main {
	width: 100%;
	max-width: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	clip: auto;
	padding: 0.5rem 1rem;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--foreground);
	z-index: 200;
}

.wp-site-blocks {
	overflow-x: clip;
	background: var(--wp--preset--color--background);
}

.menatombo-header-inner,
.menatombo-footer-inner {
	width: min(var(--menatombo-chrome-width), calc(100% - (2 * var(--menatombo-gutter))));
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-main {
	padding-top: 3rem;
	padding-bottom: 4.5rem;
}

.menatombo-page {
	padding-top: 3rem;
	padding-bottom: 4.5rem;
}

.entry-content > .alignwide,
.entry-content > .is-style-wide,
.editor-styles-wrapper .is-root-container > .alignwide,
.editor-styles-wrapper .is-root-container > .is-style-wide {
	width: min(var(--menatombo-wide-width), 100%);
	max-width: var(--menatombo-wide-width);
	margin-left: auto;
	margin-right: auto;
}

.entry-content > .is-style-half,
.editor-styles-wrapper .is-root-container > .is-style-half {
	width: min(var(--menatombo-half-width), 100%);
	max-width: var(--menatombo-half-width);
	margin-left: auto;
	margin-right: auto;
}

.entry-content > .alignfull {
	width: 100%;
	max-width: none;
}

.entry-content > .is-style-full,
.editor-styles-wrapper .is-root-container > .is-style-full {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.editor-styles-wrapper.layout-wide .is-root-container,
.editor-styles-wrapper.layout-half .is-root-container,
.editor-styles-wrapper.layout-custom .is-root-container {
	width: min(var(--menatombo-content-width), calc(100% - (2 * var(--menatombo-gutter))));
	max-width: var(--menatombo-content-width);
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper.layout-full .is-root-container {
	width: 100%;
	max-width: none;
}

.menatombo-brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.menatombo-brand .custom-logo {
	width: 36px;
	height: 36px;
	border-radius: 8px;
}

.menatombo-brand .site-title,
a.site-title {
	color: var(--wp--preset--color--foreground);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.menatombo-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.menatombo-primary-nav .menu,
.menatombo-cta-menu,
.menatombo-social-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menatombo-primary-nav a {
	color: var(--wp--preset--color--foreground);
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}

.menatombo-primary-nav a:hover {
	color: var(--wp--preset--color--accent);
}

.menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--foreground);
	border-radius: 999px;
	padding: 0.4rem 0.9rem;
	font-weight: 600;
}

.menatombo-header-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.menatombo-account-link,
.menatombo-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 2.4rem;
	padding: 0.45rem 1rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	color: var(--wp--preset--color--foreground);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.menatombo-cta-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	padding: 0.45rem 1.15rem;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--foreground);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.menatombo-cart-link .count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.2rem;
	height: 1.2rem;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	font-size: 0.7rem;
}

.menatombo-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
}

.menatombo-footer-brand .site-tagline,
.menatombo-footer-legal {
	color: var(--wp--preset--color--muted);
	font-size: 0.875rem;
}

.menatombo-footer-legal {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--wp--preset--color--border);
}

.menatombo-footer-column .widget-title {
	color: var(--wp--preset--color--muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

.menatombo-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2.05;
}

.menatombo-loop {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.5rem;
}

.entry-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.wp-block-button__link:focus-visible,
.wp-element-button:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

/* Gutenberg uses <mark> for inline color. Kill the default yellow highlighter. */
mark,
mark.has-inline-color,
.wp-block-heading mark,
.entry-content mark {
	background: none;
	background-color: transparent;
	padding: 0;
	color: var(--wp--preset--color--accent);
}

/* Header
   ------------------------------------------------------------------ */
.menatombo-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(11, 9, 24, 0.78);
	backdrop-filter: saturate(160%) blur(16px);
	border-bottom: 1px solid rgba(46, 42, 88, 0.65);
}

.menatombo-site-footer {
	background: var(--wp--preset--color--void);
	padding: 4.5rem 0 2rem;
	margin-top: auto;
}

.menatombo-site-header .wp-block-navigation__responsive-container-open,
.menatombo-site-header .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--foreground);
}

.menatombo-header-actions .wc-block-customer-account__account-button,
.menatombo-header-actions a.wc-block-customer-account__account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.4rem;
	padding: 0.45rem 1rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	color: var(--wp--preset--color--foreground);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	background: transparent;
}

.menatombo-header-actions .wc-block-customer-account__account-button:hover,
.menatombo-header-actions a.wc-block-customer-account__account-link:hover {
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--accent);
}

.wc-block-mini-cart__badge {
	background-color: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--foreground) !important;
}

.wc-block-mini-cart__button,
.wc-block-mini-cart__icon {
	color: var(--wp--preset--color--foreground);
}

/* Buttons
   ------------------------------------------------------------------ */
.wp-block-button__link,
.wp-element-button {
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(124, 92, 255, 0.35);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent !important;
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--foreground);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--accent);
}

/* Hero
   ------------------------------------------------------------------ */
.menatombo-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.menatombo-hero::before,
.menatombo-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
	border-radius: 50%;
}

.menatombo-hero::before {
	right: -8%;
	top: -18%;
	width: min(58vw, 640px);
	height: min(58vw, 640px);
	background:
		radial-gradient(circle at 42% 40%, rgba(196, 181, 253, 0.55) 0 8%, transparent 9%),
		radial-gradient(circle at 50% 52%, #7c5cff 0%, #3b1d8f 38%, #1a1038 62%, transparent 70%);
	filter: blur(2px);
	opacity: 0.95;
}

.menatombo-hero::after {
	right: 4%;
	bottom: -22%;
	width: min(42vw, 420px);
	height: min(42vw, 420px);
	background: radial-gradient(circle at 50% 50%, rgba(91, 63, 224, 0.45), transparent 68%);
	filter: blur(8px);
}

.menatombo-hero > * {
	position: relative;
	z-index: 1;
}

.menatombo-eyebrow {
	display: inline-block;
	padding: 0.4rem 0.9rem;
	border: 1px solid rgba(196, 181, 253, 0.35);
	border-radius: 999px;
	background: rgba(19, 17, 44, 0.65);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.menatombo-checks {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.menatombo-checks li {
	position: relative;
	padding-left: 1.6rem;
	margin-bottom: 0.35rem;
}

.menatombo-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 0.95rem;
	height: 0.95rem;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, transparent 0 38%, var(--wp--preset--color--online) 40% 100%);
	box-shadow: inset 0 0 0 1.5px var(--wp--preset--color--online);
}

.menatombo-hero-card .wc-block-product,
.menatombo-hero-card .wc-block-product-template .wc-block-product {
	background: linear-gradient(180deg, #1a173c 0%, #100e26 100%);
	border: 1px solid rgba(124, 92, 255, 0.4);
	border-radius: 22px;
	padding: 1.35rem 1.35rem 1.5rem;
	box-shadow:
		0 40px 80px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.menatombo-hero-card .wp-block-woocommerce-product-button .wp-element-button,
.menatombo-hero-card .wc-block-components-product-button .wp-element-button {
	width: 100%;
	justify-content: center;
}

/* Cards
   ------------------------------------------------------------------ */
.menatombo-card,
.wc-block-product-template__product,
.wp-block-woocommerce-product-collection li.wc-block-product {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.menatombo-card:hover,
.wp-block-woocommerce-product-collection li.wc-block-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
	border-color: rgba(124, 92, 255, 0.55);
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price,
.wc-block-grid__product-price {
	color: var(--wp--preset--color--foreground);
	font-weight: 700;
}

.woocommerce .star-rating span::before,
.wc-block-components-product-rating__stars {
	color: var(--wp--preset--color--accent) !important;
}

/* Category grid — structure only; names/images come from product categories */
.menatombo-category-grid .wc-block-product-categories-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menatombo-category-grid .wc-block-product-categories-list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.7rem;
	padding: 1.6rem 1rem 1.35rem;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 18px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.menatombo-category-grid .wc-block-product-categories-list-item:hover {
	transform: translateY(-3px);
	border-color: rgba(124, 92, 255, 0.55);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
}

.menatombo-category-grid .wc-block-product-categories-list-item > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	color: var(--wp--preset--color--foreground);
	font-weight: 700;
	text-decoration: none;
}

.menatombo-category-grid .wc-block-product-categories-list-item__image img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 14px;
}

.menatombo-category-grid .wc-block-product-categories-list .wc-block-product-categories-list {
	display: none;
}

/* How it works
   ------------------------------------------------------------------ */
.menatombo-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	line-height: 1;
}

.menatombo-cta {
	position: relative;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(59, 29, 143, 0.35);
}

.menatombo-cta::after {
	content: "";
	position: absolute;
	right: -6%;
	top: -40%;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 40% 40%, rgba(245, 242, 255, 0.55) 0 6%, transparent 7%),
		radial-gradient(circle at 50% 55%, #c4b5fd 0%, #7c5cff 36%, #3b1d8f 64%, transparent 72%);
	pointer-events: none;
}

.menatombo-cta > * {
	position: relative;
	z-index: 1;
}

/* Footer
   ------------------------------------------------------------------ */
.menatombo-site-footer .wp-block-navigation,
.menatombo-site-footer .wp-block-page-list,
.menatombo-site-footer .wc-block-product-categories {
	line-height: 2.05;
}

.menatombo-site-footer a {
	color: var(--wp--preset--color--muted);
	text-decoration: none;
}

.menatombo-site-footer a:hover {
	color: var(--wp--preset--color--foreground);
}

.menatombo-site-footer .wc-block-product-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* WooCommerce surfaces
   ------------------------------------------------------------------ */
.woocommerce div.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-product-button .wp-element-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--foreground);
	border-radius: 999px;
	font-weight: 700;
	border: 0;
}

.woocommerce div.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-product-button .wp-element-button:hover {
	background: var(--wp--preset--color--primary-dark);
	color: var(--wp--preset--color--foreground);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs .panel {
	color: var(--wp--preset--color--foreground);
}

.woocommerce-page .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-textarea {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--foreground);
	border-radius: 10px;
}

.wp-block-search__input {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--foreground);
}

@media (max-width: 781px) {
	.menatombo-hero::before {
		right: -28%;
		top: auto;
		bottom: -18%;
		opacity: 0.55;
	}

	.menatombo-header-actions .menatombo-cta-menu {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.menatombo-primary-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--wp--preset--color--void);
		padding: 1rem 1.25rem 1.25rem;
		border-bottom: 1px solid var(--wp--preset--color--border);
	}

	.menatombo-primary-nav.is-open {
		display: block;
	}

	.menatombo-primary-nav .menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.menatombo-site-header {
		position: sticky;
	}

	.menatombo-footer-grid {
		grid-template-columns: 1fr;
	}

	.menatombo-cta::after {
		opacity: 0.45;
		right: -20%;
	}
}
