/*
Theme Name: Delicha Pizza
Template: astra
Author: ARGUS
Description: Child theme d'Astra. Design system editorial « 180°C en plein jour » (projet Refonte Design Sites VDL). Palette et typo pilotees par les variables --dlch-* du bloc :root.
Version: 1.0.0
Text Domain: astra-child
*/

/* ============================================================
   1. POLICES (servies en local, aucun CDN)
   ============================================================ */
@font-face{font-family:'Newsreader';font-style:italic;font-weight:300 700;font-display:swap;src:url(fonts/newsreader-italic-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Newsreader';font-style:italic;font-weight:300 700;font-display:swap;src:url(fonts/newsreader-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:300 700;font-display:swap;src:url(fonts/newsreader-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:300 700;font-display:swap;src:url(fonts/newsreader-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Oswald';font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/oswald-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Oswald';font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/oswald-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* ============================================================
   2. DESIGN SYSTEM — tokens (le seul endroit a decliner par site)
   ============================================================ */
:root {
	--dlch-paper:    #FFFFFF;
	--dlch-paper-2:  #F8F5F2;
	--dlch-ink:      #14110E;
	--dlch-soft:     #5F564E;
	--dlch-faint:    #9A9086;
	--dlch-rule:     #E6E0DA;
	--dlch-rule-2:   #F0EBE6;
	--dlch-accent:   #F59A2E;  /* orange vif : aplats, boutons, puces */
	--dlch-accent-d: #E08616;  /* orange soutenu : survol */
	--dlch-ember:    #B4400C;  /* orange brule : textes colores, liens */
	--dlch-overlay:  8, 6, 4;  /* base rgb de l'overlay du hero */

	--dlch-disp:  'Oswald', Impact, 'Haettenschweiler', 'Arial Narrow', sans-serif;
	--dlch-serif: 'Newsreader', Georgia, 'Times New Roman', serif;

	--dlch-wrap: 1280px;
	--dlch-pad:  40px;
	--dlch-r:    3px;
}

/* ============================================================
   3. BASE + DOMPTAGE D'ASTRA
   ============================================================ */
html,
body,
.site,
#page,
#content,
.ast-container,
.site-content {
	background-color: var(--dlch-paper);
}

body {
	font-family: var(--dlch-serif);
	font-size: 17px;
	line-height: 1.6;
	color: var(--dlch-ink);
	-webkit-font-smoothing: antialiased;
}

/* Astra bride le body des single a 700px et le passe en blanc : on debride. */
body.single,
body.archive,
body.category,
body.home {
	max-width: none;
}

.dlch-home #content > .ast-container,
.dlch-single-page #content > .ast-container,
.dlch-archive-page #content > .ast-container {
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.dlch-home #primary,
.dlch-single-page #primary,
.dlch-archive-page #primary {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.dlch-home #secondary,
.dlch-single-page #secondary,
.dlch-archive-page #secondary {
	display: none;
}

/* Astra ajoute des cartes « boxed » : on les aplatit. */
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
	background: transparent;
	box-shadow: none;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-wrap: balance;
}

a {
	color: inherit;
	text-decoration: none;
}

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

:focus-visible {
	outline: 3px solid var(--dlch-ember);
	outline-offset: 3px;
}

/* ============================================================
   4. PRIMITIVES
   ============================================================ */
.dlch-wrap {
	max-width: var(--dlch-wrap);
	margin: 0 auto;
	padding: 0 var(--dlch-pad);
}

.dlch-narrow { max-width: 1140px; }

.dlch-block   { padding: 78px 0; }
.dlch-block-t { padding-top: 0; }

.dlch-kicker {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--dlch-ember);
}

.dlch-meta {
	font-family: var(--dlch-disp);
	font-weight: 400;
	font-size: 12.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--dlch-faint);
}

.dlch-eyebrow {
	font-family: var(--dlch-disp);
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.dlch-arrow {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .14em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border-bottom: 2px solid var(--dlch-ink);
	padding-bottom: 3px;
	transition: color .18s, border-color .18s;
}
.dlch-arrow:hover { color: var(--dlch-ember); border-color: var(--dlch-ember); }

/* Label de section : titre condense + filet qui remplit la ligne */
.dlch-slabel {
	display: flex;
	align-items: baseline;
	gap: 22px;
	margin-bottom: 34px;
}
.dlch-slabel h2 {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: clamp(1.7rem, 3.4vw, 2.5rem);
	letter-spacing: -.005em;
	text-transform: uppercase;
	line-height: 1;
}
.dlch-slabel .dlch-fill { flex: 1; height: 2px; background: var(--dlch-ink); opacity: .14; }
.dlch-slabel .dlch-more { flex-shrink: 0; }

.dlch-ph {
	overflow: hidden;
	background: var(--dlch-paper-2);
	border-radius: var(--dlch-r);
}
.dlch-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }

.dlch-dot { width: 3px; height: 3px; background: var(--dlch-faint); border-radius: 50%; flex: none; }

/* ============================================================
   5. HEADER (logo a gauche, nav a droite — desktop uniquement)
   ============================================================ */
@media (min-width: 922px) {
	.site-header,
	.ast-primary-header-bar,
	.site-primary-header-wrap {
		background: var(--dlch-paper) !important;
		border-bottom: 2px solid var(--dlch-ink) !important;
		box-shadow: none !important;
	}
	.ast-primary-header-bar .site-title,
	.ast-primary-header-bar .site-title a {
		font-family: var(--dlch-disp) !important;
		font-weight: 700 !important;
		font-size: clamp(1.5rem, 2.6vw, 2rem) !important;
		letter-spacing: .02em;
		text-transform: uppercase;
		line-height: 1;
		color: var(--dlch-ink) !important;
	}
	.ast-primary-header-bar .main-header-menu > li > a {
		font-family: var(--dlch-disp) !important;
		font-weight: 500 !important;
		font-size: 14px !important;
		letter-spacing: .13em;
		text-transform: uppercase;
		color: var(--dlch-ink) !important;
		border-bottom: 2px solid transparent;
	}
	.ast-primary-header-bar .main-header-menu > li:hover > a,
	.ast-primary-header-bar .main-header-menu > li.current-menu-item > a {
		border-bottom-color: var(--dlch-accent);
		color: var(--dlch-ink) !important;
	}
}

/* Bouton du header : Astra lui impose un radius de 100px et la police Inter. */
.ast-custom-button {
	border-radius: 0 !important;
	background-color: var(--dlch-ink) !important;
	color: #fff !important;
	font-family: var(--dlch-disp) !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: .13em !important;
	text-transform: uppercase !important;
	padding: 13px 26px !important;
	border: 0 !important;
	line-height: 1.2 !important;
}
.ast-custom-button-link:hover .ast-custom-button {
	background-color: var(--dlch-ember) !important;
	color: #fff !important;
}

/* ============================================================
   6. FOOTER (bandes sombres)
   ============================================================ */
.site-above-footer-wrap,
.site-primary-footer-wrap,
.site-below-footer-wrap {
	background: var(--dlch-ink) !important;
	border: 0 !important;
}
.site-above-footer-wrap,
.site-above-footer-wrap p,
.site-primary-footer-wrap,
.site-primary-footer-wrap p,
.site-below-footer-wrap,
.site-below-footer-wrap p {
	color: rgba(255, 255, 255, .68) !important;
	font-size: 15px;
	line-height: 1.62;
}
.site-above-footer-wrap a,
.site-primary-footer-wrap a,
.site-below-footer-wrap a {
	color: rgba(255, 255, 255, .88) !important;
}
.site-above-footer-wrap a:hover,
.site-primary-footer-wrap a:hover,
.site-below-footer-wrap a:hover {
	color: var(--dlch-accent) !important;
}
.site-footer .widget-title,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer strong {
	font-family: var(--dlch-disp) !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .55) !important;
}
.site-footer .widget ul li { border: 0; margin-bottom: 11px; }

/* ============================================================
   7. HOME
   ============================================================ */
.dlch-hero {
	position: relative;
	min-height: min(82vh, 720px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--dlch-ink);
}
.dlch-hero-bg { position: absolute; inset: 0; }
.dlch-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.72) brightness(.86);
}
.dlch-hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(var(--dlch-overlay), .93) 0%,
		rgba(var(--dlch-overlay), .76) 38%,
		rgba(var(--dlch-overlay), .42) 72%,
		rgba(var(--dlch-overlay), .26) 100%
	);
}
.dlch-hero-in {
	position: relative;
	width: 100%;
	max-width: var(--dlch-wrap);
	margin: 0 auto;
	padding: 0 var(--dlch-pad) 64px;
	color: #fff;
}
.dlch-hero .dlch-eyebrow {
	color: #fff;
	display: block;
	margin-bottom: 20px;
	border-left: 3px solid var(--dlch-accent);
	padding-left: 12px;
}
.dlch-hero h1 {
	font-family: var(--dlch-disp);
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(2.9rem, 8.4vw, 6.4rem);
	line-height: .9;
	letter-spacing: -.012em;
	max-width: 15ch;
	margin-bottom: 24px;
	text-shadow: 0 2px 30px rgba(0, 0, 0, .35);
	color: #fff;
}
.dlch-hero h1 em { font-style: normal; color: var(--dlch-accent); }
.dlch-hero .dlch-lede {
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
	line-height: 1.55;
	max-width: 56ch;
	color: rgba(255, 255, 255, .9);
	margin: 0 0 34px;
}
.dlch-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.dlch-btn {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 15px 30px;
	transition: background .18s, color .18s, border-color .18s;
}
.dlch-btn-solid { background: var(--dlch-accent); color: var(--dlch-ink); }
.dlch-btn-solid:hover { background: #fff; color: var(--dlch-ink); }
.dlch-btn-ghost { border: 2px solid rgba(255, 255, 255, .65); color: #fff; }
.dlch-btn-ghost:hover { background: #fff; color: var(--dlch-ink); border-color: #fff; }

/* Nos univers */
.dlch-univers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.dlch-uni { display: block; }
.dlch-uni .dlch-ph { position: relative; aspect-ratio: 4/5; margin-bottom: 18px; }
.dlch-uni:hover .dlch-ph img { transform: scale(1.04); }
.dlch-uni .dlch-num {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--dlch-accent);
	color: var(--dlch-ink);
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	padding: 7px 14px;
}
.dlch-uni h3 {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 1.55rem;
	text-transform: uppercase;
	line-height: 1.05;
	margin-bottom: 8px;
}
.dlch-uni p { color: var(--dlch-soft); font-size: 16px; line-height: 1.5; margin: 0 0 12px; }
.dlch-uni .dlch-go {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--dlch-ember);
}

/* Derniers articles + Les plus lus */
.dlch-magrow { display: grid; grid-template-columns: 1.72fr 1fr; gap: 66px; align-items: start; }
.dlch-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 34px; }
.dlch-card .dlch-ph { aspect-ratio: 3/2; margin-bottom: 14px; }
.dlch-card:hover .dlch-ph img { transform: scale(1.04); }
.dlch-card .dlch-top { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; flex-wrap: wrap; }
.dlch-card h3 {
	font-family: var(--dlch-serif);
	font-weight: 600;
	font-size: 1.16rem;
	line-height: 1.28;
	transition: color .18s;
}
.dlch-card:hover h3 { color: var(--dlch-ember); }
.dlch-morelink { margin-top: 44px; }

.dlch-popular { border-top: 2px solid var(--dlch-ink); padding-top: 22px; position: sticky; top: 24px; }
.dlch-popular h2 {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 1.45rem;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.dlch-popular .dlch-note {
	font-size: 14px;
	color: var(--dlch-soft);
	font-style: italic;
	margin: 0 0 22px;
}
.dlch-plist { list-style: none; margin: 0; padding: 0; }
.dlch-plist li { border-bottom: 1px solid var(--dlch-rule); }
.dlch-plist li:last-child { border-bottom: 0; }
.dlch-plist a { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 16px 0; }
.dlch-plist .dlch-n {
	font-family: var(--dlch-disp);
	font-weight: 700;
	font-size: 2rem;
	line-height: .9;
	color: var(--dlch-accent);
	font-variant-numeric: tabular-nums;
}
.dlch-plist h3 {
	font-family: var(--dlch-serif);
	font-weight: 500;
	font-size: 1.03rem;
	line-height: 1.32;
	transition: color .18s;
}
.dlch-plist a:hover h3,
.dlch-plist a:hover .dlch-n { color: var(--dlch-ember); }

/* Bandeau « La pizza du mois » (aplat orange) */
.dlch-feature-band { background: var(--dlch-accent); color: var(--dlch-ink); padding: 74px 0; }
.dlch-feature-band .dlch-slabel h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
.dlch-feature-band .dlch-slabel .dlch-fill { background: var(--dlch-ink); opacity: .28; }
.dlch-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.dlch-feature .dlch-ph { aspect-ratio: 4/3; background: var(--dlch-accent-d); }
.dlch-feature h3 {
	font-family: var(--dlch-serif);
	font-weight: 600;
	font-size: clamp(1.6rem, 2.9vw, 2.15rem);
	line-height: 1.16;
	margin: 14px 0 16px;
}
.dlch-feature .dlch-lede { font-size: 1.05rem; line-height: 1.6; margin: 0 0 22px; max-width: 46ch; }
.dlch-feature-band .dlch-kicker { color: var(--dlch-ink); opacity: .72; }
.dlch-feature-band .dlch-meta { color: rgba(20, 17, 14, .6); }
.dlch-feature-band .dlch-arrow { border-color: var(--dlch-ink); }
.dlch-feature-band .dlch-arrow:hover { color: #fff; border-color: #fff; }

/* Bandeau « A propos » (aplat encre) */
.dlch-about { background: var(--dlch-ink); color: #fff; padding: 86px 0; }
.dlch-about-in { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.dlch-about .dlch-eyebrow { color: var(--dlch-accent); display: block; margin-bottom: 18px; }
.dlch-about h2 {
	font-family: var(--dlch-disp);
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.9rem, 4vw, 3rem);
	line-height: 1;
	margin-bottom: 22px;
	color: #fff;
}
.dlch-about p {
	color: rgba(255, 255, 255, .78);
	font-size: 1.06rem;
	line-height: 1.68;
	margin: 0 0 16px;
	max-width: 52ch;
}
.dlch-about .dlch-sig {
	font-family: var(--dlch-disp);
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--dlch-accent);
	margin-top: 26px;
}
.dlch-about .dlch-ph { aspect-ratio: 1/1; }

/* ============================================================
   8. ARTICLE
   ============================================================ */
.dlch-crumb {
	padding: 22px 0 0;
	font-family: var(--dlch-disp);
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--dlch-faint);
}
.dlch-crumb a:hover { color: var(--dlch-ember); }

.dlch-art-head { max-width: 840px; margin: 0 auto; text-align: center; padding: 40px 0 34px; }
.dlch-art-head .dlch-kicker {
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--dlch-accent);
	padding-bottom: 5px;
}
.dlch-art-head h1 {
	font-family: var(--dlch-serif);
	font-weight: 600;
	font-size: clamp(2rem, 4.4vw, 3.3rem);
	line-height: 1.12;
	letter-spacing: -.012em;
	margin-bottom: 22px;
}
.dlch-stand {
	font-family: var(--dlch-serif);
	font-style: italic;
	font-size: clamp(1.1rem, 1.7vw, 1.32rem);
	line-height: 1.55;
	color: var(--dlch-soft);
	max-width: 62ch;
	margin: 0 auto 26px;
}
.dlch-byline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-top: 1px solid var(--dlch-rule);
	border-bottom: 1px solid var(--dlch-rule);
	padding: 14px 0;
	max-width: 420px;
	margin: 0 auto;
}
.dlch-byline .dlch-sep { width: 3px; height: 3px; background: var(--dlch-accent); border-radius: 50%; }

.dlch-feat { margin: 0 0 62px; border-radius: var(--dlch-r); overflow: hidden; }
.dlch-feat img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.dlch-art-cols {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 70px;
	align-items: start;
	padding-bottom: 80px;
}

.dlch-prose { font-size: 1.14rem; line-height: 1.78; max-width: 68ch; }
.dlch-prose > p { margin: 0 0 1.35em; }
.dlch-prose > p:first-of-type::first-letter {
	float: left;
	font-family: var(--dlch-disp);
	font-weight: 700;
	font-size: 3.9em;
	line-height: .78;
	padding: .06em .12em 0 0;
	color: var(--dlch-ember);
}
.dlch-prose h2 {
	font-family: var(--dlch-disp);
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.4rem, 2.6vw, 1.95rem);
	line-height: 1.08;
	margin: 2.2em 0 .7em;
	padding-top: .55em;
	border-top: 2px solid var(--dlch-ink);
}
.dlch-prose h3 {
	font-family: var(--dlch-serif);
	font-weight: 600;
	font-size: 1.28rem;
	line-height: 1.3;
	margin: 1.9em 0 .5em;
}
.dlch-prose h4 {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 1.6em 0 .45em;
}
.dlch-prose ul,
.dlch-prose ol { margin: 0 0 1.35em; padding-left: 0; list-style: none; }
.dlch-prose ul li { position: relative; padding-left: 26px; margin-bottom: .5em; }
.dlch-prose ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: .62em;
	width: 7px;
	height: 7px;
	background: var(--dlch-accent);
}
.dlch-prose ol { counter-reset: dlchst; }
.dlch-prose ol li { position: relative; padding-left: 44px; margin-bottom: .7em; counter-increment: dlchst; }
.dlch-prose ol li::before {
	content: counter(dlchst, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: .05em;
	font-family: var(--dlch-disp);
	font-weight: 700;
	font-size: 1.05em;
	color: var(--dlch-ember);
}
.dlch-prose a {
	color: var(--dlch-ember);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
.dlch-prose a:hover { background: var(--dlch-accent); color: var(--dlch-ink); text-decoration: none; }
.dlch-prose blockquote {
	margin: 1.8em 0;
	padding: 4px 0 4px 26px;
	border-left: 4px solid var(--dlch-accent);
	font-style: italic;
	font-size: 1.24rem;
	line-height: 1.5;
	color: var(--dlch-soft);
}
.dlch-prose strong { font-weight: 600; }
.dlch-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.6em; font-size: .98rem; }
.dlch-prose th,
.dlch-prose td { border-bottom: 1px solid var(--dlch-rule); padding: 11px 12px; text-align: left; }
.dlch-prose th {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-bottom: 2px solid var(--dlch-ink);
}
.dlch-prose figure { margin: 1.8em 0; }
.dlch-prose img { border-radius: var(--dlch-r); }

/* Rail droit */
.dlch-rail { position: sticky; top: 26px; display: flex; flex-direction: column; gap: 40px; }
.dlch-railbox { border-top: 2px solid var(--dlch-ink); padding-top: 18px; }
.dlch-toc { display: none; } /* revele par le JS s'il y a au moins 2 H2 */
.dlch-railt {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.dlch-toclist { list-style: none; margin: 0; padding: 0; counter-reset: dlchtoc; }
.dlch-toclist li {
	margin-bottom: 12px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 11px;
	counter-increment: dlchtoc;
}
.dlch-toclist li::before {
	content: counter(dlchtoc, decimal-leading-zero);
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12px;
	color: var(--dlch-accent);
	padding-top: 3px;
	font-variant-numeric: tabular-nums;
}
.dlch-toclist a { font-size: 15.5px; line-height: 1.35; border-bottom: 1px solid transparent; }
.dlch-toclist a:hover { color: var(--dlch-ember); border-color: var(--dlch-ember); }

.dlch-rlist { list-style: none; margin: 0; padding: 0; }
.dlch-rlist li { border-bottom: 1px solid var(--dlch-rule); }
.dlch-rlist li:last-child { border-bottom: 0; }
.dlch-rlist a { display: grid; grid-template-columns: 68px 1fr; gap: 14px; align-items: center; padding: 13px 0; }
.dlch-rlist .dlch-ph { width: 68px; height: 68px; }
.dlch-rlist-t {
	display: block;
	font-family: var(--dlch-serif);
	font-weight: 500;
	font-size: .96rem;
	line-height: 1.28;
	margin: 0;
}
.dlch-rlist a:hover .dlch-rlist-t { color: var(--dlch-ember); }

/* ============================================================
   9. CATEGORIE
   ============================================================ */
.dlch-cat-hero {
	background: var(--dlch-paper-2);
	border-bottom: 1px solid var(--dlch-rule);
	padding: 62px 0 56px;
	text-align: center;
}
.dlch-cat-hero .dlch-kicker {
	display: inline-block;
	margin-bottom: 18px;
	border-bottom: 2px solid var(--dlch-accent);
	padding-bottom: 5px;
}
.dlch-cat-hero h1 {
	font-family: var(--dlch-disp);
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(2.6rem, 7vw, 5rem);
	line-height: .94;
	letter-spacing: -.014em;
	margin-bottom: 20px;
}
.dlch-cat-desc {
	font-family: var(--dlch-serif);
	font-size: clamp(1.06rem, 1.6vw, 1.24rem);
	line-height: 1.6;
	color: var(--dlch-soft);
	max-width: 60ch;
	margin: 0 auto 24px;
}
.dlch-count {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
	background: var(--dlch-ink);
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
}

.dlch-stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 36px; padding: 64px 0 20px; }
.dlch-story .dlch-ph { aspect-ratio: 3/2; margin-bottom: 15px; }
.dlch-story:hover .dlch-ph img { transform: scale(1.04); }
.dlch-story .dlch-top { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; flex-wrap: wrap; }
.dlch-story h2 {
	font-family: var(--dlch-serif);
	font-weight: 600;
	font-size: 1.28rem;
	line-height: 1.26;
	margin-bottom: 9px;
	transition: color .18s;
}
.dlch-story:hover h2 { color: var(--dlch-ember); }
.dlch-story .dlch-ex { color: var(--dlch-soft); font-size: 16px; line-height: 1.55; margin: 0 0 12px; }
.dlch-story .dlch-rl {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--dlch-ember);
}
.dlch-empty { padding: 60px 0; color: var(--dlch-soft); }

/* Pagination */
.dlch-archive-page .ast-pagination,
.dlch-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 44px 0 90px;
	border-top: 2px solid var(--dlch-ink);
	margin-top: 40px;
}
.dlch-pager .page-numbers,
.dlch-archive-page .ast-pagination .page-numbers {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .06em;
	min-width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--dlch-rule);
	color: var(--dlch-ink);
	font-variant-numeric: tabular-nums;
	background: transparent;
}
.dlch-pager a.page-numbers:hover { border-color: var(--dlch-ink); }
.dlch-pager .page-numbers.current {
	background: var(--dlch-ink);
	color: #fff;
	border-color: var(--dlch-ink);
}
.dlch-pager .page-numbers.dots { border: 0; color: var(--dlch-faint); }

/* ============================================================
   10. YARPP (articles similaires, rendu par yarpp-template-dlch.php)
   ============================================================ */
.dlch-yarpp { border-top: 2px solid var(--dlch-ink); padding: 44px 0 0; margin-top: 56px; }
/* Libelle de section et titres de cartes : des <p>, pas des Hn (outline SEO propre).
   Les tailles reprennent exactement celles des anciens h2 / h3. */
.dlch-yarpp-t {
	font-family: var(--dlch-disp);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .01em;
	text-transform: uppercase;
	margin: 0 0 28px;
	color: var(--dlch-ink);
}
.dlch-ygrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dlch-ycard .dlch-ph { aspect-ratio: 3/2; margin-bottom: 13px; }
.dlch-ycard:hover .dlch-ph img { transform: scale(1.04); }
.dlch-ycard .dlch-top { display: flex; gap: 9px; align-items: center; margin-bottom: 8px; }
.dlch-ycard-t {
	display: block;
	font-family: var(--dlch-serif);
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.28;
	margin: 0;
	transition: color .18s;
	color: var(--dlch-ink);
}
.dlch-ycard:hover .dlch-ycard-t { color: var(--dlch-ember); }

/* Repli : si YARPP sert son rendu par defaut (liste), on le rend presentable. */
.yarpp-related > p:first-child { display: none; }
.yarpp-related ol { list-style: none; margin: 0; padding: 0; }
.yarpp-related ol li { border-bottom: 1px solid var(--dlch-rule-2); padding: 13px 0; }
.yarpp-related ol li a { font-family: var(--dlch-serif); font-size: 1.1rem; }
.yarpp-related ol li a:hover { color: var(--dlch-ember); }

/* ============================================================
   11. RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
	.dlch-magrow { grid-template-columns: 1fr; gap: 56px; }
	.dlch-popular { position: static; }
	.dlch-art-cols { grid-template-columns: 1fr; gap: 52px; }
	.dlch-rail { position: static; flex-direction: row; flex-wrap: wrap; gap: 40px; }
	.dlch-railbox { flex: 1; min-width: 280px; }
}

@media (max-width: 1000px) {
	.dlch-stories { grid-template-columns: 1fr 1fr; gap: 44px 30px; }
}

@media (max-width: 860px) {
	:root { --dlch-pad: 24px; }
	.dlch-univers { grid-template-columns: 1fr; gap: 30px; }
	.dlch-uni .dlch-ph { aspect-ratio: 16/9; }
	.dlch-feature,
	.dlch-about-in { grid-template-columns: 1fr; gap: 32px; }
	.dlch-about .dlch-ph { aspect-ratio: 16/9; }
	.dlch-ygrid { grid-template-columns: 1fr; gap: 28px; }
	.dlch-block { padding: 52px 0; }
	.dlch-prose > p:first-of-type::first-letter { font-size: 3.2em; }
}

@media (max-width: 600px) {
	.dlch-cards,
	.dlch-stories { grid-template-columns: 1fr; gap: 30px; }
	.dlch-slabel { gap: 14px; flex-wrap: wrap; }
	.dlch-slabel .dlch-more { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; animation: none !important; }
}
