/*
 * About page ("À propos" / "About").
 *
 * No reference HTML/CSS was supplied for this page — the approved mockup
 * covers only the homepage, services, and contact pages. To keep the same
 * look and feel as the pages ported from that mockup, this stylesheet
 * reproduces the same framed 1200px shell, compact header, and compact
 * footer treatment as homepage-reference.css and services-reference.css,
 * and reuses their measurements/palette for the new sections below.
 */

body.rd-about-page {
	background: #efe7dc;
	font-size: 15px;
	line-height: 1.6;
}

body.rd-about-page .site {
	width: min(100%, 1200px);
	margin-inline: auto;
	background: #fbf8f3;
	box-shadow: 0 0 38px rgb(59 42 30 / 12%);
}

body.rd-about-page .site-header {
	min-height: 78px;
}

body.rd-about-page .site-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	width: 100%;
	min-height: 78px;
	padding-inline: 24px;
}

body.rd-about-page .site-branding {
	flex: 0 0 auto;
	width: 224px;
}

body.rd-about-page .site-branding__logo {
	width: 100%;
	height: 45px;
	object-fit: contain;
	object-position: left center;
}

body.rd-about-page .site-navigation {
	margin-inline-start: auto;
}

body.rd-about-page .primary-menu {
	gap: 24px;
}

body.rd-about-page .primary-menu a {
	padding-block: 31px;
	font-size: 12px;
	letter-spacing: 0;
}

body.rd-about-page .site-header__actions {
	gap: 14px;
}

body.rd-about-page .site-header__booking {
	height: 44px;
	padding-inline: 22px;
}

body.rd-about-page .site-footer__inner {
	grid-template-columns: 28% 22% 28% 22%;
	gap: 0;
	width: 100%;
	min-height: 160px;
	padding: 34px 32px;
}

body.rd-about-page .site-footer__brand,
body.rd-about-page .site-footer__section {
	padding-inline: 22px;
	border-inline-end: 1px solid rgb(255 255 255 / 16%);
}

body.rd-about-page .site-footer__section:last-child {
	border-inline-end: 0;
}

body.rd-about-page .site-footer__heading {
	margin-block-end: 8px;
	color: var(--rd-color-ivory);
}

body.rd-about-page .site-footer__section:not(.site-footer__actions) .site-footer__heading {
	display: none;
}

body.rd-about-page .site-footer__booking,
body.rd-about-page .site-footer__bar {
	display: none;
}

body.rd-about-page .site-footer__social-placeholder {
	margin: 0;
	font-size: 24px;
	letter-spacing: 8px;
}

.rd-about {
	overflow: hidden;
	background: #fbf8f3;
}

.rd-about .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding-inline: 22px;
	background: var(--rd-color-rust);
	color: #fff;
	border: 1px solid var(--rd-color-rust);
	font-size: 12px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.rd-about .btn:hover {
	background: var(--rd-color-rust-dark);
	border-color: var(--rd-color-rust-dark);
}

.rd-about .section-title {
	margin: 0 0 20px;
	font: 400 23px var(--rd-font-display);
	text-align: center;
	text-transform: uppercase;
}

.rd-page-hero {
	display: grid;
	grid-template-columns: 45% 55%;
	height: 255px;
	background: var(--rd-color-ivory);
	overflow: hidden;
}

.rd-page-hero__copy {
	padding: 44px 42px;
}

.rd-page-hero__copy h1 {
	margin: 0 0 15px;
	color: #8b3f20;
	font: 400 44px / 1.02 var(--rd-font-display);
	text-transform: uppercase;
}

.rd-page-hero__copy p {
	margin: 0;
}

.rd-page-hero__image {
	height: 255px;
	overflow: hidden;
}

.rd-page-hero__image img {
	width: 100%;
	height: 255px;
	object-fit: cover;
	object-position: center 36%;
}

.rd-about-intro {
	display: grid;
	grid-template-columns: 36% 1fr;
	align-items: center;
	gap: 42px;
	padding: 52px 42px;
}

.rd-portrait-frame {
	padding: 8px;
	background: #fff;
	border: 1px dashed #b86f49;
}

.rd-portrait-frame img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.rd-portrait-frame__caption {
	padding-block-start: 8px;
	margin: 0;
	color: #6e6760;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.rd-about-intro .eyebrow {
	margin-block-end: 7px;
	color: #845035;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rd-about-intro h2 {
	margin: 0 0 18px;
	font-size: 34px;
	line-height: 1.05;
}

.rd-about-intro p {
	margin-block: 0 1em;
}

.rd-about-intro .signature {
	margin: 14px 0 0;
	color: #a24c2a;
	font: italic 30px var(--rd-font-display);
}

.rd-about-block {
	padding: 34px 42px;
	border-block-start: 1px solid #d8c9ba;
}

.rd-about-block p {
	max-width: 44rem;
	margin-block: 0 1em;
	margin-inline: auto;
	text-align: center;
}

.rd-about-block p:last-child {
	margin-block-end: 0;
}

.rd-placeholder-note {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	max-width: 44rem;
	padding: 12px 16px;
	margin-inline: auto;
	margin-block-start: 12px;
	background: rgb(184 111 73 / 8%);
	border-inline-start: 3px solid #b86f49;
	color: #6e6760;
	font-size: 13px;
	font-style: italic;
	text-align: start;
}

.rd-placeholder-note__badge {
	padding: 3px 8px;
	background: #b86f49;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rd-about-cta {
	padding: 0 26px 40px;
	text-align: center;
}

.rd-about-cta .btn {
	width: 430px;
	max-width: 100%;
}

@media (max-width: 800px) {
	body.rd-about-page .site-header {
		min-height: 66px;
	}

	body.rd-about-page .site-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
		min-height: 66px;
		padding-inline: 16px;
	}

	body.rd-about-page .site-branding {
		width: 172px;
	}

	body.rd-about-page .site-branding__logo {
		height: auto;
	}

	body.rd-about-page .site-header__actions {
		gap: 4px;
	}

	body.rd-about-page .site-navigation {
		margin-inline-start: 0;
	}

	body.rd-about-page .site-footer__inner {
		grid-template-columns: 1fr;
		padding: 30px 18px;
	}

	body.rd-about-page .site-footer__brand,
	body.rd-about-page .site-footer__section {
		grid-column: auto;
		padding: 18px 0;
		border-inline-end: 0;
		border-block-end: 1px solid rgb(255 255 255 / 16%);
	}

	body.rd-about-page .site-footer__section:last-child {
		border-block-end: 0;
	}

	.rd-page-hero {
		grid-template-columns: 1fr;
		height: auto;
	}

	.rd-page-hero__copy {
		padding: 34px 18px;
	}

	.rd-page-hero__copy h1 {
		font-size: 34px;
	}

	.rd-page-hero__image,
	.rd-page-hero__image img {
		height: 240px;
	}

	.rd-about-intro {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 18px;
	}

	.rd-about-block {
		padding: 26px 18px;
	}

	.rd-about-cta {
		padding: 0 18px 30px;
	}
}
