:root {
	--almana-earth-brown: #2b2523;
	--almana-botanical-green: #8e9f82;
	--almana-soft-linen: #f6f4f1;
	--almana-sage-light: #e9ebe4;
	--almana-clay-dark: #4a4641;
	--almana-dark: #2d2926;
	--almana-beige: #f9f8f6;
	--almana-white: #ffffff;
	--almana-shadow-soft: 0 25px 60px rgba(43, 37, 35, 0.08);
	--almana-shadow-card: 0 16px 35px rgba(43, 37, 35, 0.08);
	--almana-radius-lg: 32px;
	--almana-radius-xl: 48px;
	--almana-radius-organic: 63% 37% 54% 46% / 55% 48% 52% 45%;
	--almana-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: var(--almana-beige);
	background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
	color: var(--almana-clay-dark);
	font-family: "Manrope", sans-serif;
	font-weight: 400;
}

body.home.elementor-template-canvas {
	background-color: #f9f8f6;
}

.site-main,
.almana-page-shell {
	min-height: 100vh;
}

.almana-global-header {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(43, 37, 35, 0.08);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 120;
}

body.admin-bar .almana-global-header {
	top: 32px;
}

.almana-global-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 72px;
	padding: 0 32px;
}

.almana-global-header__brand {
	color: var(--almana-dark);
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.almana-global-header__nav {
	flex: 1 1 auto;
}

.almana-global-header__menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.almana-global-header__menu li {
	list-style: none;
}

.almana-global-header__menu a {
	color: rgba(74, 70, 65, 0.72);
	font-family: "Noto Serif", serif;
	font-size: 0.875rem;
	letter-spacing: 0.16em;
	text-decoration: none;
	transition: color 0.25s var(--almana-ease-out);
	text-transform: uppercase;
}

.almana-global-header__menu .current-menu-item > a,
.almana-global-header__menu .current_page_item > a,
.almana-global-header__menu a:hover,
.almana-global-header__menu a:focus {
	color: var(--almana-dark);
}

.almana-global-header__actions {
	align-items: center;
	display: flex;
	flex: none;
	gap: 18px;
}

.almana-global-header__cart {
	color: var(--almana-dark);
	display: inline-flex;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: opacity 0.25s var(--almana-ease-out);
}

.almana-global-header__cart:hover,
.almana-global-header__cart:focus {
	opacity: 0.68;
}

.almana-global-header__cart svg {
	display: block;
	height: 20px;
	width: 20px;
}

.almana-global-footer {
	background: var(--almana-beige);
	border-top: 1px solid rgba(43, 37, 35, 0.05);
	padding: 80px 48px;
}

.almana-global-footer__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 32px 64px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
}

.almana-global-footer__brand-wrap {
	align-items: center;
	display: flex;
	gap: 24px;
}

.almana-global-footer__mark {
	align-items: center;
	background: var(--almana-earth-brown);
	border-radius: 999px;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 40px;
}

.almana-global-footer__mark::before {
	background: var(--almana-white);
	border-radius: 100% 0 100% 0;
	content: "";
	display: block;
	height: 16px;
	transform: rotate(-45deg);
	width: 12px;
}

.almana-global-footer__mark::after {
	background: var(--almana-white);
	border-radius: 999px;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	position: absolute;
	top: 18px;
	transform: translateX(-50%);
	width: 1.5px;
}

.almana-global-footer__brand {
	color: var(--almana-earth-brown);
	font-family: "Noto Serif", serif;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.almana-global-footer__meta {
	align-items: center;
	color: rgba(74, 70, 65, 0.4);
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	font-weight: 700;
	gap: 24px 48px;
	justify-content: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.almana-global-footer__meta span {
	font-weight: 500;
}

.almana-global-footer__meta a {
	color: rgba(74, 70, 65, 0.4);
	text-decoration: none;
	transition: color 0.25s var(--almana-ease-out);
}

.almana-global-footer__meta a:hover,
.almana-global-footer__meta a:focus {
	color: var(--almana-botanical-green);
}

body.page-id-24 .almana-global-footer,
body.page-id-148 .almana-global-footer {
	margin-top: 0;
}

[data-almana-chrome="footer"] {
	display: none !important;
}

.almana-global-header__cart-count {
	align-items: center;
	background: var(--almana-earth-brown);
	border-radius: 999px;
	color: var(--almana-white);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 16px;
	justify-content: center;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Serif", serif;
}

.elementor-widget-heading .elementor-heading-title,
.almana-serif {
	font-family: "Noto Serif", serif;
}

.almana-site-shell,
.almana-section,
.almana-section .e-con-inner,
.almana-section .e-child {
	position: relative;
}

.almana-section,
[id^="almana-"] {
	padding: 96px 24px;
}

body.page-id-139 #almana-nav,
body.page-id-24 #almana-shop-nav,
body.page-id-148 #almana-product-nav,
body.page-id-139 #almana-footer,
body.page-id-24 #almana-shop-footer,
body.page-id-148 .almana-product-site-footer {
	display: none !important;
}

.almana-section--hero,
#almana-hero {
	padding-top: 128px;
	padding-bottom: 80px;
	min-height: 100svh;
}

.almana-section--light,
#nos-essentiels {
	background: rgba(246, 244, 241, 0.5);
}

.almana-section--white,
#engagement,
#almana-faq {
	background: rgba(255, 255, 255, 0.92);
}

.almana-section--dark,
#atelier,
#contact {
	background: var(--almana-earth-brown);
	color: var(--almana-white);
}

.almana-section--sage,
#almana-badges {
	background: rgba(233, 235, 228, 0.45);
	border-top: 1px solid rgba(43, 37, 35, 0.08);
	border-bottom: 1px solid rgba(43, 37, 35, 0.08);
}

.almana-navbar,
#almana-nav {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(43, 37, 35, 0.08);
	padding: 20px 32px;
	position: fixed;
	top: 0;
	z-index: 40;
}

#almana-nav > .e-con-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 40px;
}

.almana-wordmark .elementor-heading-title {
	color: var(--almana-dark);
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.almana-nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.almana-nav-links a {
	color: rgba(74, 70, 65, 0.72);
	font-family: "Noto Serif", serif;
	font-size: 0.875rem;
	letter-spacing: 0.16em;
	text-decoration: none;
	transition: color 0.25s var(--almana-ease-out);
	text-transform: uppercase;
}

.almana-nav-links a:hover,
.almana-nav-links a:focus {
	color: var(--almana-dark);
}

.almana-eyebrow .elementor-heading-title {
	color: rgba(74, 70, 65, 0.65);
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

.almana-eyebrow .elementor-heading-title::before {
	background: rgba(142, 159, 130, 0.4);
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	width: 32px;
}

.almana-hero-title .elementor-heading-title,
.almana-display-title .elementor-heading-title {
	color: var(--almana-dark);
	font-size: clamp(3.5rem, 7vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.almana-hero-title em,
.almana-display-title em {
	color: var(--almana-botanical-green);
	font-style: italic;
	font-weight: 400;
}

.almana-lead .elementor-widget-container,
.almana-lead p {
	color: rgba(74, 70, 65, 0.82);
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.7;
	max-width: 28rem;
}

.almana-button .elementor-button,
.almana-button .e-form__buttons__wrapper__button {
	background: var(--almana-clay-dark);
	border-radius: 1rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
	color: var(--almana-white);
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding: 20px 40px;
	transition: transform 0.35s var(--almana-ease-out), background 0.35s var(--almana-ease-out), box-shadow 0.35s var(--almana-ease-out);
}

.almana-button--green .elementor-button {
	background: var(--almana-botanical-green);
}

.almana-button .elementor-button:hover,
.almana-button .elementor-button:focus {
	background: var(--almana-earth-brown);
	box-shadow: 0 22px 44px rgba(43, 37, 35, 0.14);
	transform: translateY(-2px);
}

.almana-link-button .elementor-button {
	background: transparent;
	box-shadow: none;
	color: var(--almana-clay-dark);
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
}

.almana-link-button .elementor-button-text {
	position: relative;
}

.almana-link-button .elementor-button-text::after {
	color: var(--almana-botanical-green);
	content: "\2192";
	display: inline-block;
	font-size: 1.2em;
	margin-left: 12px;
	transition: transform 0.35s var(--almana-ease-out);
}

.almana-link-button .elementor-button:hover .elementor-button-text::after,
.almana-link-button .elementor-button:focus .elementor-button-text::after {
	transform: translateX(4px);
}

#almana-hero-copy,
#almana-hero-media,
#nos-essentiels .e-con-inner > *,
#engagement .e-con-inner > *,
#atelier .e-con-inner > *,
#almana-faq .e-con-inner > *,
#contact .e-con-inner > * {
	animation: almana-fade-up 0.9s var(--almana-ease-out) both;
}

#almana-hero-copy {
	animation-delay: 0.08s;
}

#almana-hero-media {
	animation-delay: 0.24s;
}

#nos-essentiels .e-con-inner > *:nth-child(1),
#engagement .e-con-inner > *:nth-child(1),
#atelier .e-con-inner > *:nth-child(1),
#almana-faq .e-con-inner > *:nth-child(1),
#contact .e-con-inner > *:nth-child(1) {
	animation-delay: 0.08s;
}

#nos-essentiels .e-con-inner > *:nth-child(2),
#engagement .e-con-inner > *:nth-child(2),
#atelier .e-con-inner > *:nth-child(2),
#almana-faq .e-con-inner > *:nth-child(2),
#contact .e-con-inner > *:nth-child(2) {
	animation-delay: 0.16s;
}

#nos-essentiels .e-con-inner > *:nth-child(3),
#engagement .e-con-inner > *:nth-child(3),
#atelier .e-con-inner > *:nth-child(3),
#almana-faq .e-con-inner > *:nth-child(3),
#contact .e-con-inner > *:nth-child(3) {
	animation-delay: 0.24s;
}

.almana-hero-image img,
.almana-craft-image img,
.almana-product-card .elementor-widget-image img,
[id^="almana-product-card"] .elementor-widget-image img {
	transition: transform 1.1s var(--almana-ease-out), opacity 0.8s var(--almana-ease-out);
}

.almana-hero-image:hover img,
.almana-craft-image:hover img,
.almana-product-card:hover .elementor-widget-image img,
[id^="almana-product-card"]:hover .elementor-widget-image img {
	transform: scale(1.04);
}

@keyframes almana-fade-up {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.almana-hero-image,
#almana-hero-media .elementor-widget-image,
.almana-image-card {
	border: 1px solid rgba(43, 37, 35, 0.06);
	border-radius: var(--almana-radius-organic);
	box-shadow: var(--almana-shadow-soft);
	overflow: hidden;
}

.almana-floating-note,
#almana-hero-note {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(43, 37, 35, 0.08);
	border-radius: 24px;
	box-shadow: var(--almana-shadow-card);
	max-width: 220px;
	padding: 32px;
}

#almana-hero-note .elementor-heading-title {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;
}

.almana-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(43, 37, 35, 0.06);
	border-radius: 28px;
	box-shadow: var(--almana-shadow-card);
}

.almana-product-card,
[id^="almana-product-card"] {
	background: var(--almana-white);
	border: 1px solid rgba(43, 37, 35, 0.06);
	border-radius: 30px;
	box-shadow: 0 15px 45px -15px rgba(0, 0, 0, 0.08);
	padding: 40px;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.almana-product-card:hover,
[id^="almana-product-card"]:hover {
	box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.12);
	transform: translateY(-10px);
}

.almana-product-card .elementor-widget-image img,
[id^="almana-product-card"] .elementor-widget-image img {
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	object-fit: cover;
}

.almana-center-title .elementor-heading-title {
	color: var(--almana-dark);
	font-size: clamp(3rem, 4.5vw, 3.75rem);
	font-weight: 400;
	text-align: center;
}

.almana-subtle-copy p,
.almana-subtle-copy .elementor-widget-container {
	color: rgba(74, 70, 65, 0.65);
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.7;
}

.almana-badge {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.almana-badge-icon {
	align-items: center;
	background: var(--almana-white);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(43, 37, 35, 0.06);
	color: var(--almana-botanical-green);
	display: flex;
	font-size: 1.8rem;
	height: 80px;
	justify-content: center;
	width: 80px;
}

.almana-badge-label {
	color: rgba(74, 70, 65, 0.7);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.almana-craft-image img {
	display: block;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}

.almana-dark-panel,
.almana-newsletter-panel {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--almana-radius-xl);
	padding: 48px 72px;
}

.almana-dark-panel .elementor-heading-title,
.almana-newsletter-panel .elementor-heading-title {
	color: var(--almana-white);
}

.almana-dark-copy,
.almana-dark-copy p,
.almana-dark-copy .elementor-widget-container {
	color: rgba(255, 255, 255, 0.72);
}

#contact > .e-con-inner {
	max-width: 1280px;
}

#almana-contact-shell {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 4rem;
	padding: 40px;
}

#almana-contact-shell > .e-con-inner {
	align-items: stretch;
	display: grid;
	gap: 96px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

#almana-contact-copy > .e-con-inner,
#almana-newsletter > .e-con-inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

#almana-contact-copy > .e-con-inner {
	gap: 24px;
}

#almana-contact-copy .elementor-widget-heading h2.elementor-heading-title,
#almana-contact-copy h2.elementor-heading-title {
	color: var(--almana-white);
	font-size: clamp(3.5rem, 7vw, 5.2rem);
	font-weight: 400;
	line-height: 1;
}

#almana-contact-copy .almana-dark-copy,
#almana-contact-copy .almana-dark-copy .elementor-widget-container,
#almana-contact-copy .almana-dark-copy p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.7;
	max-width: 32rem;
}

#almana-contact-copy .elementor-widget-heading h3.elementor-heading-title a,
#almana-contact-copy h3.elementor-heading-title a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--almana-white);
	display: block;
	font-family: "Noto Serif", serif;
	font-size: 1.875rem;
	font-style: italic;
	font-weight: 400;
	padding-bottom: 24px;
	text-decoration: none;
	transition: color 0.25s var(--almana-ease-out);
}

#almana-contact-copy h3.elementor-heading-title a:hover,
#almana-contact-copy h3.elementor-heading-title a:focus {
	color: var(--almana-botanical-green);
}

#almana-contact-copy .elementor-element-yugqwvgj p {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	letter-spacing: 0.3em !important;
	padding-top: 16px;
	text-transform: uppercase;
}

#almana-newsletter {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 3rem;
	padding: 56px;
}

#almana-newsletter .elementor-widget-heading .elementor-heading-title,
#almana-newsletter h3.elementor-heading-title {
	color: var(--almana-white) !important;
	font-size: 1.875rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 8px;
}

#almana-newsletter .almana-dark-copy,
#almana-newsletter .almana-dark-copy .elementor-widget-container,
#almana-newsletter .almana-dark-copy p {
	color: rgba(255, 255, 255, 0.3) !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	letter-spacing: 0.2em !important;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.almana-stat-row {
	border-left: 2px solid rgba(142, 159, 130, 0.3);
	padding-left: 28px;
}

.almana-stat-row strong {
	color: var(--almana-white);
	display: block;
	font-size: 1.25rem;
	margin-bottom: 4px;
}

.almana-stat-row span {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.9rem;
}

.almana-faq details {
	background: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(43, 37, 35, 0.06);
	padding: 28px 0;
}

.almana-faq details:last-child {
	border-bottom: 0;
}

.almana-faq summary {
	color: var(--almana-dark);
	cursor: pointer;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	list-style: none;
	padding-right: 30px;
	position: relative;
}

.almana-faq summary::-webkit-details-marker {
	display: none;
}

.almana-faq summary::after {
	color: var(--almana-botanical-green);
	content: "+";
	font-family: "Manrope", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: -4px;
}

.almana-faq details[open] summary::after {
	content: "−";
}

.almana-faq p {
	color: rgba(74, 70, 65, 0.68);
	font-size: 1.05rem;
	font-weight: 300;
	line-height: 1.8;
	margin: 18px 0 0;
	max-width: 820px;
}

.almana-contact-shell,
#almana-contact-shell {
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 64px;
	padding: 40px;
}

.almana-newsletter-panel input[type="email"],
#almana-newsletter input[type="email"],
.almana-newsletter-panel input[type="text"] {
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	box-shadow: none;
	color: var(--almana-white);
	font-family: "Manrope", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 24px 0;
	width: 100%;
}

.almana-newsletter-panel input::placeholder,
#almana-newsletter input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

#almana-newsletter .almana-newsletter-form {
	width: 100%;
}

#almana-newsletter .almana-newsletter-form p:first-child {
	margin: 0 0 32px;
}

#almana-newsletter .almana-newsletter-form .elementor-button,
#almana-newsletter .almana-newsletter-form button {
	background: var(--almana-botanical-green) !important;
	border: 0 !important;
	border-radius: 1rem !important;
	box-shadow: 0 24px 40px rgba(142, 159, 130, 0.2);
	color: var(--almana-white) !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em !important;
	padding: 24px !important;
	text-transform: uppercase !important;
	transition: background 0.25s var(--almana-ease-out), color 0.25s var(--almana-ease-out), transform 0.25s var(--almana-ease-out);
	width: 100%;
}

#almana-newsletter .almana-newsletter-form .elementor-button:hover,
#almana-newsletter .almana-newsletter-form .elementor-button:focus,
#almana-newsletter .almana-newsletter-form button:hover,
#almana-newsletter .almana-newsletter-form button:focus {
	background: var(--almana-white) !important;
	color: var(--almana-botanical-green) !important;
	transform: translateY(-1px);
}

.almana-social-row a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: var(--almana-white);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	width: 56px;
}

.almana-social-row a:hover {
	background: var(--almana-white);
	color: var(--almana-earth-brown);
}

.almana-footer,
#almana-footer {
	border-top: 1px solid rgba(43, 37, 35, 0.08);
	padding: 60px 24px;
}

.almana-footer .elementor-heading-title,
.almana-footer,
.almana-footer a,
#almana-footer,
#almana-footer a {
	color: rgba(74, 70, 65, 0.7);
}

.almana-footer a:hover,
#almana-footer a:hover {
	color: var(--almana-botanical-green);
}

#almana-hero-layout > .e-con-inner,
#almana-craft-layout > .e-con-inner,
#almana-contact-shell > .e-con-inner,
#almana-hero-actions > .e-con-inner,
#almana-product-grid > .e-con-inner,
#almana-values-grid > .e-con-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 64px;
}

#almana-hero-copy,
#almana-hero-media,
#almana-craft-image-wrap,
#almana-craft-copy,
#almana-contact-copy,
#almana-newsletter {
	flex: 1 1 420px;
}

#almana-product-grid > .e-con-inner > .e-con,
#almana-values-grid > .e-con-inner > .e-con {
	flex: 1 1 300px;
}

#almana-hero > .e-con-inner,
#nos-essentiels > .e-con-inner,
#engagement > .e-con-inner,
#almana-faq > .e-con-inner,
#contact > .e-con-inner,
#almana-nav > .e-con-inner {
	margin: 0 auto;
	max-width: 1440px;
}

#almana-hero-copy > .e-con-inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#almana-hero-actions > .e-con-inner {
	align-items: center;
	gap: 32px;
	justify-content: flex-start;
}

#almana-hero-media {
	justify-content: center;
}

#almana-hero-note {
	margin-left: -16px;
	margin-top: -16px;
}

#almana-product-grid > .e-con-inner {
	align-items: stretch;
	gap: 48px;
}

#almana-product-grid > .e-con-inner > .e-con {
	align-self: stretch;
}

#almana-product-grid .elementor-widget-heading h3.elementor-heading-title {
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 12px;
}

#almana-product-grid .elementor-widget-heading .elementor-heading-title:not(h3) {
	color: var(--almana-botanical-green);
	font-family: "Noto Serif", serif;
	font-size: 1.25rem;
	font-weight: 400;
}

#almana-product-grid .almana-button .elementor-button {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 16px 24px;
	text-transform: uppercase;
}

#nos-essentiels {
	padding-top: 128px;
	padding-bottom: 128px;
}

#nos-essentiels > .e-con-inner {
	max-width: 1280px;
}

#nos-essentiels .almana-subtle-copy {
	margin-bottom: 40px;
}

#engagement {
	padding-top: 160px;
	padding-bottom: 160px;
}

#almana-values-grid > .e-con-inner {
	align-items: flex-start;
	gap: 80px;
}

#almana-values-grid > .e-con-inner > .e-con > .e-con-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 28px;
	text-align: center;
}

#almana-values-grid h3.elementor-heading-title {
	font-size: 2rem;
	font-style: italic;
	font-weight: 400;
}

#almana-values-grid .almana-subtle-copy p {
	font-size: 1rem;
	line-height: 1.7;
}

#atelier {
	padding: 0;
}

#almana-craft-layout > .e-con-inner {
	align-items: stretch;
	gap: 0;
}

#almana-craft-image-wrap,
#almana-craft-copy {
	flex: 1 1 50%;
}

#almana-craft-copy .e-con-inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

#almana-craft-copy h2.elementor-heading-title {
	font-size: clamp(3rem, 5vw, 4.5rem);
	font-weight: 400;
	line-height: 1.08;
}

#almana-craft-copy .almana-dark-copy p {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.7;
	max-width: 32rem;
}

#atelier > .e-con,
#atelier > .e-con > .e-con-inner,
#almana-craft-image-wrap,
#almana-craft-copy {
	min-height: 700px;
}

#almana-craft-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 72px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

#almana-craft-copy .elementor-heading-title {
	color: var(--almana-white);
}

#almana-footer {
	background: var(--almana-beige);
	border-top: 1px solid rgba(43, 37, 35, 0.05);
	padding: 80px 48px;
}

#almana-footer > .e-con-inner {
	margin: 0 auto;
	max-width: 1280px;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div {
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 32px 64px !important;
	justify-content: space-between !important;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:first-child {
	align-items: center;
	display: flex;
	gap: 24px;
	font-family: "Noto Serif", serif !important;
	font-size: 1.875rem !important;
	font-weight: 400 !important;
	letter-spacing: 0.3em !important;
	position: relative;
	text-transform: uppercase;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:first-child::before {
	align-items: center;
	background: var(--almana-earth-brown);
	border-radius: 999px;
	content: "";
	display: inline-flex;
	height: 40px;
	position: relative;
	width: 40px;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:first-child::after {
	background: var(--almana-white);
	border-radius: 999px;
	content: "";
	display: block;
	height: 10px;
	left: 19px;
	position: absolute;
	top: 24px;
	width: 2px;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:last-child {
	align-items: center;
	color: rgba(74, 70, 65, 0.4) !important;
	display: flex !important;
	flex-wrap: wrap !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	gap: 24px 48px !important;
	justify-content: center !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:last-child > span {
	font-size: 0 !important;
	line-height: 0 !important;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:last-child > span::after {
	content: "© 2024 ALMANA • Artisanat Bio des Alpes";
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:last-child a {
	color: rgba(74, 70, 65, 0.4) !important;
	text-decoration: none !important;
	transition: color 0.25s var(--almana-ease-out);
}

#almana-footer .elementor-widget-html .elementor-widget-container > div > div:last-child a:hover,
#almana-footer .elementor-widget-html .elementor-widget-container > div > div:last-child a:focus {
	color: var(--almana-botanical-green) !important;
}

@media (max-width: 1024px) {
	.almana-section,
	[id^="almana-"] {
		padding: 72px 20px;
	}

	.almana-section--hero,
	#almana-hero {
		padding-top: 108px;
		min-height: auto;
	}

	#almana-nav {
		padding-left: 22px;
		padding-right: 22px;
	}

	#almana-nav > .e-con-inner {
		max-width: none;
	}

	.almana-nav-links {
		gap: 28px;
	}

	.almana-hero-title .elementor-heading-title,
	.almana-display-title .elementor-heading-title {
		font-size: clamp(3.2rem, 8vw, 5rem);
	}

	#almana-hero-layout > .e-con-inner,
	#almana-product-grid > .e-con-inner,
	#almana-values-grid > .e-con-inner {
		gap: 40px;
	}

	#almana-hero-note {
		margin-left: 0;
		margin-top: 24px;
	}

	.almana-contact-shell,
	#almana-contact-shell {
		border-radius: 42px;
	}

	#atelier > .e-con,
	#atelier > .e-con > .e-con-inner,
	#almana-craft-image-wrap,
	#almana-craft-copy {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	body.admin-bar .almana-global-header {
		top: 46px;
	}

	.almana-global-header__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.almana-global-header__nav {
		display: none;
	}

	.almana-global-footer {
		padding: 56px 20px;
	}

	.almana-global-footer__brand {
		font-size: 1.35rem;
		letter-spacing: 0.22em;
	}

	.almana-global-footer__meta {
		font-size: 10px;
		gap: 14px 22px;
		letter-spacing: 0.14em;
	}

	.almana-navbar {
		padding-left: 20px;
		padding-right: 20px;
	}

	.almana-nav-links {
		display: none;
	}

	.almana-section,
	[id^="almana-"] {
		padding-left: 18px;
		padding-right: 18px;
	}

	.almana-product-card {
		padding: 24px;
	}

	.almana-floating-note {
		max-width: 100%;
		padding: 22px;
	}

	.almana-hero-title .elementor-heading-title,
	.almana-display-title .elementor-heading-title {
		font-size: clamp(2.8rem, 11vw, 4rem);
		line-height: 1.05;
	}

	.almana-lead .elementor-widget-container,
	.almana-lead p,
	#almana-values-grid .almana-subtle-copy p,
	#almana-craft-copy .almana-dark-copy p {
		font-size: 1rem;
	}

	#almana-hero-copy > .e-con-inner {
		gap: 28px;
	}

	#almana-hero-actions > .e-con-inner {
		align-items: flex-start;
		gap: 18px;
	}

	#engagement {
		padding-top: 108px;
		padding-bottom: 108px;
	}

	#almana-craft-copy,
	.almana-dark-panel,
	.almana-newsletter-panel,
	#almana-contact-shell {
		padding: 32px 24px;
	}

	#almana-contact-shell > .e-con-inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	#almana-contact-copy h2.elementor-heading-title {
		font-size: clamp(2.8rem, 12vw, 4rem);
	}

	#almana-contact-copy .almana-dark-copy p {
		font-size: 1rem;
	}

	#almana-contact-copy h3.elementor-heading-title a {
		font-size: 1.5rem;
	}

	#almana-newsletter {
		padding: 32px 24px;
	}

	.almana-faq summary {
		font-size: 1.25rem;
	}
}
