:root {
	--dark: #120f0b;
	--brown: #2a2017;
	--cream: #efe4d0;
	--paper: #f8f1e6;
	--gold: #b58a4a;
	--soft-gold: #d1b079;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--brown);
	font-family: "Montserrat", sans-serif;
}

img {
	display: block;
	max-width: 100%;
}

.site-header {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px clamp(20px, 7vw, 110px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(
		to bottom,
		rgba(18, 15, 11, 0.82) 0%,
		rgba(42, 32, 23, 0.52) 52%,
		rgba(42, 32, 23, 0) 100%
	);
}

#uitgave {
	scroll-margin-top: -90px;
}

#over {
	margin-top: -14px;
	min-height: calc(100svh + 14px);
}

#over .side-img {
	object-position: 55% center;
}

.brand {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(28px, 3vw, 38px);
	color: #d8b16f;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid rgba(237, 227, 217, 0.9);
	padding: 5px 8px 7px;
	border-radius: 4px;
	line-height: 1;
}

nav {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 30px);
}

nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	color: #ede3d9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}

nav a:last-child {
	padding: 0 16px;
	border: 1px solid var(--gold);
	color: var(--soft-gold);
}

.hero {
	position: relative;
	min-height: calc(100svh + 16px);
	margin-bottom: -16px;
	overflow: hidden;
	background: var(--dark);
	display: flex;
	align-items: flex-end;
	padding: 130px clamp(24px, 7vw, 110px) clamp(44px, 7vh, 90px);
}

.hero-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115%;
	object-fit: cover;
	filter: sepia(45%) brightness(0.72) contrast(1.08);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.68) 0%,
			rgba(0, 0, 0, 0.42) 36%,
			rgba(0, 0, 0, 0.08) 72%
		),
		linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, transparent 45%);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	color: #ede3d9;
}

h1,
h2,
h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	margin: 0;
}

h1 {
	font-size: clamp(76px, 12vw, 150px);
	line-height: 0.85;
	color: var(--soft-gold);
}

.subtitle {
	margin: 16px 0 34px;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(28px, 4vw, 48px);
	letter-spacing: clamp(3px, 0.45vw, 6px);
}

.gold-line {
	width: 116px;
	height: 2px;
	background: var(--gold);
	margin: 0 0 34px;
}

.quote {
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.25;
	margin: 0 0 24px;
}

.keywords {
	margin-top: 42px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	color: var(--soft-gold);
	text-transform: uppercase;
	letter-spacing: clamp(2px, 0.35vw, 4px);
	font-size: clamp(11px, 1vw, 13px);
}

.keywords span:not(:last-child)::after {
	content: "•";
	margin-left: 20px;
}

.cta,
.button {
	display: inline-block;
	margin-top: 34px;
	padding: 15px 24px;
	border: 1px solid var(--gold);
	color: var(--soft-gold);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	background: transparent;
}

.cta:hover,
.button:hover {
	background: var(--gold);
	color: var(--dark);
}

.page-section {
	min-height: 100svh;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	position: relative;
	overflow: hidden;
}

.page-light {
	background: linear-gradient(90deg, #f8f1e6 0%, #efe2cc 100%);
	color: var(--brown);
}

.page-dark {
	background: #2a2017;
	color: #ede3d9;
}

.text-block {
	padding: clamp(54px, 6vw, 86px) clamp(24px, 7vw, 110px);
	align-self: center;
	position: relative;
	z-index: 2;
}

.text-block h2 {
	font-size: clamp(36px, 4.4vw, 64px);
	line-height: 1.03;
	margin-bottom: 24px;
}

.text-block h3 {
	color: var(--gold);
	font-size: clamp(28px, 3.2vw, 44px);
	line-height: 1.05;
	margin-bottom: 26px;
}

.text-block p,
.text-block li {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(18px, 1.45vw, 23px);
	line-height: 1.48;
}

.text-block p {
	margin: 0 0 18px;
	max-width: 720px;
}

.section-label {
	font-family: "Montserrat", sans-serif !important;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--gold);
	margin-bottom: 18px !important;
}

.lead {
	font-size: clamp(23px, 2vw, 31px) !important;
	line-height: 1.25 !important;
	margin-bottom: 28px !important;
}

.light-text .lead {
	color: #f3e6d2;
}

.text-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	margin: 28px 0;
}

.text-columns p {
	font-size: clamp(17px, 1.25vw, 21px) !important;
	line-height: 1.5 !important;
}

.mini-values {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.mini-values span {
	border-top: 1px solid rgba(181, 138, 74, 0.55);
	padding-top: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--gold);
}

.process-list {
	display: grid;
	gap: 18px;
	margin: 34px 0;
}

.process-list div {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	align-items: start;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(181, 138, 74, 0.28);
}

.process-list strong {
	font-family: "Cormorant Garamond", serif;
	font-size: 32px;
	font-weight: 400;
	color: var(--gold);
	line-height: 1;
}

.process-list p {
	margin: 0 !important;
	font-size: clamp(18px, 1.45vw, 23px) !important;
}

.legacy-box {
	margin: 32px 0;
	padding: 26px 30px;
	border-left: 1px solid var(--gold);
	background: rgba(255, 248, 238, 0.32);
}

.legacy-box p {
	margin: 0 !important;
	font-size: clamp(20px, 1.65vw, 26px) !important;
	line-height: 1.35 !important;
}

.page-dark .legacy-box {
	background: transparent;
	border-left: 1px solid var(--gold);
	padding: 20px 0 20px 28px;
}

.page-dark .legacy-box p {
	color: #f3e6d2;
}

.ornament {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	width: fit-content;
	color: var(--gold);
	font-size: 22px;
	line-height: 1;
	margin: 16px 0 28px;
}

.ornament::before,
.ornament::after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background: var(--gold);
}

.side-img {
	width: 100%;
	height: 100%;
	min-height: 100svh;
	object-fit: cover;
	filter: sepia(35%) contrast(1.05);
}

.fade-img {
	opacity: 0.04;
	transform: scale(1.04);
	transform-origin: center;
	will-change: opacity, transform;
	transition:
		opacity 0.16s linear,
		transform 0.16s linear;
}

.right-img {
	mask-image: linear-gradient(to right, transparent 0%, black 20%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
}

.left-img {
	mask-image: linear-gradient(to left, transparent 0%, black 22%);
	-webkit-mask-image: linear-gradient(to left, transparent 0%, black 22%);
}

.feature {
	display: flex;
	gap: 22px;
	align-items: center;
	margin-top: 24px;
	max-width: 620px;
}

.feature p {
	margin: 0;
}

.icon {
	width: 58px;
	height: 58px;
	border: 1px solid var(--brown);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
}

.light-text h2,
.light-text p {
	color: #f3e6d2;
}

.quality-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-top: 46px;
	text-align: center;
	color: var(--soft-gold);
}

.quality-row span {
	display: block;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1;
	margin-bottom: 8px;
}

.quality-row p {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.35;
	margin: 8px 0 0;
}

.quality-svg {
	width: clamp(34px, 3.2vw, 46px);
	height: clamp(34px, 3.2vw, 46px);
	margin: 0 auto 8px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(485%)
		hue-rotate(359deg) brightness(91%) contrast(86%);
}

.gold-list {
	list-style: none;
	padding: 0;
	margin: 24px 0;
}

.gold-list li {
	position: relative;
	padding-left: 36px;
	margin-bottom: 10px;
}

.gold-list li::before {
	content: "✤";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--gold);
}

.caps {
	text-transform: uppercase;
}

.large-list li {
	font-size: clamp(20px, 1.8vw, 28px);
}

.gold-text {
	color: var(--gold);
}

.collage-img {
	object-position: center right;
}

.contact-section {
	min-height: 86svh;
	background:
		linear-gradient(rgba(248, 241, 230, 0.88), rgba(248, 241, 230, 0.88)),
		url("images/voorblad_image.jpeg");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 90px 24px;
	position: relative;
}

.contact-card {
	max-width: 820px;
}

.monogram {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(78px, 10vw, 120px);
	color: var(--gold);
	line-height: 1;
}

.contact-card h2 {
	font-size: clamp(48px, 9vw, 116px);
	letter-spacing: clamp(8px, 1.4vw, 18px);
	text-transform: uppercase;
}

.subtitle-contact {
	text-transform: uppercase;
	letter-spacing: clamp(4px, 1vw, 10px);
	font-size: clamp(13px, 1.5vw, 18px);
}

.phone-link {
	display: block;
	width: fit-content;
	margin: 14px auto 0;
	padding-bottom: 7px;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 400;
	color: rgba(42, 32, 23, 0.58);
	text-decoration: none;
	letter-spacing: 1.5px;
	line-height: 1;
	border-bottom: 1px solid rgba(42, 32, 23, 0.28);
}

.phone-link:hover {
	color: rgba(42, 32, 23, 0.82);
	border-bottom-color: var(--gold);
}

.license-link {
	position: absolute;
	left: 18px;
	bottom: 14px;
	color: rgba(80, 80, 80, 0.65);
	font-size: 9px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.4px;
	font-family: "Montserrat", sans-serif;
	z-index: 3;
}

.license-link:hover {
	color: rgba(80, 80, 80, 0.95);
	text-decoration: underline;
}

.mail-page {
	min-height: 100svh;
	background:
		linear-gradient(rgba(18, 15, 11, 0.62), rgba(18, 15, 11, 0.72)),
		url("images/voorblad_image.jpeg");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 24px 60px;
}

.mail-hero {
	width: 100%;
	display: flex;
	justify-content: center;
}

.mail-card {
	width: min(100%, 720px);
	padding: clamp(34px, 6vw, 64px);
	background: rgba(248, 241, 230, 0.92);
	border: 1px solid rgba(181, 138, 74, 0.45);
	text-align: center;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.mail-card h1 {
	color: var(--brown);
	font-size: clamp(52px, 8vw, 92px);
	line-height: 0.9;
	margin-bottom: 20px;
}

.mail-intro {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(21px, 2vw, 28px);
	line-height: 1.35;
	margin: 0 auto 34px;
	max-width: 520px;
	color: var(--brown);
}

.mail-form {
	display: grid;
	gap: 16px;
	text-align: left;
}

.mail-form input,
.mail-form textarea {
	width: 100%;
	padding: 16px 18px;
	border: 1px solid rgba(181, 138, 74, 0.5);
	background: rgba(255, 248, 238, 0.72);
	color: var(--brown);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	outline: none;
}

.mail-form textarea {
	min-height: 170px;
	resize: vertical;
}

.mail-form input:focus,
.mail-form textarea:focus {
	border-color: var(--gold);
	background: #fff8ee;
}

.mail-form .button {
	cursor: pointer;
	margin-top: 10px;
	width: fit-content;
	justify-self: center;
}

.success-page {
	min-height: 100svh;
	background:
		linear-gradient(rgba(18, 15, 11, 0.62), rgba(18, 15, 11, 0.72)),
		url("images/voorblad_image.jpeg");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 24px;
	text-align: center;
}

.success-card {
	width: min(100%, 720px);
	padding: clamp(38px, 6vw, 70px);
	background: rgba(248, 241, 230, 0.92);
	border: 1px solid rgba(181, 138, 74, 0.45);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.success-card h1 {
	color: var(--brown);
	font-size: clamp(48px, 8vw, 86px);
	line-height: 0.95;
	margin-bottom: 22px;
}

.success-intro {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.35;
	color: var(--brown);
	max-width: 520px;
	margin: 0 auto 28px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hero-img {
		transform: none !important;
	}

	.fade-img {
		opacity: 1 !important;
		transform: none !important;
		transition: none;
	}
}

@media (max-width: 1800px) and (min-width: 761px) {
	.site-header {
		padding: 18px clamp(22px, 5vw, 80px);
	}

	.hero {
		padding: 110px clamp(24px, 5vw, 80px) 58px;
	}

	h1 {
		font-size: clamp(62px, 8vw, 112px);
	}

	.subtitle {
		font-size: clamp(24px, 2.8vw, 36px);
		margin-bottom: 26px;
	}

	.quote {
		font-size: clamp(21px, 2.2vw, 30px);
	}

	.text-block {
		padding: clamp(42px, 4.6vw, 68px) clamp(24px, 5vw, 78px);
	}

	.text-block h2 {
		font-size: clamp(34px, 3.5vw, 52px);
	}

	.text-block h3 {
		font-size: clamp(27px, 2.8vw, 38px);
	}

	.text-block p,
	.text-block li {
		font-size: clamp(17px, 1.25vw, 21px);
	}

	.mail-card {
		width: min(100%, 650px);
		padding: clamp(30px, 4.6vw, 52px);
	}

	.mail-card h1 {
		font-size: clamp(46px, 6vw, 74px);
	}

	.mail-intro {
		font-size: clamp(20px, 1.7vw, 24px);
		margin-bottom: 28px;
	}

	.quality-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 14px;
		margin-top: 36px;
	}

	.quality-row p {
		font-size: 10px;
		letter-spacing: 1.2px;
	}

	.quality-svg {
		width: 34px;
		height: 34px;
	}

	#vereeuwigd .text-block {
		padding-left: clamp(44px, 4.4vw, 78px);
		padding-right: clamp(30px, 3.4vw, 58px);
	}

	#vereeuwigd .text-block h2 {
		font-size: clamp(38px, 3.8vw, 58px);
		line-height: 1.04;
		margin-bottom: 24px;
	}

	#vereeuwigd .text-block p {
		font-size: clamp(18px, 1.35vw, 23px);
		line-height: 1.48;
	}

	#vereeuwigd .quality-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(14px, 1.4vw, 24px);
		margin-top: 42px;
	}

	#vereeuwigd .quality-row p {
		font-size: clamp(10px, 0.78vw, 12px) !important;
		letter-spacing: 1px !important;
		line-height: 1.25 !important;
		max-width: 145px;
		margin-left: auto;
		margin-right: auto;
	}

	#vereeuwigd .quality-svg {
		width: clamp(44px, 3.4vw, 54px);
		height: clamp(44px, 3.4vw, 54px);
	}
}

@media (max-width: 1050px) {
	nav {
		gap: 16px;
	}

	nav a {
		font-size: 10px;
		letter-spacing: 1.4px;
	}

	.text-block {
		padding: 54px 38px;
	}

	.quality-row {
		grid-template-columns: repeat(2, 1fr);
	}

	#vereeuwigd .quality-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.text-columns {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 760px) {
	.site-header {
		position: absolute;
		padding: 18px 22px;
	}

	nav {
		display: none;
	}

	.hero {
		min-height: 100svh;
		padding: 116px 24px 42px;
		align-items: flex-end;
	}

	.hero-img {
		object-position: 75% center;
	}

	#over .side-img {
		object-position: center 10%;
	}

	.overlay {
		background:
			linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.44)),
			linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, transparent 58%);
	}

	h1 {
		font-size: clamp(68px, 22vw, 104px);
	}

	.subtitle {
		margin: 12px 0 26px;
	}

	.gold-line {
		margin-bottom: 26px;
	}

	.quote {
		font-size: clamp(24px, 7.4vw, 32px);
	}

	.keywords {
		display: block;
		line-height: 1.9;
		margin-top: 32px;
	}

	.keywords span {
		display: block;
	}

	.keywords span::after {
		display: none !important;
	}

	.cta,
	.button {
		width: 100%;
		text-align: center;
		padding: 15px 18px;
	}

	.page-section {
		grid-template-columns: 1fr;
	}

	.text-block {
		padding: 50px 24px;
	}

	.text-block h2 {
		font-size: clamp(34px, 11vw, 48px);
		margin-bottom: 20px;
	}

	.text-block h3 {
		font-size: clamp(26px, 8vw, 34px);
		margin-bottom: 22px;
	}

	.text-block p,
	.text-block li {
		font-size: 20px;
		line-height: 1.42;
	}

	.lead {
		font-size: 23px !important;
	}

	.text-columns {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.process-list div {
		grid-template-columns: 44px 1fr;
		gap: 16px;
	}

	.legacy-box {
		padding: 22px 20px;
	}

	.side-img {
		order: -1;
		width: 100%;
		height: clamp(300px, 78vw, 460px);
		min-height: 0;
		max-height: none;
		margin: 0;
		object-fit: cover;
		filter: sepia(35%) contrast(1.05);
	}

	.right-img,
	.left-img {
		mask-image: linear-gradient(
			to bottom,
			black 0%,
			black 72%,
			transparent 100%
		);
		-webkit-mask-image: linear-gradient(
			to bottom,
			black 0%,
			black 72%,
			transparent 100%
		);
	}

	.feature {
		gap: 16px;
		align-items: flex-start;
	}

	.icon {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.quality-row {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 30px;
	}

	#vereeuwigd .quality-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 18px;
	}

	#vereeuwigd .quality-row p {
		font-size: 10px !important;
		letter-spacing: 1px !important;
		max-width: 130px;
		margin-left: auto;
		margin-right: auto;
	}

	#vereeuwigd .quality-svg {
		width: 42px;
		height: 42px;
	}

	.gold-list li {
		padding-left: 30px;
	}

	.contact-section {
		min-height: 76svh;
		padding: 70px 24px;
	}

	.contact-card h2 {
		letter-spacing: 6px;
	}

	.subtitle-contact {
		letter-spacing: 3px;
	}
}

@media (max-width: 390px) {
	.hero {
		padding-left: 18px;
		padding-right: 18px;
	}

	.text-block {
		padding: 42px 18px;
	}

	.quote {
		font-size: 23px;
	}

	.text-block p,
	.text-block li {
		font-size: 18px;
	}

	.quality-row {
		grid-template-columns: 1fr;
	}

	#vereeuwigd .quality-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 14px;
	}

	#vereeuwigd .quality-svg {
		width: 38px;
		height: 38px;
	}

	#vereeuwigd .quality-row p {
		font-size: 9px !important;
		letter-spacing: 0.8px !important;
	}
}

.form-message {
	margin: 4px 0 0;
	min-height: 22px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(42, 32, 23, 0.72);
}

.form-message.error {
	color: #8a2f24;
}

.form-message.success {
	color: #3f6b3d;
}

.mail-form .button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.success-content {
	display: none;
	text-align: center;
}

.success-content .button {
	margin-top: 28px;
}

.memoire-mail-intro {
	margin: 0 auto 30px;
	text-align: center;
}

.memoire-mail-label {
	margin: 0 0 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--gold);
}

.memoire-mail-intro h1 {
	color: var(--brown);
	font-size: clamp(44px, 6.6vw, 76px);
	line-height: 0.92;
	margin: 0 0 18px;
}

.memoire-mail-lead {
	max-width: 520px;
	margin: 0 auto 22px;
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: clamp(22px, 2.1vw, 30px);
	line-height: 1.28;
	color: var(--brown);
}

.memoire-mail-text {
	max-width: 520px;
	margin: 0 auto 6px;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(19px, 1.7vw, 24px);
	line-height: 1.35;
	color: rgba(42, 32, 23, 0.82);
}

.memoire-mail-text-small {
	font-size: clamp(18px, 1.5vw, 22px);
	color: rgba(42, 32, 23, 0.68);
}

.memoire-mail-privacy {
	max-width: 540px;
	margin: 18px auto 0;
	padding: 12px 15px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-align: left;
	background: rgba(209, 176, 121, 0.18);
	border: 1px solid rgba(181, 138, 74, 0.35);
	border-radius: 3px;
}

.memoire-mail-privacy-icon {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(181, 138, 74, 0.22);
	border: 1px solid rgba(181, 138, 74, 0.45);
	color: var(--brown);
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.memoire-mail-privacy p {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 10.5px;
	line-height: 1.45;
	color: rgba(42, 32, 23, 0.66);
}
