:root {
	--criollo-shell-neon-pink: #e52191;
	--criollo-shell-neon-edge: #fe6fc7;
	--criollo-shell-purple: #4b183e;
	--criollo-shell-plum: #713a60;
	--criollo-shell-blush: #f6b8b8;
	--criollo-shell-blush-light: #fffafb;
	--criollo-shell-green-start: #1f5e3d;
	--criollo-shell-green-end: #2f7a52;
	--criollo-shell-gold: #c89b32;
	--criollo-shell-ink: #19171b;
	--criollo-shell-display: "Lobster", "Lobster 1.4", "Brush Script MT", cursive;
	--criollo-shell-rounded: "Nova Round", "Arial Rounded MT Bold", system-ui, sans-serif;
	--criollo-shell-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--criollo-shell-shadow: 0 12px 34px rgba(65, 24, 54, 0.15);
}

body.criollo-shell-menu-open {
	overflow: hidden;
}

/* Astra fallback suppression is scoped to requests where the server activated this shell. */
body.criollo-shell-active #masthead,
body.criollo-shell-active #ast-desktop-header,
body.criollo-shell-active #ast-mobile-header,
body.criollo-shell-active .ast-above-header-wrap,
body.criollo-shell-active .ast-primary-header-bar,
body.criollo-shell-active .ast-below-header-wrap,
body.criollo-shell-active #colophon,
body.criollo-shell-active footer.site-footer:not(.criollo-shell-footer),
body.criollo-shell-active .site-primary-footer-wrap,
body.criollo-shell-active .site-below-footer-wrap {
	display: none !important;
}

.criollo-shell-header,
.criollo-shell-footer,
.criollo-shell-announcement,
.criollo-shell-mobile-panel,
.criollo-shell-quote-bridge {
	box-sizing: border-box;
	color: var(--criollo-shell-ink);
	font-family: var(--criollo-shell-ui);
}

.criollo-shell-header *,
.criollo-shell-header *::before,
.criollo-shell-header *::after,
.criollo-shell-footer *,
.criollo-shell-footer *::before,
.criollo-shell-footer *::after,
.criollo-shell-announcement *,
.criollo-shell-announcement *::before,
.criollo-shell-announcement *::after,
.criollo-shell-mobile-panel *,
.criollo-shell-mobile-panel *::before,
.criollo-shell-mobile-panel *::after,
.criollo-shell-quote-bridge,
.criollo-shell-quote-bridge::before,
.criollo-shell-quote-bridge::after {
	box-sizing: inherit;
}

.criollo-shell-header .screen-reader-text,
.criollo-shell-footer .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

/* Announcement scrolls away independently of the sticky white header. */
.criollo-shell-announcement {
	position: relative;
	z-index: 9991;
	display: flex;
	gap: 0.7em;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	padding: 8px 56px;
	color: #fff;
	background: linear-gradient(90deg, var(--criollo-shell-green-start), var(--criollo-shell-green-end));
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.criollo-shell-announcement__link {
	flex: 0 0 auto;
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.76);
	text-underline-offset: 3px;
}

.criollo-shell-announcement__link:hover,
.criollo-shell-announcement__link:focus-visible {
	color: inherit;
	text-decoration-color: #fff;
}

/* Header */
.criollo-shell-header {
	position: relative;
	z-index: 9990;
	width: 100%;
	background: transparent;
	isolation: isolate;
}

.criollo-shell-header.is-sticky {
	position: sticky;
	top: 0;
}

.admin-bar .criollo-shell-header.is-sticky {
	top: 32px;
}

.criollo-shell-admin-preview .criollo-shell-header::before {
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 8;
	padding: 3px 7px;
	color: #fff;
	content: "Administrator preview";
	background: rgba(75, 24, 62, 0.88);
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.4;
	pointer-events: none;
	text-transform: uppercase;
}

.criollo-shell-header__main {
	position: relative;
	height: 210px;
	overflow: visible;
	filter: drop-shadow(0 8px 11px rgba(75, 24, 62, 0.08));
	transition: height 240ms ease;
}

.criollo-shell-header__cloud {
	position: absolute;
	inset: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.criollo-shell-header__brand {
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: 4;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: min(var(--criollo-shell-logo-width, 196px), 196px);
	transform: translateX(-50%);
	transition: top 240ms ease, width 240ms ease;
}

.criollo-shell-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--criollo-shell-purple);
	text-decoration: none;
}

.criollo-shell-logo__image {
	display: block;
	width: min(var(--criollo-shell-logo-width, 196px), 196px);
	max-width: none;
	height: auto;
	transition: width 240ms ease, transform 240ms ease;
}

.criollo-shell-logo__text {
	display: grid;
	width: min(var(--criollo-shell-logo-width, 196px), 196px);
	min-height: 112px;
	padding: 18px;
	place-items: center;
	color: var(--criollo-shell-purple);
	font-family: var(--criollo-shell-display);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
}

.criollo-shell-header__desktop {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.criollo-shell-nav {
	position: absolute;
	top: 56px;
	z-index: 3;
	display: block;
	min-width: 0;
}

.criollo-shell-nav--left {
	left: 0;
	width: 41.6667%;
}

.criollo-shell-header__right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(112px, 1fr);
	width: 41.6667%;
	height: 100%;
}

.criollo-shell-nav--right {
	position: relative;
	top: 56px;
	width: 100%;
}

.criollo-shell-menu,
.criollo-shell-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.criollo-shell-menu {
	display: grid;
	align-items: start;
	width: 100%;
}

.criollo-shell-menu--desktop-left {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.criollo-shell-menu--desktop-right {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.criollo-shell-menu > li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.criollo-shell-menu > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 4px 3px;
	color: var(--criollo-shell-neon-pink);
	font-family: var(--criollo-shell-display);
	font-size: clamp(19px, 1.45vw, 22px);
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	-webkit-text-stroke: 0.25px var(--criollo-shell-neon-edge);
}

.criollo-shell-menu > li > a:hover,
.criollo-shell-menu > li > a:focus-visible,
.criollo-shell-menu > li.current-menu-item > a,
.criollo-shell-menu > li.current-menu-ancestor > a {
	color: #cd147d;
	text-decoration: underline;
	text-decoration-color: rgba(200, 155, 50, 0.9);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.criollo-shell-submenu-toggle {
	display: inline-grid;
	flex: 0 0 22px;
	width: 22px;
	height: 44px;
	margin: 0 0 0 -2px;
	padding: 0;
	place-items: center;
	color: #b30d69;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	font-family: var(--criollo-shell-ui);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.criollo-shell-submenu-toggle svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 160ms ease;
}

.criollo-shell-menu li.is-submenu-open > .criollo-shell-submenu-toggle svg,
.criollo-shell-submenu-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.criollo-shell-menu .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	z-index: 30;
	width: max-content;
	min-width: 230px;
	padding: 10px 14px;
	visibility: hidden;
	background: #fffafb;
	border: 1px solid rgba(200, 155, 50, 0.52);
	border-radius: 14px;
	box-shadow: var(--criollo-shell-shadow);
	opacity: 0;
	transform: translate(-50%, -5px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.criollo-shell-menu .sub-menu .sub-menu {
	top: -10px;
	left: calc(100% + 14px);
	transform: translate(0, -5px);
}

.criollo-shell-menu li:hover > .sub-menu,
.criollo-shell-menu li.is-submenu-open > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0);
}

.criollo-shell-menu .sub-menu li:hover > .sub-menu,
.criollo-shell-menu .sub-menu li.is-submenu-open > .sub-menu {
	transform: translate(0, 0);
}

.criollo-shell-menu .sub-menu li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.criollo-shell-menu .sub-menu a {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-height: 44px;
	padding: 6px 7px;
	color: var(--criollo-shell-purple);
	font-family: var(--criollo-shell-rounded);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.criollo-shell-menu .sub-menu a:hover,
.criollo-shell-menu .sub-menu a:focus-visible {
	color: #b30d69;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.criollo-shell-header__commerce {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding-top: 56px;
}

.criollo-shell-commerce-link {
	position: relative;
	display: inline-grid;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	color: var(--criollo-shell-purple);
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(200, 155, 50, 0.58);
	border-radius: 50%;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

/* The desktop cart belongs to the final cloud lobe, on the menu baseline. */
.criollo-shell-header__desktop .criollo-shell-commerce-link--cart {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 60px;
	height: 44px;
	padding: 0 3px;
	color: var(--criollo-shell-neon-pink);
	background: transparent;
	border-color: transparent;
	border-radius: 8px;
	box-shadow: none;
}

.criollo-shell-header__desktop .criollo-shell-commerce-link--cart:hover,
.criollo-shell-header__desktop .criollo-shell-commerce-link--cart:focus-visible {
	color: #cd147d;
	background: rgba(255, 255, 255, 0.72);
}

.criollo-shell-commerce-link:hover {
	color: #fff;
	background: var(--criollo-shell-purple);
	transform: translateY(-1px);
}

.criollo-shell-commerce-link svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.criollo-shell-cart-count {
	position: absolute;
	top: -6px;
	right: -7px;
	display: grid;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	place-items: center;
	color: #fff;
	background: #b30d69;
	border: 2px solid #fff;
	border-radius: 999px;
	font-family: var(--criollo-shell-ui);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.criollo-shell-header__desktop .criollo-shell-commerce-link--cart .criollo-shell-cart-count {
	position: static;
	top: auto;
	right: auto;
	flex: 0 0 auto;
	min-width: 21px;
	height: 21px;
	margin: 0;
	padding: 0 5px;
	border: 0;
	font-size: 11px;
}

.criollo-shell-header.is-scrolled .criollo-shell-header__main {
	height: 132px;
}

.criollo-shell-header.is-scrolled .criollo-shell-header__brand {
	top: 0;
	width: min(var(--criollo-shell-logo-scrolled-width, 122px), 122px);
}

.criollo-shell-header.is-scrolled .criollo-shell-logo__image,
.criollo-shell-header.is-scrolled .criollo-shell-logo__text {
	width: min(var(--criollo-shell-logo-scrolled-width, 122px), 122px);
}

.criollo-shell-header.is-scrolled .criollo-shell-nav,
.criollo-shell-header.is-scrolled .criollo-shell-nav--right {
	top: 34px;
}

.criollo-shell-header.is-scrolled .criollo-shell-header__commerce {
	padding-top: 34px;
}

.criollo-shell-header.is-scrolled .criollo-shell-menu > li > a {
	font-size: clamp(19px, 1.28vw, 20px);
}

.criollo-shell-header.is-compact .criollo-shell-header__main {
	height: 124px;
}

.criollo-shell-header.is-compact .criollo-shell-header__brand,
.criollo-shell-header.is-compact .criollo-shell-logo__image,
.criollo-shell-header.is-compact .criollo-shell-logo__text {
	width: min(var(--criollo-shell-logo-scrolled-width, 122px), 122px);
}

.criollo-shell-header.is-compact .criollo-shell-header__brand {
	top: 2px;
}

.criollo-shell-header.is-compact .criollo-shell-header__right {
	display: flex;
	right: 24px;
	justify-content: flex-end;
}

.criollo-shell-header.is-compact .criollo-shell-header__commerce {
	padding-top: 30px;
}

.criollo-shell-header__mobile,
.criollo-shell-mobile-panel {
	display: none;
}

.criollo-shell-assignment-note {
	margin: 4px;
	padding: 6px 9px;
	color: #6c3f1a;
	background: #fff5c7;
	border: 1px dashed #bc8f28;
	border-radius: 6px;
	font-family: var(--criollo-shell-ui);
	font-size: 11px;
	line-height: 1.35;
}

/* Shared focus treatment and 44px targets. */
.criollo-shell-header a:focus-visible,
.criollo-shell-header button:focus-visible,
.criollo-shell-footer a:focus-visible,
.criollo-shell-footer summary:focus-visible,
.criollo-shell-announcement a:focus-visible,
.criollo-shell-quote-bridge:focus-visible {
	border-radius: 6px;
	outline: 3px solid #6844a2;
	outline-offset: 3px;
}

/* Mobile and tablet use the approved straight three-area header before desktop links collide. */
@media (max-width: 1279px) {
	.criollo-shell-header {
		--criollo-shell-mobile-scrolled-scale: 0.84;
	}

	.criollo-shell-header__main,
	.criollo-shell-header.is-compact .criollo-shell-header__main {
		height: 86px;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 4px 10px rgba(45, 24, 38, 0.08);
		filter: none;
		transition: height 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.criollo-shell-header__main::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 3px;
		content: "";
		background: linear-gradient(90deg, #845514 0%, #d8af4f 18%, #fff0a0 34%, #a86c1d 54%, #efd078 76%, #8c5d18 100%);
	}

	.criollo-shell-header__cloud,
	.criollo-shell-header__desktop {
		display: none;
	}

	.criollo-shell-header__brand,
	.criollo-shell-header.is-compact .criollo-shell-header__brand {
		top: 5px;
		align-items: center;
		width: var(--criollo-shell-mobile-logo-width, 124px);
		height: 77px;
		transition: top 150ms cubic-bezier(0.22, 0.61, 0.36, 1), height 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.criollo-shell-header__brand .criollo-shell-logo__image,
	.criollo-shell-header.is-compact .criollo-shell-logo__image,
	.criollo-shell-header__brand .criollo-shell-logo__text,
	.criollo-shell-header.is-compact .criollo-shell-logo__text {
		width: var(--criollo-shell-mobile-logo-width, 124px);
		min-height: 0;
		padding: 6px;
		font-size: 22px;
		transform: scale(1);
		transform-origin: center;
		transition: transform 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
		will-change: transform;
	}

	.criollo-shell-header__mobile {
		position: relative;
		z-index: 5;
		display: grid;
		grid-template-columns: minmax(74px, 1fr) auto minmax(74px, 1fr);
		align-items: center;
		width: min(calc(100% - 24px), 960px);
		height: 100%;
		margin: 0 auto;
	}

	.criollo-shell-header__mobile-left {
		display: flex;
		justify-content: flex-start;
	}

	.criollo-shell-header__mobile-actions {
		display: flex;
		gap: 8px;
		align-items: center;
		justify-content: flex-end;
	}

	.criollo-shell-menu-toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 68px;
		height: 44px;
		padding: 0 15px;
		color: #2d1730;
		background: linear-gradient(145deg, #ffd6df 0%, #f2a9b9 48%, #d9869e 100%);
		border: 1px solid #b66b81;
		border-radius: 14px;
		box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.82), inset 0 -2px 2px rgba(103, 39, 65, 0.19), 0 3px 7px rgba(75, 24, 62, 0.16);
		cursor: pointer;
		font-family: var(--criollo-shell-rounded);
		font-size: 15px;
		font-weight: 800;
		line-height: 1;
		text-shadow: 0 1px rgba(255, 255, 255, 0.6);
	}

	.criollo-shell-header__mobile .criollo-shell-commerce-link {
		width: 44px;
		height: 44px;
		background: transparent;
		border-color: transparent;
	}

	.criollo-shell-header__mobile .criollo-shell-commerce-link:hover {
		color: var(--criollo-shell-purple);
		background: #fbe9ed;
	}

	.criollo-shell-header.is-scrolled .criollo-shell-header__main {
		height: 72px;
	}

	.criollo-shell-header.is-scrolled .criollo-shell-header__brand {
		top: 2px;
		height: 67px;
	}

	.criollo-shell-header.is-scrolled .criollo-shell-header__brand .criollo-shell-logo__image,
	.criollo-shell-header.is-scrolled .criollo-shell-header__brand .criollo-shell-logo__text {
		width: var(--criollo-shell-mobile-logo-width, 124px);
		transform: scale(var(--criollo-shell-mobile-scrolled-scale));
	}

	.criollo-shell-mobile-panel {
		position: fixed;
		inset: 0;
		z-index: 10000;
		display: block;
	}

	.criollo-shell-mobile-panel[hidden] {
		display: none;
	}

	.criollo-shell-mobile-panel__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(38, 12, 32, 0.55);
		opacity: 0;
		transition: opacity 230ms ease;
	}

	.criollo-shell-mobile-panel__drawer {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(88vw, 390px);
		padding: max(78px, calc(env(safe-area-inset-top) + 64px)) 26px max(34px, calc(env(safe-area-inset-bottom) + 22px));
		overflow-y: auto;
		background: linear-gradient(155deg, #fffafb, #f8e1e4);
		box-shadow: 18px 0 50px rgba(43, 15, 36, 0.24);
		transform: translateX(-102%);
		transition: transform 240ms cubic-bezier(0.22, 0.72, 0.23, 1);
	}

	.criollo-shell-mobile-panel.is-open .criollo-shell-mobile-panel__backdrop {
		opacity: 1;
	}

	.criollo-shell-mobile-panel.is-open .criollo-shell-mobile-panel__drawer {
		transform: translateX(0);
	}

	.criollo-shell-mobile-panel__close {
		position: absolute;
		top: max(16px, env(safe-area-inset-top));
		right: 18px;
		display: grid;
		width: 44px;
		height: 44px;
		padding: 0 0 5px;
		place-items: center;
		color: var(--criollo-shell-purple);
		background: #fff;
		border: 1px solid rgba(200, 155, 50, 0.62);
		border-radius: 50%;
		cursor: pointer;
		font-size: 32px;
		line-height: 1;
	}

	.criollo-shell-mobile-panel .criollo-shell-menu {
		display: block;
	}

	.criollo-shell-mobile-panel .criollo-shell-menu > li,
	.criollo-shell-mobile-panel .criollo-shell-menu .sub-menu li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(113, 58, 96, 0.14);
	}

	.criollo-shell-mobile-panel .criollo-shell-menu > li > a,
	.criollo-shell-mobile-panel .criollo-shell-menu .sub-menu a {
		flex: 1 1 auto;
		justify-content: flex-start;
		min-height: 52px;
		padding: 8px 2px;
		color: var(--criollo-shell-purple);
		font-family: var(--criollo-shell-rounded);
		font-size: 18px;
		font-weight: 800;
		text-align: left;
		-webkit-text-stroke: 0;
	}

	.criollo-shell-mobile-panel .criollo-shell-submenu-toggle {
		position: relative;
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		margin: 4px 0;
	}

	.criollo-shell-mobile-panel .criollo-shell-menu .sub-menu {
		position: static;
		display: none;
		flex: 1 0 100%;
		width: 100%;
		min-width: 0;
		padding: 0 0 10px 14px;
		visibility: visible;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
		transition: none;
	}

	.criollo-shell-mobile-panel .criollo-shell-menu li.is-submenu-open > .sub-menu {
		display: block;
		transform: none;
	}

	.criollo-shell-mobile-panel__quote {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		margin-top: 24px;
		padding: 10px 20px;
		color: #17130b;
		background: linear-gradient(145deg, #fff0a0 0%, #d8af4f 30%, #a86c1d 64%, #efd078 100%);
		border: 1px solid #845514;
		border-radius: 999px;
		box-shadow: inset 0 2px rgba(255, 255, 255, 0.56), inset 0 -2px rgba(87, 47, 6, 0.24), 0 7px 17px rgba(70, 43, 8, 0.22);
		font-family: var(--criollo-shell-rounded);
		font-size: 16px;
		font-weight: 900;
		text-decoration: none;
		text-shadow: 0 1px rgba(255, 255, 255, 0.54);
	}
}

/* Footer */
.criollo-shell-footer {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 0;
	background: var(--criollo-shell-blush);
}

.criollo-shell-footer::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, #845514 0%, #d8af4f 18%, #fff0a0 34%, #a86c1d 54%, #efd078 76%, #8c5d18 100%);
}

.criollo-shell-footer__inner {
	width: min(calc(100% - 96px), 1400px);
	margin: 0 auto;
	padding: 55px 0 25px;
}

.criollo-shell-footer__menus {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(22px, 3.5vw, 52px);
}

.criollo-shell-footer__group {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.criollo-shell-footer__group > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
	list-style: none;
	cursor: default;
	pointer-events: none;
}

.criollo-shell-footer__group > summary::-webkit-details-marker {
	display: none;
}

.criollo-shell-footer__heading,
.criollo-shell-footer__trust h2 {
	color: #211b53;
	font-family: var(--criollo-shell-display);
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.25;
	text-shadow: none;
	text-transform: none;
}

.criollo-shell-footer__indicator {
	display: none;
}

.criollo-shell-footer-menu,
.criollo-shell-footer-menu ul,
.criollo-shell-footer__contact-list,
.criollo-shell-footer__socials,
.criollo-shell-footer__payment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.criollo-shell-footer-menu li,
.criollo-shell-footer__contact-list li {
	margin: 0 0 10px;
	font-family: var(--criollo-shell-rounded);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.48;
}

.criollo-shell-footer-menu ul {
	padding: 6px 0 0 12px;
}

.criollo-shell-footer a,
.criollo-shell-footer .criollo-shell-footer-menu a,
.criollo-shell-footer .criollo-shell-footer__contact-list a {
	color: #2c2441 !important;
	font-family: var(--criollo-shell-rounded) !important;
	font-size: inherit;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	text-decoration: none;
	text-shadow: none;
	-webkit-text-stroke: 0;
	overflow-wrap: anywhere;
}

.criollo-shell-footer a:hover,
.criollo-shell-footer a:focus-visible {
	color: #601247 !important;
	text-decoration: underline;
	text-decoration-color: #8a5d13;
	text-underline-offset: 3px;
}

.criollo-shell-footer__socials {
	display: flex;
	gap: 7px;
	align-items: center;
	margin-top: 12px;
}

.criollo-shell-footer__socials a {
	display: grid;
	width: 37px;
	height: 37px;
	place-items: center;
	color: #fff !important;
	background: linear-gradient(145deg, #316fc2, #21488a);
	border: 1px solid #a8751f;
	border-radius: 50%;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.72), inset 0 -2px 2px rgba(36, 17, 51, 0.28), 0 3px 7px rgba(60, 24, 48, 0.3);
}

.criollo-shell-footer__social--instagram a {
	background: radial-gradient(circle at 31% 73%, #ffd36a 0 14%, #f24885 38%, #a338b1 68%, #475bd6 100%);
}

.criollo-shell-footer__social--tiktok a {
	background: linear-gradient(145deg, #367bd0, #293b87 66%, #5c276f);
}

.criollo-shell-footer__social--youtube a {
	background: linear-gradient(145deg, #f44c91, #cb2f6d 65%, #862551);
}

.criollo-shell-footer__socials svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.criollo-shell-footer__socials svg .is-fill,
.criollo-shell-footer__socials li:first-child svg path {
	fill: currentColor;
	stroke: none;
}

.criollo-shell-footer__trust {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1.5fr;
	gap: clamp(20px, 4vw, 58px);
	align-items: start;
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid rgba(70, 28, 52, 0.22);
}

.criollo-shell-footer__trust.has-no-security {
	grid-template-columns: 1fr 1.5fr;
}

.criollo-shell-footer__trust h2 {
	margin: 0 0 12px;
	font-size: 18px;
	letter-spacing: 0.01em;
	text-transform: none;
}

.criollo-shell-footer__trust-marks,
.criollo-shell-footer__payment-list {
	display: flex;
	gap: 10px;
	align-items: center;
}

.criollo-shell-footer__trust-marks {
	min-height: 32px;
}

.criollo-shell-footer__trust-mark {
	display: inline-grid;
	flex: 0 0 auto;
	width: 86px;
	height: 30px;
	overflow: hidden;
	place-items: center;
	background: #fff;
	border: 1px solid rgba(42, 31, 55, 0.16);
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(55, 30, 45, 0.17);
}

.criollo-shell-footer__trust-image {
	display: block;
	width: 100%;
	max-width: 88px;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 3px;
}

.criollo-shell-footer__trust-text {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	color: #34222d;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
}

.criollo-shell-footer__verification p {
	max-width: 390px;
	margin: 0;
	font-family: var(--criollo-shell-rounded);
	font-size: 13px;
	line-height: 1.5;
}

.criollo-shell-footer__payment-list {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.criollo-shell-payment {
	flex: 0 0 auto;
	color: #1b1720;
	font-family: var(--criollo-shell-ui);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.1;
	white-space: nowrap;
}

.criollo-shell-payment--visa {
	color: #15357a;
	font-size: 18px;
	font-style: italic;
	font-weight: 900;
}

.criollo-shell-payment--mastercard {
	color: #4b2520;
	font-size: 12px;
}

.criollo-shell-payment--poli {
	color: #245b2f;
	font-size: 17px;
}

.criollo-shell-payment--apple-pay {
	font-size: 14px;
}

.criollo-shell-payment--google-pay {
	color: #323232;
}

.criollo-shell-payment--bank-transfer {
	font-size: 12px;
	letter-spacing: 0;
}

.criollo-shell-footer__bottom {
	display: flex;
	justify-content: space-between;
	width: min(calc(100% - 96px), 1400px);
	margin: 0 auto;
	padding: 14px 0 18px;
	color: rgba(49, 23, 42, 0.84);
	background: transparent;
	border-top: 1px solid rgba(70, 28, 52, 0.13);
	font-family: var(--criollo-shell-rounded);
	text-align: left;
}

.criollo-shell-footer__bottom p {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
}

.criollo-shell-footer__bottom p + p {
	margin-top: 0;
	text-align: right;
}

.criollo-shell-footer.is-compact .criollo-shell-footer__bottom {
	padding-top: 18px;
	padding-bottom: 18px;
}

/* Fixed Quote compatibility bridge; Messenger remains independently owned. */
.criollo-shell-quote-bridge {
	position: fixed;
	right: calc(60px + env(safe-area-inset-right));
	bottom: calc(100px + env(safe-area-inset-bottom));
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	color: #17130b !important;
	background: linear-gradient(145deg, #fff0a0 0%, #d8af4f 28%, #a86c1d 62%, #efd078 100%);
	border: 1px solid #845514;
	border-radius: 999px;
	box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.56), inset 0 -2px 2px rgba(87, 47, 6, 0.25), 0 8px 19px rgba(70, 43, 8, 0.25);
	font-family: var(--criollo-shell-rounded);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.55);
	transition: filter 150ms ease, transform 150ms ease;
}

.criollo-shell-quote-bridge:hover,
.criollo-shell-quote-bridge:focus-visible {
	color: #080704 !important;
	filter: brightness(1.05) saturate(1.02);
	transform: translateY(-1px);
}

@media (max-width: 1100px) and (min-width: 681px) {
	.criollo-shell-footer__menus {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 46px;
	}

	.criollo-shell-footer__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.criollo-shell-footer__payments {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	.admin-bar .criollo-shell-header.is-sticky {
		top: 46px;
	}
}

@media (max-width: 680px) {
	.criollo-shell-header {
		--criollo-shell-mobile-scrolled-scale: 0.848485;
	}

	.criollo-shell-announcement {
		flex-wrap: wrap;
		gap: 0.2em 0.65em;
		min-height: 38px;
		padding: 7px 12px;
		font-size: 11px;
		letter-spacing: 0.025em;
		line-height: 1.35;
	}

	.criollo-shell-admin-preview .criollo-shell-header::before {
		display: none;
	}

	.criollo-shell-header__mobile {
		width: calc(100% - 20px);
	}

	/* Keep the complete circular logo above the gold rule with visible breathing room. */
	.criollo-shell-header__brand,
	.criollo-shell-header.is-compact .criollo-shell-header__brand {
		top: 5px;
		width: 66px;
		height: 77px;
	}

	.criollo-shell-header__brand .criollo-shell-logo__image,
	.criollo-shell-header.is-compact .criollo-shell-logo__image,
	.criollo-shell-header__brand .criollo-shell-logo__text,
	.criollo-shell-header.is-compact .criollo-shell-logo__text {
		width: 66px;
		max-width: 66px;
		max-height: 66px;
		height: auto;
		padding: 3px;
		object-fit: contain;
	}

	.criollo-shell-header.is-scrolled .criollo-shell-header__brand {
		top: 2px;
		width: 66px;
		height: 67px;
	}

	.criollo-shell-header.is-scrolled .criollo-shell-header__brand .criollo-shell-logo__image,
	.criollo-shell-header.is-scrolled .criollo-shell-header__brand .criollo-shell-logo__text {
		width: 66px;
		max-width: 66px;
		max-height: 66px;
		transform: scale(var(--criollo-shell-mobile-scrolled-scale));
	}

	.criollo-shell-footer__inner {
		width: 100%;
		padding: 18px 18px 14px;
	}

	.criollo-shell-footer__menus {
		display: block;
	}

	.criollo-shell-footer__group {
		border-bottom: 1px solid rgba(54, 24, 43, 0.23);
	}

	.criollo-shell-footer__group > summary {
		min-height: 48px;
		margin: 0;
		cursor: pointer;
		pointer-events: auto;
	}

	.criollo-shell-footer__heading {
		font-family: var(--criollo-shell-ui);
		font-size: 13px;
		font-weight: 850;
	}

	.criollo-shell-footer__indicator {
		display: grid;
		width: 44px;
		height: 44px;
		place-items: center;
		font-size: 21px;
		font-weight: 700;
	}

	.criollo-shell-footer__indicator::before {
		content: "+";
	}

	.criollo-shell-footer__group[open] .criollo-shell-footer__indicator::before {
		content: "−";
	}

	.criollo-shell-footer__group-content {
		padding: 0 4px 12px;
	}

	.criollo-shell-footer-menu li,
	.criollo-shell-footer__contact-list li {
		margin-bottom: 7px;
		font-size: 12px;
	}

	.criollo-shell-footer__socials {
		display: none;
	}

	.criollo-shell-footer__trust {
		display: block;
		margin-top: 14px;
		padding-top: 0;
		border-top: 0;
	}

	.criollo-shell-footer__trust-group {
		padding: 14px 3px;
		border-bottom: 1px solid rgba(54, 24, 43, 0.2);
		text-align: center;
	}

	.criollo-shell-footer__trust h2 {
		margin-bottom: 9px;
		font-size: 10px;
	}

	.criollo-shell-footer__trust-marks,
	.criollo-shell-footer__payment-list {
		justify-content: center;
	}

	.criollo-shell-footer__trust-image {
		max-width: 82px;
		height: 100%;
	}

	.criollo-shell-footer__verification p {
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
		font-size: 10px;
	}

	.criollo-shell-footer__payment-list {
		gap: 7px;
		max-width: 100%;
	}

	.criollo-shell-payment {
		font-size: 9px;
	}

	.criollo-shell-payment--visa,
	.criollo-shell-payment--poli {
		font-size: 12px;
	}

	.criollo-shell-payment--bank-transfer,
	.criollo-shell-payment--mastercard {
		font-size: 8px;
	}

	.criollo-shell-footer__bottom {
		display: block;
		width: calc(100% - 36px);
		padding: 11px 18px 14px;
		text-align: center;
	}

	.criollo-shell-footer__bottom p {
		font-size: 10px;
	}

	.criollo-shell-footer__bottom p + p {
		margin-top: 2px;
		text-align: center;
	}

	.criollo-shell-quote-bridge {
		right: calc(12px + env(safe-area-inset-right));
		bottom: calc(86px + env(safe-area-inset-bottom));
		min-height: 46px;
		padding: 10px 17px;
		font-size: 14px;
	}
}

@media (max-width: 390px) {
	.criollo-shell-header__mobile {
		grid-template-columns: minmax(70px, 1fr) auto minmax(70px, 1fr);
	}

	.criollo-shell-menu-toggle {
		min-width: 64px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.criollo-shell-header__brand .criollo-shell-logo__image,
	.criollo-shell-header__brand .criollo-shell-logo__text {
		max-width: 112px;
	}

	.criollo-shell-footer__payment-list {
		gap: 5px;
	}

	.criollo-shell-quote-bridge {
		right: calc(8px + env(safe-area-inset-right));
		bottom: calc(82px + env(safe-area-inset-bottom));
	}
}

@media (prefers-reduced-motion: reduce) {
	.criollo-shell-header *,
	.criollo-shell-header *::before,
	.criollo-shell-header *::after,
	.criollo-shell-mobile-panel *,
	.criollo-shell-quote-bridge {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.criollo-shell-header__main::after,
	.criollo-shell-footer::before {
		background: CanvasText;
	}

	.criollo-shell-menu-toggle,
	.criollo-shell-commerce-link,
	.criollo-shell-quote-bridge,
	.criollo-shell-mobile-panel__quote {
		border: 2px solid ButtonText;
	}
}

@media print {
	.criollo-shell-header,
	.criollo-shell-announcement,
	.criollo-shell-quote-bridge {
		display: none !important;
	}

	.criollo-shell-footer {
		background: #fff;
		border-top: 1px solid #777;
	}
}
