/* WordPress and WooCommerce integration for TheAnaaj. */

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
body.admin-bar .theanaaj-site-header { top: 32px; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
.alignwide { width: min(calc(100% - 40px), var(--container, 1380px)); max-width: var(--container, 1380px); margin-inline: auto; }
.alignfull { width: 100%; max-width: none; }

.screen-reader-text,
.skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #123a22; border: 2px solid #123a22; border-radius: 10px; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #c58a2b; outline-offset: 3px; }

.theanaaj-announcement { padding: 8px 20px; background: #123a22; color: #fff; font-size: .78rem; font-weight: 700; }
.theanaaj-announcement__inner { max-width: var(--container, 1380px); margin: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; align-items: center; }
.theanaaj-announcement i { width: 1px; height: 15px; background: rgba(255,255,255,.35); }
.theanaaj-site-header { position: relative; z-index: 50; padding: 0; background: rgba(255,253,248,.97); border-bottom: 1px solid #e5d6bd; }
.theanaaj-header-main { min-height: 92px; gap: 28px; }
.theanaaj-header-main .wp-block-site-logo { flex: 0 0 auto; }
.theanaaj-header-search { flex: 1 1 520px; max-width: 720px; margin: 0; }
.theanaaj-header-search .wp-block-search__inside-wrapper { min-height: 48px; border: 1px solid #e5d6bd; border-radius: 16px; background: #fff; overflow: hidden; }
.theanaaj-header-search input { border: 0; }
.theanaaj-header-search button { min-width: 52px; border: 0; border-radius: 0; background: #123a22; color: #fff; }
.theanaaj-header-tools { display: flex; gap: 18px; align-items: center; font-size: .84rem; font-weight: 700; }
.theanaaj-header-tools a { display: inline-flex; gap: 6px; align-items: center; min-height: 44px; }
.theanaaj-cart-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; background: #a94628; color: #fff; font-size: .7rem; }
.theanaaj-navigation-strip { padding: 12px 20px; border-top: 1px solid rgba(229,214,189,.75); }
.theanaaj-navigation-strip .wp-block-navigation { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.theanaaj-navigation-strip .wp-block-navigation-item__content { padding: 8px 0; }
.theanaaj-navigation-strip .current-menu-item > .wp-block-navigation-item__content,
.theanaaj-navigation-strip .wp-block-navigation-item__content:hover { color: #a94628; }

.theanaaj-main { min-height: 55vh; }
.theanaaj-home-hero { position: relative; overflow: hidden; }
.theanaaj-home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,240,.99) 0%, rgba(255,250,240,.95) 28%, rgba(255,250,240,.55) 52%, rgba(255,250,240,.06) 72%); pointer-events: none; }
.theanaaj-home-hero .wp-block-cover__inner-container { position: relative; z-index: 2; }
.theanaaj-home-hero__inner { display: flex; align-items: center; min-height: 620px; }
.theanaaj-home-hero__copy { width: min(100%, 650px); margin: 0; }
.theanaaj-home-hero__copy h1 { max-width: 12ch; letter-spacing: -.04em; }
.theanaaj-home-hero__copy > p:not(.eyebrow) { max-width: 560px; }
.hero-actions { margin-top: 24px; }
.hero-proofs { width: 610px; max-width: none; margin-top: 24px; gap: 10px; }
.hero-proofs .wp-block-column { padding: 12px 13px; display: flex; align-items: center; min-height: 64px; border: 1px solid rgba(229,214,189,.9); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 8px 24px rgba(51,38,20,.05); }
.hero-proofs p { margin: 0; font-size: .78rem; font-weight: 700; line-height: 1.4; }

.theanaaj-category-section { position: relative; z-index: 5; margin-top: -24px; padding-bottom: 20px; }
.theanaaj-category-rail { padding: 18px; gap: 10px; border: 1px solid #e5d6bd; border-radius: calc(var(--radius, 22px) + 6px); background: rgba(255,255,255,.97); box-shadow: 0 18px 46px rgba(51,38,20,.09); }
.theanaaj-category-item { min-width: 0; padding: 9px; border-radius: 18px; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.theanaaj-category-item:hover { transform: translateY(-3px); background: #fffaf0; box-shadow: 0 12px 28px rgba(51,38,20,.08); }
.theanaaj-category-item figure { width: 72px; height: 72px; margin: 0 auto 8px; display: grid; place-items: center; border: 1px solid #e5d6bd; border-radius: 999px; background: #fffaf0; overflow: hidden; }
.theanaaj-category-item img { width: 62px; height: 62px; object-fit: contain; }
.theanaaj-category-item p { margin: 0; font-size: .78rem; line-height: 1.3; }

.section { padding: clamp(55px, 7vw, 100px) 0; }
.section--sand { background: #f4ead8; }
.section-heading { margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4.5vw, 4rem); }
.eyebrow { margin-bottom: 8px; color: #a94628; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

/* WooCommerce Product Collection cards */
.theanaaj-product-collection .wc-block-product,
.theanaaj-product-collection .wp-block-woocommerce-product-template > li,
.woocommerce ul.products li.product { position: relative; overflow: hidden; padding: 0 0 18px; border: 1px solid #e5d6bd; border-radius: var(--radius, 22px); background: #fffdf8; box-shadow: 0 10px 28px rgba(51,38,20,.05); }
.theanaaj-product-collection .wc-block-components-product-image,
.theanaaj-product-collection .wc-block-grid__product-image,
.woocommerce ul.products li.product > a img { margin: 0; padding: 16px; aspect-ratio: 1; object-fit: contain; background: linear-gradient(90deg, #f4ead8 18%, #fffdf8 18%, #fffdf8 82%, #f4ead8 82%); }
.theanaaj-product-collection .wp-block-post-title,
.theanaaj-product-collection .wc-block-components-product-price,
.theanaaj-product-collection .wc-block-components-product-rating,
.theanaaj-product-collection .wp-block-woocommerce-product-button,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button { margin-left: 18px; margin-right: 18px; }
.theanaaj-product-collection .wp-block-post-title { margin-top: 18px; margin-bottom: 8px; font-family: var(--sans); font-weight: 800; line-height: 1.25; }
.theanaaj-product-collection .wp-block-woocommerce-product-button .wp-block-button__link,
.woocommerce ul.products li.product .button { width: calc(100% - 36px); min-height: 46px; display: inline-flex; justify-content: center; align-items: center; border-radius: 13px; background: #123a22; color: #fff; font-weight: 800; }
.woocommerce span.onsale { top: 14px; left: 14px; min-width: 0; min-height: 0; padding: 7px 11px; border-radius: 999px; background: #a94628; line-height: 1; font-size: .7rem; }
.theanaaj-product-badge { position: absolute; z-index: 4; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: #a94628; color: #fff; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.theanaaj-product-subtitle { margin: 0 18px 10px; color: #667064; font-size: .82rem; }

.theanaaj-combo-offer { border-radius: 32px; overflow: hidden; }
.theanaaj-combo-offer__copy { width: min(100%, 600px); margin-left: 0; padding: 40px; }
.theanaaj-combo-offer__copy h2 { max-width: 12ch; }
.combo-showcase { gap: 20px; }
.combo-showcase__main { overflow: hidden; border: 1px solid #e5d6bd; border-radius: 30px; }
.combo-showcase__media { height: 100%; }
.combo-showcase__copy { max-width: 610px; padding: 28px; border-radius: 24px; box-shadow: 0 18px 46px rgba(51,38,20,.12); }
.combo-showcase__stack { display: flex; flex-direction: column; gap: 18px; }
.mini-info-card { flex: 1; padding: 25px; border: 1px solid #e5d6bd; border-radius: 24px; background: #fffdf8; box-shadow: 0 10px 30px rgba(51,38,20,.05); }

.trust-strip { margin-bottom: 28px; padding: 18px; border: 1px solid #e5d6bd; border-radius: 24px; background: #fffdf8; }
.trust-item { gap: 12px; align-items: center; }
.trust-item p { margin: 0; font-size: .8rem; }
.story-process { gap: 22px; }
.story-panel { border-radius: 28px; overflow: hidden; }
.story-panel__copy { max-width: 490px; padding: 28px; }
.process-panel { padding: 34px; border: 1px solid #e5d6bd; border-radius: 28px; background: #fffdf8; }
.theanaaj-process-list { padding-left: 1.2rem; }
.theanaaj-process-list li { margin-bottom: 14px; }

.taste-explorer-grid { gap: 18px; }
.taste-explorer-card { overflow: hidden; padding: 0; border: 1px solid #e5d6bd; border-radius: 26px; background: #fffdf8; box-shadow: 0 10px 30px rgba(51,38,20,.05); }
.taste-explorer-card figure { margin: 0; }
.taste-explorer-card__copy { padding: 22px; }
.taste-explorer-card__copy h3 { font-size: 1.7rem; }
.quality-promise-grid { gap: 18px; }
.quality-quote-card,
.quality-details-card { padding: 30px; border: 1px solid #e5d6bd; border-radius: 28px; background: #fffdf8; box-shadow: 0 12px 34px rgba(51,38,20,.05); }
.quality-quote-card blockquote { margin: 20px 0; border: 0; padding: 0; font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.18; }
.promise-grid { gap: 14px; }
.promise-grid .wp-block-column { padding: 18px; border: 1px solid #e5d6bd; border-radius: 18px; background: #fffaf0; }

.recipe-grid .wp-block-post-template { gap: 18px; }
.recipe-card,
.theanaaj-post-card { overflow: hidden; border: 1px solid #e5d6bd; border-radius: 22px; background: #fffdf8; box-shadow: 0 10px 28px rgba(51,38,20,.05); }
.recipe-card figure,
.theanaaj-post-card figure { margin: 0; }
.recipe-card .wp-block-post-terms,
.theanaaj-post-card .wp-block-post-terms { margin-top: 17px; color: #a94628; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.recipe-card .wp-block-post-excerpt,
.theanaaj-post-card .wp-block-post-excerpt { margin-bottom: 18px; }
.testimonial-grid-home { gap: 18px; }
.review-card { padding: 26px; border: 1px solid #e5d6bd; border-radius: 24px; background: #fffdf8; }
.review-stars { color: #c58a2b; letter-spacing: .12em; }

.theanaaj-bulk-cta { border-radius: 30px; overflow: hidden; }
.theanaaj-bulk-cta .wp-block-group { max-width: 720px; margin-left: 0; }

.theanaaj-page-hero { padding: clamp(55px, 8vw, 100px) 0; background: linear-gradient(135deg, #f7ead4, #fffaf0); }
.theanaaj-page-hero .wp-block-image { box-shadow: 0 18px 52px rgba(51,38,20,.12); }

.theanaaj-shop-hero { margin-top: 28px; border-radius: 28px; background: linear-gradient(135deg, #f4ead8, #fffaf0); }
.theanaaj-shop-toolbar { margin-top: 28px; margin-bottom: 20px; padding: 14px 18px; border: 1px solid #e5d6bd; border-radius: 18px; background: #fffdf8; }
.theanaaj-single-product .wp-block-woocommerce-breadcrumbs { margin-bottom: 24px; }
.theanaaj-product-summary-layout { gap: 40px; }
.theanaaj-product-summary { position: sticky; top: 30px; align-self: flex-start; padding: 28px; border: 1px solid #e5d6bd; border-radius: 24px; background: #fffdf8; }
.theanaaj-product-details { clear: both; margin: 40px auto; padding: 30px; border: 1px solid #e5d6bd; border-radius: 24px; background: #fffaf0; }
.theanaaj-product-details__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.theanaaj-product-details__grid > div { padding: 16px; border: 1px solid #e5d6bd; border-radius: 16px; background: #fff; }
.theanaaj-product-details__grid strong,
.theanaaj-product-details__grid span { display: block; }
.theanaaj-product-details__grid span { margin-top: 5px; color: #667064; }

.theanaaj-newsletter { padding: 34px 0; }
.theanaaj-newsletter p { margin: 0; color: rgba(255,255,255,.76); }
.theanaaj-footer { padding: 60px 0 26px; }
.theanaaj-footer .wp-block-site-logo img { filter: brightness(0) invert(1); }
.theanaaj-footer a { color: #fff; }
.theanaaj-footer .wp-block-navigation { gap: 8px; }
.theanaaj-footer-contact { display: grid; gap: 8px; color: rgba(255,255,255,.82); }
.theanaaj-footer-description { color: rgba(255,255,255,.76); }
.theanaaj-footer .wp-block-separator { opacity: .25; }

.theanaaj-404 { min-height: 65vh; display: grid; align-items: center; padding: 80px 0; }
.wp-block-details { margin-bottom: 14px; padding: 18px 22px; border: 1px solid #e5d6bd; border-radius: 16px; background: #fffdf8; }
.wp-block-details summary { cursor: pointer; font-weight: 800; }

.theanaaj-high-contrast { --muted: #394339; --line: #bcae94; }
.theanaaj-high-contrast a:not(.wp-block-button__link) { text-decoration: underline; text-underline-offset: .18em; }
.theanaaj-reduce-motion *,
.theanaaj-reduce-motion *::before,
.theanaaj-reduce-motion *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }

@media (max-width: 1100px) {
	.theanaaj-header-main { flex-wrap: wrap; padding-block: 16px; }
	.theanaaj-header-search { order: 3; flex-basis: 100%; max-width: none; }
	.theanaaj-home-hero::after { background: linear-gradient(90deg, rgba(255,250,240,.98), rgba(255,250,240,.88) 52%, rgba(255,250,240,.25)); }
	.hero-proofs { width: 100%; }
	.theanaaj-product-details__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 782px) {
	body.admin-bar .theanaaj-site-header { top: 46px; }
	.alignwide { width: min(calc(100% - 28px), var(--container, 1380px)); }
	.theanaaj-announcement__inner span:nth-of-type(n+2), .theanaaj-announcement i { display: none; }
	.theanaaj-header-main { min-height: 72px; gap: 12px; }
	.theanaaj-header-main .wp-block-site-logo { max-width: 170px; }
	.theanaaj-header-tools { margin-left: auto; }
	.theanaaj-header-tools a:first-child { display: none; }
	.theanaaj-navigation-strip { padding: 5px 14px; }
	.theanaaj-navigation-strip .wp-block-navigation { justify-content: flex-end !important; }
	.theanaaj-home-hero { min-height: 740px !important; }
	.theanaaj-home-hero::after { background: linear-gradient(180deg, rgba(255,250,240,.98) 0%, rgba(255,250,240,.94) 48%, rgba(255,250,240,.32) 100%); }
	.theanaaj-home-hero__inner { min-height: 700px; align-items: flex-start; padding-top: 54px; }
	.theanaaj-home-hero__copy h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
	.hero-proofs { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)); }
	.theanaaj-category-section { margin-top: -18px; }
	.theanaaj-category-rail { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
	.theanaaj-product-collection .wp-block-woocommerce-product-template { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
	.theanaaj-product-summary { position: static; }
	.theanaaj-product-details__grid { grid-template-columns: 1fr; }
	.theanaaj-footer .wp-block-columns { flex-wrap: wrap !important; }
}

@media (max-width: 520px) {
	.theanaaj-header-tools { font-size: 0; }
	.theanaaj-header-tools .theanaaj-cart-count { font-size: .7rem; }
	.hero-proofs { grid-template-columns: 1fr 1fr; }
	.hero-proofs .wp-block-column { min-height: 54px; padding: 9px; }
	.theanaaj-category-rail { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
	.theanaaj-product-collection .wp-block-woocommerce-product-template { grid-template-columns: 1fr !important; }
	.section { padding: 55px 0; }
}

@media (min-width: 921px) {
	.theanaaj-product-collection .wp-block-woocommerce-product-template {
		grid-template-columns: repeat(var(--theanaaj-products-per-row, 4), minmax(0, 1fr)) !important;
	}
}

.theanaaj-footer-links ul {
	margin: 0;
	padding: 0;
	display: grid;
	gap: .55rem;
	list-style: none;
}
.theanaaj-footer-links a { color: inherit; }
.theanaaj-footer > .wp-block-group:last-child .theanaaj-footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.theanaaj-newsletter .wp-block-shortcode .wp-block-button__link,
.theanaaj-404 .wp-block-shortcode .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .8rem 1.15rem;
	border-radius: 14px;
	background: var(--terracotta);
	color: #fff;
	font-weight: 800;
}
.theanaaj-minimal-shop-link {
	display: inline-flex;
	padding: .7rem 1rem;
	border: 1px solid currentColor;
	border-radius: 14px;
	font-weight: 800;
}

/* ========================================================================
   TheAnaaj 1.1 — storefront parity and inner-page system
   ======================================================================== */

/* Header rendered by [theanaaj_header]. */
.theanaaj-site-header {
	position: relative;
	z-index: 80;
	background: rgba(255, 253, 248, .98);
	border-bottom: 1px solid var(--line, #e5d6bd);
}
.theanaaj-header-main {
	min-height: 92px;
	display: grid;
	grid-template-columns: minmax(190px, 230px) minmax(340px, 1fr) auto;
	gap: clamp(20px, 3vw, 44px);
	align-items: center;
	padding-block: 14px;
}
.theanaaj-brand-logo {
	display: inline-flex;
	align-items: center;
	width: min(100%, 230px);
	line-height: 0;
}
.theanaaj-brand-logo__image {
	width: 100%;
	height: auto;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}
.theanaaj-product-search {
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) 160px 54px;
	align-items: stretch;
	min-height: 52px;
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 17px;
	background: #fff;
	overflow: hidden;
}
.theanaaj-product-search input,
.theanaaj-product-search select,
.theanaaj-product-search button {
	min-width: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.theanaaj-product-search input {
	padding: 0 18px;
}
.theanaaj-product-search select {
	padding: 0 14px;
	border-left: 1px solid var(--line, #e5d6bd);
	color: var(--muted, #667064);
}
.theanaaj-product-search button {
	display: grid;
	place-items: center;
	background: var(--green-900, #123a22);
	color: #fff;
	cursor: pointer;
}
.theanaaj-product-search svg,
.theanaaj-header-action svg,
.theanaaj-menu-toggle svg,
.theanaaj-menu-close svg,
.theanaaj-footer__contact svg,
.theanaaj-newsletter__copy svg {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}
.theanaaj-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}
.theanaaj-header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	color: var(--green-950, #0c2f1a);
	text-decoration: none;
}
.theanaaj-header-action span {
	display: grid;
	line-height: 1.18;
}
.theanaaj-header-action strong { font-size: .82rem; }
.theanaaj-header-action small { margin-top: 3px; color: var(--muted, #667064); font-size: .66rem; white-space: nowrap; }
.theanaaj-cart-count {
	position: absolute;
	top: 2px;
	left: 17px;
	min-width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--terracotta, #a94628);
	color: #fff;
	font-size: .66rem;
}
.theanaaj-navigation-strip {
	padding: 0 18px;
	border-top: 1px solid rgba(229, 214, 189, .78);
}
.theanaaj-primary-menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.25vw, 36px);
	list-style: none;
}
.theanaaj-primary-menu > li { margin: 0; }
.theanaaj-primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	color: var(--green-950, #0c2f1a);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .025em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.theanaaj-primary-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 7px;
	height: 2px;
	background: var(--terracotta, #a94628);
	transition: right .18s ease;
}
.theanaaj-primary-menu a:hover::after,
.theanaaj-primary-menu .current-menu-item > a::after,
.theanaaj-primary-menu .current_page_item > a::after { right: 0; }
.theanaaj-primary-menu ul {
	position: absolute;
	z-index: 50;
	min-width: 220px;
	margin: 0;
	padding: 12px;
	list-style: none;
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 16px;
	background: #fffdf8;
	box-shadow: 0 18px 44px rgba(50, 31, 15, .13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.theanaaj-primary-menu li:hover > ul,
.theanaaj-primary-menu li:focus-within > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.theanaaj-primary-menu ul a { min-height: 40px; text-transform: none; }
.theanaaj-menu-toggle,
.theanaaj-menu-close {
	display: none;
	border: 0;
	background: transparent;
	color: var(--green-950, #0c2f1a);
	cursor: pointer;
}
.theanaaj-mobile-menu[hidden] { display: none !important; }
.theanaaj-mobile-menu {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: flex;
	justify-content: flex-end;
	background: rgba(9, 25, 14, .48);
	opacity: 0;
	transition: opacity .2s ease;
}
.theanaaj-mobile-menu.is-open { opacity: 1; }
.theanaaj-mobile-menu__panel {
	width: min(88vw, 420px);
	height: 100%;
	padding: 22px;
	background: #fffdf8;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform .22s ease;
}
.theanaaj-mobile-menu.is-open .theanaaj-mobile-menu__panel { transform: translateX(0); }
.theanaaj-mobile-menu__head { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.theanaaj-primary-menu--mobile { margin-top: 28px; display: grid; gap: 0; }
.theanaaj-primary-menu--mobile a { min-height: 50px; width: 100%; border-bottom: 1px solid var(--line, #e5d6bd); }
.theanaaj-mobile-cart { width: 100%; margin-top: 24px; text-align: center; }
.theanaaj-menu-is-open { overflow: hidden; }

/* Inner-page hero: same composition as the approved static template. */
.theanaaj-inner-hero,
.theanaaj-shop-hero-v2 {
	position: relative;
	min-height: 430px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background: #f7ead4;
	border-bottom: 1px solid var(--line, #e5d6bd);
}
.theanaaj-inner-hero__media,
.theanaaj-shop-hero-v2__media {
	position: absolute;
	inset: 0;
}
.theanaaj-inner-hero__media::after,
.theanaaj-shop-hero-v2__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #f7ead4 0%, rgba(247,234,212,.98) 31%, rgba(247,234,212,.84) 46%, rgba(247,234,212,.22) 66%, rgba(247,234,212,.04) 100%);
}
.theanaaj-inner-hero__media img,
.theanaaj-shop-hero-v2__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.theanaaj-inner-hero__inner,
.theanaaj-shop-hero-v2__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
	gap: clamp(40px, 7vw, 110px);
	align-items: center;
	padding-block: clamp(58px, 8vw, 104px);
}
.theanaaj-inner-hero__copy { max-width: 760px; }
.theanaaj-breadcrumb {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	color: var(--muted, #667064);
	font-size: .78rem;
}
.theanaaj-breadcrumb a { color: inherit; text-decoration: none; }
.theanaaj-inner-hero h1,
.theanaaj-shop-hero-v2 h1 {
	max-width: 10.5ch;
	margin: 8px 0 0;
	font-size: clamp(3.4rem, 6vw, 6.2rem);
	line-height: .95;
	letter-spacing: -.045em;
}
.theanaaj-inner-hero__aside,
.theanaaj-shop-hero-v2__aside {
	padding: 26px 28px;
	border: 1px solid rgba(213, 183, 140, .86);
	border-radius: 22px;
	background: rgba(255, 253, 248, .88);
	box-shadow: 0 18px 42px rgba(51, 33, 16, .08);
	backdrop-filter: blur(7px);
}
.theanaaj-inner-hero__aside p,
.theanaaj-shop-hero-v2__aside p { margin: 0; color: var(--muted, #667064); font-size: 1.03rem; line-height: 1.72; }

/* Editable inner-page sections. */
.theanaaj-page-content > * { margin-block-start: 0; }
.theanaaj-inner-section { padding: clamp(64px, 7vw, 104px) 20px; }
.theanaaj-inner-section--compact { padding-block: clamp(32px, 4vw, 58px); }
.theanaaj-inner-section--sand { background: var(--sand, #f4ead8); }
.theanaaj-section-heading { margin-bottom: 30px; }
.theanaaj-section-heading h2 { max-width: 16ch; margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.5rem); line-height: 1; }
.theanaaj-split { gap: clamp(40px, 6vw, 92px); }
.theanaaj-split h2 { max-width: 13ch; font-size: clamp(2.5rem, 4.7vw, 4.6rem); line-height: 1.02; }
.theanaaj-story-media,
.theanaaj-wide-story-banner {
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 22px 55px rgba(51, 33, 16, .10);
}
.theanaaj-story-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.theanaaj-wide-story-banner img { width: 100%; aspect-ratio: 2.85 / 1; object-fit: cover; }
.theanaaj-trust-grid { gap: 18px; align-items: stretch !important; }
.theanaaj-trust-grid > .wp-block-column { display: flex; }
.theanaaj-trust-card {
	width: 100%;
	padding: 26px;
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 23px;
	background: #fffdf8;
	box-shadow: 0 13px 34px rgba(51, 33, 16, .055);
}
.theanaaj-trust-card h3 { margin: 13px 0 9px; font-size: 1.35rem; }
.theanaaj-trust-card p:last-child { margin-bottom: 0; color: var(--muted, #667064); }
.theanaaj-card-number {
	width: 48px;
	height: 48px;
	margin: 0;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--green-900, #123a22);
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
}
.theanaaj-centered-promise { max-width: 860px; text-align: center; }
.theanaaj-centered-promise .eyebrow { text-align: center; }
.theanaaj-centered-promise h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.theanaaj-centered-promise p { max-width: 780px; margin-inline: auto; }
.theanaaj-process-grid { gap: 16px; }
.theanaaj-process-step {
	padding: 24px;
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 22px;
	background: #fffdf8;
	box-shadow: 0 12px 30px rgba(51, 33, 16, .05);
}
.theanaaj-process-step h3 { margin: 14px 0 8px; font-size: 1.2rem; }
.theanaaj-process-step p:last-child { margin-bottom: 0; color: var(--muted, #667064); }
.theanaaj-info-panel,
.theanaaj-prose-card {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 26px;
	background: #fffdf8;
	box-shadow: 0 14px 40px rgba(51, 33, 16, .055);
}
.theanaaj-info-panel h3:not(:first-child) { margin-top: 24px; }
.theanaaj-prose-card { max-width: 920px; }
.theanaaj-prose-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.theanaaj-prose-card li { margin-bottom: 12px; }

/* Contact and bulk forms. */
.theanaaj-contact-layout { gap: clamp(34px, 5vw, 70px); }
.theanaaj-support-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.theanaaj-support-card {
	padding: 20px;
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 19px;
	background: #fffdf8;
}
.theanaaj-support-card h3 { margin: 0 0 7px; font-size: 1.05rem; }
.theanaaj-support-card p { margin: 0; color: var(--muted, #667064); overflow-wrap: anywhere; }
.theanaaj-form-card {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 28px;
	background: #fffdf8;
	box-shadow: 0 18px 48px rgba(51, 33, 16, .07);
}
.theanaaj-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.theanaaj-form-grid p { margin: 0; }
.theanaaj-form-grid__full { grid-column: 1 / -1; }
.theanaaj-form-card label { display: block; margin-bottom: 7px; font-weight: 800; font-size: .85rem; }
.theanaaj-form-card input:not([type="checkbox"]),
.theanaaj-form-card select,
.theanaaj-form-card textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #d9c8aa;
	border-radius: 14px;
	background: #fff;
	color: #172119;
}
.theanaaj-form-card textarea { min-height: 150px; resize: vertical; }
.theanaaj-consent label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.theanaaj-consent input { margin-top: 4px; }
.theanaaj-form-submit { width: 100%; margin-top: 20px; border: 0; cursor: pointer; }
.theanaaj-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.theanaaj-form-notice { margin-bottom: 16px; padding: 14px 16px; border-radius: 14px; font-weight: 700; }
.theanaaj-form-notice.is-success { background: #e4f3e9; color: #0e5428; }
.theanaaj-form-notice.is-error { background: #fde8e2; color: #8b2e19; }

/* Recipes. */
.theanaaj-recipe-grid { width: min(calc(100% - 40px), var(--container, 1380px)); margin-inline: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.theanaaj-recipe-card { overflow: hidden; border: 1px solid var(--line, #e5d6bd); border-radius: 24px; background: #fffdf8; box-shadow: 0 13px 34px rgba(51, 33, 16, .055); }
.theanaaj-recipe-card__image { display: block; overflow: hidden; }
.theanaaj-recipe-card__image img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; transition: transform .35s ease; }
.theanaaj-recipe-card:hover .theanaaj-recipe-card__image img { transform: scale(1.035); }
.theanaaj-recipe-card__body { padding: 22px; }
.theanaaj-recipe-card__body h2 { margin: 8px 0 10px; font-size: 1.65rem; line-height: 1.08; }
.theanaaj-recipe-card__body h2 a { color: inherit; text-decoration: none; }
.theanaaj-recipe-card__body > p:not(.eyebrow) { color: var(--muted, #667064); }
.theanaaj-text-link { color: var(--green-900, #123a22); font-weight: 800; text-decoration: none; }

/* Shop archive hero and classic WooCommerce product page. */
.theanaaj-shop-main > .wp-block-group.alignwide { width: min(calc(100% - 40px), var(--container, 1380px)); }
.theanaaj-shop-toolbar { margin-top: 30px; }
.theanaaj-classic-product { padding-block: clamp(38px, 5vw, 72px); }
.theanaaj-classic-product .woocommerce-breadcrumb { margin: 0 0 28px; color: var(--muted, #667064); font-size: .82rem; }
.theanaaj-classic-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
	gap: clamp(34px, 5vw, 68px);
	align-items: start;
}
.theanaaj-classic-product div.product .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: clamp(18px, 3vw, 34px);
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 28px;
	background: linear-gradient(90deg, #f4ead8 18%, #fffdf8 18%, #fffdf8 82%, #f4ead8 82%);
	box-sizing: border-box;
}
.theanaaj-classic-product .woocommerce-product-gallery__image img { width: 100%; height: auto; object-fit: contain; }
.theanaaj-classic-product div.product .summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--line, #e5d6bd);
	border-radius: 28px;
	background: #fffdf8;
	box-shadow: 0 18px 50px rgba(51, 33, 16, .07);
}
.theanaaj-classic-product .summary .product_title { margin: 0 0 16px; font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: .98; }
.theanaaj-classic-product .summary .price { color: var(--green-950, #0c2f1a); font-size: 1.55rem; font-weight: 800; }
.theanaaj-classic-product .summary .woocommerce-product-details__short-description { color: var(--muted, #667064); }
.theanaaj-classic-product form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; }
.theanaaj-classic-product form.cart table.variations { width: 100%; margin-bottom: 10px; }
.theanaaj-classic-product form.cart select,
.theanaaj-classic-product form.cart input.qty { min-height: 48px; border: 1px solid #d9c8aa; border-radius: 13px; background: #fff; }
.theanaaj-classic-product .single_add_to_cart_button { min-height: 50px; padding-inline: 25px !important; border-radius: 14px !important; background: var(--green-900, #123a22) !important; }
.theanaaj-classic-product div.product .woocommerce-tabs,
.theanaaj-classic-product div.product .related,
.theanaaj-classic-product div.product .upsells,
.theanaaj-classic-product div.product .theanaaj-product-details { grid-column: 1 / -1; width: 100%; }
.theanaaj-classic-product .woocommerce-tabs { margin-top: 18px; }
.theanaaj-classic-product .woocommerce-tabs ul.tabs { margin: 0 !important; padding: 0 !important; display: flex; gap: 8px; border-bottom: 1px solid var(--line, #e5d6bd); }
.theanaaj-classic-product .woocommerce-tabs ul.tabs::before,
.theanaaj-classic-product .woocommerce-tabs ul.tabs li::before,
.theanaaj-classic-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.theanaaj-classic-product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 1px solid var(--line, #e5d6bd) !important; border-bottom: 0 !important; border-radius: 14px 14px 0 0 !important; background: #f4ead8 !important; }
.theanaaj-classic-product .woocommerce-tabs ul.tabs li a { padding: 12px 18px !important; }
.theanaaj-classic-product .woocommerce-tabs .panel { padding: 30px; border: 1px solid var(--line, #e5d6bd); border-top: 0; border-radius: 0 0 24px 24px; background: #fffdf8; }
.theanaaj-classic-product .related.products > h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }

/* Footer rendered by shortcode. */
.theanaaj-newsletter { padding: 30px 20px; background: #123a22; color: #fff; }
.theanaaj-newsletter__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: center; }
.theanaaj-newsletter__copy { display: flex; gap: 16px; align-items: center; }
.theanaaj-newsletter__copy h2 { margin: 0 0 3px; color: #fff; font-size: clamp(1.6rem, 3vw, 2.45rem); }
.theanaaj-newsletter__copy p { margin: 0; color: rgba(255,255,255,.72); }
.theanaaj-newsletter .wp-element-button { background: #fffdf8; color: #123a22; }
.theanaaj-footer { padding: 58px 20px 24px; background: #0d3b22; color: #fff; }
.theanaaj-footer__grid { display: grid; grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, .7fr)); gap: clamp(30px, 5vw, 72px); }
.theanaaj-footer__brand .theanaaj-brand-logo { width: 220px; }
.theanaaj-footer__brand p { max-width: 390px; color: rgba(255,255,255,.72); }
.theanaaj-footer__column h3 { color: #fff; }
.theanaaj-footer a { color: #fff; }
.theanaaj-footer__contact { display: grid; align-content: start; gap: 10px; }
.theanaaj-footer__contact a,
.theanaaj-footer__contact span { display: flex; gap: 9px; align-items: flex-start; color: rgba(255,255,255,.8); }
.theanaaj-footer__contact svg { width: 18px; height: 18px; margin-top: 2px; }
.theanaaj-footer__bottom { margin-top: 42px; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.68); font-size: .82rem; }

@media (max-width: 1180px) {
	.theanaaj-header-main { grid-template-columns: 190px minmax(260px, 1fr) auto; gap: 18px; }
	.theanaaj-header-action--wishlist { display: none; }
	.theanaaj-primary-menu { gap: 18px; }
	.theanaaj-primary-menu a { font-size: .7rem; }
	.theanaaj-inner-hero__inner,
	.theanaaj-shop-hero-v2__inner { grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); }
}

@media (max-width: 960px) {
	.theanaaj-header-main { grid-template-columns: auto minmax(150px, 1fr) auto; }
	.theanaaj-menu-toggle { display: grid; place-items: center; width: 46px; height: 46px; }
	.theanaaj-brand-logo { width: min(100%, 190px); }
	.theanaaj-product-search { grid-column: 1 / -1; grid-row: 2; }
	.theanaaj-header-actions .theanaaj-header-action:not(.theanaaj-cart-link) { display: none; }
	.theanaaj-navigation-strip { display: none; }
	.theanaaj-inner-hero__inner,
	.theanaaj-shop-hero-v2__inner { grid-template-columns: 1fr; gap: 26px; }
	.theanaaj-inner-hero__aside,
	.theanaaj-shop-hero-v2__aside { max-width: 580px; }
	.theanaaj-inner-hero h1,
	.theanaaj-shop-hero-v2 h1 { font-size: clamp(3rem, 9vw, 5rem); }
	.theanaaj-trust-grid { flex-wrap: wrap !important; }
	.theanaaj-trust-grid > .wp-block-column { flex-basis: calc(50% - 12px) !important; }
	.theanaaj-recipe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.theanaaj-classic-product div.product { grid-template-columns: 1fr; }
	.theanaaj-classic-product div.product .summary { position: static; }
	.theanaaj-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.theanaaj-announcement__inner span:not(:first-child),
	.theanaaj-announcement__inner i { display: none; }
	.theanaaj-header-main { min-height: 74px; padding-block: 10px; }
	.theanaaj-brand-logo { width: 150px; }
	.theanaaj-product-search { grid-template-columns: 1fr 50px; min-height: 48px; }
	.theanaaj-product-search select { display: none; }
	.theanaaj-header-action span { display: none; }
	.theanaaj-cart-count { left: 16px; }
	.theanaaj-inner-hero,
	.theanaaj-shop-hero-v2 { min-height: 510px; align-items: end; }
	.theanaaj-inner-hero__media::after,
	.theanaaj-shop-hero-v2__media::after { background: linear-gradient(180deg, rgba(247,234,212,.18) 0%, rgba(247,234,212,.74) 43%, #f7ead4 70%, #f7ead4 100%); }
	.theanaaj-inner-hero__inner,
	.theanaaj-shop-hero-v2__inner { padding-block: 180px 46px; }
	.theanaaj-inner-hero h1,
	.theanaaj-shop-hero-v2 h1 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
	.theanaaj-breadcrumb { margin-bottom: 18px; }
	.theanaaj-inner-hero__aside,
	.theanaaj-shop-hero-v2__aside { padding: 19px; }
	.theanaaj-inner-section { padding-inline: 14px; }
	.theanaaj-trust-grid > .wp-block-column { flex-basis: 100% !important; }
	.theanaaj-support-cards,
	.theanaaj-form-grid { grid-template-columns: 1fr; }
	.theanaaj-form-grid__full { grid-column: auto; }
	.theanaaj-recipe-grid { width: min(calc(100% - 28px), var(--container, 1380px)); grid-template-columns: 1fr; }
	.theanaaj-wide-story-banner img { aspect-ratio: 1.65 / 1; }
	.theanaaj-footer__grid { grid-template-columns: 1fr; }
	.theanaaj-newsletter__inner { align-items: flex-start; }
}

/* 1.2 editorial templates and upgrade-safe layout refinements. */
.theanaaj-minimal-header { padding: 18px 20px; border-bottom: 1px solid var(--line, #e5d6bd); background: #fffdf8; }
.theanaaj-minimal-header__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.theanaaj-minimal-header .theanaaj-brand-logo { width: min(250px, 48vw); }

.theanaaj-article-hero,
.theanaaj-content-archive__hero {
	padding: clamp(58px, 8vw, 112px) 20px;
	background:
		radial-gradient(circle at 82% 28%, rgba(197,138,43,.13), transparent 24%),
		linear-gradient(135deg, #f7ead4 0%, #fffaf0 100%);
	border-bottom: 1px solid var(--line, #e5d6bd);
}
.theanaaj-article-hero__grid { gap: clamp(40px, 7vw, 100px); }
.theanaaj-article-hero h1,
.theanaaj-content-archive__hero h1 { max-width: 13ch; margin: 8px 0 18px; font-size: clamp(3.1rem, 6vw, 6rem); line-height: .96; letter-spacing: -.045em; }
.theanaaj-article-hero .wp-block-post-excerpt { max-width: 620px; color: var(--muted, #667064); font-size: 1.08rem; line-height: 1.7; }
.theanaaj-article-meta { color: var(--muted, #667064); gap: 18px; }
.theanaaj-article-hero__image { overflow: hidden; border-radius: 28px; box-shadow: 0 24px 60px rgba(51,33,16,.13); }
.theanaaj-article-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.theanaaj-article-body { padding: clamp(58px, 7vw, 100px) 20px; }
.theanaaj-article-body > * { max-width: 820px; }
.theanaaj-article-body :where(h2,h3,h4) { margin-top: 1.8em; }
.theanaaj-article-body p,
.theanaaj-article-body li { font-size: 1.02rem; line-height: 1.8; }
.theanaaj-article-body .wp-block-image { margin-block: 34px; border-radius: 22px; overflow: hidden; }

.theanaaj-content-archive__hero .wp-block-term-description,
.theanaaj-content-archive__hero > .wp-block-group > p { max-width: 720px; color: var(--muted, #667064); font-size: 1.06rem; }
.theanaaj-content-archive__body { padding: clamp(58px, 7vw, 96px) 20px; }
.theanaaj-content-archive__body .wp-block-query { width: min(100%, var(--container, 1380px)); margin-inline: auto; }
.theanaaj-archive-search { max-width: 720px; margin-top: 24px; }
.theanaaj-archive-search .wp-block-search__inside-wrapper { min-height: 52px; border: 1px solid var(--line, #e5d6bd); border-radius: 16px; overflow: hidden; background: #fff; }
.theanaaj-archive-search .wp-block-search__button { margin: 0; border-radius: 0; }

/* Classic WooCommerce details missing from the first release. */
.theanaaj-classic-product .woocommerce-product-gallery .flex-control-thumbs { margin: 14px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.theanaaj-classic-product .woocommerce-product-gallery .flex-control-thumbs li { width: auto !important; float: none !important; }
.theanaaj-classic-product .woocommerce-product-gallery .flex-control-thumbs img { border: 1px solid var(--line, #e5d6bd); border-radius: 12px; background: #fff; }
.theanaaj-classic-product .product_meta { margin-top: 20px; padding-top: 18px; display: grid; gap: 7px; border-top: 1px solid var(--line, #e5d6bd); color: var(--muted, #667064); font-size: .85rem; }
.theanaaj-classic-product .woocommerce-product-gallery__trigger { top: 22px !important; right: 22px !important; border-radius: 50%; background: #fff !important; box-shadow: 0 8px 22px rgba(51,33,16,.12); }
.theanaaj-classic-product .woocommerce-tabs h2,
.theanaaj-classic-product .related.products > h2 { font-family: var(--wp--preset--font-family--display, Georgia, serif); }

/* Prevent wrapper margins when header/footer are rendered directly from templates. */
.wp-site-blocks > .wp-block-shortcode:first-child,
.wp-site-blocks > .wp-block-shortcode:last-child { margin-block: 0; }

@media (max-width: 782px) {
	.theanaaj-article-hero__grid { flex-wrap: wrap !important; }
	.theanaaj-article-hero__grid > .wp-block-column { flex-basis: 100% !important; }
	.theanaaj-article-hero h1,
	.theanaaj-content-archive__hero h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
}
