/* WordPress / Gutenberg wrappers must not fight the marketing CSS. */

.wp-site-blocks,
.eat-main,
.entry-content,
.wp-block-group.alignfull,
.wp-block-post-content,
.wp-block-html {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-post-content > * {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* —— Living product demo chrome —— */

.eat-proof-ribbon {
	background: linear-gradient(90deg, rgba(61, 255, 200, 0.14), rgba(61, 255, 200, 0.04));
	border-bottom: 1px solid rgba(61, 255, 200, 0.28);
	font-size: 0.85rem;
	line-height: 1.4;
}

.eat-proof-ribbon .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	align-items: baseline;
	padding-block: 0.55rem;
}

.eat-proof-ribbon strong {
	color: #3dffc8;
	font-family: Syne, system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 0.72rem;
}

.eat-proof-ribbon span {
	opacity: 0.88;
}

.site-header .nav {
	align-items: center;
}

.eat-header-switcher {
	display: flex;
	align-items: center;
	margin-inline: 0.35rem;
}

.eat-header-switcher--idle {
	opacity: 0.55;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 0.35rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.eat-header-switcher .eat-switcher,
.eat-header-switcher .eat-switcher--custom {
	font-size: 0.8rem;
}

.eat-header-switcher .eat-switcher__toggle {
	background: rgba(5, 7, 11, 0.55);
	border: 1px solid rgba(61, 255, 200, 0.35);
	color: inherit;
	padding: 0.35rem 0.65rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-family: inherit;
}

.eat-header-switcher .eat-switcher__menu {
	position: absolute;
	z-index: 80;
	min-width: 11rem;
	margin: 0.25rem 0 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #0b0f16;
	border: 1px solid rgba(61, 255, 200, 0.3);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.eat-header-switcher .eat-switcher__menu a {
	display: block;
	padding: 0.4rem 0.75rem;
	color: inherit;
	text-decoration: none;
}

.eat-header-switcher .eat-switcher--custom {
	position: relative;
}

.eat-living-proof .proof-list {
	margin-top: 1.5rem;
}

body.admin-bar .eat-proof-ribbon + .skip + .site-header,
body.admin-bar .site-header {
	top: 32px;
}

body.admin-bar .eat-proof-ribbon {
	margin-top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	body.admin-bar .eat-proof-ribbon {
		margin-top: 46px;
	}
}

@media (max-width: 900px) {
	.eat-header-switcher {
		width: 100%;
		margin: 0.5rem 0;
	}
}

@media (max-width: 799px) {
	.eat-proof-ribbon {
		font-size: 0.78rem;
	}

	.eat-proof-ribbon .wrap {
		padding-block: 0.4rem;
		gap: 0.25rem 0.85rem;
	}
}
