.famtoes-mail-card {
	--ft-ink: #171717;
	--ft-muted: #666661;
	--ft-line: #d9d9d3;
	--ft-paper: #f5f5f2;
	--ft-white: #ffffff;
	width: min(100% - 40px, 680px);
	margin: 64px auto 96px;
	padding: clamp(30px, 7vw, 64px);
	color: var(--ft-ink);
	background: var(--ft-paper);
	border: 1px solid var(--ft-line);
	box-sizing: border-box;
}

.famtoes-mail-card h1 {
	margin: 10px 0 18px;
	font-family: "Brush Script MT", "Segoe Print", "Bradley Hand", cursive;
	font-size: clamp(42px, 9vw, 64px);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -.03em;
	line-height: 1.05;
}

.famtoes-mail-eyebrow {
	color: var(--ft-muted);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.famtoes-mail-intro {
	max-width: 560px;
	margin: 0 0 36px;
	color: var(--ft-muted);
	font-size: 17px;
	line-height: 1.65;
}

.famtoes-mail-form {
	display: grid;
	gap: 10px;
}

.famtoes-mail-form label:not(.famtoes-check) {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 650;
}

.famtoes-mail-form label span {
	color: var(--ft-muted);
	font-weight: 400;
}

.famtoes-mail-form input[type="text"],
.famtoes-mail-form input[type="email"],
.famtoes-mail-form input[type="url"],
.famtoes-mail-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	color: var(--ft-ink);
	background: var(--ft-white);
	border: 1px solid #bdbdb7;
	border-radius: 0;
	box-sizing: border-box;
	font: inherit;
}

.famtoes-mail-form textarea {
	resize: vertical;
}

.famtoes-mail-form input:focus,
.famtoes-mail-form textarea:focus {
	border-color: var(--ft-ink);
	outline: 2px solid var(--ft-ink);
	outline-offset: 2px;
}

.famtoes-mail-form small,
.famtoes-mail-fineprint {
	color: var(--ft-muted);
	font-size: 13px;
	line-height: 1.5;
}

.famtoes-mail-address {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
}

.famtoes-mail-address input {
	min-width: 0;
}

.famtoes-mail-address span {
	display: flex;
	align-items: center;
	padding: 0 14px;
	color: var(--ft-ink);
	background: #e8e8e3;
	border: 1px solid #bdbdb7;
	border-left: 0;
	font-size: 14px;
	white-space: nowrap;
}

.famtoes-check {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 12px;
	align-items: start;
	margin: 22px 0 8px;
	color: var(--ft-muted);
	font-size: 14px;
	line-height: 1.5;
}

.famtoes-check input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--ft-ink);
}

.famtoes-mail-form button {
	width: 100%;
	min-height: 52px;
	margin-top: 10px;
	padding: 13px 24px;
	color: #f7f7f3;
	background: #252525;
	border: 1px solid #252525;
	border-radius: 0;
	cursor: pointer;
	font: inherit;
	font-weight: 650;
}

.famtoes-mail-form button:hover {
	color: #171717;
	background: transparent;
}

.famtoes-mail-notice {
	width: min(100% - 40px, 680px);
	margin: 64px auto;
	padding: 28px;
	border: 1px solid var(--ft-line, #d9d9d3);
	box-sizing: border-box;
}

.famtoes-mail-card .famtoes-mail-notice {
	width: 100%;
	margin: 0 0 22px;
	background: #fff;
}

.famtoes-mail-error {
	border-left: 4px solid #8a2f2f;
}

.famtoes-mail-success {
	background: #f5f5f2;
	border-left: 4px solid #252525;
}

.famtoes-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.famtoes-simple-nav .wp-block-button__link {
	transition: background-color .18s ease, color .18s ease;
}

@media (max-width: 520px) {
	.famtoes-mail-card {
		width: min(100% - 24px, 680px);
		margin-top: 28px;
		padding: 28px 20px;
	}

	.famtoes-mail-address {
		grid-template-columns: minmax(0, 1fr);
	}

	.famtoes-mail-address span {
		min-height: 42px;
		border-top: 0;
		border-left: 1px solid #bdbdb7;
	}
}
