/* =========================================================
   ADP Fiche Produit : Atelier des Parfums
   ========================================================= */
.adp-sp {
	--adp-gold: #b0925b;
	--adp-gold-dark: #967a48;
	--adp-ink: #1c1b19;
	--adp-text: #3b3a37;
	--adp-muted: #75726c;
	--adp-line: #e6e0d6;
	--adp-bg-hero: #f5f2ed;
	--adp-bg: #fbfaf8;
	--adp-bg-band: #f2eee8;
	--adp-serif: "Cormorant Garamond", "Times New Roman", serif;
	--adp-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
	font-family: var(--adp-sans);
	color: var(--adp-text);
	background: var(--adp-bg);
	font-size: 15px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
.adp-sp *, .adp-sp *::before, .adp-sp *::after { box-sizing: border-box; }
:where(.adp-sp) a { color: inherit; text-decoration: none; }
:where(.adp-sp) img { max-width: 100%; height: auto; display: block; }
:where(.adp-sp) button { font-family: inherit; cursor: pointer; }
:where(.adp-sp) p { margin: 0; }
:where(.adp-sp) h1, :where(.adp-sp) h2, :where(.adp-sp) h3 { margin-top: 0; }
.adp-wrap { max-width: 1320px; margin: 0 auto; padding: 0 48px; }

/* Hello Elementor : neutraliser les marges du thème autour du gabarit */
.adp-sp-page .site-main, .adp-sp-page #content { max-width: none; padding: 0; margin: 0; }

/* ---------- Notices ---------- */
.adp-sp__notices:empty { display: none; }
.adp-sp__notices .woocommerce-message,
.adp-sp__notices .woocommerce-error,
.adp-sp__notices .woocommerce-info {
	margin: 20px auto 0; padding: 14px 20px; list-style: none;
	background: #fff; border: 1px solid var(--adp-line); border-left: 3px solid var(--adp-gold);
	font-size: 14px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.adp-sp__notices .button { order: 2; color: var(--adp-gold-dark); font-weight: 500; text-decoration: underline; }

/* ---------- HERO ---------- */
.adp-hero { background: var(--adp-bg-hero); padding: 30px 0 36px; }
.adp-crumbs { font-size: 12.5px; color: var(--adp-text); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 22px; }
.adp-crumbs .sep { color: var(--adp-muted); font-size: 14px; line-height: 1; }
.adp-crumbs a:hover { color: var(--adp-gold-dark); }

.adp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 42px; align-items: start; }

/* Galerie */
.adp-gallery { display: grid; grid-template-columns: 84px 1fr; gap: 24px; }
.adp-gallery__thumbs { display: flex; flex-direction: column; gap: 12px; }
.adp-thumb {
	padding: 0; border: 1px solid transparent; background: #fff; aspect-ratio: 64 / 66;
	width: 100%; overflow: hidden; transition: border-color .2s, opacity .2s; opacity: .85;
}
.adp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.adp-thumb:hover { opacity: 1; }
.adp-thumb.is-active { border-color: var(--adp-gold); opacity: 1; box-shadow: 0 0 0 1px var(--adp-gold) inset; }
.adp-gallery:not(:has(.adp-gallery__thumbs)) { grid-template-columns: 1fr; }
.adp-gallery__main { position: relative; background: #ece7df; aspect-ratio: 386 / 445; overflow: hidden; grid-column: 2; }
.adp-gallery:not(:has(.adp-gallery__thumbs)) .adp-gallery__main { grid-column: 1; }
.adp-gallery__img { width: 100%; height: 100% !important; object-fit: cover; transition: opacity .25s ease; }
.adp-gallery__img.is-fading { opacity: 0; }
.adp-auth-badge {
	position: absolute; top: 14px; right: 12px; width: 82px; height: 82px; border-radius: 50%;
	background: #141414; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; gap: 4px; box-shadow: 0 6px 18px rgba(0,0,0,.18);
}
.adp-auth-badge svg { width: 22px; height: 22px; color: var(--adp-gold); }
.adp-auth-badge span { font-size: 7.2px; letter-spacing: .12em; text-transform: uppercase; line-height: 1.35; font-weight: 500; }

/* Infos */
.adp-info { padding-top: 0; }
.adp-info__brand { display: inline-block; font-size: 15px; letter-spacing: .32em; text-transform: uppercase; color: var(--adp-ink); font-weight: 400; margin-bottom: 4px; }
.adp-info__title {
	font-family: var(--adp-serif); font-weight: 500; font-size: 46px; line-height: 1.1; color: var(--adp-ink);
	margin: 0 0 8px; letter-spacing: .005em;
}
.adp-info__sub { font-size: 15px; color: var(--adp-text); margin-bottom: 10px; }
.adp-rating { display: inline-flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--adp-text); margin-bottom: 20px; }
.adp-stars { position: relative; display: inline-block; font-size: 17px; letter-spacing: 3px; line-height: 1; }
.adp-stars span {
	background: linear-gradient(90deg, var(--adp-gold) calc(var(--rating) / 5 * 100%), #d9d2c5 0);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.adp-rating:hover .adp-rating__count { text-decoration: underline; }

.adp-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 4px; }
.adp-price__now, .adp-price__now .amount { font-size: 26px; font-weight: 500; color: var(--adp-ink); letter-spacing: .01em; }
.adp-price__now del { font-size: 16px; color: var(--adp-muted); font-weight: 400; }
.adp-price__now ins { text-decoration: none; }
.adp-price__old { font-size: 16px; color: var(--adp-muted); }
.adp-price__pct { font-size: 11.5px; font-weight: 500; letter-spacing: .08em; color: #fff; background: var(--adp-gold); padding: 3px 8px; align-self: center; }
.adp-price__note { font-size: 12.5px; color: var(--adp-muted); margin-bottom: 18px; }
.adp-info__intro { font-size: 15px; line-height: 1.75; color: var(--adp-text); margin-bottom: 26px; max-width: 560px; }

/* Panier */
.adp-cart__label { display: block; font-size: 14px; color: var(--adp-ink); margin-bottom: 8px; }
.adp-cart__row { display: flex; gap: 16px; align-items: stretch; }
.adp-qty { display: flex; align-items: stretch; width: 112px; height: 52px; border: 1px solid #cfc8bb; background: #fff; }
.adp-qty input {
	flex: 1; width: 100%; border: 0 !important; background: transparent; text-align: center; font-size: 15px; color: var(--adp-ink);
	-moz-appearance: textfield; appearance: textfield; padding: 0 0 0 10px; box-shadow: none !important; outline: 0; font-family: inherit;
}
.adp-qty input::-webkit-outer-spin-button, .adp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.adp-qty__btns { display: flex; flex-direction: column; justify-content: center; width: 34px; }
.adp-qty__btns button { flex: 1; border: 0; background: transparent; padding: 0; color: var(--adp-ink); display: flex; align-items: center; justify-content: center; }
.adp-qty__btns button svg { width: 12px; height: 12px; }
.adp-qty__btns button:hover { color: var(--adp-gold); }
.adp-btn-cart {
	flex: 1; height: 52px; border: 0; border-radius: 0; background: var(--adp-gold); color: #fff;
	display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 16px; letter-spacing: .02em; font-weight: 400;
	transition: background .2s ease;
}
.adp-btn-cart svg { width: 20px; height: 20px; }
.adp-btn-cart:hover { background: var(--adp-gold-dark); color: #fff; }
.adp-out { font-size: 14px; color: #a33; font-weight: 500; }

/* Formulaire Woo pour produits variables */
.adp-cart--woo table.variations { width: 100%; border: 0; margin-bottom: 14px; }
.adp-cart--woo table.variations th, .adp-cart--woo table.variations td { border: 0; padding: 4px 0; text-align: left; background: none; font-weight: 400; }
.adp-cart--woo select { width: 100%; height: 46px; border: 1px solid #cfc8bb; background: #fff; padding: 0 12px; font-family: inherit; }
.adp-cart--woo .single_variation_wrap .woocommerce-variation-add-to-cart { display: flex; gap: 16px; }
.adp-cart--woo .quantity input { width: 90px; height: 52px; border: 1px solid #cfc8bb; text-align: center; }
.adp-cart--woo .single_add_to_cart_button { flex: 1; height: 52px; border: 0; border-radius: 0; background: var(--adp-gold) !important; color: #fff !important; font-size: 16px; font-weight: 400; }
.adp-cart--woo .woocommerce-variation-price { margin: 8px 0 14px; font-size: 22px; color: var(--adp-ink); }

/* Réassurance */
.adp-reassure { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, auto); gap: 18px; justify-content: space-between; }
.adp-reassure li { display: flex; align-items: center; gap: 12px; font-size: 11.5px; line-height: 1.55; color: var(--adp-text); }
.adp-reassure svg { width: 30px; height: 30px; color: var(--adp-muted); flex: 0 0 30px; }

/* ---------- ONGLETS ---------- */
.adp-tabs { background: var(--adp-bg); padding-top: 18px; }
.adp-tabs__nav { display: flex; gap: 38px; border-bottom: 1px solid var(--adp-line); overflow-x: auto; scrollbar-width: none; }
.adp-tabs__nav::-webkit-scrollbar { display: none; }
.adp-tabs__nav button {
	background: none; border: 0; border-radius: 0; padding: 12px 0; font-size: 14px; color: var(--adp-text);
	position: relative; white-space: nowrap; letter-spacing: .01em; font-weight: 400;
}
.adp-tabs__nav button:first-child { text-transform: uppercase; letter-spacing: .04em; }
.adp-tabs__nav button::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: -1px; height: 2px; background: var(--adp-ink); transform: scaleX(0); transition: transform .25s ease; }
.adp-tabs__nav button.is-active { color: var(--adp-ink); }
.adp-tabs__nav button.is-active::after { transform: scaleX(1); }
.adp-tabs__nav button:hover { color: var(--adp-ink); background: none; }
.adp-panel[hidden] { display: none; }
.adp-panel { animation: adpFade .35s ease; }
@keyframes adpFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.adp-h2 { font-family: var(--adp-serif); font-weight: 500; font-size: 30px; line-height: 1.2; color: var(--adp-ink); margin: 0 0 16px; }
.adp-h3 { font-family: var(--adp-serif); font-weight: 500; font-size: 24px; line-height: 1.2; color: var(--adp-ink); margin: 0 0 22px; }

.adp-desc { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1.05fr) minmax(0, .95fr); align-items: stretch; }
.adp-desc--nobanner { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
.adp-desc--nonotes { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); }
.adp-desc--nobanner.adp-desc--nonotes { grid-template-columns: 1fr; }
.adp-desc__text { padding: 30px 42px 36px 0; }
.adp-desc__text p { font-size: 14.5px; line-height: 1.85; margin-bottom: 14px; color: var(--adp-text); }
.adp-quote { font-family: var(--adp-serif); font-style: italic; font-size: 18.5px !important; color: var(--adp-ink) !important; margin: 26px 0 0 !important; }
.adp-specs { display: grid; grid-template-columns: repeat(3, auto); justify-content: space-between; gap: 16px; background: var(--adp-bg-band); padding: 18px 24px; margin-top: 52px; }
.adp-spec { display: flex; align-items: center; gap: 12px; font-size: 12.5px; font-weight: 500; color: var(--adp-ink); line-height: 1.5; }
.adp-spec svg { width: 22px; height: 28px; color: var(--adp-muted); flex: 0 0 auto; }
.adp-spec small { display: block; font-size: 11.5px; font-weight: 400; color: var(--adp-muted); }

.adp-desc__notes { border-left: 1px solid var(--adp-line); padding: 30px 20px 36px 22px; }
.adp-notes { list-style: none; margin: 0; padding: 0; }
.adp-notes li { display: flex; align-items: center; gap: 22px; padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--adp-line); }
.adp-notes li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.adp-notes__img { width: 64px; height: 64px; flex: 0 0 64px; display: flex; align-items: center; justify-content: center; }
.adp-notes__img.is-empty { border: 1px solid var(--adp-gold); border-radius: 50%; width: 56px; height: 56px; flex-basis: 56px; margin: 4px; }
.adp-notes__img.is-empty i { font-family: var(--adp-serif); font-style: normal; font-size: 20px; color: var(--adp-gold-dark); }
.adp-notes--wide .adp-notes__img.is-empty { width: 84px; height: 84px; flex-basis: 84px; }
.adp-notes__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.adp-notes strong { display: block; font-weight: 400; font-size: 14.5px; color: var(--adp-ink); margin-bottom: 3px; }
.adp-notes li > span:last-child { font-size: 13px; color: var(--adp-text); }
.adp-notes--wide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 40px 0 48px; }
.adp-notes--wide li { flex-direction: column; text-align: center; border: 1px solid var(--adp-line); background: #fff; padding: 32px 22px; margin: 0; }
.adp-notes--wide li:last-child { padding-bottom: 32px; border-bottom: 1px solid var(--adp-line); }
.adp-notes--wide .adp-notes__img { width: 110px; height: 110px; flex-basis: 110px; }
.adp-notes--wide strong { font-family: var(--adp-serif); font-size: 21px; margin-bottom: 6px; }

.adp-banner {
	position: relative; min-height: 380px; background: #1b1a17 center / cover no-repeat; color: #fff;
	display: flex; align-items: stretch;
}
.adp-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,14,12,.25) 0%, rgba(15,14,12,.45) 55%, rgba(15,14,12,.6) 100%); }
.adp-banner__inner { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 22px 34px; }
.adp-banner__txt { font-family: var(--adp-serif); font-style: italic; font-weight: 400; font-size: 25px; line-height: 1.3; margin: 18px 0 !important; color: #fff; }
.adp-banner__line { display: block; width: 44px; height: 1px; background: rgba(255,255,255,.75); }
.adp-banner__line:first-child { margin-top: 56px; }
.adp-banner__brand { margin-top: auto; padding-top: 40px; font-size: 13px; letter-spacing: .38em; text-transform: uppercase; font-weight: 500; }

.adp-details { display: grid; grid-template-columns: minmax(0, 360px) 1fr; gap: 56px; padding: 36px 0 48px; }
.adp-details__table { width: 100%; border-collapse: collapse; font-size: 14px; align-self: start; }
.adp-details__table th, .adp-details__table td { text-align: left; padding: 12px 0; border: 0; border-bottom: 1px solid var(--adp-line); background: none !important; vertical-align: top; }
.adp-details__table th { font-weight: 400; color: var(--adp-muted); width: 44%; }
.adp-details__table td { color: var(--adp-ink); }
.adp-details__content { font-size: 14.5px; line-height: 1.85; }
.adp-details__content h2, .adp-details__content h3 { font-family: var(--adp-serif); font-weight: 500; color: var(--adp-ink); margin: 1.4em 0 .5em; }
.adp-details__content h2 { font-size: 28px; } .adp-details__content h3 { font-size: 22px; }
.adp-details__content h2:first-child { margin-top: 0; }
.adp-details__content p { margin: 0 0 1em; }
.adp-details__content a { color: var(--adp-gold-dark); text-decoration: underline; }
.adp-details__content hr { border: 0; border-top: 1px solid var(--adp-line); margin: 28px 0; }
.adp-details__content ul { padding-left: 1.2em; }

.adp-reviews { padding: 36px 0 48px; max-width: 820px; }
.adp-reviews .woocommerce-Reviews-title { font-family: var(--adp-serif); font-weight: 500; font-size: 26px; color: var(--adp-ink); }
.adp-reviews input[type=text], .adp-reviews input[type=email], .adp-reviews textarea { width: 100%; border: 1px solid #cfc8bb; background: #fff; padding: 10px 12px; font-family: inherit; }
.adp-sp .adp-reviews #respond input#submit, .adp-sp .adp-reviews .form-submit .submit { background: var(--adp-gold) !important; color: #fff !important; border: 0; border-radius: 0; padding: 13px 34px; font-family: var(--adp-sans); font-size: 14px; font-weight: 400; letter-spacing: .03em; cursor: pointer; }
.adp-sp .adp-reviews #respond input#submit:hover { background: var(--adp-gold-dark) !important; }
.adp-reviews .comment-reply-title { font-family: var(--adp-serif); font-size: 22px; color: var(--adp-ink); }
.adp-reviews .stars a { color: var(--adp-gold); }
.adp-muted { color: var(--adp-muted); }

/* ---------- ENGAGEMENTS ---------- */
.adp-trust { background: var(--adp-bg-band); margin-top: 26px; }
.adp-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 26px; padding-bottom: 26px; }
.adp-trust__item { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 4px 16px; border-right: 1px solid #d9d2c6; }
.adp-trust__item:last-child { border-right: 0; }
.adp-trust__item svg { width: 36px; height: 36px; color: #8a7556; flex: 0 0 36px; }
.adp-trust__item span { font-size: 11px; color: var(--adp-muted); line-height: 1.6; }
.adp-trust__item strong { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--adp-ink); font-weight: 500; }

/* ---------- PRODUITS LIÉS ---------- */
.adp-related { padding: 30px 0 34px; background: var(--adp-bg); }
.adp-related__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 18px; }
.adp-related__head .adp-h2 { margin: 0; font-size: 24px; }
.adp-link-arrow { font-size: 11.5px; display: inline-flex; align-items: center; gap: 8px; color: var(--adp-ink); }
.adp-link-arrow svg { width: 12px; height: 12px; }
.adp-link-arrow:hover { color: var(--adp-gold-dark); }
.adp-carousel { position: relative; padding: 0 18px; }
.adp-carousel__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 4 * 18px) / 5); gap: 18px;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 2px;
}
.adp-carousel__track::-webkit-scrollbar { display: none; }
.adp-carousel__nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 36px; height: 36px; border-radius: 50%;
	background: #fff; border: 1px solid var(--adp-line); color: var(--adp-ink); display: flex; align-items: center; justify-content: center; padding: 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: opacity .2s;
}
.adp-carousel__nav svg { width: 14px; height: 14px; }
.adp-carousel__nav.prev { left: -18px; } .adp-carousel__nav.next { right: -18px; }
.adp-carousel__nav:hover { border-color: var(--adp-gold); color: var(--adp-gold); background: #fff; }
.adp-carousel__nav[disabled] { opacity: .35; cursor: default; }
.adp-card { position: relative; background: #fff; scroll-snap-align: start; transition: box-shadow .25s; }
.adp-card:hover { box-shadow: 0 10px 28px rgba(40,30,15,.08); }
.adp-card__link { display: flex; flex-direction: column; padding: 14px 10px 18px; height: 100%; }
.adp-card__img { display: block; aspect-ratio: 1 / .78; margin-bottom: 14px; }
.adp-card__img img { width: 100%; height: 100%; object-fit: contain; }
.adp-card__name { font-size: 13px; color: var(--adp-ink); line-height: 1.45; }
.adp-card__sub { font-size: 11px; color: var(--adp-muted); margin-top: 3px; }
.adp-card__price { font-size: 12.5px; font-weight: 600; color: var(--adp-ink); margin-top: auto; padding-top: 16px; }
.adp-card__price del { font-weight: 400; color: var(--adp-muted); margin-right: 6px; }
.adp-card__price ins { text-decoration: none; }
.adp-card__fav { position: absolute; top: 8px; right: 8px; z-index: 1; border: 0; background: none; padding: 4px; color: #5a5750; line-height: 0; }
.adp-card__fav svg { width: 16px; height: 16px; }
.adp-card__fav.is-on { color: var(--adp-gold); } .adp-card__fav.is-on svg { fill: currentColor; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1180px) {
	.adp-wrap { padding: 0 32px; }
	.adp-desc { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
	.adp-banner { grid-column: 1 / -1; min-height: 300px; margin-bottom: 30px; }
	.adp-carousel__track { grid-auto-columns: calc((100% - 3 * 18px) / 4); }
}
@media (max-width: 960px) {
	.adp-hero__grid { grid-template-columns: 1fr; gap: 30px; }
	.adp-info__title { font-size: 40px; }
	.adp-desc, .adp-desc--nobanner, .adp-desc--nonotes { grid-template-columns: 1fr; }
	.adp-desc__text { padding-right: 0; }
	.adp-desc__notes { border-left: 0; border-top: 1px solid var(--adp-line); padding: 30px 0; }
	.adp-trust__grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
	.adp-trust__item { justify-content: flex-start; border-right: 0; }
	.adp-details { grid-template-columns: 1fr; gap: 30px; }
	.adp-notes--wide { grid-template-columns: 1fr; }
	.adp-carousel__track { grid-auto-columns: calc((100% - 2 * 18px) / 3); }
}
@media (max-width: 640px) {
	.adp-wrap { padding: 0 16px; }
	.adp-hero { padding-top: 18px; }
	.adp-gallery { grid-template-columns: 1fr; gap: 12px; }
	.adp-gallery__main { grid-column: 1; grid-row: 1; }
	.adp-gallery__thumbs { flex-direction: row; grid-row: 2; overflow-x: auto; }
	.adp-thumb { width: 64px; flex: 0 0 64px; }
	.adp-auth-badge { width: 70px; height: 70px; }
	.adp-info__title { font-size: 36px; }
	.adp-reassure { grid-template-columns: 1fr; }
	.adp-cart__row { gap: 10px; }
	.adp-qty { width: 96px; }
	.adp-specs { grid-template-columns: 1fr; margin-top: 30px; }
	.adp-tabs__nav { gap: 26px; }
	.adp-trust__grid { grid-template-columns: 1fr; }
	.adp-carousel { padding: 0; }
	.adp-carousel__nav { display: none; }
	.adp-carousel__track { grid-auto-columns: 62%; }
	.adp-related__head { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ---------- Correctifs formulaire variable + notices ---------- */
.adp-sp__notices { padding-top: 0; }
.adp-sp .adp-sp__notices .woocommerce-message, .adp-sp .adp-sp__notices .woocommerce-info, .adp-sp .adp-sp__notices .woocommerce-error {
	position: relative; padding: 14px 20px 14px 48px; margin: 18px 0 0; background: #fff; color: var(--adp-ink); border-top: 0;
}
.adp-sp .adp-sp__notices .woocommerce-message::before, .adp-sp .adp-sp__notices .woocommerce-info::before, .adp-sp .adp-sp__notices .woocommerce-error::before {
	position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--adp-gold);
}
.adp-sp .adp-sp__notices .button { background: none !important; border: 0; padding: 0; color: var(--adp-gold-dark) !important; font-weight: 500; text-decoration: underline; }
.adp-sp .adp-sp__notices:has(.woocommerce-message, .woocommerce-info, .woocommerce-error) { background: var(--adp-bg-hero); padding-bottom: 4px; }

.adp-sp .adp-cart--woo table.variations label { font-size: 14px; font-weight: 400; color: var(--adp-ink); }
.adp-sp .adp-cart--woo table.variations td.value { padding-bottom: 0; }
.adp-sp .adp-cart--woo .reset_variations { font-size: 12px; color: var(--adp-muted); text-decoration: underline; }
.adp-sp .adp-cart--woo .woocommerce-variation-price .price { display: flex; align-items: baseline; gap: 12px; color: var(--adp-ink); font-size: 22px; font-weight: 500; margin: 0; }
.adp-sp .adp-cart--woo .woocommerce-variation-price ins { text-decoration: none; color: var(--adp-ink); background: none; }
.adp-sp .adp-cart--woo .woocommerce-variation-price del { font-size: 15px; color: var(--adp-muted); font-weight: 400; opacity: 1; }
.adp-sp .adp-cart--woo .woocommerce-variation-availability { font-size: 13px; color: var(--adp-muted); }
.adp-sp .adp-cart--woo .woocommerce-variation-add-to-cart { align-items: stretch; }
.adp-sp .adp-cart--woo .quantity { margin: 0; }
.adp-sp .adp-cart--woo .quantity input.qty { width: 112px; height: 52px; border: 1px solid #cfc8bb; background: #fff; border-radius: 0; font-size: 15px; color: var(--adp-ink); padding: 0; }
.adp-sp .adp-cart--woo .single_add_to_cart_button { border-radius: 0; letter-spacing: .02em; }
.adp-sp .adp-cart--woo .single_add_to_cart_button.disabled { opacity: .55; cursor: not-allowed; }
.adp-sp .adp-cart--woo .single_add_to_cart_button:hover { background: var(--adp-gold-dark) !important; }

/* ---------- Présentation des visuels ---------- */
.adp-gallery__main { background: radial-gradient(120% 90% at 50% 35%, #fbf9f5 0%, #efe9df 70%, #e7e0d4 100%); }
.adp-gallery__main .adp-gallery__img.is-packshot { object-fit: contain; padding: 9% 10% 11%; mix-blend-mode: multiply; filter: drop-shadow(0 18px 22px rgba(60, 45, 20, .10)); }
.adp-gallery__main::after { content: ""; position: absolute; left: 22%; right: 22%; bottom: 7%; height: 18px; border-radius: 50%; background: radial-gradient(closest-side, rgba(60, 45, 20, .16), transparent); pointer-events: none; opacity: 0; transition: opacity .3s; }
.adp-gallery__main:has(.is-packshot)::after { opacity: 1; }
.adp-thumb { background: #f3efe9; }
.adp-thumb img.is-packshot { object-fit: contain; padding: 8%; mix-blend-mode: multiply; }
.adp-card__img { background: radial-gradient(120% 90% at 50% 35%, #fdfcfa 0%, #f3eee6 100%); padding: 10px; }
.adp-card__img img.is-packshot { mix-blend-mode: multiply; }
.adp-card__img img:not(.is-packshot) { object-fit: cover; }
.adp-card__link:hover .adp-card__img img { transform: scale(1.04); }
.adp-card__img img { transition: transform .5s ease; }

/* Notes : médaillons photo */
.adp-notes__img { border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 1px var(--adp-line), 0 0 0 4px #fff, 0 0 0 5px rgba(176, 146, 91, .35); background: #f3efe9; }
.adp-notes__img img { object-fit: cover; mix-blend-mode: normal; }
.adp-notes__img.is-empty { box-shadow: none; }

/* Pyramide : visuel de composition */
.adp-pyr { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 36px; align-items: center; padding: 40px 0 48px; }
.adp-pyr .adp-notes--wide { padding: 0; grid-template-columns: 1fr; gap: 14px; }
.adp-pyr .adp-notes--wide li { flex-direction: row; text-align: left; padding: 18px 22px; }
.adp-pyr .adp-notes--wide li:last-child { padding-bottom: 18px; }
.adp-pyr .adp-notes--wide .adp-notes__img { width: 76px; height: 76px; flex-basis: 76px; }
.adp-pyr__visual { background: #f3efe9; }
.adp-pyr__visual img { width: 100%; height: auto; display: block; }
@media (max-width: 960px) { .adp-pyr { grid-template-columns: 1fr; } }

/* Neutralise les états focus/hover du thème (fond rose Hello) */
.adp-sp .adp-tabs__nav button, .adp-sp .adp-tabs__nav button:hover, .adp-sp .adp-tabs__nav button:focus, .adp-sp .adp-tabs__nav button:active,
.adp-sp .adp-qty__btns button:focus, .adp-sp .adp-qty__btns button:hover, .adp-sp .adp-thumb:focus, .adp-sp .adp-card__fav:focus, .adp-sp .adp-card__fav:hover {
	background-color: transparent !important; color: inherit; box-shadow: none; outline-offset: 2px;
}
.adp-sp .adp-tabs__nav button.is-active { color: var(--adp-ink) !important; }
.adp-sp .adp-carousel__nav:focus, .adp-sp .adp-carousel__nav:active { background: #fff !important; color: var(--adp-ink); }
.adp-sp .adp-btn-cart:focus, .adp-sp .adp-btn-cart:active { background: var(--adp-gold-dark) !important; color: #fff; }

/* ---------- Visuels plein cadre (les photos sont carrées) ---------- */
.adp-gallery__main { aspect-ratio: 1 / 1; background: #f3efe9; }
.adp-gallery__main .adp-gallery__img, .adp-gallery__main .adp-gallery__img.is-packshot { object-fit: cover; padding: 0; mix-blend-mode: normal; filter: none; }
.adp-gallery__main::after { display: none; }
.adp-thumb { aspect-ratio: 1 / 1; }
.adp-thumb img, .adp-thumb img.is-packshot { object-fit: cover; padding: 0; mix-blend-mode: normal; }
.adp-card__img { padding: 0; aspect-ratio: 1 / 1; overflow: hidden; }
.adp-card__img img, .adp-card__img img.is-packshot { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; }

/* =========================================================
   Sous-header produit
   ========================================================= */
.adp-sub {
	position: sticky; top: var(--adp-hdr-h, 74px); z-index: 90; background: rgba(21, 19, 15, .96); color: #e9e2d6;
	backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(20, 15, 8, .12);
}
.adp-sub__in { display: flex; align-items: center; gap: 26px; height: 60px; }
.adp-sub a { color: inherit; }

/* Identité : visible quand on a dépassé la zone d'achat */
.adp-sub__id { display: flex; align-items: center; gap: 12px; min-width: 0; max-width: 0; opacity: 0; overflow: hidden; transition: max-width .45s ease, opacity .3s ease; }
.adp-sub.is-buy .adp-sub__id { max-width: 280px; opacity: 1; }
.adp-sub__id img { width: 40px; height: 40px; object-fit: cover; flex: 0 0 40px; border: 1px solid rgba(233, 226, 214, .2); }
.adp-sub__id span { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
.adp-sub__id small { font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; color: #a39a8c; white-space: nowrap; }
.adp-sub__id strong { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: 19px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Navigation des sections */
.adp-sub__nav { display: flex; align-items: stretch; gap: 4px; align-self: stretch; overflow-x: auto; scrollbar-width: none; }
.adp-sub__nav::-webkit-scrollbar { display: none; }
.adp-sub__nav a {
	position: relative; display: flex; align-items: center; padding: 0 12px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #bdb4a6 !important;
	white-space: nowrap; transition: color .2s;
}
.adp-sub__nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px; background: var(--adp-gold); transform: scaleX(0); transition: transform .3s ease; }
.adp-sub__nav a:hover { color: #fff !important; }
.adp-sub__nav a.is-active { color: #fff !important; }
.adp-sub__nav a.is-active::after { transform: scaleX(1); }

/* Livraison + stock */
.adp-sub__info { display: flex; align-items: center; gap: 18px; margin-left: auto; font-size: 12.5px; color: #cfc6b8; min-width: 0; transition: opacity .3s; }
.adp-sub__ship { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.adp-sub__ship svg { width: 20px; height: 20px; color: var(--adp-gold); flex: 0 0 20px; }
.adp-sub__ship b { color: #fff; font-weight: 500; }
.adp-sub__stock { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.adp-sub__stock i { width: 8px; height: 8px; border-radius: 50%; background: #5cb87a; box-shadow: 0 0 0 0 rgba(92, 184, 122, .6); animation: adpPulse 2s infinite; }
.adp-sub__stock.is-out i { background: #c0504d; animation: none; }
@keyframes adpPulse { 0% { box-shadow: 0 0 0 0 rgba(92, 184, 122, .55); } 70% { box-shadow: 0 0 0 8px rgba(92, 184, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(92, 184, 122, 0); } }

/* Achat : apparaît quand le bouton principal sort de l'écran */
.adp-sub__buy { display: flex; align-items: center; gap: 12px; }
.adp-sub__price { font-size: 15px; font-weight: 600; color: #fff; white-space: nowrap; max-width: 0; opacity: 0; overflow: hidden; transition: max-width .45s ease, opacity .3s ease; }
.adp-sub__price del { color: #8d857a; font-weight: 400; font-size: 13px; margin-right: 5px; }
.adp-sub__price ins { text-decoration: none; }
.adp-sub__price .adp-pc__from { font-size: 11px; color: #a39a8c; font-weight: 400; }
.adp-sub.is-buy .adp-sub__price { max-width: 260px; opacity: 1; }
.adp-sub__cta {
	display: inline-flex; align-items: center; gap: 10px; height: 42px; padding: 0 18px; border: 0; border-radius: 0; background: var(--adp-gold) !important; color: #fff !important;
	font-family: inherit; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; white-space: nowrap;
	max-width: 0; padding-left: 0; padding-right: 0; opacity: 0; overflow: hidden; transition: max-width .45s ease, opacity .3s ease, padding .45s ease, background .2s;
}
.adp-sub.is-buy .adp-sub__cta { max-width: 260px; padding: 0 18px; opacity: 1; }
.adp-sub__cta svg { width: 18px; height: 18px; flex: 0 0 18px; }
.adp-sub__cta:hover { background: #c9a86a !important; }
.adp-sub__share { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(233, 226, 214, .25); background: transparent !important; color: #e9e2d6 !important; display: inline-flex; align-items: center; justify-content: center; padding: 0; cursor: pointer; transition: border-color .2s, color .2s; }
.adp-sub__share svg { width: 17px; height: 17px; }
.adp-sub__share:hover { border-color: var(--adp-gold); color: var(--adp-gold) !important; }
.adp-sub.is-buy .adp-sub__info { opacity: .0; pointer-events: none; position: absolute; }

/* Progression de lecture */
.adp-sub__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(233, 226, 214, .08); }
.adp-sub__progress i { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, #8a6f3f, var(--adp-gold), #e2c792); transform: scaleX(0); transform-origin: left; }

/* Toast */
.adp-sub__toast { position: absolute; right: 48px; top: calc(100% + 10px); background: #15130f; color: #fff; font-size: 13px; padding: 10px 16px; opacity: 0; transform: translateY(-6px); transition: opacity .25s, transform .25s; pointer-events: none; }
.adp-sub__toast.is-on { opacity: 1; transform: none; }

/* Mise en évidence du sélecteur de taille */
.adp-cart--woo.is-pulse select { animation: adpRing 1.2s ease 2; }
@keyframes adpRing { 0%, 100% { box-shadow: 0 0 0 0 rgba(176, 146, 91, 0); } 50% { box-shadow: 0 0 0 4px rgba(176, 146, 91, .45); } }

@media (max-width: 1180px) { .adp-sub__stock { display: none; } }
@media (max-width: 960px) {
	.adp-sub__info { display: none; }
	.adp-sub__nav { margin-right: auto; }
	.adp-sub.is-buy .adp-sub__nav { display: none; }
	.adp-sub.is-buy .adp-sub__id { max-width: 100%; flex: 1; }
}
@media (max-width: 640px) {
	.adp-sub { top: var(--adp-hdr-h, 70px); }
	.adp-sub__in { height: 52px; gap: 10px; }
	.adp-sub__nav a { padding: 0 9px; font-size: 11.5px; }
	.adp-sub__share { display: none; }
	.adp-sub.is-buy .adp-sub__price { display: none; }
	.adp-sub.is-buy .adp-sub__cta { padding: 0 12px; }
	.adp-sub__cta span { font-size: 11.5px; }
	.adp-sub__id strong { font-size: 16px; }
	.adp-sub__toast { right: 16px; }
}


/* =========================================================
   Finalisation : image entière, zoom, formats, notes, mobile
   ========================================================= */
/* Image principale : flacon entier, jamais rogné */
.adp-gallery__main { aspect-ratio: 1 / 1; background: #f6f3ee; cursor: zoom-in; }
.adp-gallery__main .adp-gallery__img, .adp-gallery__main .adp-gallery__img.is-packshot { position: absolute; inset: 6%; width: 88% !important; height: 88% !important; object-fit: contain; padding: 0; mix-blend-mode: multiply; filter: none; }
.adp-thumb { background: #f6f3ee; }
.adp-thumb img, .adp-thumb img.is-packshot { object-fit: contain; padding: 6%; mix-blend-mode: multiply; }
.adp-gallery__main .adp-badges { top: 14px; left: 14px; }
.adp-zoom { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .92) !important; color: var(--adp-ink) !important; display: flex; align-items: center; justify-content: center; padding: 0; cursor: pointer; box-shadow: 0 4px 14px rgba(0, 0, 0, .08); }
.adp-zoom svg { width: 19px; height: 19px; }
.adp-zoom:hover { background: #fff !important; color: var(--adp-gold-dark) !important; }

/* Visionneuse */
.adp-lb { position: fixed; inset: 0; z-index: 100001; background: rgba(250, 248, 244, .98); display: flex; align-items: center; justify-content: center; }
.adp-lb[hidden] { display: none; }
.adp-lb img { max-width: 92vw; max-height: 86vh; object-fit: contain; cursor: zoom-in; transition: transform .25s ease; }
.adp-lb.is-zoom img { transform: scale(1.9); cursor: zoom-out; }
.adp-lb button { position: absolute; border: 0; background: none !important; color: var(--adp-ink) !important; width: 52px; height: 52px; padding: 14px; cursor: pointer; }
.adp-lb button svg { width: 100%; height: 100%; }
.adp-lb__close { top: 12px; right: 12px; }
.adp-lb__prev { left: 8px; top: 50%; transform: translateY(-50%); }
.adp-lb__next { right: 8px; top: 50%; transform: translateY(-50%); }
.adp-lb__count { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; font-size: 12px; letter-spacing: .14em; color: var(--adp-muted); }

/* Avis */
.adp-rating--none { font-size: 13px; color: var(--adp-muted); text-decoration: underline; text-underline-offset: 3px; }
.adp-rating--none:hover { color: var(--adp-gold-dark); }

/* Décant */
.adp-decant-note { margin: 4px 0 18px; padding: 12px 14px; background: #f4ece0; border-left: 2px solid #9a7447; font-size: 13.5px; line-height: 1.55; color: #4b3a28; }
.adp-decant-note strong { display: inline-block; margin-right: 8px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: #5a3e22; }
.adp-decant-note a { color: #5a3e22; text-decoration: underline; text-underline-offset: 3px; }

/* WhatsApp */
.adp-wa { display: inline-flex; align-items: center; gap: 9px; margin-top: 14px; font-size: 13.5px; color: var(--adp-ink); text-decoration: underline; text-underline-offset: 3px; }
.adp-wa svg { width: 20px; height: 20px; color: #2f7d4f; }

/* Sélecteur de formats */
.adp-formats { border: 0; margin: 0 0 14px; padding: 0; min-width: 0; }
.adp-formats legend { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--adp-muted); margin-bottom: 10px; padding: 0; }
.adp-formats__list { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 8px; }
.adp-format { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 11px 12px; border: 1px solid var(--adp-line); background: #fff !important; color: var(--adp-ink) !important; text-align: left; cursor: pointer; border-radius: 0; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.adp-format:hover { border-color: var(--adp-gold); }
.adp-format[aria-pressed="true"] { border-color: var(--adp-ink); box-shadow: inset 0 0 0 1px var(--adp-ink); }
.adp-format.is-out { opacity: .45; cursor: not-allowed; text-decoration: none; }
.adp-format__size { font-size: 16px; font-weight: 500; }
.adp-format__type { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--adp-muted); }
.adp-format__price { font-size: 14px; font-weight: 600; margin-top: 4px; }
.adp-format__price del { font-weight: 400; font-size: 12px; color: var(--adp-muted); }
.adp-format__stock { font-size: 11.5px; color: #3d7a52; }
.adp-format.is-out .adp-format__stock { color: #7d1f24; }
.adp-cart--woo.has-formats table.variations { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.adp-cart--woo.has-formats .reset_variations { display: none !important; }

/* Pyramide en trois niveaux, une vignette par note */
.adp-pyr3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.adp-pyr3__lvl { background: #fff; border: 1px solid var(--adp-line); padding: 22px 20px; }
.adp-pyr3__h { display: flex; align-items: center; gap: 10px; font-family: var(--adp-serif); font-weight: 500; font-size: 22px; color: var(--adp-ink); margin: 0 0 18px; }
.adp-pyr3__h span { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--adp-gold); color: var(--adp-gold-dark); font-family: "Jost", sans-serif; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.adp-pyr3__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 16px 10px; }
.adp-pyr3__list li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.adp-pyr3__img { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: #f3efe9; box-shadow: 0 0 0 1px var(--adp-line), 0 0 0 4px #fff, 0 0 0 5px rgba(176, 146, 91, .35); display: flex; align-items: center; justify-content: center; }
.adp-pyr3__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) sepia(.12) contrast(1.02); }
.adp-pyr3__img i { font-style: normal; font-family: var(--adp-serif); font-size: 26px; color: var(--adp-gold-dark); }
.adp-pyr3__name { font-size: 12.5px; line-height: 1.3; color: var(--adp-text); }
.adp-pyr + .adp-pyr3, .adp-pyr .adp-pyr3 { margin-top: 0; }
.adp-pyr:has(.adp-pyr3) { grid-template-columns: 1fr; }
.adp-pyr:has(.adp-pyr3) .adp-pyr__visual { max-width: 520px; }

/* Produits liés : cartes partagées */
.adp-carousel__track .adp-pc { height: 100%; }

/* Onglets et sous-header sur mobile : défilement horizontal avec indicateur */
@media (max-width: 960px) {
	.adp-pyr3 { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
	.adp-tabs__nav { gap: 22px; padding-right: 32px; -webkit-mask-image: linear-gradient(90deg, #000 85%, transparent); mask-image: linear-gradient(90deg, #000 85%, transparent); }
	.adp-tabs__nav button { font-size: 13px !important; white-space: nowrap; flex: 0 0 auto; }
	.adp-sub__nav { -webkit-mask-image: linear-gradient(90deg, #000 82%, transparent); mask-image: linear-gradient(90deg, #000 82%, transparent); padding-right: 24px; flex: 1; min-width: 0; }
	.adp-sub__nav a { padding: 0 8px; font-size: 11px; letter-spacing: .04em; }
	.adp-sub__nav.is-end, .adp-tabs__nav.is-end { -webkit-mask-image: none; mask-image: none; }
	.adp-formats__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.adp-pyr3__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.adp-pyr3__img { width: 62px; height: 62px; }
	.adp-gallery__main .adp-badges { top: 10px; left: 10px; }
}
/* Aucun débordement horizontal sur mobile */
.adp-sp, .adp-sub { overflow-x: clip; }
@media (max-width: 640px) { .adp-sub__buy { min-width: 0; flex-shrink: 1; } .adp-sub__in { min-width: 0; } }
.adp-pyr3__src { grid-column: 1 / -1; margin: 14px 0 0; font-size: 12px; color: var(--adp-muted); }

/* =========================================================
   Onglet Détails : présentation éditoriale (texte inchangé)
   ========================================================= */
.adp-details { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: 64px; align-items: start; }
.adp-details__card { position: sticky; top: calc(var(--adp-hdr-h, 90px) + 80px); background: #fff; border: 1px solid var(--adp-line); padding: 26px 26px 12px; }
.adp-details__cardh { font-family: var(--adp-serif); font-size: 24px; color: var(--adp-ink); margin: 0 0 8px; padding-bottom: 12px; border-bottom: 1px solid var(--adp-line); position: relative; }
.adp-details__cardh::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 34px; height: 1px; background: var(--adp-gold); }
.adp-details__table tr:last-child th, .adp-details__table tr:last-child td { border-bottom: 0; }

.adp-details__content { counter-reset: adpsec; font-size: 15.5px; line-height: 1.9; color: var(--adp-text); max-width: 760px; }
.adp-details__content img, .adp-details__content figure { display: none !important; }
/* Premier paragraphe en chapeau, avec lettrine */
.adp-details__content > p:first-of-type { font-size: 18px; line-height: 1.75; color: var(--adp-ink); }
.adp-details__content > p:first-of-type { padding-left: 18px; border-left: 2px solid var(--adp-gold); }
/* Intertitres numérotés */
.adp-details__content h2, .adp-details__content h3, .adp-details__content h4 { counter-increment: adpsec; position: relative; padding-top: 22px; margin: 1.8em 0 .6em; font-family: var(--adp-serif); font-weight: 500; color: var(--adp-ink); line-height: 1.2; }
.adp-details__content h2 { font-size: 30px; } .adp-details__content h3 { font-size: 24px; } .adp-details__content h4 { font-size: 20px; }
.adp-details__content h2::before, .adp-details__content h3::before, .adp-details__content h4::before {
	content: counter(adpsec, decimal-leading-zero); position: absolute; top: 0; left: 0; font-family: "Jost", sans-serif; font-size: 11px; letter-spacing: .22em; color: var(--adp-gold-dark);
}
.adp-details__content h2::after, .adp-details__content h3::after, .adp-details__content h4::after { content: ""; position: absolute; top: 6px; left: 30px; width: 40px; height: 1px; background: var(--adp-gold); }
/* Mots forts surlignés */
.adp-details__content strong, .adp-details__content b { color: var(--adp-ink); font-weight: 600; background: linear-gradient(transparent 62%, rgba(176, 146, 91, .22) 62%); }
/* Listes en petites cartes */
.adp-details__content ul { list-style: none; padding: 0; margin: 1.2em 0 1.6em; display: grid; gap: 10px; }
.adp-details__content ul li { position: relative; background: #fff; border: 1px solid var(--adp-line); padding: 12px 16px 12px 44px; line-height: 1.6; }
.adp-details__content ul li::before { content: "\2726"; position: absolute; left: 16px; top: 12px; color: var(--adp-gold); font-size: 14px; }
.adp-details__content ol { padding-left: 1.2em; }
.adp-details__content ol li::marker { color: var(--adp-gold-dark); font-weight: 600; }
/* Citations */
.adp-details__content blockquote { margin: 1.6em 0; padding: 18px 24px; border-left: 2px solid var(--adp-gold); background: #fbf8f2; font-family: var(--adp-serif); font-size: 21px; font-style: italic; color: var(--adp-ink); }
.adp-details__content hr { border: 0; height: 1px; background: linear-gradient(90deg, var(--adp-gold), transparent); margin: 2em 0; }
.adp-details__content a { color: var(--adp-gold-dark); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 960px) {
	.adp-details { grid-template-columns: 1fr; gap: 28px; }
	.adp-details__card { position: static; }
}
@media (max-width: 640px) {
	.adp-details__content { font-size: 15px; }
	.adp-details__content > p:first-of-type { font-size: 16.5px; }
	.adp-details__content h2 { font-size: 25px; } .adp-details__content h3 { font-size: 21px; }
}
