/* ============================================================
   The Promise · Les Lieux d'Exception — microsite
   Reuses the "Récit" production palette and type pairing
   (Cormorant / Cormorant Garamond / Newsreader / Pinyon Script)
   so the microsite reads as the same brand, not a new direction.
   ============================================================ */

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--cream: #fbf3e6;
	--off-white: #f4e6cd;
	--champagne-deep: #e9d3ae;
	--olive-tint: #edead6;
	--terracotta: #b16a56;
	--gold: #bd9748;
	--gold-text: #735a2b;
	--riviera: #3e7c92;
	--riviera-deep: #2c4e5c;
	--ink: #36281c;
	--ink-muted: #6e5b45;
	--cream-on-deep: #f8eedc;

	--font-display: "Cormorant", Georgia, serif;
	--font-body: "Newsreader", "Times New Roman", serif;
	--font-label: "Cormorant Garamond", Georgia, serif;

	--ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
	--side-pad: clamp(1.25rem, 5vw, 4rem);
}

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

body {
	background-color: var(--cream);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
}

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

.wrap {
	max-width: 78rem;
	margin: 0 auto;
	padding: 0 var(--side-pad);
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--ink);
	color: var(--cream);
	padding: 0.75rem 1.25rem;
	z-index: 100;
}
.skip-link:focus {
	left: var(--side-pad);
}

/* ── Nav ─────────────────────────────────────────────────── */
.nav {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 1rem var(--side-pad);
	background: rgba(251, 243, 230, 0.92);
	backdrop-filter: blur(6px);
	border-bottom: 1px solid rgba(189, 151, 72, 0.25);
}
.nav__brand {
	font-family: "Pinyon Script", cursive;
	font-size: 1.9rem;
	color: var(--ink);
	text-decoration: none;
	line-height: 1;
}
.nav__links {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 2rem);
	font-family: var(--font-label);
	font-size: 0.85rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.nav__links a {
	text-decoration: none;
	color: var(--ink-muted);
	border-bottom: 1px solid transparent;
	padding-bottom: 0.2rem;
	transition:
		color 0.3s ease,
		border-color 0.3s ease;
}
.nav__links a:hover,
.nav__links a:focus-visible {
	color: var(--gold-text);
	border-color: var(--gold);
}
.nav__links a.is-current {
	color: var(--terracotta);
	border-color: var(--terracotta);
}

/* ── Hero ────────────────────────────────────────────────── */
.hero {
	position: relative;
	min-height: 78vh;
	display: flex;
	align-items: flex-end;
	color: var(--cream-on-deep);
	overflow: hidden;
}
.hero__bg {
	position: absolute;
	inset: 0;
	background-image: url("assets/images/villa-garden.webp");
	background-size: cover;
	background-position: center 35%;
}
.hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(44, 34, 22, 0.35) 0%,
		rgba(30, 22, 14, 0.35) 45%,
		rgba(22, 16, 10, 0.82) 100%
	);
}
.hero__inner {
	position: relative;
	z-index: 1;
	padding: clamp(4rem, 14vh, 7rem) var(--side-pad) clamp(2.5rem, 6vh, 4rem);
	max-width: 46rem;
}
.hero__kicker {
	font-family: var(--font-label);
	font-size: 0.8rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 0.9rem;
}
.hero__title {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(2.4rem, 1.9rem + 2.4vw, 3.8rem);
	line-height: 1.08;
	margin-bottom: 1.1rem;
}
.hero__lede {
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.2rem);
	max-width: 42ch;
	color: var(--cream-on-deep);
	opacity: 0.92;
}

/* ── Intro ───────────────────────────────────────────────── */
.intro {
	padding: clamp(3rem, 7vw, 5rem) var(--side-pad);
	max-width: 52rem;
	margin: 0 auto;
	text-align: center;
}
.intro__text {
	font-size: clamp(1.05rem, 1rem + 0.3vw, 1.3rem);
	color: var(--ink-muted);
	line-height: 1.7;
}

/* ── Section head ────────────────────────────────────────── */
.section-head {
	max-width: 60ch;
	margin: 0 auto clamp(2rem, 4vw, 3rem);
	text-align: center;
}
.section-label {
	font-family: var(--font-label);
	font-size: 0.78rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--gold-text);
	margin-bottom: 0.6rem;
}
.section-title {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.6rem);
	color: var(--ink);
}

/* ── Lieux grid ──────────────────────────────────────────── */
.lieux {
	padding: 0 var(--side-pad) clamp(3rem, 6vw, 5rem);
}
.lieux__grid {
	max-width: 78rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.lieu-card {
	position: relative;
}
.lieu-card__img-wrap {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--olive-tint);
}
.lieu-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--ease-out-quint);
}
.lieu-card:hover .lieu-card__img {
	transform: scale(1.04);
}
.lieu-card__caption {
	padding-top: 0.7rem;
}
.lieu-card__name {
	font-family: var(--font-label);
	font-weight: 500;
	font-size: 1.02rem;
	color: var(--ink);
}
.lieu-card__loc {
	font-family: var(--font-label);
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	color: var(--gold-text);
	margin-bottom: 0.3rem;
}
.lieu-card__note {
	font-size: 0.9rem;
	color: var(--ink-muted);
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.lieux__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 760px) {
	.lieux__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.lieux__grid {
		grid-template-columns: 1fr;
	}
}

/* ── Recevoir strip ──────────────────────────────────────── */
.recevoir {
	background: var(--off-white);
	padding: clamp(3rem, 6vw, 5rem) var(--side-pad);
}
.recevoir__grid {
	max-width: 68rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.recevoir__card figure {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: var(--champagne-deep);
}
.recevoir__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recevoir__label {
	font-family: var(--font-label);
	font-size: 0.92rem;
	color: var(--ink-muted);
	text-align: center;
	padding-top: 0.6rem;
}
@media (max-width: 700px) {
	.recevoir__grid {
		grid-template-columns: 1fr 1fr;
	}
	.recevoir__card:last-child {
		grid-column: 1 / -1;
		max-width: 60%;
		margin: 0 auto;
	}
}

/* ── CTA ─────────────────────────────────────────────────── */
.cta {
	position: relative;
	padding: clamp(4rem, 10vw, 7rem) var(--side-pad);
	text-align: center;
	background: var(--riviera-deep);
	color: var(--cream-on-deep);
}
.cta__title {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.6rem);
	margin-bottom: 0.9rem;
}
.cta__text {
	max-width: 44ch;
	margin: 0 auto 1.8rem;
	color: rgba(248, 238, 220, 0.85);
}
.cta__link {
	display: inline-block;
	padding: 0.95rem 2.4rem;
	border: 1px solid rgba(201, 168, 107, 0.7);
	background: rgba(251, 243, 230, 0.06);
	color: var(--cream-on-deep);
	font-family: var(--font-label);
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background 0.4s ease,
		border-color 0.4s ease,
		color 0.4s ease;
}
.cta__link:hover,
.cta__link:focus-visible {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--ink);
	outline: none;
}
.cta__link:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 4px;
}

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
	padding: clamp(2.5rem, 5vw, 4rem) var(--side-pad);
	text-align: center;
	background: var(--cream);
}
.footer-wordmark {
	font-family: "Pinyon Script", cursive;
	font-size: 1.7rem;
	color: var(--ink);
	margin-bottom: 0.3rem;
}
.footer-tagline {
	font-family: var(--font-label);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	color: var(--ink-muted);
	margin-bottom: 0.9rem;
}
.footer-back {
	font-size: 0.9rem;
	margin-bottom: 0.9rem;
}
.footer-back a {
	color: var(--gold-text);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.footer-credit {
	font-size: 0.78rem;
	color: var(--ink-muted);
}
.footer-credit a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}
