.about-page__hero,
.contact-page__hero {
	padding: clamp(90px, 12vw, 160px) 0 clamp(70px, 9vw, 120px);
	background: linear-gradient(180deg, rgba(255,253,250,.96), rgba(247,242,233,.88));
}

.about-page__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(150px, 260px);
	gap: clamp(40px, 8vw, 110px);
	align-items: end;
}

.about-page__intro h1,
.contact-page__hero h1 {
	max-width: 780px;
	margin: 12px 0 22px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3.3rem, 7vw, 6.8rem);
	line-height: .92;
	letter-spacing: -.035em;
}

.about-page__lead,
.contact-page__hero p:last-child {
	max-width: 690px;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	color: #566056;
}

.about-page__portrait {
	margin: 0;
	padding: 8px;
	border: 1px solid rgba(183,132,67,.28);
	border-radius: 50%;
	background: rgba(255,255,255,.74);
	box-shadow: 0 18px 55px rgba(38,48,42,.12);
}

.about-page__portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
}

.about-page__body,
.contact-page__body {
	padding: clamp(70px, 10vw, 130px) 0;
}

.about-page__content-grid,
.contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: start;
}

.about-page__story,
.contact-page__form {
	max-width: 760px;
}

.about-page__story > p:first-child {
	font-family: "Instrument Serif", Georgia, serif;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.45;
	color: #344232;
}

.about-page__note,
.contact-page__card {
	position: sticky;
	top: 120px;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid #e3dacd;
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 18px 50px rgba(38,48,42,.08);
}

.about-page__note h2,
.contact-page__card h2 {
	margin: 10px 0 18px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
}

.contact-page__hero-inner {
	max-width: 900px;
}

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

.contact-page__socials li + li {
	border-top: 1px solid #e5ded2;
}

.contact-page__socials a {
	display: flex;
	justify-content: space-between;
	padding: 14px 0;
	font-weight: 600;
}

.contact-page__socials a::after {
	content: "↗";
	color: #b78443;
}

.contact-page .wpcf7-form p {
	margin-bottom: 20px;
}

.contact-page .wpcf7-form label {
	display: block;
	font-weight: 600;
	color: #344232;
}

.contact-page .wpcf7-form input:not([type="submit"]),
.contact-page .wpcf7-form textarea {
	width: 100%;
	margin-top: 8px;
	padding: 15px 16px;
	border: 1px solid #d9d0c3;
	border-radius: 5px;
	background: #fffdfa;
	font: inherit;
}

.contact-page .wpcf7-form input:focus,
.contact-page .wpcf7-form textarea:focus {
	outline: 2px solid rgba(183,132,67,.32);
	border-color: #b78443;
}

.contact-page .wpcf7-submit {
	padding: 14px 28px;
	border: 1px solid #263225;
	border-radius: 5px;
	background: #263225;
	color: white;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 800px) {
	.about-page__hero-grid,
	.about-page__content-grid,
	.contact-page__grid {
		grid-template-columns: 1fr;
	}

	.about-page__portrait {
		width: 150px;
	}

	.about-page__note,
	.contact-page__card {
		position: static;
	}
}
