/* Header */
.zs-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--wp--preset--color--background);
	border-radius: 999px;
	padding: 6px 6px 6px 18px;
}
.zs-header-actions .wp-block-search__input {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
.zs-header-actions .wp-block-search__button {
	border-radius: 999px !important;
}
.zs-icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	transition: background 0.2s ease;
}
.zs-icon-btn:hover {
	background: var(--wp--preset--color--primary-light);
	color: var(--wp--preset--color--surface);
}

.zs-logo {
	display: flex;
	align-items: center;
}
.zs-logo img {
	height: 40px;
	width: auto;
	display: block;
	transition: transform 0.25s ease, filter 0.25s ease;
}
.zs-logo:hover img {
	transform: scale(1.06) rotate(-1deg);
	filter: drop-shadow(0 4px 10px rgba(63,86,65,0.35));
}

/* Header nav: hover + current-page indicator */
.wp-block-navigation-item__content {
	transition: color 0.2s ease;
}
.wp-block-navigation-item:hover > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--accent);
}
.zs-nav-current > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	position: relative;
}
.zs-nav-current > .wp-block-navigation-item__content::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: -6px;
	height: 2px;
	background: var(--wp--preset--color--accent);
	border-radius: 2px;
}

/* Header customer-account icon (native WooCommerce block) */
.wc-block-customer-account__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary);
	transition: background 0.2s ease, color 0.2s ease;
}
.wc-block-customer-account__link:hover {
	background: var(--wp--preset--color--primary-light);
	color: var(--wp--preset--color--surface);
}
.wc-block-customer-account__account-icon {
	width: 18px;
	height: 18px;
}

/* Hero */
.zs-hero {
	position: relative;
	overflow: hidden;
}
.zs-hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(50px);
	opacity: 0.55;
	pointer-events: none;
}
.zs-hero-blob.b1 {
	width: 420px;
	height: 420px;
	background: var(--wp--preset--color--accent);
	top: -120px;
	right: -100px;
	opacity: 0.35;
}
.zs-hero-blob.b2 {
	width: 320px;
	height: 320px;
	background: var(--wp--preset--color--primary-light);
	bottom: -140px;
	left: -80px;
	opacity: 0.4;
}
.zs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,0.16);
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 999px;
	padding: 6px 16px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
}
.zs-hero-title {
	font-size: clamp(2.4rem, 4.5vw, 3.4rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 0;
}
.zs-hero-title em {
	font-style: normal;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 400;
}
.zs-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.zs-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255,255,255,0.14);
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 0.85rem;
	color: #fff;
}
.zs-btn-ghost {
	display: inline-flex;
	align-items: center;
	padding: 14px 28px;
	border-radius: 999px;
	border: 1.5px solid rgba(255,255,255,0.55);
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.zs-btn-ghost:hover {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--surface);
	border-color: var(--wp--preset--color--accent);
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 14px 30px rgba(0,0,0,0.3);
}

/* Hero photo placeholder (a remplacer par une vraie photo) */
.zs-photo-placeholder {
	width: 380px;
	max-width: 100%;
	height: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 2px dashed rgba(255,255,255,0.5);
	border-radius: 20px;
	background: rgba(255,255,255,0.06);
	color: rgba(255,255,255,0.75);
}
.zs-photo-placeholder-icon {
	font-size: 2.4rem;
}
.zs-photo-placeholder-text {
	font-size: 0.9rem;
	font-weight: 500;
}
.zs-photo {
	width: 480px;
	max-width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 16px 40px rgba(0,0,0,0.22);
	flex-shrink: 0;
}

/* Wave divider */
.zs-wave {
	display: block;
	width: 100%;
	line-height: 0;
}

/* Trust badges grid */
.zs-badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.zs-badge-card {
	background: var(--wp--preset--color--surface);
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 4px 14px rgba(43,43,38,0.08);
}
.zs-badge-card .zs-badge-icon {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 8px;
}
.zs-badge-card h3 {
	margin: 0 0 8px;
}
.zs-badge-card p {
	margin: 0;
}
@media (max-width: 900px) {
	.zs-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.zs-badges { grid-template-columns: 1fr; }
}

/* Section eyebrow (light sections) */
.zs-section-label {
	display: inline-block;
	color: var(--wp--preset--color--accent);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

@media (max-width: 780px) {
	.zs-collage { display: none; }
}

/* Generic page header */
.zs-page-header {
	padding: 56px 0 8px;
}
.zs-page-header h1 {
	margin: 0 0 12px;
}
.zs-page-header p {
	max-width: 640px;
	font-size: 1.05rem;
}

/* About page: justified body text */
.page-id-14 .zs-page-header p,
.page-id-14 .zs-about-card p,
.page-id-14 .zs-buy-card p {
	text-align: justify;
}

/* Contact page: centered title, centered + justified intro text */
.page-id-16 .zs-page-header {
	text-align: center;
}
.page-id-16 .zs-page-header p {
	margin: 0 auto;
	text-align: justify;
}

/* About page: 2-col info cards */
.zs-about-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.zs-about-card {
	background: var(--wp--preset--color--surface);
	border-radius: 14px;
	border-left: 4px solid var(--wp--preset--color--accent);
	padding: 28px 26px;
	box-shadow: 0 4px 14px rgba(43,43,38,0.08);
}
.zs-about-card .zs-about-icon {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.zs-about-card h3 {
	margin: 0 0 10px;
	color: var(--wp--preset--color--primary);
}
.zs-about-card p {
	margin: 0;
	line-height: 1.65;
}

/* About page: 3-col "how to buy" cards */
.zs-buy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.zs-buy-card {
	background: var(--wp--preset--color--background);
	border: 1px solid rgba(63,86,65,0.12);
	border-radius: 14px;
	padding: 24px 22px;
	color: var(--wp--preset--color--foreground);
}
.zs-buy-card .zs-buy-icon {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.zs-buy-card h4 {
	margin: 0 0 10px;
	color: var(--wp--preset--color--accent);
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.zs-buy-card p {
	margin: 0 0 8px;
	line-height: 1.6;
	color: var(--wp--preset--color--foreground);
}
.zs-buy-card p:last-child {
	margin-bottom: 0;
}
.zs-buy-card a {
	color: var(--wp--preset--color--primary);
}

/* Bottle deposit price list */
.zs-price-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
}
.zs-price-item {
	background: var(--wp--preset--color--surface);
	border-radius: 12px;
	padding: 16px 22px;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	box-shadow: 0 4px 14px rgba(43,43,38,0.08);
}

@media (max-width: 780px) {
	.zs-about-grid, .zs-buy-grid { grid-template-columns: 1fr; }
}

/* Shop grid product card hover: image zoom + title color */
.wc-block-product-template .wc-block-product .wc-block-components-product-image {
	overflow: hidden;
	border-radius: 8px;
}
.wc-block-product-template .wc-block-product .wc-block-components-product-image img {
	transition: transform 0.35s ease;
}
.wc-block-product-template .wc-block-product:hover .wc-block-components-product-image img {
	transform: scale(1.08);
}
.wc-block-product-template .wc-block-product .wp-block-post-title,
.wc-block-product-template .wc-block-product .wp-block-post-title a {
	transition: color 0.2s ease;
}
.wc-block-product-template .wc-block-product:hover .wp-block-post-title,
.wc-block-product-template .wc-block-product:hover .wp-block-post-title a {
	color: var(--wp--preset--color--accent);
}

/* Shop grid "add to cart" hover effect */
.wc-block-product-template .wc-block-components-product-button__button,
.wc-block-product-template a.add_to_cart_button,
.wc-block-product-template button.add_to_cart_button {
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.wc-block-product-template .wc-block-components-product-button__button:hover,
.wc-block-product-template a.add_to_cart_button:hover,
.wc-block-product-template button.add_to_cart_button:hover {
	background-color: var(--wp--preset--color--accent) !important;
	color: var(--wp--preset--color--surface) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

/* Shop category filter */
.zs-shop-filters {
	background: var(--wp--preset--color--surface);
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 4px 14px rgba(43,43,38,0.08);
}
.zs-shop-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.zs-shop-filters li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
}
.zs-shop-filters a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex: 1;
	padding: 8px 10px;
	border-radius: 8px;
	text-decoration: none;
	color: var(--wp--preset--color--foreground);
}
.zs-shop-filters a:hover {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary);
}
.zs-shop-filters a span {
	color: var(--wp--preset--color--accent);
	font-size: 0.85em;
}

/* Search results cards */
.zs-search-card {
	background: var(--wp--preset--color--surface);
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 4px 14px rgba(43,43,38,0.08);
}
.zs-search-card img {
	object-fit: cover;
	width: 100%;
}

/* GDPR cookie banner + modal, matched to brand colors */
#moove_gdpr_cookie_info_bar {
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--surface) !important;
	font-family: var(--wp--preset--font-family--body) !important;
}
#moove_gdpr_cookie_info_bar a,
#moove_gdpr_cookie_info_bar .change-settings-button {
	color: var(--wp--preset--color--surface) !important;
	text-decoration: underline;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
	background: var(--wp--preset--color--accent) !important;
	border-color: var(--wp--preset--color--accent) !important;
	color: var(--wp--preset--color--surface) !important;
	border-radius: 999px !important;
}
.moove-gdpr-modal-content {
	font-family: var(--wp--preset--font-family--body) !important;
	border-radius: 16px !important;
}
.moove-gdpr-modal-title,
.moove-gdpr-modal-content .tab-title {
	color: var(--wp--preset--color--primary) !important;
	font-family: var(--wp--preset--font-family--heading) !important;
}
.moove-gdpr-modal-allow-all,
.moove-gdpr-modal-save-settings {
	background: var(--wp--preset--color--accent) !important;
	border-color: var(--wp--preset--color--accent) !important;
	color: var(--wp--preset--color--surface) !important;
	border-radius: 999px !important;
}
.moove-gdpr-modal-reject-all {
	background: transparent !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--primary) !important;
	border-radius: 999px !important;
}

/* Header social icons, small, inline right after the nav */
.zs-header-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid rgba(63,86,65,0.15);
}
.zs-social-brand-icon {
	display: flex;
	flex-shrink: 0;
	transition: transform 0.2s ease, filter 0.2s ease;
}
.zs-social-brand-icon:hover {
	transform: translateY(-2px) scale(1.08);
	filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}

/* Footer legal links */
.zs-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px 4px;
	margin: 20px 0 16px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.zs-footer-legal a,
.zs-footer-legal .zs-footer-cookies {
	position: relative;
	padding: 4px 14px;
	font-size: 0.85rem;
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	background: none;
	border: none;
	font-family: inherit;
	cursor: pointer;
	transition: color 0.2s ease;
}
.zs-footer-legal a:not(:last-of-type)::after {
	content: "";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.25);
}
.zs-footer-legal a:hover,
.zs-footer-legal .zs-footer-cookies:hover {
	color: var(--wp--preset--color--accent);
}
.zs-footer-legal a::before {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 0;
	height: 1px;
	background: var(--wp--preset--color--accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}
.zs-footer-legal a:hover::before {
	transform: scaleX(1);
}

/* Legal document pages */
.zs-legal-doc {
	max-width: 760px;
	margin: 0 auto;
}
.zs-legal-doc h2 {
	margin-top: 40px;
	margin-bottom: 12px;
	color: var(--wp--preset--color--primary);
}
.zs-legal-doc h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 1.05rem;
	color: var(--wp--preset--color--accent);
}
.zs-legal-doc p {
	margin-bottom: 14px;
	line-height: 1.7;
}
.zs-legal-doc a {
	color: var(--wp--preset--color--primary);
}

/* Contact form */
.zs-contact-wrap {
	max-width: 560px;
	margin: 0 auto;
	background: var(--wp--preset--color--surface);
	border-radius: 16px;
	padding: 36px;
	box-shadow: 0 4px 14px rgba(43,43,38,0.08);
}
.zs-form-row {
	margin-bottom: 18px;
}
.zs-form-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--wp--preset--color--primary);
}
.zs-form-row input[type="text"],
.zs-form-row input[type="email"],
.zs-form-row textarea {
	width: 100%;
	border: 1px solid rgba(63,86,65,0.25);
	border-radius: 8px;
	padding: 12px 14px;
	font-family: inherit;
	font-size: 1rem;
	background: var(--wp--preset--color--background);
}
.zs-form-row textarea {
	min-height: 140px;
	resize: vertical;
}
.zs-contact-wrap input[type="submit"] {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--surface);
	border: none;
	border-radius: 999px;
	padding: 14px 32px;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}
.zs-contact-wrap .wpcf7-response-output {
	border-radius: 8px;
	margin-top: 16px;
}
