/* Structure les contenus editoriaux, les cartes, les listes d'articles et les blocs de page. */
.df-article-list {
  width: min(760px, 92vw);
  margin: 0 auto;
}

.df-content-shell,
.df-entry,
.df-post,
.df-teaser,
.df-article {
  width: 100%;
}

.df-entry .df-page-title {
  display: inline-block;
  padding-block: 0.08em 0.28em;
  color: #fff;
  line-height: 1.28;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.df-entry {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.df-entry::before {
  content: "";
  position: absolute;
  top: clamp(0.5rem, 4vw, 2.5rem);
  right: -8rem;
  z-index: -1;
  width: min(620px, 64vw);
  aspect-ratio: 3 / 1;
  pointer-events: none;
  background: url("../../img/brand/df-logo-banner.png") center / contain no-repeat;
  background: image-set(
    url("../../img/brand/df-logo-banner.webp") type("image/webp"),
    url("../../img/brand/df-logo-banner.png") type("image/png")
  ) center / contain no-repeat;
  opacity: 0.075;
  filter: saturate(0.9) contrast(1.05) brightness(0.82);
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.88) 42%, transparent 76%);
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.88) 42%, transparent 76%);
}

.df-breadcrumbs {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 clamp(0.9rem, 2vw, 1.25rem);
}

.df-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem 0.48rem;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.df-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: rgba(247, 249, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
}

.df-breadcrumbs__item + .df-breadcrumbs__item::before {
  content: "/";
  margin-right: 0.48rem;
  color: rgba(34, 211, 238, 0.62);
}

.df-breadcrumbs__link,
.df-breadcrumbs__current {
  display: inline-block;
  max-width: min(42ch, 72vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.df-breadcrumbs__link {
  color: rgba(247, 249, 255, 0.76);
  text-decoration: none;
}

.df-breadcrumbs__link:hover {
  color: #fff;
}

.df-breadcrumbs__current {
  color: rgba(247, 249, 255, 0.92);
}

.df-seo-intro {
  display: grid;
  gap: 0.55rem;
  margin-bottom: clamp(1rem, 2.4vw, 1.35rem);
  padding-bottom: clamp(0.9rem, 2vw, 1.15rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.df-seo-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
  line-height: 1.18;
}

.df-seo-intro p {
  max-width: 78ch;
  margin: 0;
  color: rgba(247, 249, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.72;
}

.df-seo-intro a {
  color: rgba(34, 211, 238, 0.92);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 31, 114, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.df-seo-intro a:hover {
  color: #fff;
  text-decoration-color: rgba(34, 211, 238, 0.82);
}

.df-article-page {
  position: relative;
  isolation: isolate;
  padding: clamp(2.25rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem);
  overflow: hidden;
}

.df-article-page__glow {
  position: absolute;
  inset: -12rem -8rem auto;
  z-index: -1;
  height: 34rem;
  pointer-events: none;
  background:
    radial-gradient(38rem 22rem at 18% 24%, rgba(34, 211, 238, 0.18), transparent 68%),
    radial-gradient(34rem 24rem at 78% 8%, rgba(255, 31, 114, 0.19), transparent 66%),
    radial-gradient(28rem 20rem at 54% 48%, rgba(180, 76, 255, 0.13), transparent 70%);
}

.df-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
  min-height: clamp(390px, 52svh, 620px);
  padding-block: clamp(1rem, 3vw, 2.5rem);
}

.df-article-hero__copy {
  min-width: 0;
}

.df-article-hero__back {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
  padding: 0.52rem 0.78rem;
  color: rgba(247, 249, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.df-article-hero__back:hover {
  color: #fff;
  border-color: rgba(34, 211, 238, 0.48);
  background: rgba(34, 211, 238, 0.12);
}

.df-article-hero__head {
  max-width: 900px;
}

.df-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.df-article-hero__meta time,
.df-article-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.34rem 0.66rem;
  color: #071016;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--secondary), rgba(255, 255, 255, 0.9));
}

.df-article-hero__meta span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.df-article-hero__title {
  display: block;
  padding-block: 0.05em 0.18em;
  color: #fff;
  font-size: clamp(2.45rem, 6.4vw, 6.4rem);
  line-height: 1.08;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.df-article-hero__excerpt {
  max-width: 68ch;
  margin: 0.65rem 0 0;
  color: rgba(247, 249, 255, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}

.df-article-hero__visual {
  position: relative;
  min-width: 0;
}

.df-article-hero__visual::after {
  content: "";
  position: absolute;
  inset: 16% -9% -12% 18%;
  z-index: -2;
  border-radius: var(--radius-xl);
  background: rgba(34, 211, 238, 0.14);
  filter: blur(34px);
}

.df-article-page .df-article__featured-image,
.df-article-hero__placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 5;
  margin: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 95px rgba(0, 0, 0, 0.38);
}

.df-article-page .df-article__featured-image {
  object-fit: contain;
  padding: clamp(0.7rem, 2vw, 1.2rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 0, 5, 0.58);
  filter: saturate(1.04) contrast(1.03);
}

.df-article-hero__placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 31, 114, 0.16), rgba(34, 211, 238, 0.12)),
    rgba(255, 255, 255, 0.06);
}

.df-article-hero__placeholder span {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-display);
  font-size: clamp(6rem, 16vw, 12rem);
  line-height: 1;
}

.df-article-hero__placeholder img {
  display: block;
  width: min(72%, 320px);
  max-width: 100%;
  max-height: 72%;
  object-fit: contain;
  border-radius: var(--radius-md);
}

.df-article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 820px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  justify-content: center;
  padding-top: clamp(1rem, 4vw, 3.5rem);
}

.df-article-sidebar {
  position: sticky;
  top: 6.5rem;
  padding: 1rem 0;
  color: var(--text-muted);
}

.df-article-sidebar__label {
  margin: 0 0 0.32rem;
  color: rgba(34, 211, 238, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.df-article-sidebar__value {
  margin: 0 0 1.15rem;
  color: #fff;
  font-weight: 800;
}

.df-article-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.df-article-sidebar__tags li {
  padding: 0.38rem 0.62rem;
  color: rgba(247, 249, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
}

.df-article-content {
  position: relative;
  min-width: 0;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.032)),
    rgba(8, 0, 5, 0.36);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(1.12);
}

.df-article-page .df-article {
  width: 100%;
  padding: 0;
  color: rgba(247, 249, 255, 0.82);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.86;
}

.df-article-page .df-article > * {
  max-width: 72ch;
  margin-inline: auto;
}

.df-article-page .df-article > * + * {
  margin-top: 1.15rem;
}

.df-article-page .df-article h2,
.df-article-page .df-article h3 {
  color: #fff;
  line-height: 1.18;
}

.df-article-page .df-article h2 {
  margin-top: 2.2rem;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}

.df-article-page .df-article h3 {
  margin-top: 1.7rem;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.df-article-page .df-article a {
  color: var(--secondary);
  font-weight: 800;
}

.df-article-page .df-article ul,
.df-article-page .df-article ol {
  padding-left: 1.35rem;
}

.df-article-page .df-article li + li {
  margin-top: 0.48rem;
}

.df-article-page .df-article img {
  width: 100%;
  max-width: 100%;
  margin-block: 1.5rem;
  border-radius: var(--radius-md);
}

.df-post {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.df-article {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.df-article > * + * {
  margin-top: 1rem;
}

.df-article img,
.df-content--news img,
.df-content--formation img,
.df-content--experience img {
  border-radius: var(--radius-md);
}

.df-panel {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.df-post__title,
.df-teaser__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  line-height: 1.05;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 0%, #f2f3f6 46%, #b7bcc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.df-post__title {
  font-family: var(--font-body);
  font-size: clamp(2rem, 5vw, 4rem);
}

.df-teaser {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(8, 0, 5, 0.42);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.df-teaser:hover {
  border-color: rgba(50, 217, 200, 0.42);
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px);
}

.df-teaser + .df-teaser {
  margin-top: 1rem;
}

.df-teaser a {
  color: inherit;
  text-decoration: none;
}

.df-teaser__title {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.df-news-teaser {
  display: grid;
  grid-template-columns: minmax(170px, 30%) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: center;
}

.df-news-teaser .df-teaser__media {
  align-self: stretch;
  display: grid;
  min-height: 150px;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 0, 5, 0.58);
}

.df-news-teaser .df-teaser__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 260px;
  aspect-ratio: 1.2;
  object-fit: contain;
  padding: 0.7rem;
}

.df-news-teaser__body {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-width: 0;
}

.df-news-teaser__body .df-teaser__title {
  margin: 0;
}

.df-news-teaser__body .df-teaser__more {
  margin-top: 0;
}

.df-news-teaser:hover .df-teaser__media img {
  filter: saturate(1.04) contrast(1.03);
  transform: none;
}

.df-teaser__media,
.df-teaser__image {
  overflow: hidden;
  border-radius: var(--radius-md);
}

.df-teaser__media {
  margin: 0.8rem 0;
}

.df-teaser__media img,
.df-teaser__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02) brightness(0.9);
  transition: transform 220ms ease, filter 220ms ease;
}

.df-teaser:hover .df-teaser__media img,
.df-teaser:hover .df-teaser__image {
  filter: saturate(1.08) contrast(1.04) brightness(0.96);
  transform: scale(1.025);
}

.df-teaser__excerpt,
.df-post__content,
.df-post__meta,
.df-article--mentions {
  color: var(--text-muted);
}

.df-formation-article,
.df-split-article {
  display: grid;
  grid-template-columns: minmax(150px, 28%) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: center;
}

.df-formation-article__media,
.df-split-article__media {
  align-self: stretch;
  display: grid;
  min-height: 150px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 0, 5, 0.58);
}

.df-formation-article__image,
.df-split-article__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 260px;
  aspect-ratio: 1.2;
  object-fit: contain;
  padding: 0.7rem;
}

.df-formation-article__body,
.df-split-article__body {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-width: 0;
}

.df-formation-article__body .df-teaser__title,
.df-split-article__body .df-teaser__title {
  margin: 0;
}

.df-formation-article__body h1,
.df-split-article__body h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.df-formation-article__body ul,
.df-formation-article__body ol,
.df-split-article__body ul,
.df-split-article__body ol {
  margin-top: 0.5rem;
}

.df-formation-article__body .df-teaser__more,
.df-split-article__body .df-teaser__more {
  margin-top: 0;
}

.df-teaser__more {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.85rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(50, 217, 200, 0.35);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: rgba(50, 217, 200, 0.12);
}

.df-teaser__more:hover {
  border-color: rgba(50, 217, 200, 0.7);
  background: rgba(50, 217, 200, 0.2);
}

.df-article__featured-image {
  display: block;
  width: min(20%, 220px);
  min-width: 120px;
  height: auto;
  margin: 1.8rem 0 1rem;
  border-radius: var(--radius-md);
}

.df-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.df-post__meta a {
  display: inline-flex;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.055);
}

.df-cv-download {
  margin-top: 1.5rem;
}

.df-panel--login {
  width: min(520px, 100%);
  margin-inline: auto;
}

.df-login-form {
  display: grid;
  gap: 1rem;
}

.df-login-form .df-page-title {
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.df-login-form__field {
  display: grid;
  gap: 0.45rem;
  color: #fff;
  font-weight: 800;
}

.df-login-form__field input {
  width: 100%;
  min-height: 48px;
  padding: 0.8rem 0.95rem;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
}

.df-login-form__error {
  margin: 0;
  padding: 0.75rem 0.85rem;
  color: #fff;
  border: 1px solid rgba(255, 31, 114, 0.42);
  border-radius: var(--radius-sm);
  background: rgba(255, 31, 114, 0.14);
}

.df-mentions {
  position: relative;
  isolation: isolate;
  padding: clamp(1.4rem, 4vw, 3rem) 0 clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
}

.df-mentions__glow {
  position: absolute;
  inset: -12rem -10rem auto;
  z-index: -1;
  height: 36rem;
  pointer-events: none;
  background:
    radial-gradient(34rem 22rem at 18% 26%, rgba(34, 211, 238, 0.14), transparent 68%),
    radial-gradient(30rem 22rem at 78% 12%, rgba(255, 31, 114, 0.13), transparent 66%),
    radial-gradient(26rem 20rem at 52% 48%, rgba(180, 76, 255, 0.1), transparent 72%);
}

.df-mentions__hero {
  position: relative;
  display: grid;
  min-height: clamp(260px, 30vw, 380px);
  align-items: center;
  margin-bottom: clamp(1rem, 3vw, 1.8rem);
  padding: clamp(1.2rem, 3vw, 2.4rem) 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(4, 0, 3, 0.96) 0%, rgba(16, 2, 8, 0.82) 48%, rgba(16, 2, 8, 0.42) 100%),
    var(--mentions-bg) center / var(--mentions-bg-size, cover) no-repeat,
    rgba(255, 255, 255, 0.05);
  box-shadow:
    var(--shadow-soft),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.df-mentions__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: inherit;
}

.df-mentions__hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--secondary), rgba(255, 31, 114, 0.9), transparent 78%);
}

.df-mentions__intro {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  min-width: 0;
  padding-inline: clamp(1.1rem, 4vw, 3rem);
}

.df-mentions__eyebrow {
  width: fit-content;
  margin: 0 0 0.72rem;
  padding: 0.36rem 0.62rem;
  color: #071016;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--secondary), rgba(255, 255, 255, 0.92));
}

.df-mentions__title {
  display: block;
  padding-block: 0.02em 0.12em;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1.05;
  text-wrap: balance;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.df-mentions__lead {
  max-width: 68ch;
  margin: 0.45rem 0 0;
  color: rgba(247, 249, 255, 0.78);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.68;
}

.df-mentions__layout {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 830px);
  gap: clamp(1.1rem, 3vw, 2.2rem);
  align-items: start;
  justify-content: center;
}

.df-mentions__aside {
  position: sticky;
  top: 6.5rem;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.032)),
    rgba(8, 0, 5, 0.46);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px) saturate(1.12);
}

.df-mentions__aside::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary), rgba(255, 31, 114, 0.86), transparent);
}

.df-mentions__aside-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 900;
}

.df-mentions__aside-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.df-mentions__aside-list div {
  min-width: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.df-mentions__aside-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.df-mentions__aside-label {
  margin: 0 0 0.16rem;
  color: rgba(34, 211, 238, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.df-mentions__aside-value,
.df-mentions__aside-link {
  display: block;
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.df-mentions__aside-link {
  color: var(--secondary);
}

.df-mentions__card {
  min-width: 0;
  overflow: hidden;
  padding: clamp(0.85rem, 2vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
    rgba(8, 0, 5, 0.48);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(1.12);
}

.df-mentions .df-article {
  width: 100%;
  padding: 0;
}

.df-mentions .df-article--mentions {
  color: rgba(247, 249, 255, 0.8);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.72;
}

.df-mentions .df-article--mentions > * {
  max-width: none;
  margin-inline: 0;
}

.df-mentions .df-article--mentions > * + * {
  margin-top: 0.85rem;
}

.df-legal-section {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 2.3vw, 1.35rem) clamp(1rem, 2.5vw, 1.5rem) clamp(1.05rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.022)),
    rgba(255, 255, 255, 0.028);
}

.df-legal-section::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--secondary), rgba(255, 31, 114, 0.78));
}

.df-mentions .df-article--mentions h2 {
  padding-top: 0;
  margin: 0 0 0.48rem;
  color: #fff;
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.2;
  border-top: 0;
}

.df-mentions .df-article--mentions h2:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.df-mentions .df-article--mentions p {
  margin: 0;
}

.df-mentions .df-article--mentions a {
  color: var(--secondary);
  font-weight: 800;
}

.df-archive,
.df-index {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.df-archive__list {
  display: grid;
  gap: 1rem;
}

.df-archive__empty {
  color: var(--text-muted);
}

.df-content--news,
.df-content--formation,
.df-content--experience {
  display: grid;
  gap: 1rem;
  line-height: 1.75;
}

.df-content--news > *,
.df-content--formation > *,
.df-content--experience > * {
  max-width: 100%;
  margin: 0;
}

.df-panel--experience {
  overflow: hidden;
}

.df-content--experience {
  position: relative;
  z-index: 1;
  max-height: none;
  overflow: visible;
}

.df-content--news ul,
.df-content--news ol,
.df-content--formation ul,
.df-content--formation ol,
.df-content--experience ul,
.df-content--experience ol {
  display: block;
  padding-left: 1.45rem;
  margin: 0.4rem 0 0.8rem;
  color: var(--text);
  list-style-position: outside;
}

.df-content--news ul,
.df-content--formation ul,
.df-content--experience ul {
  list-style-type: disc;
}

.df-content--news ol,
.df-content--formation ol,
.df-content--experience ol {
  list-style-type: decimal;
}

.df-content--news li,
.df-content--formation li,
.df-content--experience li {
  display: list-item;
  margin: 0.35rem 0;
  color: var(--text-muted);
}

.df-content--news li::marker,
.df-content--formation li::marker,
.df-content--experience li::marker {
  color: var(--secondary);
  font-size: 1.05em;
}

.df-error-page {
  position: relative;
  display: grid;
  min-height: calc(100svh - 74px);
  place-items: center;
  padding: 5rem 0;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(8, 0, 5, 0.98) 0%, rgba(19, 3, 11, 0.94) 52%, rgba(8, 0, 5, 1) 100%);
  isolation: isolate;
}

.df-error-page::before,
.df-error-page::after,
.df-error-page__grid {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.df-error-page::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255, 31, 114, 0.14) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(34, 211, 238, 0.08) 0 1px, transparent 1px 100%);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.df-error-page::after {
  z-index: -2;
  background:
    linear-gradient(122deg, transparent 0 53%, rgba(255, 31, 114, 0.14) 53.2% 53.8%, transparent 54%),
    linear-gradient(90deg, rgba(34, 211, 238, 0.1), transparent 28%, transparent 72%, rgba(255, 31, 114, 0.12));
}

.df-error-page__grid {
  z-index: -1;
  background:
    repeating-linear-gradient(90deg, transparent 0 23px, rgba(255, 255, 255, 0.035) 24px),
    repeating-linear-gradient(0deg, transparent 0 23px, rgba(255, 255, 255, 0.025) 24px);
  opacity: 0.28;
}

.df-error-page__shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.6rem;
  justify-items: center;
  width: min(1040px, calc(100vw - 2rem));
  margin-inline: auto;
}

.df-error-page__copy {
  display: grid;
  justify-items: center;
  min-width: 0;
  max-width: 780px;
  text-align: center;
  order: 2;
}

.df-error-page__eyebrow {
  margin: 0 0 1rem;
  padding: 0.42rem 0.72rem;
  color: #071016;
  font-family: var(--font-brand);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--secondary), #ffffff);
}

.df-error-page__code {
  margin: 0;
  color: rgba(255, 31, 114, 0.96);
  font-family: var(--font-brand);
  font-size: 8rem;
  font-weight: 900;
  line-height: 0.85;
  text-shadow:
    0 0 22px rgba(255, 31, 114, 0.35),
    0 0 1px rgba(255, 255, 255, 0.9);
}

.df-error-page__title {
  max-width: 13ch;
  margin: 1rem 0 0;
  color: #fff;
  font-family: var(--font-body);
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.18;
  padding: 0.02em 0 0.16em;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f7 48%, #b8bcc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.df-error-page__message {
  max-width: 58ch;
  margin: 1.2rem 0 0;
  color: rgba(247, 249, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.75;
}

.df-error-page__actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.df-error-page__console {
  position: relative;
  order: 1;
  width: min(920px, 100%);
  min-width: 0;
  padding: 0.72rem;
  overflow: hidden;
  border: 1px solid rgba(255, 31, 114, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028)),
    rgba(8, 0, 5, 0.66);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(34, 211, 238, 0.07) inset;
  backdrop-filter: blur(18px) saturate(1.18);
}

.df-error-page__console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, var(--primary), transparent 26%, transparent 74%, var(--secondary)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 26%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.df-error-page__banner {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #080005;
}

.df-error-page__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 50%, rgba(255, 255, 255, 0.045) 51%, transparent 52%),
    linear-gradient(90deg, rgba(34, 211, 238, 0.12), transparent 32%, transparent 68%, rgba(255, 31, 114, 0.16));
  background-size: 100% 6px, auto;
  mix-blend-mode: screen;
}

.df-error-page__banner img {
  width: 100%;
  aspect-ratio: 2.64 / 1;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.05) brightness(1.02);
}

.df-error-page__scanline {
  height: 2px;
  margin: 0.72rem 0;
  background: linear-gradient(90deg, transparent, var(--secondary), var(--primary), transparent);
  box-shadow: 0 0 22px rgba(255, 31, 114, 0.4);
}

.df-error-page__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 0;
}

.df-error-page__meta div {
  min-width: 0;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
}

.df-error-page__meta dt {
  margin: 0 0 0.24rem;
  color: rgba(34, 211, 238, 0.9);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.df-error-page__meta dd {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.df-internal-links {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.df-internal-links__label {
  margin: 0 0 0.55rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.df-internal-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.df-internal-links__list a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 211, 238, 0.34);
}

.df-internal-links__list a:hover {
  color: #ffffff;
  border-bottom-color: var(--secondary);
}

@media (max-width: 1024px) {
  .df-error-page__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .df-error-page {
    padding: 3rem 0;
  }

  .df-error-page__code {
    font-size: 5rem;
  }

  .df-error-page__title {
    font-size: 2.7rem;
  }

  .df-error-page__message {
    font-size: 1rem;
  }

  .df-error-page__meta {
    grid-template-columns: 1fr;
  }
}
