/*
Theme Name: RoboActu V2
Theme URI: https://www.roboactu.fr/
Author: RoboActu
Description: Thème éditorial desktop-led responsive pour RoboActu et le Robodex.
Version: 0.9.6
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: roboactu-v2
*/

:root {
	--ra-ink: #111315;
	--ra-muted: #5f666d;
	--ra-paper: #ffffff;
	--ra-soft: #f5f5f4;
	--ra-line: #d7d7d5;
	--ra-accent: #df1f26;
	--ra-accent-dark: #b5161d;
	--ra-signal: #007f73;
	--ra-yellow: #f1c84b;
	--ra-container: 1720px;
	--ra-reading: 740px;
	--ra-radius: 2px;
	--ra-shadow: 0 12px 32px rgba(17, 19, 21, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ra-paper);
	color: var(--ra-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ra-accent); }
button, input, select { font: inherit; }
button, .button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 48px), var(--ra-container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; background: var(--ra-ink); color: #fff; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 8px; color: var(--ra-accent); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; padding: 0 0 8px 12px; border-bottom: 1px solid var(--ra-line); border-left: 5px solid var(--ra-accent); }
.section-heading h2 { margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1rem; font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; text-transform: uppercase; }
.section-heading h2 small { margin-left: 6px; font-size: 0.72rem; font-weight: 700; text-transform: none; }
.section-heading a { color: var(--ra-accent); font-size: 0.75rem; font-weight: 850; text-decoration: none; }
.site-main { min-height: 55vh; }

/* Fluent Forms inherits the V2 editorial system on contact utility pages. */
.standard-page-content .fluentform { max-width: 780px; margin-top: 32px; }
.standard-page-content .fluentform .ff-el-group { margin-bottom: 20px; }
.standard-page-content .fluentform .ff-el-input--label label { color: var(--ra-ink); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.01em; }
.standard-page-content .fluentform .ff-el-form-control { min-height: 48px; border: 1px solid var(--ra-line); border-radius: 0; padding: 11px 13px; background: #fff; color: var(--ra-ink); box-shadow: none; }
.standard-page-content .fluentform textarea.ff-el-form-control { min-height: 180px; resize: vertical; }
.standard-page-content .fluentform .ff-el-form-control:focus { border-color: var(--ra-accent); box-shadow: 0 0 0 2px rgba(223, 31, 38, 0.12); }
.standard-page-content .fluentform .ff-btn-submit { min-height: 46px; border: 1px solid var(--ra-accent); border-radius: 0; padding: 10px 18px; background: var(--ra-accent); color: #fff; font-weight: 850; opacity: 1; }
.standard-page-content .fluentform .ff-btn-submit:hover { border-color: var(--ra-accent-dark); background: var(--ra-accent-dark); }
.standard-page-content .fluentform .ff-el-is-error .ff-el-form-control { border-color: var(--ra-accent); }
.standard-page-content .fluentform .text-danger, .standard-page-content .fluentform .error { color: var(--ra-accent); }
.standard-page-content .fluentform .ff_t_c { color: var(--ra-muted); font-size: 0.76rem; line-height: 1.45; }
.standard-page-content .fluentform .ff-message-success { border: 1px solid var(--ra-signal); padding: 18px; box-shadow: none; }

/* Cookie Notice: consent and refusal must remain equally accessible. */
#cookie-notice #cn-notice-buttons { display: inline-flex; flex-wrap: wrap; gap: 8px; }
#cookie-notice #cn-accept-cookie, #cookie-notice #cn-refuse-cookie, #cookie-notice #cn-more-info { margin: 0; }
#cookie-notice #cn-refuse-cookie, #cookie-notice #cn-more-info { border: 1px solid currentColor; background: transparent !important; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--ra-line); background: rgba(255, 255, 255, 0.98); }
.masthead { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; min-height: 68px; gap: clamp(24px, 3vw, 52px); }
.site-brand { color: var(--ra-ink); font-size: clamp(1.9rem, 2.3vw, 2.55rem); font-weight: 950; line-height: 0.9; letter-spacing: -0.065em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-brand span { color: var(--ra-accent); }
.newsletter-link, .button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 15px;
	border: 1px solid var(--ra-accent); border-radius: 0; background: var(--ra-accent); color: #fff;
	font-weight: 800; line-height: 1.2; text-decoration: none;
}
.newsletter-link:hover, .button:hover { background: var(--ra-accent-dark); color: #fff; }

.matomo-optout {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid var(--ra-line);
	background: var(--ra-soft);
}

.matomo-optout p { margin: 0 0 14px; }
.matomo-optout .button { border: 0; }

#cookie-notice #cn-close-notice { display: none; }
.menu-toggle { display: none; align-items: center; gap: 9px; min-height: 42px; border: 1px solid var(--ra-line); border-radius: 999px; padding: 8px 12px 8px 15px; background: #fff; color: var(--ra-ink); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.menu-toggle svg, .menu-close svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.mobile-menu-panel, .mobile-menu-actions { display: contents; }
.mobile-menu-header, .mobile-menu-intro, .mobile-menu-social { display: none; }
.navigation-band { display: grid; grid-template-columns: minmax(0, 1fr) clamp(150px, 13vw, 205px) auto; align-items: center; gap: clamp(14px, 1.6vw, 28px); min-width: 0; }
.primary-nav { min-width: 0; }
.primary-nav ul { display: flex; align-items: center; justify-content: space-between; gap: clamp(10px, 1.4vw, 24px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: 24px 0; color: var(--ra-ink); font-size: clamp(0.64rem, 0.68vw, 0.76rem); font-weight: 850; line-height: 1; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--ra-accent); }
.header-search { position: relative; display: flex; justify-self: end; width: 100%; border: 1px solid var(--ra-line); }
.header-search label { flex: 1; }
.header-search input { width: 100%; min-height: 36px; border: 0; padding: 7px 10px; background: #fff; color: var(--ra-ink); font-size: 0.8rem; }
.header-search button { display: grid; min-width: 38px; min-height: 36px; place-items: center; border: 0; padding: 7px; background: #fff; color: var(--ra-ink); }
.header-search svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.instant-search-results { position: absolute; z-index: 90; top: calc(100% + 8px); right: 0; width: min(440px, 82vw); border: 1px solid var(--ra-line); background: #fff; box-shadow: 0 18px 45px rgba(15, 20, 23, 0.16); }
.instant-search-results[hidden] { display: none; }
.instant-search-heading { margin: 0; padding: 10px 13px 6px; color: var(--ra-muted); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.instant-search-item { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 54px; border-top: 1px solid var(--ra-line); padding: 7px 12px; color: var(--ra-ink); text-decoration: none; }
.instant-search-item:first-of-type { border-top: 0; }
.instant-search-item:hover, .instant-search-item.is-active { background: #f3f3f0; }
.instant-search-item img, .instant-search-thumb { width: 38px; height: 38px; background: #e7e7e2; object-fit: cover; }
.instant-search-item strong { overflow: hidden; font-size: 0.75rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.instant-search-item small { color: var(--ra-muted); font-size: 0.58rem; font-weight: 800; text-transform: uppercase; }
.instant-search-all, .instant-search-message { display: block; margin: 0; border-top: 1px solid var(--ra-line); padding: 11px 13px; color: var(--ra-ink); font-size: 0.68rem; font-weight: 850; text-decoration: none; }
.instant-search-all { color: var(--ra-accent); }
.navigation-band .newsletter-link { min-height: 38px; padding-inline: 18px; font-size: 0.75rem; text-transform: uppercase; white-space: nowrap; }
.navigation-band .newsletter-link span { margin-left: 12px; }

.home-intro { padding: 28px 0 18px; }
.home-intro h1 { max-width: 760px; margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(2.75rem, 4.1vw, 4.6rem); font-weight: 900; line-height: 0.96; letter-spacing: -0.055em; }
.home-intro h1::after { display: block; width: 38px; height: 4px; margin-top: 12px; background: var(--ra-accent); content: ""; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1.05fr) minmax(270px, 0.94fr); gap: 18px; padding-bottom: 12px; }
.secondary-stack { display: grid; gap: 18px; align-content: start; padding-inline: 0 2px; }
.briefing-rail { border: 1px solid var(--ra-line); padding: 0 16px; }
.briefing-rail > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; border-bottom: 1px solid var(--ra-line); }
.briefing-rail h2 { margin: 0; font-size: 0.95rem; font-weight: 900; text-transform: uppercase; }
.briefing-rail > header a { color: var(--ra-accent); font-size: 0.7rem; font-weight: 850; text-decoration: none; }
.briefing-list { margin: 0; padding: 0; list-style: none; }
.briefing-list li { padding: 12px 0; border-bottom: 1px solid var(--ra-line); }
.briefing-list li:last-child { border-bottom: 0; }
.briefing-list a { display: block; margin-top: 5px; font-size: clamp(0.78rem, 0.9vw, 0.92rem); font-weight: 750; line-height: 1.2; text-decoration: none; }
.briefing-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--ra-accent); font-size: 0.65rem; font-weight: 850; text-transform: uppercase; }

.article-card { min-width: 0; }
.article-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 0; background: var(--ra-soft); }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.article-card:hover .article-card-media img { transform: scale(1.02); }
.article-card--lead .article-card-media, .article-card--archive-lead .article-card-media, .article-card--dossier-lead .article-card-media { aspect-ratio: 1.92 / 1; }
.secondary-stack .article-card-media { aspect-ratio: 1.92 / 1; }
.lead-flag { position: absolute; top: 10px; left: 0; z-index: 2; padding: 5px 9px; background: var(--ra-accent); color: #fff; font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.article-card-body { padding-top: 9px; }
.article-card h2, .article-card h3 { margin: 5px 0 6px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 850; line-height: 1.12; letter-spacing: -0.025em; }
.article-card h2 { font-size: clamp(1.05rem, 1.5vw, 1.38rem); }
.article-card h3 { font-size: 0.95rem; }
.article-card--lead h2, .article-card--archive-lead h2, .article-card--dossier-lead h2 { max-width: 95%; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.5vw, 2.4rem); font-weight: 700; line-height: 1.06; letter-spacing: -0.025em; }
.article-card a { text-decoration: none; }
.article-card-meta { display: flex; flex-wrap: wrap; gap: 7px 12px; color: var(--ra-muted); font-size: 0.67rem; font-weight: 700; }
.article-card-meta span { color: var(--ra-accent); font-weight: 850; text-transform: uppercase; }
.article-card-excerpt { margin: 7px 0 0; color: var(--ra-ink); font-size: 0.82rem; line-height: 1.45; }
.article-card--compact .article-card-excerpt { color: var(--ra-muted); font-size: 0.76rem; line-height: 1.38; }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; padding: 20px; background: var(--ra-ink); color: #fff; font-weight: 850; text-align: center; }

.content-band { padding: 54px 0; }
.content-band--soft { background: var(--ra-soft); }
.home-data-band, .home-latest-band { padding: 0; }
.home-data-band .container, .home-latest-band .container { padding-block: 10px 12px; border-top: 1px solid var(--ra-line); }
.latest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.latest-grid .article-card { display: grid; grid-template-columns: minmax(110px, 1.05fr) minmax(0, 0.95fr); gap: 12px; padding: 0 14px; border-right: 1px solid var(--ra-line); }
.latest-grid .article-card:first-child { padding-left: 0; }
.latest-grid .article-card:last-child { padding-right: 0; border-right: 0; }
.latest-grid .article-card-media { aspect-ratio: 4 / 3; }
.latest-grid .article-card-body { padding-top: 0; }
.latest-grid .article-card h3 { font-size: clamp(0.78rem, 0.9vw, 0.94rem); }
.newsletter-band { border-block: 1px solid var(--ra-line); background: var(--ra-yellow); }
.newsletter-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr); gap: 48px; align-items: center; padding-block: 42px; }
.newsletter-inner h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.05; }
.newsletter-inner p { margin: 8px 0 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.newsletter-form input { min-width: 0; min-height: 48px; border: 1px solid var(--ra-ink); border-radius: var(--ra-radius); padding: 10px 12px; background: #fff; }
.newsletter-legal { grid-column: 1 / -1; margin: 0; font-size: 0.72rem; }
.newsletter-status { display: none; grid-column: 1 / -1; margin: 0; font-size: 0.76rem; font-weight: 750; }
.newsletter-status:not(:empty) { display: block; }
.newsletter-status.is-success { color: #14713e; }
.newsletter-status.is-error { color: #a82121; }
.newsletter-form.is-pending button { cursor: progress; opacity: 0.62; }
.home-curation-band { padding: 46px 0 18px; }
.home-curation-grid { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(300px, 0.85fr); gap: clamp(34px, 4vw, 68px); align-items: start; }
.home-dossier-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr); gap: clamp(24px, 2.4vw, 42px); }
.home-dossier .article-card--standard h3 { margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.08; }
.home-dossier .article-card--standard .article-card-excerpt { max-width: 700px; font-size: 0.9rem; }
.dossier-reading-list, .popular-list { margin: 0; padding: 0; list-style: none; }
.dossier-reading-list li, .popular-list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-top: 1px solid var(--ra-line); }
.dossier-reading-list li:first-child, .popular-list li:first-child { padding-top: 0; border-top: 0; }
.dossier-reading-list li > span, .popular-list li > span { color: var(--ra-accent); font-size: 0.75rem; font-weight: 900; }
.dossier-reading-list p, .popular-list p { margin: 0 0 4px; color: var(--ra-accent); font-size: 0.64rem; font-weight: 850; text-transform: uppercase; }
.dossier-reading-list h3, .popular-list h3 { margin: 0; font-size: 0.92rem; font-weight: 850; line-height: 1.18; }
.dossier-reading-list h3 a, .popular-list h3 a { text-decoration: none; }
.dossier-reading-list .dossier-reading-excerpt { margin-top: 6px; color: var(--ra-muted); font-size: 0.74rem; font-weight: 400; line-height: 1.35; text-transform: none; }
.home-popular { min-width: 0; padding-left: 22px; border-left: 1px solid var(--ra-line); }
.home-popular .section-heading { padding-left: 0; border-left: 0; }
.popular-list li { grid-template-columns: 42px minmax(0, 1fr); padding-block: 16px; }
.popular-list li > span { color: var(--ra-line); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1; }
.popular-list h3 { font-size: clamp(0.85rem, 1vw, 1rem); }
.robot-spotlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.robot-spotlight { display: grid; grid-template-columns: minmax(100px, 0.76fr) minmax(0, 1.6fr); gap: 14px; min-width: 0; padding: 0 18px; border-right: 1px solid var(--ra-line); }
.robot-spotlight:first-child { padding-left: 0; }
.robot-spotlight:last-child { padding-right: 0; border-right: 0; }
.robot-spotlight-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ra-soft); text-decoration: none; }
.robot-spotlight-media img { width: 100%; height: 100%; object-fit: contain; }
.robot-spotlight-body { min-width: 0; }
.robot-spotlight h3 { margin: 0 0 2px; font-size: 0.9rem; font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.robot-spotlight h3 a { text-decoration: none; }
.robot-spotlight p { margin: 0 0 7px; font-size: 0.68rem; }
.robot-spotlight dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)); margin: 0 0 6px; }
.robot-spotlight dl div { min-width: 0; padding: 3px 8px; border-left: 1px solid var(--ra-line); }
.robot-spotlight dl div:first-child { padding-left: 0; border-left: 0; }
.robot-spotlight dt { color: var(--ra-muted); font-size: 0.6rem; line-height: 1.1; }
.robot-spotlight dd { margin: 2px 0 0; font-size: 0.65rem; font-weight: 850; }
.robot-spotlight .robot-spotlight-brand { color: var(--ra-accent); }
.robot-spotlight .robot-spotlight-pending { color: var(--ra-muted); font-style: italic; }

.archive-hero { padding: 48px 0 32px; border-bottom: 1px solid var(--ra-line); background: var(--ra-soft); }
.archive-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 3.5rem, 3.5rem); line-height: 1; letter-spacing: 0; }
.archive-description { max-width: 760px; color: var(--ra-muted); }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 26px; }
.pagination { margin-top: 48px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--ra-line); border-radius: var(--ra-radius); text-decoration: none; }
.page-numbers.current { border-color: var(--ra-ink); background: var(--ra-ink); color: #fff; }

.category-hero { border-bottom: 1px solid var(--ra-line); background: var(--ra-soft); }
.category-hero-inner, .dossiers-hero-inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr); gap: clamp(48px, 8vw, 130px); align-items: end; padding-block: 54px 42px; }
.category-hero h1, .dossiers-hero h1 { margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(3.3rem, 5.4vw, 6.2rem); font-weight: 950; line-height: 0.88; letter-spacing: -0.065em; }
.category-hero-copy p, .dossiers-hero-inner > p { margin: 0 0 14px; color: var(--ra-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.4vw, 1.32rem); line-height: 1.42; }
.category-hero-copy small { color: var(--ra-accent); font-size: 0.7rem; font-weight: 850; text-transform: uppercase; }
.category-navigation { border-top: 1px solid var(--ra-line); padding-block: 12px; }
.category-navigation-inner { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(18px, 2vw, 34px); align-items: center; }
.category-navigation-label { margin: 0; color: var(--ra-muted); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.category-nav ul { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; margin: 0; padding: 0; list-style: none; }
.category-nav a { position: relative; display: grid; min-height: 46px; padding: 8px 10px; place-items: center; background: rgba(17, 19, 21, 0.045); color: var(--ra-muted); font-size: clamp(0.62rem, 0.65vw, 0.7rem); font-weight: 850; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; }
.category-nav a:hover { background: rgba(17, 19, 21, 0.09); color: var(--ra-ink); }
.category-nav a[aria-current="page"] { background: var(--ra-ink); color: #fff; }
.category-nav a[aria-current="page"]::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--ra-accent); content: ""; }
.category-switcher { display: none; }
.category-content, .dossiers-content { padding-block: 38px 10px; }
.category-feature { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(310px, 0.75fr); gap: clamp(24px, 3vw, 48px); padding-bottom: 48px; border-bottom: 1px solid var(--ra-line); }
.category-feature-secondary { display: grid; gap: 26px; align-content: start; }
.category-feature-secondary .article-card-media { aspect-ratio: 1.95 / 1; }
.category-feature-secondary .article-card h2 { font-size: clamp(1rem, 1.2vw, 1.18rem); }
.category-stream { padding-top: 30px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 24px; }
.category-grid .article-card h3 { font-size: clamp(0.98rem, 1.2vw, 1.15rem); }
.category-newsletter { margin-top: 64px; }
.category-page + .site-footer, .dossiers-page + .site-footer { margin-top: 0; }

.dossiers-hero { border-bottom: 1px solid #33383b; background: var(--ra-ink); color: #fff; }
.dossiers-hero .eyebrow { color: var(--ra-yellow); }
.dossiers-hero-inner > p { color: #bac1c5; }
.dossiers-hero .category-navigation { border-color: #33383b; }
.dossiers-hero .category-navigation-label { color: #858e93; }
.dossiers-hero .category-nav a { background: rgba(255, 255, 255, 0.07); color: #bac1c5; }
.dossiers-hero .category-nav a:hover { background: rgba(255, 255, 255, 0.13); color: #fff; }
.dossiers-hero .category-nav a[aria-current="page"] { background: #fff; color: var(--ra-ink); }
.dossiers-feature-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.8fr); gap: clamp(28px, 3.5vw, 58px); }
.dossiers-side-grid { display: grid; gap: 0; align-content: start; }
.dossiers-side-grid .article-card { display: grid; grid-template-columns: minmax(130px, 0.78fr) minmax(0, 1.22fr); gap: 16px; padding-block: 15px; border-bottom: 1px solid var(--ra-line); }
.dossiers-side-grid .article-card:first-child { padding-top: 0; }
.dossiers-side-grid .article-card-media { aspect-ratio: 4 / 3; }
.dossiers-side-grid .image-placeholder { padding: 12px; font-size: 0.78rem; line-height: 1.2; overflow-wrap: anywhere; }
.dossiers-side-grid .article-card-body { padding-top: 0; }
.dossiers-side-grid .article-card h3 { font-size: clamp(0.9rem, 1vw, 1.05rem); }
.dossiers-side-grid .article-card-excerpt { font-size: 0.72rem; }
.dossiers-archive { padding-top: 48px; }

.reading-progress { position: fixed; z-index: 95; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--ra-accent); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.article-header { padding-block: clamp(48px, 5vw, 82px) clamp(34px, 4vw, 58px); }
.article-header-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 260px); gap: clamp(42px, 7vw, 120px); align-items: end; }
.article-header-main { max-width: 1180px; }
.article-category { display: inline-block; margin-bottom: 12px; text-decoration: none; }
.article-header h1 { max-width: 1160px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.045em; text-wrap: balance; }
.article-dek { max-width: 900px; margin: 25px 0 0; color: var(--ra-muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.4; }
.article-header-meta { display: grid; grid-template-columns: 1fr 1fr; align-self: end; border-top: 3px solid var(--ra-ink); }
.article-header-meta div { min-width: 0; padding: 13px 8px 13px 0; border-bottom: 1px solid var(--ra-line); }
.article-header-meta span, .article-header-meta strong, .article-header-meta time { display: block; }
.article-header-meta span { margin-bottom: 3px; color: var(--ra-muted); font-size: 0.6rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.article-header-meta strong, .article-header-meta time { font-size: 0.76rem; font-weight: 800; line-height: 1.25; }
.article-hero-media { width: min(calc(100% - 48px), 1440px); margin: 0 auto; }
.article-hero-media img { width: 100%; max-height: 760px; object-fit: cover; }
.article-hero-media figcaption { margin-top: 8px; color: var(--ra-muted); font-size: 0.68rem; line-height: 1.4; }
.article-layout { display: grid; grid-template-areas: "content rail"; grid-template-columns: minmax(0, var(--ra-reading)) minmax(250px, 300px); justify-content: center; gap: clamp(52px, 6vw, 96px); padding-block: clamp(42px, 5vw, 70px) 80px; }
.article-reading-column { grid-area: content; min-width: 0; }
.entry-content { min-width: 0; color: #222426; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.25vw, 1.18rem); line-height: 1.75; }
.entry-content > :first-child { margin-top: 0; }
.article-reading-column > .entry-content > p:first-child { color: var(--ra-ink); font-size: 1.18em; line-height: 1.65; }
.entry-content p, .entry-content ul, .entry-content ol { margin-block: 0 1.45em; }
.entry-content h2, .entry-content h3 { color: var(--ra-ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.12; letter-spacing: -0.035em; text-wrap: balance; scroll-margin-top: 24px; }
.entry-content h2 { margin: 2.1em 0 0.7em; font-size: clamp(1.55rem, 2.4vw, 2rem); }
.entry-content h3 { margin: 1.8em 0 0.65em; font-size: clamp(1.2rem, 1.8vw, 1.45rem); }
.entry-content a { color: var(--ra-accent-dark); font-weight: 700; }
.entry-content img { border-radius: var(--ra-radius); }
.entry-content figure { margin: 2.2em 0; }
.entry-content figcaption { margin-top: 8px; color: var(--ra-muted); font-family: Inter, sans-serif; font-size: 0.68rem; line-height: 1.4; }
.entry-content blockquote { margin: 2em 0; border-block: 1px solid var(--ra-line); border-left: 0; padding: 25px 0 25px 30px; color: var(--ra-ink); font-size: clamp(1.3rem, 2vw, 1.65rem); font-style: italic; line-height: 1.4; }
.entry-content blockquote::before { display: block; margin-left: -30px; color: var(--ra-accent); content: "“"; font-family: Georgia, serif; font-size: 3rem; font-style: normal; font-weight: 700; line-height: 0.4; }
.entry-content table { display: block; width: 100%; margin-block: 2em; overflow-x: auto; border-collapse: collapse; font-family: Inter, sans-serif; font-size: 0.82rem; }
.entry-content th, .entry-content td { min-width: 130px; padding: 11px 12px; border: 1px solid var(--ra-line); text-align: left; }
.entry-content th { background: var(--ra-soft); }
.article-rail { grid-area: rail; align-self: start; position: sticky; top: 24px; }
.rail-block { padding: 18px 0 22px; border-top: 3px solid var(--ra-ink); }
.rail-block + .rail-block { margin-top: 22px; }
.rail-block h2 { margin: 0 0 12px; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.article-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: article-toc; }
.article-toc li { counter-increment: article-toc; border-top: 1px solid var(--ra-line); }
.article-toc li:first-child { border-top: 0; }
.article-toc a { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 7px; padding: 9px 0; color: var(--ra-muted); font-size: 0.74rem; font-weight: 700; line-height: 1.3; text-decoration: none; }
.article-toc a::before { color: var(--ra-accent); content: "0" counter(article-toc); font-size: 0.56rem; font-weight: 900; }
.article-toc a:hover { color: var(--ra-ink); }
.article-share-actions { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 7px; }
.article-share-actions a, .article-share-actions button { display: flex; min-height: 42px; align-items: center; justify-content: space-between; border: 1px solid var(--ra-line); padding: 8px 11px; background: #fff; color: var(--ra-ink); font-size: 0.7rem; font-weight: 850; text-decoration: none; }
.article-share-actions a:hover, .article-share-actions button:hover { border-color: var(--ra-ink); color: var(--ra-accent); }
.article-share-status { min-height: 16px; margin: 6px 0 0; color: var(--ra-signal); font-size: 0.65rem; font-weight: 750; }
.article-context-dossier { position: relative; margin-top: 52px; border-top: 4px solid var(--ra-accent); padding: 24px clamp(22px, 4vw, 34px) 27px; background: var(--ra-soft); }
.article-context-dossier::after { position: absolute; top: 0; right: 0; width: 70px; height: 4px; background: var(--ra-yellow); content: ""; }
.article-context-dossier .eyebrow { margin-bottom: 10px; }
.article-context-dossier h2 { max-width: 600px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.6vw, 2rem); line-height: 1.08; letter-spacing: -0.025em; }
.article-context-dossier h2 a { text-decoration: none; }
.article-context-dossier > p:not(.eyebrow) { max-width: 610px; margin: 11px 0 17px; color: var(--ra-muted); font-size: 0.82rem; line-height: 1.55; }
.article-context-dossier-link { color: var(--ra-accent); font-size: 0.7rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.article-newsletter { margin-top: 60px; padding: clamp(25px, 4vw, 38px); background: var(--ra-ink); color: #fff; }
.article-newsletter .eyebrow { color: var(--ra-yellow); }
.article-newsletter h2 { max-width: 560px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.08; letter-spacing: -0.025em; }
.article-newsletter > p:not(.eyebrow) { margin: 9px 0 22px; color: #c6cbce; font-size: 0.88rem; }
.article-newsletter .newsletter-form input { border-color: #fff; }
.article-newsletter .newsletter-legal { color: #969da1; }
.article-end-meta { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--ra-line); color: var(--ra-muted); font-family: Inter, sans-serif; font-size: 0.76rem; }
.article-end-meta p { margin: 0; }
.article-end-meta a { max-width: 250px; color: var(--ra-ink); font-weight: 800; line-height: 1.35; text-align: right; text-decoration: none; }
.article-end-meta a:hover { color: var(--ra-accent); }
.article-related { border-top: 1px solid var(--ra-line); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.robodex-hero { padding: 0; border-bottom: 1px solid var(--ra-line); background: var(--ra-soft); }
.robodex-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(420px, 0.6fr); gap: clamp(50px, 8vw, 130px); align-items: end; padding-block: clamp(50px, 6vw, 84px); }
.robodex-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7.2vw, 7.6rem); line-height: 0.82; letter-spacing: -0.06em; }
.robodex-hero .archive-description { max-width: 780px; margin: 28px 0 0; color: var(--ra-muted); font-size: clamp(0.95rem, 1.25vw, 1.15rem); line-height: 1.55; }
.robodex-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 3px solid var(--ra-ink); }
.robodex-hero-stats div { padding: 13px 8px 4px 0; border-right: 1px solid var(--ra-line); }
.robodex-hero-stats div:last-child { border-right: 0; padding-left: 12px; }
.robodex-hero-stats dt { color: var(--ra-muted); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.robodex-hero-stats dd { margin: 3px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 700; }
.robodex-content { padding-block: 38px 84px; }
.robodex-toolbar { display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: 12px; align-items: stretch; margin-bottom: 20px; }
.robodex-search { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; min-height: 58px; border: 1px solid var(--ra-line); background: #fff; }
.robodex-search svg { margin-left: 14px; fill: none; stroke: var(--ra-muted); stroke-linecap: round; stroke-width: 1.7; }
.robodex-search input { width: 100%; min-height: 56px; border: 0; padding: 10px 14px; outline: 0; font-size: 0.92rem; }
.robodex-search:focus-within { border-color: var(--ra-ink); box-shadow: inset 0 -2px var(--ra-ink); }
.robodex-search button { align-self: stretch; border: 0; padding-inline: 22px; background: var(--ra-ink); color: #fff; font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.robodex-search button span { margin-left: 14px; color: var(--ra-yellow); }
.robodex-filter-toggle { display: none; }
.robodex-active-filters { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 25px; }
.robodex-active-filters > span { margin-right: 4px; color: var(--ra-muted); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.robodex-active-filters a { display: inline-flex; align-items: center; gap: 9px; min-height: 30px; border: 1px solid var(--ra-line); padding: 5px 9px; background: #fff; font-size: 0.68rem; font-weight: 800; text-decoration: none; }
.robodex-active-filters a:hover { border-color: var(--ra-ink); color: var(--ra-ink); }
.robodex-active-filters a b { color: var(--ra-accent); font-size: 0.9rem; }
.robodex-active-filters .robodex-clear-filters { border: 0; color: var(--ra-accent); }
.robodex-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(34px, 4vw, 64px); }
.robodex-filter-backdrop { display: none; }
.robodex-filters { align-self: start; position: sticky; top: 20px; }
.robodex-filters > header { display: flex; align-items: center; justify-content: space-between; min-height: 54px; border-top: 3px solid var(--ra-ink); border-bottom: 1px solid var(--ra-line); }
.robodex-filters > header span, .robodex-filters > header strong { display: block; line-height: 1.1; }
.robodex-filters > header span { color: var(--ra-accent); font-size: 0.58rem; font-weight: 900; text-transform: uppercase; }
.robodex-filters > header strong { margin-top: 3px; font-size: 0.87rem; text-transform: uppercase; }
.robodex-filters > header button { display: none; }
.filter-group { padding: 19px 0; border-bottom: 1px solid var(--ra-line); }
.filter-group label { display: block; margin-bottom: 8px; color: var(--ra-muted); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.045em; text-transform: uppercase; }
.filter-group select { width: 100%; min-height: 45px; border: 1px solid var(--ra-line); border-radius: 0; background: #fff; padding: 8px 10px; font-size: 0.8rem; font-weight: 750; }
.robodex-filter-actions { display: grid; gap: 10px; padding-top: 20px; }
.robodex-filter-actions .button { min-height: 46px; font-size: 0.72rem; text-transform: uppercase; }
.robodex-filter-actions a { color: var(--ra-muted); font-size: 0.69rem; font-weight: 800; text-align: center; }
.robodex-results { min-width: 0; }
.robodex-results-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; min-height: 56px; margin-bottom: 18px; border-top: 3px solid var(--ra-ink); border-bottom: 1px solid var(--ra-line); padding-block: 9px; }
.robodex-results-header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1; }
.robodex-results-header > div span { color: var(--ra-muted); font-size: 0.67rem; font-weight: 750; }
.robodex-results-header form { display: flex; align-items: center; gap: 9px; }
.robodex-results-header label { color: var(--ra-muted); font-size: 0.62rem; font-weight: 900; text-transform: uppercase; }
.robodex-results-header select { min-height: 34px; border: 0; background: transparent; color: var(--ra-ink); font-size: 0.72rem; font-weight: 850; }
.robot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.robot-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--ra-line); border-top: 3px solid var(--ra-ink); border-radius: 0; background: #fff; overflow: hidden; }
.robot-card-media { display: block; aspect-ratio: 4 / 3; background: var(--ra-soft); overflow: hidden; }
.robot-card-media img { width: 100%; height: 100%; object-fit: cover; }
.robot-card-body { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.robot-card-function { margin: 0 0 5px; color: var(--ra-accent); font-size: 0.59rem; font-weight: 900; text-transform: uppercase; }
.robot-card h2, .robot-card h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.45vw, 1.35rem); line-height: 1.05; }
.robot-card a { text-decoration: none; }
.robot-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.badge { display: inline-flex; align-items: center; min-height: 25px; padding: 3px 8px; border-radius: 999px; background: var(--ra-soft); color: var(--ra-muted); font-size: 0.7rem; font-weight: 800; }
.status-commercial { background: #d7f1e5; color: #12643f; }
.status-prototype { background: #fff0c3; color: #7d5900; }
.status-development { background: #dcecf3; color: #15566f; }
.status-abandoned { background: #ececec; color: #666; }
.robot-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin: auto 0 0; padding-top: 6px; }
.robot-specs div { min-width: 0; padding: 9px; background: var(--ra-soft); }
.robot-specs dt { color: var(--ra-muted); font-size: 0.67rem; font-weight: 800; text-transform: uppercase; }
.robot-specs dd { margin: 2px 0 0; overflow-wrap: anywhere; font-size: 0.82rem; font-weight: 800; }
.compare-button { width: 100%; min-height: 40px; margin-top: 13px; border: 1px solid var(--ra-ink); border-radius: 0; background: #fff; font-size: 0.72rem; font-weight: 900; }
.compare-button[aria-pressed="true"] { background: var(--ra-ink); color: #fff; }
.compare-tray { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: none; width: min(440px, calc(100% - 40px)); padding: 12px 14px; border: 1px solid #3e4448; border-radius: 0; background: var(--ra-ink); color: #fff; box-shadow: var(--ra-shadow); }
.compare-tray.is-visible { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.compare-tray-actions { display: flex; gap: 8px; }
.compare-tray .button { min-height: 38px; padding: 7px 12px; }
.compare-tray .button:disabled { cursor: not-allowed; opacity: 0.48; }
.compare-clear { border: 1px solid #697076; border-radius: var(--ra-radius); background: transparent; color: #fff; font-weight: 750; }
.compare-dialog { width: min(1120px, calc(100% - 32px)); max-height: calc(100vh - 48px); padding: 0; border: 0; border-radius: 0; box-shadow: var(--ra-shadow); }
.compare-dialog::backdrop { background: rgba(17, 19, 21, 0.72); }
.compare-dialog > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; border-bottom: 1px solid var(--ra-line); }
.compare-dialog h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.compare-dialog [data-compare-close] { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ra-line); border-radius: var(--ra-radius); background: #fff; font-size: 1.6rem; line-height: 1; }
.compare-dialog-content { padding: 22px; overflow: auto; }
.compare-table { width: 100%; min-width: 620px; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td { padding: 13px 14px; border: 1px solid var(--ra-line); text-align: left; vertical-align: top; }
.compare-table thead th { background: var(--ra-ink); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.compare-table thead th:first-child { width: 150px; color: var(--ra-yellow); font-family: Inter, sans-serif; font-size: 0.62rem; text-transform: uppercase; }
.compare-table tbody th { width: 150px; background: var(--ra-soft); color: var(--ra-muted); font-size: 0.7rem; text-transform: uppercase; }
.compare-table td { font-size: 0.82rem; font-weight: 750; }
.compare-table a { color: inherit; text-decoration: none; }
.robodex-empty { border-top: 3px solid var(--ra-ink); padding: 55px 25px; background: var(--ra-soft); text-align: center; }
.robodex-empty strong { color: var(--ra-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.robodex-empty p { margin: 8px 0 20px; }

.robot-header { padding: 0 0 clamp(48px, 6vw, 82px); background: var(--ra-ink); color: #fff; }
.robot-record-breadcrumb { padding-block: 22px; border-bottom: 1px solid #303438; }
.robot-record-breadcrumb a { color: #aeb5b9; font-size: 0.68rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.robot-header-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr); align-items: center; gap: clamp(45px, 7vw, 110px); padding-top: clamp(40px, 5vw, 70px); }
.robot-header .eyebrow { display: inline-block; color: var(--ra-yellow); text-decoration: none; }
.robot-header h1 { max-width: 850px; margin: 8px 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 6.3vw, 7rem); line-height: 0.88; letter-spacing: -0.055em; text-wrap: balance; }
.robot-record-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.robot-record-meta > a { color: #fff; font-size: 0.76rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.robot-hero-image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--ra-radius); background: #24282b; }
.robot-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.robot-key-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 30px 0 0; }
.robot-key-spec { min-width: 0; padding-top: 11px; border-top: 1px solid #4b5155; }
.robot-key-spec dt { color: #9fa7ac; font-size: 0.61rem; font-weight: 850; text-transform: uppercase; }
.robot-key-spec dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: clamp(0.9rem, 1.25vw, 1.1rem); font-weight: 850; }
.robot-content-layout { display: grid; grid-template-columns: minmax(0, 900px) minmax(260px, 310px); justify-content: center; gap: clamp(50px, 7vw, 100px); padding-block: clamp(50px, 6vw, 86px); }
.robot-record-main { min-width: 0; }
.robot-record-section { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; padding-block: 0 56px; }
.robot-record-section + .robot-record-section { padding-top: 42px; border-top: 1px solid var(--ra-line); }
.robot-record-section .section-index { margin: 6px 0 0; color: var(--ra-accent); font-size: 0.63rem; font-weight: 900; }
.robot-record-section h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1; letter-spacing: -0.035em; }
.robot-record-section .entry-content { font-size: 1.05rem; }
.robot-data-intro { margin: -10px 0 25px; color: var(--ra-muted); font-size: 0.78rem; }
.robot-spec-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.robot-spec-groups section { border-top: 3px solid var(--ra-ink); }
.robot-spec-groups h3 { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--ra-line); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.robot-spec-groups dl { margin: 0; }
.robot-spec-groups dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--ra-line); }
.robot-spec-groups dt { color: var(--ra-muted); font-size: 0.72rem; font-weight: 750; }
.robot-spec-groups dd { margin: 0; font-size: 0.79rem; font-weight: 850; text-align: right; }
.robot-uses-section h3 { margin: 32px 0 12px; font-size: 1rem; text-transform: uppercase; }
.robot-long-text { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.7; }
.robot-record-rail { align-self: start; position: sticky; top: 24px; }
.robot-record-action { padding: 20px; background: var(--ra-yellow); }
.robot-record-action > span { font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.robot-record-action p { margin: 8px 0 15px; font-size: 0.76rem; line-height: 1.45; }
.robot-record-action .compare-button { background: var(--ra-ink); color: #fff; }
.robot-record-quality dl { margin: 0; }
.robot-record-quality dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid var(--ra-line); }
.robot-record-quality dt { color: var(--ra-muted); font-size: 0.68rem; }
.robot-record-quality dd { margin: 0; font-size: 0.7rem; font-weight: 850; text-align: right; }
.robot-record-taxonomies a { display: block; padding: 9px 0; border-top: 1px solid var(--ra-line); font-size: 0.72rem; font-weight: 800; text-decoration: none; }
.robot-related, .robot-alternatives { border-top: 1px solid var(--ra-line); }

.search-hero { border-bottom: 1px solid var(--ra-line); background: var(--ra-soft); }
.search-hero-grid { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(480px, 1.3fr); gap: clamp(50px, 8vw, 130px); align-items: end; padding-block: clamp(55px, 7vw, 96px); }
.search-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 6vw, 6rem); line-height: 0.85; letter-spacing: -0.06em; }
.search-page-form > label { display: block; margin-bottom: 9px; color: var(--ra-muted); font-size: 0.65rem; font-weight: 900; text-transform: uppercase; }
.search-page-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 3px solid var(--ra-ink); }
.search-page-form input { min-width: 0; min-height: 60px; border: 0; padding: 10px 4px; background: transparent; color: var(--ra-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.7vw, 1.35rem); outline: 0; }
.search-page-form button { border: 0; padding: 10px 18px; background: var(--ra-ink); color: #fff; font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.search-page-form button span { margin-left: 12px; color: var(--ra-yellow); }
.search-content { padding-block: clamp(40px, 5vw, 70px) 80px; }
.search-results-summary { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 45px; padding-bottom: 14px; border-bottom: 3px solid var(--ra-ink); }
.search-results-summary p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2.15rem); font-weight: 700; line-height: 1.1; }
.search-results-summary span { color: var(--ra-muted); font-size: 0.7rem; font-weight: 800; white-space: nowrap; }
.search-robots { margin-bottom: 62px; }
.search-robot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.search-articles { padding-top: 10px; }
.search-articles .section-heading > span { color: var(--ra-muted); font-size: 0.7rem; font-weight: 850; }
.search-discovery { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.search-discovery h2 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 0.98; letter-spacing: -0.045em; }
.search-discovery > div > p:last-child { max-width: 580px; color: var(--ra-muted); }
.search-discovery nav { display: grid; grid-template-columns: 1fr 1fr; border-top: 3px solid var(--ra-ink); }
.search-discovery nav a { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--ra-line); padding: 10px 14px 10px 0; font-size: 0.76rem; font-weight: 850; text-decoration: none; }
.search-discovery nav a:nth-child(odd) { margin-right: 18px; }
.search-discovery nav a span { color: var(--ra-accent); }
.search-empty { max-width: 1000px; margin-inline: auto; }
.search-count { margin: 0 0 20px; color: var(--ra-muted); font-size: 0.75rem; font-weight: 800; }
.search-empty > div { position: relative; padding: clamp(35px, 5vw, 65px); overflow: hidden; background: var(--ra-ink); color: #fff; }
.search-empty > div > span { position: absolute; right: 3%; bottom: -34%; color: #24282b; font-family: Georgia, serif; font-size: 19rem; font-weight: 700; line-height: 1; }
.search-empty h2 { position: relative; max-width: 620px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.search-empty > div p { position: relative; max-width: 600px; color: #b8bfc3; }
.search-empty nav { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.search-empty nav a { border: 1px solid var(--ra-line); padding: 8px 11px; font-size: 0.7rem; font-weight: 800; text-decoration: none; }

.standard-page-hero { border-bottom: 1px solid var(--ra-line); background: var(--ra-soft); }
.standard-page-hero .container { padding-block: clamp(52px, 7vw, 96px); }
.standard-page-hero h1 { max-width: 1100px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.8rem, 7vw, 7rem); line-height: 0.88; letter-spacing: -0.06em; text-wrap: balance; }
.standard-page-hero .container > p:last-child:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: var(--ra-muted); font-size: 1.1rem; }
.standard-page-layout { display: grid; grid-template-columns: minmax(0, var(--ra-reading)) minmax(230px, 280px); justify-content: center; gap: clamp(55px, 7vw, 100px); padding-block: clamp(45px, 6vw, 80px); }
.standard-page-content { font-size: 1.05rem; }
.standard-page-content h2:first-child { margin-top: 0; }
.standard-page-content input:not([type="checkbox"]):not([type="radio"]), .standard-page-content textarea, .standard-page-content select { width: 100%; min-height: 46px; border: 1px solid var(--ra-line); border-radius: 0; padding: 9px 11px; background: #fff; font-family: Inter, sans-serif; }
.standard-page-content textarea { min-height: 150px; }
.standard-page-content button, .standard-page-content input[type="submit"] { min-height: 44px; border: 0; padding: 9px 18px; background: var(--ra-accent); color: #fff; font-family: Inter, sans-serif; font-weight: 850; }
.standard-page-rail { align-self: start; position: sticky; top: 24px; }
.standard-page-rail nav { display: block; border-top: 3px solid var(--ra-ink); }
.standard-page-rail nav > span { display: block; padding: 12px 0; color: var(--ra-muted); font-size: 0.62rem; font-weight: 900; text-transform: uppercase; }
.standard-page-rail nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--ra-line); padding: 11px 0; font-size: 0.75rem; font-weight: 800; text-decoration: none; }
.standard-page-rail nav a[aria-current="page"] { color: var(--ra-accent); }
.standard-page-rail nav a b { color: var(--ra-accent); }
.standard-page-contact { margin-top: 30px; padding: 18px; background: var(--ra-yellow); }
.standard-page-contact p { margin: 0 0 10px; font-size: 0.76rem; line-height: 1.45; }
.standard-page-contact a { font-size: 0.72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.error-hero { background: var(--ra-ink); color: #fff; }
.error-hero-grid { display: grid; grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr); gap: clamp(45px, 8vw, 130px); align-items: center; min-height: 570px; padding-block: 60px; }
.error-code { margin: 0; color: #25292c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(11rem, 21vw, 23rem); font-weight: 700; line-height: 0.65; letter-spacing: -0.1em; }
.error-hero .eyebrow { color: var(--ra-yellow); }
.error-hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.5vw, 5.6rem); line-height: 0.92; letter-spacing: -0.055em; }
.error-hero h1 + p { max-width: 620px; color: #b6bdc2; }
.error-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; max-width: 680px; margin-top: 28px; border-bottom: 2px solid #fff; }
.error-search input { min-width: 0; min-height: 52px; border: 0; padding: 8px 4px; background: transparent; color: #fff; outline: 0; }
.error-search button { border: 0; padding-inline: 16px; background: #fff; color: var(--ra-ink); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.error-destinations { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 36px; }
.error-destinations a { display: grid; min-height: 105px; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; border-right: 1px solid var(--ra-line); padding: 10px 24px; text-decoration: none; }
.error-destinations a:first-child { padding-left: 0; }
.error-destinations a:last-child { border-right: 0; }
.error-destinations span { grid-column: 1 / -1; color: var(--ra-accent); font-size: 0.58rem; font-weight: 900; }
.error-destinations strong { align-self: end; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.error-destinations b { align-self: end; color: var(--ra-accent); }
.error-latest { padding-block: 25px 70px; }

.page-content { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: 54px 0 80px; }
.page-content h1 { font-family: Georgia, "Times New Roman", serif; font-size: 3rem; line-height: 1; letter-spacing: 0; }
.empty-state { padding: 50px 0; color: var(--ra-muted); }

.site-footer { position: relative; margin-top: 70px; border-top: 5px solid var(--ra-accent); background: #0d0f11; color: #fff; }
.site-footer::before { position: absolute; top: -5px; right: 0; width: clamp(80px, 14vw, 240px); height: 5px; background: var(--ra-yellow); content: ""; }
.footer-main { display: grid; grid-template-columns: minmax(320px, 1.5fr) repeat(3, minmax(150px, 0.62fr)); gap: clamp(36px, 4.5vw, 78px); padding-block: clamp(52px, 5.5vw, 82px) 56px; }
.footer-identity { max-width: 520px; }
.footer-wordmark { display: inline-block; margin-bottom: 22px; color: #fff; font-size: clamp(3.2rem, 5vw, 5.7rem); font-weight: 950; line-height: 0.82; letter-spacing: -0.075em; text-decoration: none; text-transform: uppercase; }
.footer-wordmark span { color: var(--ra-accent); }
.footer-wordmark:hover { color: #fff; }
.footer-identity > p { max-width: 470px; margin: 0 0 28px; color: #b6bdc2; font-size: clamp(0.92rem, 1vw, 1.05rem); line-height: 1.55; }
.footer-social-link { display: inline-grid; grid-template-columns: 26px auto 18px; gap: 12px; align-items: center; min-width: 215px; border: 1px solid #3b4044; padding: 12px 14px; color: #fff; text-decoration: none; transition: border-color 160ms ease, background 160ms ease; }
.footer-social-link:hover { border-color: #fff; background: #181b1e; color: #fff; }
.footer-social-link svg { width: 22px; height: 22px; fill: currentColor; }
.footer-social-link small, .footer-social-link strong { display: block; line-height: 1.15; }
.footer-social-link small { margin-bottom: 2px; color: #8f989e; font-size: 0.61rem; font-weight: 800; text-transform: uppercase; }
.footer-social-link strong { font-size: 0.86rem; }
.footer-social-arrow { justify-self: end; color: var(--ra-accent); font-size: 1rem; }
.footer-column { min-width: 0; padding-top: 8px; }
.footer-column h2 { position: relative; margin: 0 0 23px; padding-bottom: 12px; color: #fff; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-column h2::after { position: absolute; bottom: 0; left: 0; width: 24px; height: 2px; background: var(--ra-accent); content: ""; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 0; border-bottom: 1px solid #282c2f; }
.footer-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; color: #bfc5c9; font-size: 0.81rem; font-weight: 650; text-decoration: none; }
.footer-links a::after { color: #555d62; content: "→"; opacity: 0; transform: translateX(-5px); transition: opacity 160ms ease, transform 160ms ease; }
.footer-links a:hover { color: #fff; }
.footer-links a:hover::after { opacity: 1; transform: translateX(0); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 66px; border-top: 1px solid #303438; color: #899197; font-size: 0.72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #bfc5c9; font-weight: 750; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* Semantic article ↔ Robodex ↔ article paths provided by RoboActu Maillage. */
.wp-theme-roboactu-v2 .entry-content .roboactu-autolink { color: var(--ra-accent-dark); text-decoration-color: rgba(181, 22, 29, 0.42); }
.wp-theme-roboactu-v2 .entry-content .roboactu-autolink:hover,
.wp-theme-roboactu-v2 .entry-content .roboactu-autolink:focus { color: var(--ra-accent); text-decoration-color: var(--ra-accent); }
.wp-theme-roboactu-v2 .roboactu-alire-card { margin: 2.2rem 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.wp-theme-roboactu-v2 .roboactu-alire-card__link { grid-template-columns: 132px minmax(0, 1fr); min-height: 122px; border: 1px solid var(--ra-line); border-left: 5px solid var(--ra-accent); border-radius: 0; background: var(--ra-paper); box-shadow: none; color: var(--ra-ink); }
.wp-theme-roboactu-v2 .roboactu-alire-card__link:hover,
.wp-theme-roboactu-v2 .roboactu-alire-card__link:focus { transform: none; border-color: var(--ra-ink); border-left-color: var(--ra-accent); background: var(--ra-soft); color: var(--ra-ink); }
.wp-theme-roboactu-v2 .roboactu-alire-card__media { min-height: 122px; background: var(--ra-soft); }
.wp-theme-roboactu-v2 .roboactu-alire-card__body { gap: 7px; padding: 15px 18px; }
.wp-theme-roboactu-v2 .roboactu-alire-card__label,
.wp-theme-roboactu-v2 .roboactu-alire-card__category { border: 0; border-radius: 0; padding: 0; background: transparent; }
.wp-theme-roboactu-v2 .roboactu-alire-card__label { color: var(--ra-accent); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.08em; }
.wp-theme-roboactu-v2 .roboactu-alire-card__title { color: var(--ra-ink); font-size: 1rem; font-weight: 850; line-height: 1.25; }
.wp-theme-roboactu-v2 .roboactu-alire-card__category { color: var(--ra-muted); font-size: 0.63rem; font-weight: 750; }
.wp-theme-roboactu-v2 .roboactu-maillage-section { --ram-text-primary: var(--ra-ink); --ram-text-secondary: var(--ra-muted); --ram-border: var(--ra-line); margin-top: 3.2rem; border: 0; border-top: 3px solid var(--ra-ink); border-bottom: 1px solid var(--ra-line); border-radius: 0; padding: 17px 0 22px; background: transparent; box-shadow: none; color: var(--ra-ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.wp-theme-roboactu-v2 .roboactu-maillage-section__header { margin-bottom: 14px; }
.wp-theme-roboactu-v2 .roboactu-maillage-section__title { color: var(--ra-ink); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.055em; text-transform: uppercase; }
.wp-theme-roboactu-v2 .roboactu-maillage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.wp-theme-roboactu-v2 .roboactu-maillage-card,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card { border: 1px solid var(--ra-line); border-radius: 0; background: var(--ra-paper); color: var(--ra-ink); }
.wp-theme-roboactu-v2 .roboactu-maillage-card { grid-template-columns: 92px minmax(0, 1fr); }
.wp-theme-roboactu-v2 .roboactu-maillage-card:hover,
.wp-theme-roboactu-v2 .roboactu-maillage-card:focus,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card:hover,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card:focus-within { transform: none; border-color: var(--ra-ink); background: var(--ra-soft); }
.wp-theme-roboactu-v2 .roboactu-maillage-card__body,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card__body { padding: 12px; }
.wp-theme-roboactu-v2 .roboactu-maillage-card__title,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card__title { color: var(--ra-ink); font-size: 0.84rem; font-weight: 850; line-height: 1.25; }
.wp-theme-roboactu-v2 .roboactu-maillage-card__link,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card__date { color: var(--ra-muted); font-size: 0.65rem; font-weight: 750; }
.wp-theme-roboactu-v2 .roboactu-maillage-card__link { display: flex; width: fit-content; margin-top: 6px; }
.wp-theme-roboactu-v2 .roboactu-maillage-card__link::after { color: var(--ra-accent); }
.wp-theme-roboactu-v2 .roboactu-maillage-badge { margin-bottom: 5px; border: 0; border-radius: 0; padding: 0; background: transparent; color: var(--ra-accent); font-size: 0.59rem; font-weight: 900; text-transform: uppercase; }
.wp-theme-roboactu-v2 .roboactu-maillage-card__placeholder,
.wp-theme-roboactu-v2 .roboactu-maillage-news__placeholder { background: #dceef4; color: var(--ra-ink); font-size: 0.8rem; font-weight: 950; letter-spacing: -0.04em; }
.wp-theme-roboactu-v2 .roboactu-maillage-card__placeholder span,
.wp-theme-roboactu-v2 .roboactu-maillage-news__placeholder span { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--ra-ink); border-radius: 50%; }
.wp-theme-roboactu-v2 .roboactu-maillage-news { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.wp-theme-roboactu-v2 .roboactu-maillage-news-card__media { aspect-ratio: 16 / 9; background: var(--ra-soft); }
.wp-theme-roboactu-v2 .roboactu-maillage-news-card__title a:hover,
.wp-theme-roboactu-v2 .roboactu-maillage-news-card__title a:focus { color: var(--ra-accent); }

@media (max-width: 1240px) {
	.site-header { position: relative; }
	.masthead { grid-template-columns: auto auto; justify-content: space-between; min-height: 64px; }
	body.menu-open { overflow: hidden; }
	.menu-toggle { display: inline-flex; justify-content: center; }
	.menu-toggle:hover { border-color: var(--ra-ink); }
	.navigation-band { position: fixed; z-index: 100; inset: 0; display: block; min-width: 0; background: rgba(17, 19, 21, 0.56); opacity: 0; pointer-events: none; visibility: hidden; transition: opacity 220ms ease, visibility 0s linear 220ms; }
	.navigation-band.is-open { opacity: 1; pointer-events: auto; visibility: visible; transition-delay: 0s; }
	.mobile-menu-panel { display: flex; width: min(100%, 580px); height: 100%; margin-left: auto; overflow-y: auto; flex-direction: column; padding: 0 clamp(22px, 5vw, 46px) 30px; background: #f7f7f5; box-shadow: -22px 0 60px rgba(0, 0, 0, 0.2); color: var(--ra-ink); transform: translateX(100%); transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1); }
	.navigation-band.is-open .mobile-menu-panel { transform: translateX(0); }
	.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; min-height: 76px; border-bottom: 1px solid var(--ra-line); }
	.mobile-menu-header .site-brand { font-size: 1.8rem; }
	.menu-close { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ra-line); border-radius: 50%; background: transparent; color: var(--ra-ink); }
	.menu-close:hover { border-color: var(--ra-ink); transform: rotate(4deg); }
	.mobile-menu-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 25px 0 16px; }
	.mobile-menu-intro p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 4vw, 2.15rem); font-weight: 700; letter-spacing: -0.035em; line-height: 1; }
	.mobile-menu-intro span { max-width: 150px; color: var(--ra-muted); font-size: 0.65rem; font-weight: 800; line-height: 1.35; text-align: right; text-transform: uppercase; }
	.primary-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; counter-reset: mobile-nav; border-bottom: 1px solid var(--ra-line); }
	.primary-nav li { position: relative; min-width: 0; counter-increment: mobile-nav; border-top: 1px solid var(--ra-line); }
	.primary-nav li::before { position: absolute; top: 15px; left: 0; color: var(--ra-accent); content: "0" counter(mobile-nav); font-size: 0.56rem; font-weight: 900; line-height: 1; }
	.primary-nav a { min-height: 78px; padding: 31px 28px 13px 0; color: var(--ra-ink); font-size: clamp(0.82rem, 2vw, 0.95rem); font-weight: 900; line-height: 1.12; white-space: normal; }
	.primary-nav a::after { position: absolute; right: 2px; bottom: 15px; color: #a2a6a8; content: "↗"; font-size: 0.8rem; }
	.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--ra-accent); }
	.header-search { order: 3; width: 100%; margin-top: 24px; border: 0; border-bottom: 2px solid var(--ra-ink); background: transparent; }
	.header-search input { min-height: 48px; padding: 8px 4px; background: transparent; font-size: 0.95rem; }
	.header-search button { min-width: 48px; min-height: 48px; background: transparent; }
	.instant-search-results { position: static; width: 100%; grid-column: 1 / -1; border: 0; border-top: 1px solid var(--ra-line); box-shadow: none; }
	.mobile-menu-actions { display: grid; order: 4; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 10px; margin-top: 22px; }
	.navigation-band .newsletter-link { justify-content: space-between; min-height: 64px; padding: 12px 16px; font-size: 0.7rem; text-align: left; }
	.mobile-menu-social { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; border: 1px solid var(--ra-line); padding: 9px 14px; background: #fff; text-decoration: none; }
	.mobile-menu-social small, .mobile-menu-social strong { display: block; }
	.mobile-menu-social small { color: var(--ra-muted); font-size: 0.58rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
	.mobile-menu-social strong { margin-top: 3px; font-size: 0.82rem; }
	.category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
	.lead-grid { grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); }
	.briefing-rail { grid-column: 1 / -1; }
	.briefing-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
	.latest-grid { grid-template-columns: repeat(3, 1fr); }
	.latest-grid .article-card:nth-child(3) { border-right: 0; }
	.latest-grid .article-card:nth-child(4) { display: none; }
	.robot-grid { grid-template-columns: repeat(2, 1fr); }
	.article-layout, .robot-content-layout { gap: 42px; }
	.home-curation-grid { grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr); gap: 32px; }
	.home-dossier-grid { grid-template-columns: 1fr; }
	.category-feature, .dossiers-feature-grid { grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.75fr); }
	.category-navigation-inner { grid-template-columns: 1fr; gap: 8px; }
	.category-nav ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.dossiers-side-grid .article-card { grid-template-columns: 1fr; }
	.dossiers-side-grid .article-card-media { aspect-ratio: 1.9 / 1; }
}

@media (max-width: 820px) {
	.container { width: min(calc(100% - 32px), var(--ra-container)); }
	.masthead { min-height: 64px; gap: 12px; }
	.site-brand { font-size: 1.5rem; }
	.lead-grid { grid-template-columns: 1fr 1fr; }
	.lead-grid > .article-card--lead { grid-column: 1 / -1; }
	.briefing-list { grid-template-columns: repeat(2, 1fr); }
	.latest-grid, .archive-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
	.latest-grid .article-card:nth-child(2) { border-right: 0; }
	.latest-grid .article-card:nth-child(3) { display: none; }
	.robot-spotlight-grid { grid-template-columns: 1fr; gap: 14px; }
	.robot-spotlight, .robot-spotlight:first-child, .robot-spotlight:last-child { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--ra-line); }
	.newsletter-inner { grid-template-columns: 1fr; gap: 22px; }
	.home-curation-grid { grid-template-columns: 1fr; }
	.home-popular { padding-left: 0; border-left: 0; }
	.popular-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
	.popular-list li:nth-child(2) { padding-top: 0; border-top: 0; }
	.category-hero-inner, .dossiers-hero-inner { grid-template-columns: 1fr; gap: 24px; align-items: start; }
	.category-hero h1, .dossiers-hero h1 { font-size: 4rem; }
	.category-navigation { padding-block: 14px; }
	.category-navigation-label, .category-nav { display: none; }
	.category-switcher { display: grid; gap: 6px; color: var(--ra-muted); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
	.category-switcher-control { position: relative; display: block; }
	.category-switcher select { width: 100%; min-height: 48px; border: 1px solid var(--ra-line); border-radius: 0; padding: 10px 48px 10px 14px; appearance: none; background: var(--ra-paper); color: var(--ra-ink); font-size: 0.84rem; font-weight: 850; letter-spacing: 0; text-transform: uppercase; }
	.category-switcher svg { position: absolute; top: 50%; right: 15px; pointer-events: none; transform: translateY(-50%); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
	.dossiers-hero .category-switcher { color: #9ca5aa; }
	.dossiers-hero .category-switcher select { border-color: #4a5054; background: #24282b; color: #fff; }
	.category-feature, .dossiers-feature-grid { grid-template-columns: 1fr; }
	.category-feature-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dossiers-side-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
	.dossiers-side-grid .article-card { display: block; padding: 0; border-bottom: 0; }
	.dossiers-side-grid .article-card-media { aspect-ratio: 16 / 9; }
	.dossiers-side-grid .article-card-body { padding-top: 9px; }
	.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.article-header-grid { grid-template-columns: 1fr; gap: 30px; }
	.article-header-main { max-width: 700px; }
	.article-header-meta { max-width: 520px; }
	.article-layout { grid-template-areas: "rail" "content"; grid-template-columns: 1fr; gap: 34px; }
	.robot-content-layout { grid-template-columns: 1fr; }
	.article-rail { position: static; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
	.rail-block + .rail-block { margin-top: 0; }
	body.filters-open { overflow: hidden; }
	.robodex-hero-grid { grid-template-columns: 1fr; gap: 35px; }
	.robodex-hero-stats { max-width: 520px; }
	.robodex-toolbar { grid-template-columns: minmax(0, 1fr) auto; }
	.robodex-filter-toggle { display: inline-flex; min-width: 116px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--ra-ink); padding: 8px 13px; background: #fff; color: var(--ra-ink); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
	.robodex-filter-toggle strong { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--ra-accent); color: #fff; font-size: 0.6rem; }
	.robodex-filter-toggle svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.5; }
	.robodex-layout { grid-template-columns: 1fr; }
	.robodex-filter-backdrop { position: fixed; z-index: 105; inset: 0; display: block; background: rgba(17, 19, 21, 0.58); opacity: 0; pointer-events: none; visibility: hidden; transition: opacity 180ms ease, visibility 0s linear 180ms; }
	.filters-open .robodex-filter-backdrop { opacity: 1; pointer-events: auto; visibility: visible; transition-delay: 0s; }
	.robodex-filters { position: fixed; z-index: 106; top: 0; right: 0; bottom: 0; width: min(440px, 100%); height: 100dvh; max-height: none; overflow-y: auto; align-self: auto; padding: 0 25px 30px; background: #fff; box-shadow: -20px 0 55px rgba(0, 0, 0, 0.2); transform: translateX(100%); transition: transform 230ms cubic-bezier(0.22, 1, 0.36, 1); }
	.filters-open .robodex-filters { transform: translateX(0); }
	.robodex-filters > header { position: sticky; z-index: 2; top: 0; min-height: 72px; border-top: 0; background: #fff; }
	.robodex-filters > header button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ra-line); border-radius: 50%; background: #fff; font-size: 1.4rem; }
	.filter-group { padding: 18px 0; }
	.robot-header-grid { grid-template-columns: 1fr; }
	.robot-header-content { max-width: 760px; }
	.robot-hero-image { width: min(100%, 680px); }
	.robot-key-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.robot-record-rail { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
	.robot-record-action { grid-row: span 2; }
	.robot-record-rail .rail-block { margin-top: 0; }
	.search-hero-grid { grid-template-columns: 1fr; gap: 35px; }
	.search-discovery { grid-template-columns: 1fr; gap: 38px; }
	.standard-page-layout { grid-template-columns: 1fr; }
	.standard-page-rail { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
	.standard-page-contact { margin-top: 0; }
	.error-hero-grid { grid-template-columns: 0.55fr 1fr; min-height: 500px; }
	.error-code { font-size: 12rem; }
	.error-destinations { grid-template-columns: repeat(2, 1fr); }
	.error-destinations a:nth-child(2) { border-right: 0; }
	.error-destinations a:nth-child(n+3) { border-top: 1px solid var(--ra-line); }
	.error-destinations a:nth-child(3) { padding-left: 0; }
	.wp-theme-roboactu-v2 .roboactu-maillage-news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 40px 34px; }
	.footer-identity { grid-column: 1 / -1; }
	.footer-wordmark { font-size: 3.6rem; }
}

@media (max-width: 560px) {
	body { font-size: 16px; }
	.container, .article-hero-media, .page-content { width: min(calc(100% - 24px), var(--ra-container)); }
	.home-intro { padding-top: 28px; }
	.menu-toggle { width: 42px; padding: 8px; border-radius: 50%; }
	.menu-toggle > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
	.mobile-menu-panel { width: 100%; padding-inline: 18px; }
	.mobile-menu-header { min-height: 66px; }
	.mobile-menu-header .site-brand { font-size: 1.55rem; }
	.mobile-menu-intro { align-items: start; padding-top: 22px; }
	.mobile-menu-intro p { max-width: 220px; font-size: 1.8rem; }
	.mobile-menu-intro span { max-width: 110px; font-size: 0.56rem; }
	.primary-nav ul { gap: 0 12px; }
	.primary-nav a { min-height: 70px; padding-top: 28px; font-size: 0.76rem; }
	.primary-nav li::before { top: 12px; }
	.header-search { margin-top: 20px; }
	.mobile-menu-actions { grid-template-columns: 1fr; margin-top: 18px; }
	.navigation-band .newsletter-link, .mobile-menu-social { min-height: 56px; }
	.home-intro h1 { font-size: 2.25rem; }
	.lead-grid { grid-template-columns: 1fr; gap: 28px; }
	.lead-grid > .article-card--lead, .briefing-rail { grid-column: auto; }
	.secondary-stack { grid-template-columns: 1fr; }
	.briefing-list { grid-template-columns: 1fr; }
	.article-card--lead h2 { font-size: 2rem; }
	.latest-grid, .archive-grid, .related-grid, .robot-spotlight-grid, .robot-grid { grid-template-columns: 1fr; }
	.latest-grid .article-card, .latest-grid .article-card:first-child, .latest-grid .article-card:last-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--ra-line); }
	.latest-grid .article-card:nth-child(2) { display: grid; }
	.newsletter-form { grid-template-columns: 1fr; }
	.newsletter-legal { grid-column: auto; }
	.home-curation-band { padding-top: 36px; }
	.popular-list { grid-template-columns: 1fr; }
	.popular-list li:nth-child(2) { padding-top: 16px; border-top: 1px solid var(--ra-line); }
	.category-hero-inner, .dossiers-hero-inner { padding-block: 38px 30px; }
	.category-hero h1, .dossiers-hero h1 { font-size: 3rem; }
	.category-content, .dossiers-content { padding-top: 28px; }
	.category-feature-secondary, .dossiers-side-grid, .category-grid { grid-template-columns: 1fr; }
	.category-feature { padding-bottom: 36px; }
	.category-newsletter { margin-top: 46px; }
	.article-header { padding-block: 38px 30px; }
	.article-header h1 { font-size: clamp(2.45rem, 12.5vw, 3.35rem); line-height: 0.97; }
	.article-dek { margin-top: 18px; font-size: 1.08rem; }
	.article-header-meta { grid-template-columns: 1fr 1fr; }
	.article-hero-media { width: min(calc(100% - 24px), 1440px); }
	.article-layout { gap: 24px; padding-block: 28px 56px; }
	.article-rail { grid-template-columns: 1fr; gap: 0; }
	.rail-block { padding-block: 14px 18px; }
	.rail-block + .rail-block { margin-top: 16px; }
	.entry-content { font-size: 1.06rem; line-height: 1.7; }
	.article-reading-column > .entry-content > p:first-child { font-size: 1.12em; }
	.entry-content blockquote { padding-left: 20px; }
	.entry-content blockquote::before { margin-left: -20px; }
	.article-newsletter { margin-top: 44px; padding: 24px 18px; }
	.article-end-meta { align-items: start; flex-direction: column; gap: 14px; }
	.article-end-meta a { max-width: none; text-align: left; }
	.wp-theme-roboactu-v2 .roboactu-alire-card__link { grid-template-columns: 1fr; }
	.wp-theme-roboactu-v2 .roboactu-alire-card__media { aspect-ratio: 16 / 9; min-height: 0; }
	.wp-theme-roboactu-v2 .roboactu-maillage-grid,
	.wp-theme-roboactu-v2 .roboactu-maillage-news { grid-template-columns: 1fr; }
	.robodex-hero-grid { gap: 26px; padding-block: 40px; }
	.robodex-hero h1 { font-size: clamp(4rem, 22vw, 5.4rem); }
	.robodex-hero .archive-description { margin-top: 20px; font-size: 0.88rem; }
	.robodex-hero-stats dd { font-size: 1.6rem; }
	.robodex-content { padding-block: 24px 56px; }
	.robodex-toolbar { grid-template-columns: 1fr; }
	.robodex-search { grid-template-columns: 26px minmax(0, 1fr) 48px; }
	.robodex-search button { padding: 0; font-size: 0; }
	.robodex-search button span { margin: 0; font-size: 1rem; }
	.robodex-filter-toggle { min-height: 48px; }
	.robodex-active-filters { margin-bottom: 20px; }
	.robodex-active-filters > span { width: 100%; }
	.robodex-filters { padding-inline: 18px; }
	.robodex-results-header { align-items: start; flex-direction: column; gap: 12px; }
	.robodex-results-header form { width: 100%; justify-content: space-between; }
	.robodex-results-header select { max-width: 190px; }
	.robot-card-body { padding: 14px; }
	.compare-tray { right: 12px; bottom: 12px; width: calc(100% - 24px); }
	.compare-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
	.compare-dialog-content { padding: 14px; }
	.robot-record-breadcrumb { padding-block: 17px; }
	.robot-header-grid { gap: 30px; padding-top: 34px; }
	.robot-header h1 { font-size: clamp(3.1rem, 17vw, 4.4rem); }
	.robot-key-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.robot-content-layout { gap: 34px; padding-block: 42px; }
	.robot-record-section { grid-template-columns: 1fr; gap: 7px; padding-bottom: 42px; }
	.robot-record-section + .robot-record-section { padding-top: 34px; }
	.robot-spec-groups { grid-template-columns: 1fr; }
	.robot-record-rail { grid-template-columns: 1fr; gap: 0; }
	.robot-record-action { grid-row: auto; }
	.robot-record-rail .rail-block { margin-top: 22px; }
	.search-hero-grid { gap: 28px; padding-block: 42px; }
	.search-hero h1 { font-size: 4.2rem; }
	.search-page-form > div { grid-template-columns: minmax(0, 1fr) 48px; }
	.search-page-form button { padding: 0; font-size: 0; }
	.search-page-form button span { margin: 0; font-size: 1rem; }
	.search-content { padding-block: 32px 56px; }
	.search-results-summary { align-items: start; flex-direction: column; gap: 7px; margin-bottom: 34px; }
	.search-results-summary span { white-space: normal; }
	.search-robots { margin-bottom: 45px; }
	.search-discovery h2 { font-size: 2.45rem; }
	.search-discovery nav { grid-template-columns: 1fr; }
	.search-discovery nav a:nth-child(odd) { margin-right: 0; }
	.search-empty > div { padding: 30px 20px; }
	.search-empty > div > span { font-size: 13rem; }
	.standard-page-hero .container { padding-block: 42px; }
	.standard-page-hero h1 { font-size: clamp(3.2rem, 17vw, 4.5rem); }
	.standard-page-layout { gap: 42px; padding-block: 38px 56px; }
	.standard-page-rail { grid-template-columns: 1fr; }
	.error-hero-grid { grid-template-columns: 1fr; gap: 15px; min-height: 0; padding-block: 45px 55px; }
	.error-code { font-size: 9.5rem; line-height: 0.75; }
	.error-hero h1 { font-size: 3.15rem; }
	.error-search { grid-template-columns: minmax(0, 1fr) 48px; }
	.error-search button { padding: 0; font-size: 0; }
	.error-search button::after { content: "→"; font-size: 1rem; }
	.error-destinations { padding-block: 24px; }
	.error-destinations a { min-height: 88px; padding: 9px 14px; }
	.error-destinations strong { font-size: 1.12rem; }
	.footer-main { grid-template-columns: 1fr; gap: 34px; }
	.footer-identity { grid-column: auto; }
	.footer-wordmark { font-size: 3.5rem; }
	.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding-block: 14px; }
	.compare-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
