.home2-section--join {
	background: #f2efea !important;
	color: #1a1613;
}

.home2-join {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.home2-join__card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: clamp(2rem, 4vw, 3rem);
	background: #ffffff;
	border: 1px solid rgba(26, 22, 19, 0.08);
	border-radius: 2px;
	position: relative;
}

.home2-join__card--newsletter {
	border-top: 2px solid #5a544d;
}

.home2-join__card--member {
	background: #1a1613;
	color: #f2ede6;
	border: 1px solid rgba(242, 237, 230, 0.08);
	border-top: 2px solid #c9a86b;
}

.home2-join__eyebrow {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--cap);
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #5a544d;
}

.home2-join__card--member .home2-join__eyebrow {
	color: #c9a86b;
}

.home2-join__title {
	font-family: var(--wp--preset--font-family--display, 'DM Serif Display'), Georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	line-height: 1.05;
	letter-spacing: -0.01em;
	color: #1a1613;
	margin: 0;
}

.home2-join__card--member .home2-join__title {
	color: #f2ede6;
}

.home2-join__body {
	font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
	font-size: var(--wp--preset--font-size--prose);
	line-height: 1.55;
	color: #5a544d;
	margin: 0;
}

.home2-join__card--member .home2-join__body {
	color: rgba(242, 237, 230, 0.78);
}

.home2-join__form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: 0.5rem;
}

.home2-join__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.home2-join__label {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--cap);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8a8078;
}

.home2-join__field input {
	font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
	font-size: var(--wp--preset--font-size--prose);
	color: #1a1613;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(26, 22, 19, 0.2);
	padding: 0.5rem 0;
	outline: none;
	transition: border-color 0.2s ease;
}

.home2-join__field input:focus {
	border-bottom-color: #1a1613;
}

.home2-join__field input::placeholder {
	color: rgba(26, 22, 19, 0.35);
	font-style: italic;
}

.home2-join__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	align-self: flex-start;
	margin-top: 0.75rem;
	padding: 0.85rem 1.5rem;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--caption);
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home2-join__submit--light {
	background: #1a1613;
	color: #f2ede6;
}

.home2-join__submit--light:hover,
.home2-join__submit--light:focus-visible {
	background: #2a2420;
	transform: translateY(-1px);
}

.home2-join__submit--dark {
	background: #c9a86b;
	color: #1a1613;
}

.home2-join__submit--dark:hover,
.home2-join__submit--dark:focus-visible {
	background: #e1c58a;
	transform: translateY(-1px);
}

.home2-join__fine {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--cap);
	letter-spacing: 0.08em;
	color: #8a8078;
	margin: 0.25rem 0 0;
}

.home2-join__benefits {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.home2-join__benefits li {
	position: relative;
	padding-left: 1.25rem;
	font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
	font-size: var(--wp--preset--font-size--body);
	color: rgba(242, 237, 230, 0.85);
	line-height: 1.4;
}

.home2-join__benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c9a86b;
}
