/* --------------------------------------------------------------------------
 * LOT 2 — Homepage / univers principal, référence visuelle validée
 * ----------------------------------------------------------------------- */
body.home .pdo-site-footer { margin-top: 0; }
.pdo-home { overflow: clip; }
.pdo-home-hero {
	position: relative;
	min-height: clamp(560px, 62vw, 760px);
	background-image: var(--pdo-home-hero);
	background-size: cover;
	background-position: center;
	color: #fff;
	isolation: isolate;
}
.pdo-home-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5,14,24,.72) 0%, rgba(5,14,24,.52) 33%, rgba(5,14,24,.18) 61%, rgba(5,14,24,.04) 100%),
		linear-gradient(0deg, rgba(5,14,24,.18), transparent 48%);
}
.pdo-home-hero__inner { min-height: inherit; display: flex; align-items: flex-end; padding-block: clamp(68px, 8vw, 112px); }
.pdo-home-hero__content { width: min(100%, 610px); }
.pdo-home-hero__eyebrow { margin: 0 0 14px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pdo-home-hero h1 {
	margin: 0;
	max-width: 680px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 5vw, 5.35rem);
	font-weight: 500;
	line-height: .98;
	letter-spacing: -.035em;
	text-wrap: balance;
}
.pdo-home-hero__copy { max-width: 520px; margin: 24px 0 0; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.55; color: rgba(255,255,255,.96); }
.pdo-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pdo-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: .88rem;
	font-weight: 760;
	text-decoration: none;
	transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.pdo-home-button:hover, .pdo-home-button:focus-visible { transform: translateY(-1px); outline: 0; }
.pdo-home-button .pdo-icon { width: 18px; height: 18px; }
.pdo-home-button--light { background: #efe0c4; color: #0b1724; }
.pdo-home-button--light:hover, .pdo-home-button--light:focus-visible { background: #f7ead2; }
.pdo-home-button--outline { border: 1px solid rgba(255,255,255,.58); background: rgba(8,20,33,.18); color: #fff; backdrop-filter: blur(4px); }
.pdo-home-button--outline:hover, .pdo-home-button--outline:focus-visible { border-color: #fff; background: rgba(8,20,33,.34); }
.pdo-home-button--small { min-height: 42px; padding: 9px 15px; font-size: .78rem; }

.pdo-home-reassurance { position: relative; z-index: 5; margin-top: 0; padding: 22px 0; background: #fff; }
.pdo-home-reassurance__grid {
	min-height: 92px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	border: 1px solid #e5dfd7;
	border-radius: 10px;
	box-shadow: 0 10px 36px rgba(7,26,45,.04);
}
.pdo-home-reassurance__item { min-height: 58px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 14px; padding: 10px 26px; border-right: 1px solid #e3ddd4; }
.pdo-home-reassurance__item:last-child { border-right: 0; }
.pdo-home-reassurance__item .pdo-icon { width: 31px; height: 31px; color: #a1762f; }
.pdo-home-reassurance__item strong { display: block; color: var(--pdo-color-navy); font-size: .84rem; }
.pdo-home-reassurance__item span { display: block; margin-top: 2px; color: #606970; font-size: .72rem; line-height: 1.35; }

.pdo-home-section { padding-block: clamp(54px, 6vw, 82px); }
.pdo-home-section__head { margin-bottom: 28px; }
.pdo-home-section__head--center { text-align: center; }
.pdo-home-section__head h2, .pdo-home-community__head h2 { margin: 0; color: var(--pdo-color-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -.02em; }
.pdo-home-section__head p, .pdo-home-community__head p { margin: 8px 0 0; color: var(--pdo-color-muted); font-size: .94rem; }

.pdo-home-universes { padding-top: 34px; }
.pdo-home-universes__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.pdo-home-universe-card {
	position: relative;
	min-height: 330px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 5px;
	background-image: var(--pdo-card-image);
	background-size: cover;
	background-position: center;
	text-decoration: none;
	box-shadow: 0 8px 26px rgba(7,26,45,.08);
	isolation: isolate;
}
.pdo-home-universe-card::before, .pdo-home-editorial-card::before, .pdo-home-community__tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transition: transform .45s ease;
}
.pdo-home-universe-card:hover::before, .pdo-home-universe-card:focus-visible::before, .pdo-home-editorial-card:hover::before, .pdo-home-editorial-card:focus-visible::before, .pdo-home-community__tile:hover::before, .pdo-home-community__tile:focus-visible::before { transform: scale(1.035); }
.pdo-home-universe-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(4,12,20,.68) 0%, rgba(4,12,20,.14) 56%, rgba(4,12,20,.02) 100%); }
.pdo-home-universe-card__content { display: block; padding: 24px 22px; color: #fff; }
.pdo-home-universe-card__content strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.pdo-home-universe-card__content small { display: block; margin-top: 7px; font-size: .78rem; font-weight: 650; }

.pdo-home-editorial { padding-top: 0; }
.pdo-home-editorial__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pdo-home-editorial-card {
	position: relative;
	min-height: 250px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border-radius: 5px;
	background-image: var(--pdo-card-image);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}
.pdo-home-editorial-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,12,20,.78) 0%, rgba(4,12,20,.43) 50%, rgba(4,12,20,.08) 100%); }
.pdo-home-editorial-card__content { width: min(62%, 430px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px 30px; }
.pdo-home-editorial-card__content > strong { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.pdo-home-editorial-card__content > small { margin: 8px 0 20px; font-size: .85rem; line-height: 1.45; color: rgba(255,255,255,.9); }

.pdo-home-trust { background: linear-gradient(90deg, #061625, #0a2034); color: #fff; }
.pdo-home-trust__grid { min-height: 108px; display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; }
.pdo-home-trust__grid > div { position: relative; display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 20px 30px; }
.pdo-home-trust__grid > div:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 24px; bottom: 24px; width: 1px; background: rgba(255,255,255,.18); }
.pdo-home-trust .pdo-icon { grid-row: 1 / span 2; align-self: center; width: 31px; height: 31px; color: #d5b57a; }
.pdo-home-trust strong { font-size: .88rem; }
.pdo-home-trust small { margin-top: 3px; color: #bec9d3; font-size: .72rem; }

.pdo-home-community { background: #fff; }
.pdo-home-community__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.pdo-home-community__grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.pdo-home-community__tile { position: relative; aspect-ratio: 1 / .84; display: block; overflow: hidden; border-radius: 6px; background-image: var(--pdo-card-image); background-size: cover; background-position: center; isolation: isolate; }
.pdo-home-community__tile::after { content: ""; position: absolute; inset: 0; background: rgba(7,26,45,0); transition: background .2s ease; }
.pdo-home-community__tile:hover::after, .pdo-home-community__tile:focus-visible::after { background: rgba(7,26,45,.08); }

@media (max-width: 1180px) {
	.pdo-home-reassurance__item { padding-inline: 18px; }
	.pdo-home-universe-card { min-height: 290px; }
	.pdo-home-trust__grid > div { padding-inline: 20px; }
}

@media (max-width: 1020px) {
	.pdo-home-hero { min-height: 590px; background-position: 64% center; }
	.pdo-home-hero__shade { background: linear-gradient(90deg, rgba(5,14,24,.73) 0%, rgba(5,14,24,.47) 56%, rgba(5,14,24,.12) 100%); }
	.pdo-home-reassurance__grid { grid-template-columns: repeat(2,1fr); }
	.pdo-home-reassurance__item:nth-child(2) { border-right: 0; }
	.pdo-home-reassurance__item:nth-child(-n+2) { border-bottom: 1px solid #e3ddd4; }
	.pdo-home-universes__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.pdo-home-editorial-card__content { width: 72%; }
	.pdo-home-trust__grid { grid-template-columns: repeat(2,1fr); }
	.pdo-home-trust__grid > div:nth-child(2)::after { display: none; }
	.pdo-home-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
	.pdo-home-community__grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 720px) {
	.pdo-home-hero { min-height: 560px; background-position: 70% center; }
	.pdo-home-hero__shade { background: linear-gradient(0deg, rgba(5,14,24,.83) 0%, rgba(5,14,24,.55) 52%, rgba(5,14,24,.17) 100%); }
	.pdo-home-hero__inner { align-items: flex-end; padding-block: 54px; }
	.pdo-home-hero__content { width: 100%; }
	.pdo-home-hero h1 { max-width: 520px; font-size: clamp(2.55rem, 11vw, 4.1rem); }
	.pdo-home-hero__copy { font-size: .98rem; }
	.pdo-home-hero__actions { align-items: stretch; flex-direction: column; }
	.pdo-home-button { width: 100%; }
	.pdo-home-reassurance { padding: 14px 0; }
	.pdo-home-reassurance__grid { grid-template-columns: 1fr; }
	.pdo-home-reassurance__item, .pdo-home-reassurance__item:nth-child(2) { border-right: 0; border-bottom: 1px solid #e3ddd4; }
	.pdo-home-reassurance__item:last-child { border-bottom: 0; }
	.pdo-home-universes__grid { grid-template-columns: 1fr; gap: 14px; }
	.pdo-home-universe-card { min-height: 260px; }
	.pdo-home-editorial__grid { grid-template-columns: 1fr; }
	.pdo-home-editorial-card { min-height: 230px; }
	.pdo-home-editorial-card__content { width: 82%; padding: 24px; }
	.pdo-home-trust__grid { grid-template-columns: 1fr; }
	.pdo-home-trust__grid > div { min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.14); }
	.pdo-home-trust__grid > div::after { display: none; }
	.pdo-home-trust__grid > div:last-child { border-bottom: 0; }
	.pdo-home-community__head { align-items: flex-start; flex-direction: column; }
	.pdo-home-community__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 440px) {
	.pdo-home-hero { min-height: 525px; }
	.pdo-home-community__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
}


/* --------------------------------------------------------------------------
 * LOT 2.1 — Sélection éditoriale, marques partenaires et finitions responsive
 * ----------------------------------------------------------------------- */
.pdo-home-section__eyebrow {
	margin: 0 0 8px;
	color: #a1762f;
	font-size: .73rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.pdo-home-recommendations {
	padding-top: 10px;
	background: #fbfaf7;
}
.pdo-home-recommendations__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
}
.pdo-home-recommendations__head > div { max-width: 720px; }
.pdo-home-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 18px;
}
.pdo-home-product-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e2ddd5;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(8,24,39,.045);
}
.pdo-home-product-card__image {
	position: relative;
	aspect-ratio: 1 / .88;
	display: block;
	overflow: hidden;
	background: #f1eee8;
}
.pdo-home-product-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .25s ease;
}
.pdo-home-product-card:hover .pdo-home-product-card__image img { transform: scale(1.025); }
.pdo-home-product-card__image-empty {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #f1eee8, #e4ded4);
}
.pdo-home-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	min-height: 25px;
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 3px;
	background: #bb8b31;
	color: #fff;
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .05em;
}
.pdo-home-product-card__body { padding: 15px 15px 14px; }
.pdo-home-product-card__brand {
	margin: 0 0 4px;
	color: #70777d;
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.pdo-home-product-card h3 {
	min-height: 2.7em;
	margin: 0;
	color: var(--pdo-color-navy);
	font-size: .91rem;
	line-height: 1.35;
}
.pdo-home-product-card h3 a { color: inherit; text-decoration: none; }
.pdo-home-product-card__price {
	min-height: 42px;
	margin-top: 13px;
	color: var(--pdo-color-navy);
	font-size: 1.08rem;
	font-weight: 800;
}
.pdo-home-product-card__price del { color: #7d858c; font-size: .78em; font-weight: 500; }
.pdo-home-product-card__price ins { text-decoration: none; }
.pdo-home-product-card__bottom {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
}
.pdo-product-availability {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #617079;
	font-size: .72rem;
	font-weight: 650;
}
.pdo-product-availability i {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #33a853;
}
.pdo-product-availability.is-order i { background: #cf9131; }
.pdo-product-availability.is-unavailable i { background: #a7adb2; }
.pdo-home-product-card__cart {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 5px;
	background: #b8872e;
	color: #fff;
	text-decoration: none;
}
.pdo-home-product-card__cart:hover,
.pdo-home-product-card__cart:focus-visible { background: #9f7223; color: #fff; outline: 0; }
.pdo-home-product-card__cart .pdo-icon { width: 20px; height: 20px; }
.pdo-home-product-card__more {
	color: #966a20;
	font-size: .74rem;
	font-weight: 800;
	text-decoration: none;
}
.pdo-home-admin-note {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 18px 20px;
	border: 1px dashed #c7b99f;
	border-radius: 6px;
	background: #fffdf8;
	color: #59636a;
	font-size: .8rem;
}
.pdo-home-admin-note strong { color: var(--pdo-color-navy); }

.pdo-home-brands {
	padding: 28px 0 34px;
	border-top: 1px solid #ece7df;
	background: #fbfaf7;
}
.pdo-home-brands__inner {
	display: grid;
	grid-template-columns: minmax(180px,.7fr) minmax(0,3fr);
	align-items: center;
	gap: 34px;
}
.pdo-home-brands__heading p {
	margin: 0;
	color: var(--pdo-color-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
}
.pdo-home-brands__list {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	align-items: center;
	gap: 10px 24px;
}
.pdo-home-brands__list a,
.pdo-home-brands__list span {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	color: #6f777e;
	font-size: .86rem;
	font-weight: 800;
	letter-spacing: .015em;
	text-align: center;
	text-decoration: none;
	opacity: .84;
}
.pdo-home-brands__list a:hover,
.pdo-home-brands__list a:focus-visible { color: var(--pdo-color-navy); opacity: 1; outline: 0; }
.pdo-home-brands__admin { margin: 0; color: #777f85; font-size: .76rem; }

@media (max-width: 1020px) {
	.pdo-home-products { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.pdo-home-brands__inner { grid-template-columns: 1fr; gap: 14px; }
	.pdo-home-brands__list { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 720px) {
	.pdo-home-recommendations { padding-top: 0; }
	.pdo-home-recommendations__head { align-items: flex-start; flex-direction: column; gap: 12px; }
	.pdo-home-products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
	.pdo-home-product-card__body { padding: 12px; }
	.pdo-home-product-card h3 { font-size: .82rem; }
	.pdo-home-product-card__price { min-height: 36px; font-size: .94rem; }
	.pdo-home-product-card__bottom { margin-top: 6px; }
	.pdo-home-product-card__cart { width: 34px; height: 34px; }
	.pdo-home-trust__grid > div {
		min-height: 78px;
		grid-template-columns: 32px 1fr;
		column-gap: 11px;
		padding: 14px 16px;
	}
	.pdo-home-trust .pdo-icon { width: 25px; height: 25px; }
	.pdo-home-trust strong { font-size: .82rem; }
	.pdo-home-trust small { font-size: .67rem; }
	.pdo-home-brands { padding-block: 24px; }
	.pdo-home-brands__list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px 10px; }
	.pdo-home-brands__list a,
	.pdo-home-brands__list span { min-height: 38px; font-size: .78rem; }
}

@media (max-width: 440px) {
	.pdo-home-products { grid-template-columns: 1fr 1fr; }
	.pdo-home-product-card__badge { top: 8px; left: 8px; }
	.pdo-home-product-card__brand { font-size: .62rem; }
	.pdo-home-product-card h3 { min-height: 3.9em; font-size: .78rem; }
	.pdo-product-availability { font-size: .64rem; gap: 5px; }
	.pdo-product-availability i { width: 7px; height: 7px; }
}


/* === PDO-011 LOT 2.2 — pages univers secondaires === */
.pdo-universe-page { overflow: clip; background: #fff; }
.pdo-universe-hero {
	position: relative;
	min-height: clamp(500px, 57vw, 690px);
	display: grid;
	background-image: var(--pdo-universe-hero);
	background-size: cover;
	background-position: center;
	color: #fff;
	isolation: isolate;
}
.pdo-universe-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,13,23,.78) 0%, rgba(4,13,23,.50) 48%, rgba(4,13,23,.12) 100%); }
.pdo-universe-hero__inner { min-height: inherit; display: flex; align-items: flex-end; padding-block: clamp(68px,8vw,108px); }
.pdo-universe-hero__content { width: min(100%, 680px); }
.pdo-universe-hero h1 { max-width: 680px; margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3rem,5.4vw,5rem); line-height: .98; font-weight: 500; letter-spacing: -.035em; }
.pdo-universe-hero__content > p:not(.pdo-home-hero__eyebrow) { max-width: 590px; margin: 24px 0 0; font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.58; color: rgba(255,255,255,.96); }

.pdo-universe-intro { padding-block: clamp(56px,7vw,92px); background: #f8f6f2; }
.pdo-universe-intro__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(36px,7vw,100px); align-items: start; }
.pdo-universe-intro h2 { max-width: 560px; margin: 8px 0 0; color: var(--pdo-color-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.3rem,4vw,3.5rem); line-height: 1.05; font-weight: 500; letter-spacing: -.025em; }
.pdo-universe-intro__copy { max-width: 680px; color: #56616a; font-size: 1rem; line-height: 1.75; }
.pdo-universe-intro__copy p { margin: 0 0 16px; }

.pdo-universe-cards-section { background: #fff; }
.pdo-universe-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.pdo-universe-cards--kitchen { grid-template-columns: repeat(4,minmax(0,1fr)); }
.pdo-universe-card { min-height: 168px; display: grid; grid-template-columns: 44px minmax(0,1fr) 24px; gap: 16px; align-items: start; padding: 26px; border: 1px solid #e5e0d8; border-radius: 10px; background: #fff; color: var(--pdo-color-navy); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.pdo-universe-card:hover,.pdo-universe-card:focus-visible { transform: translateY(-2px); border-color: #d8c49b; box-shadow: 0 14px 36px rgba(7,26,45,.08); outline: 0; }
.pdo-universe-card__icon { width: 34px; height: 34px; color: #a1762f; }
.pdo-universe-card__body strong { display: block; font-family: Georgia,"Times New Roman",serif; font-size: 1.35rem; line-height: 1.1; font-weight: 500; }
.pdo-universe-card__body small { display: block; margin-top: 10px; color: #677078; font-size: .82rem; line-height: 1.5; }
.pdo-universe-card__arrow { width: 22px; height: 22px; align-self: end; color: #a1762f; }

.pdo-universe-feature { padding-block: clamp(60px,8vw,102px); background: linear-gradient(90deg,#071a2d 0%,#0a233b 100%); color: #fff; }
.pdo-universe-feature__inner { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(34px,6vw,86px); align-items: center; }
.pdo-universe-feature__copy { max-width: 620px; }
.pdo-universe-feature__copy .pdo-home-section__eyebrow { color: #d8ba82; }
.pdo-universe-feature__copy h2 { margin: 8px 0 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.4rem,4vw,3.7rem); line-height: 1.04; font-weight: 500; }
.pdo-universe-feature__copy > p:not(.pdo-home-section__eyebrow) { margin: 20px 0 26px; color: #d7e0e8; line-height: 1.7; }
.pdo-universe-feature__visual { min-height: 430px; border-radius: 12px; background-image: var(--pdo-feature-image); background-size: cover; background-position: center; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.pdo-universe-editorial-content { padding-block: clamp(50px,6vw,82px); }

@media (max-width: 1024px) {
	.pdo-universe-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.pdo-universe-cards--kitchen { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.pdo-universe-feature__visual { min-height: 360px; }
}
@media (max-width: 760px) {
	.pdo-universe-hero { min-height: 540px; background-position: 66% center; }
	.pdo-universe-hero__shade { background: linear-gradient(0deg,rgba(4,13,23,.86) 0%,rgba(4,13,23,.58) 55%,rgba(4,13,23,.18) 100%); }
	.pdo-universe-hero__inner { padding-block: 48px; }
	.pdo-universe-hero h1 { font-size: clamp(2.55rem,11vw,4rem); }
	.pdo-universe-intro__grid,.pdo-universe-feature__inner { grid-template-columns: 1fr; gap: 28px; }
	.pdo-universe-cards,.pdo-universe-cards--kitchen { grid-template-columns: 1fr; gap: 12px; }
	.pdo-universe-card { min-height: 134px; padding: 22px; }
	.pdo-universe-feature__visual { min-height: 290px; order: -1; }
}


/* === PDO-011 LOT 2.6 — marques partenaires par univers === */
.pdo-partner-brands { padding-block: clamp(54px,7vw,88px); background: #f8f6f2; border-top: 1px solid #eee8df; }
.pdo-partner-brands__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; margin-top: 30px; }
.pdo-partner-brand { min-height: 118px; display: flex; align-items: center; justify-content: center; padding: 18px 16px; overflow: hidden; border: 1px solid #e5e0d8; border-radius: 10px; background: #fff; color: #17283a; text-align: center; box-shadow: 0 5px 16px rgba(7,26,45,.025); }
.pdo-partner-brand img { display: block; width: auto; max-width: 82%; max-height: 62px; object-fit: contain; opacity: .98; transform: scale(var(--pdo-brand-scale,1.12)); transform-origin: center; transition: opacity .18s ease, filter .18s ease; }
.pdo-partner-brand:hover img { opacity: 1; filter: contrast(1.03); }
.pdo-home-brands__list img { display: block; width: auto; max-width: 86%; max-height: 34px; object-fit: contain; filter: grayscale(1); }
@media (max-width: 1100px) { .pdo-partner-brands__grid { grid-template-columns: repeat(4,minmax(0,1fr)); } }
@media (max-width: 760px) { .pdo-partner-brands { padding-block: 46px; } .pdo-partner-brands__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 22px; } .pdo-partner-brand { min-height: 94px; padding: 14px 10px; } .pdo-partner-brand img { max-width: 82%; max-height: 48px; transform: scale(var(--pdo-brand-scale-mobile,1.07)); } }

/* LOT 2.7 - normalisation des logos partenaires */



/* --------------------------------------------------------------------------
 * 0.8.29 — Accueil national V3 premium
 * ----------------------------------------------------------------------- */
.pdo-home--national .pdo-home-hero--national { min-height: clamp(540px, 55vw, 700px); }
.pdo-home-editorial--national { padding-top: 8px; }

.pdo-home-project { padding: 0 0 clamp(54px, 6vw, 82px); background: #fbfaf7; }
.pdo-home-project__card {
	position: relative;
	min-height: 390px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 7px;
	background-image: var(--pdo-home-project-image);
	background-size: cover;
	background-position: center;
	color: #fff;
	isolation: isolate;
}
.pdo-home-project__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: inherit;
	background-size: cover;
	background-position: center;
}
.pdo-home-project__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(4,14,24,.86) 0%, rgba(4,14,24,.57) 48%, rgba(4,14,24,.08) 100%);
}
.pdo-home-project__copy { width: min(100%, 590px); padding: clamp(30px, 5vw, 58px); }
.pdo-home-project__copy .pdo-home-section__eyebrow { color: #e2bd7b; }
.pdo-home-project__copy h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 3.5vw, 3.3rem);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -.025em;
}
.pdo-home-project__copy > p:not(.pdo-home-section__eyebrow) { margin: 16px 0 0; color: rgba(255,255,255,.91); font-size: .95rem; line-height: 1.6; }

.pdo-home-dual { padding-top: 8px; }
.pdo-home-dual__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.pdo-home-dual__card {
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 6px;
	background-image: var(--pdo-home-dual-image);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}
.pdo-home-dual__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transition: transform .35s ease;
}
.pdo-home-dual__card:hover::before, .pdo-home-dual__card:focus-visible::before { transform: scale(1.025); }
.pdo-home-dual__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(4,14,24,.82) 0%, rgba(4,14,24,.26) 65%, rgba(4,14,24,.04) 100%); }
.pdo-home-dual__content { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; max-width: 570px; }
.pdo-home-dual__content small { color: #e2bd7b; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pdo-home-dual__content strong { margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem,2.5vw,2.35rem); font-weight: 500; line-height: 1.05; }
.pdo-home-dual__content > span { margin-top: 9px; color: rgba(255,255,255,.9); font-size: .84rem; line-height: 1.5; }
.pdo-home-dual__content em { margin-top: 14px; color: #fff; font-size: .82rem; font-style: normal; font-weight: 760; }

@media (max-width: 900px) {
	.pdo-home-dual__grid { grid-template-columns: 1fr; }
	.pdo-home-dual__card { min-height: 300px; }
}
@media (max-width: 720px) {
	.pdo-home--national .pdo-home-hero--national { min-height: 535px; }
	.pdo-home-project__card { min-height: 455px; align-items: flex-end; }
	.pdo-home-project__shade { background: linear-gradient(0deg, rgba(4,14,24,.88) 0%, rgba(4,14,24,.56) 58%, rgba(4,14,24,.10) 100%); }
	.pdo-home-project__copy { padding: 28px 24px; }
	.pdo-home-dual__content { padding: 24px; }
}

/* --------------------------------------------------------------------------
 * 0.8.30 — Alignement strict Accueil V3 validé
 * ----------------------------------------------------------------------- */
.pdo-home--national .pdo-home-hero--national { position: relative; }
.pdo-home-hero__dots {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 28px;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
}
.pdo-home-hero__dots span { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,.68); box-shadow: 0 0 0 1px rgba(0,0,0,.06); }
.pdo-home-hero__dots span.is-active { background: #071724; }

.pdo-home-editorial-card--deals { position: relative; }
.pdo-home-editorial-card__deal-badge {
	position: absolute;
	z-index: 3;
	right: 30px;
	top: 24px;
	width: 96px;
	height: 96px;
	display: grid;
	place-items: center;
	align-content: center;
	border-radius: 50%;
	background: rgba(7,23,36,.82);
	color: #fff;
	text-align: center;
	pointer-events: none;
}
.pdo-home-editorial-card__deal-badge small { display: block; color: #fff; font-size: .61rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.pdo-home-editorial-card__deal-badge strong { display: block; margin-top: 2px; color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: 1.8rem; font-weight: 500; line-height: 1; }

/* Sur l'accueil national, la barre contextuelle ne contient plus les 4 univers
 * déjà présents dans la navigation principale. Les cinq accès transverses
 * occupent proprement la largeur sans doublon visuel. */
body.home .pdo-context-nav__inner { justify-content: center; gap: clamp(22px,4vw,70px); }
body.home .pdo-context-nav__item { min-width: 128px; max-width: 190px; }

@media (max-width: 720px) {
	.pdo-home-hero__dots { bottom: 20px; }
	.pdo-home-editorial-card__deal-badge { width: 76px; height: 76px; right: 18px; top: 18px; }
	.pdo-home-editorial-card__deal-badge strong { font-size: 1.4rem; }
}
