:root {
  --d68-primary: #131313;
  --d68-accent: #8F1D22;
  --d68-bg: #FAFAF7;
  --d68-surface: #FFFFFF;
  --d68-text: #131313;
  --d68-text-soft: #5F5F5F;
  --d68-line: #D8D5CE;
  --d68-paper: #F2EFE8;
  --d68-font-headings: "Tenor Sans", serif;
  --d68-font-body: "Spectral", serif;
  --d68-max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.d68-body { margin: 0; background: var(--d68-bg); color: var(--d68-text); font-family: var(--d68-font-body); font-size: 18px; line-height: 1.65; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }
main, .d68-main { padding-top: 0 !important; margin-top: 0 !important; }
.d68-container { width: min(var(--d68-max), calc(100% - 40px)); margin: 0 auto; }
.d68-progress-scroll { position: fixed; top: 0; left: 0; width: 0; height: 3px; background: var(--d68-accent); z-index: 12000; animation: d68-progress-scroll linear both; animation-timeline: scroll(root); }
@keyframes d68-progress-scroll { from { width: 0; } to { width: 100%; } }
.d68-header { position: sticky; top: 0; z-index: 9000; background: rgba(250,250,247,.96); border-bottom: 1px solid var(--d68-line); backdrop-filter: blur(10px); }
.d68-header-inner { min-height: 94px; width: min(1320px, calc(100% - 32px)); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 2rem; }
.d68-brand-link { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; text-decoration: none; color: var(--d68-text); flex: 0 0 auto; }
.d68-brand-logo { width: auto; max-width: 96px; display: block; }
.d68-brand-name { font-family: var(--d68-font-headings); font-size: clamp(1.05rem, 2vw, 1.55rem); line-height: 1; letter-spacing: 0; text-align: center; }
.d68-nav-desktop { display: none; flex: 0 1 auto; }
.d68-nav-desktop-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .7rem 1.15rem; margin: 0; padding: 0; list-style: none; }
.d68-nav-desktop-list a { font-family: var(--d68-font-headings); font-size: .82rem; letter-spacing: .03em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid transparent; padding: .35rem 0; color: #1A1A1A; }
.d68-nav-desktop-list a:hover, .d68-nav-desktop-list a:focus { color: var(--d68-accent); border-bottom-color: var(--d68-accent); }
.d68-header-actions { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.d68-burger { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; min-width: 42px; min-height: 42px; padding: 8px; background: #FFFFFF; border: 1.5px solid rgba(0,0,0,.18); border-radius: 8px; color: #1A1A1A; cursor: pointer; z-index: 10000; flex-shrink: 0; position: relative; }
.d68-burger-bars, .d68-burger > span { display: flex; flex-direction: column; gap: 4px; width: 24px; height: 16px; }
.d68-burger-bars span { display: block; height: 2px; width: 24px; background: currentColor; }
.d68-nav-mobile { display: none; }
.d68-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 9500; }
.d68-drawer-close { align-self: flex-end; background: transparent; border: 0; color: #1A1A1A; font-family: var(--d68-font-headings); font-size: .9rem; cursor: pointer; }
.d68-nav-mobile-list { list-style: none; padding: 1rem 0 0; margin: 0; }
.d68-nav-mobile-list a { display: block; padding: .9rem 0; border-bottom: 1px solid var(--d68-line); color: #111111; text-decoration: none; font-family: var(--d68-font-headings); font-size: 1.2rem; }
.d68-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .72rem 1.15rem; border: 1px solid currentColor; border-radius: 0; font-family: var(--d68-font-headings); text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.d68-btn--cta { background: var(--d68-accent); color: #FFFFFF; border-color: var(--d68-accent); animation: d68-magnetic-button 4s ease-in-out infinite; }
@keyframes d68-magnetic-button { 0%,100% { transform: translateY(0); } 45% { transform: translateY(-2px); } 55% { transform: translateY(1px); } }
.d68-drawer-cta { display: block !important; margin: 2rem 1.5rem 1.5rem !important; padding: 1rem 1.5rem !important; text-align: center !important; background: var(--d68-accent) !important; color: #fff !important; border-radius: 8px !important; font-weight: 600 !important; text-decoration: none !important; font-size: 1.05rem !important; }
.d68-link-arrow { font-family: var(--d68-font-headings); color: inherit; text-decoration: underline; text-underline-offset: .25em; }
.d68-hero { position: relative; overflow: hidden; min-height: 70vh; display: flex; align-items: flex-end; background: var(--d68-primary); }
.d68-hero-video-wrap { position: absolute; inset: 0; pointer-events: none; }
.d68-hero-video { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.78vh; transform: translate(-50%, -50%); border: 0; }
.d68-hero-video-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%); }
.d68-hero-inner { position: relative; z-index: 2; width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: clamp(5rem, 12vw, 10rem) 0 4.5rem; color: #fff; }
.d68-hero-kicker { margin: 0 0 1rem; font-family: var(--d68-font-headings); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.d68-hero-title { margin: 0; max-width: 850px; font-family: var(--d68-font-headings); font-size: clamp(3.2rem, 9vw, 7.6rem); line-height: .92; font-weight: 400; letter-spacing: 0; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.d68-hero-subtitle { max-width: 680px; margin: 1.4rem 0 0; font-size: clamp(1.1rem, 2vw, 1.35rem); color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.d68-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-top: 2rem; }
.d68-editorial { padding: clamp(3rem, 7vw, 6rem) 0; border-bottom: 1px solid var(--d68-line); background: var(--d68-bg); }
.d68-editorial-grid { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.35fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.d68-section-label { margin: 0 0 .8rem; font-family: var(--d68-font-headings); color: var(--d68-accent); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.d68-editorial h2, .d68-section-heading h2, .d68-about-strip h2 { margin: 0; font-family: var(--d68-font-headings); font-size: clamp(2rem, 5vw, 4rem); line-height: 1.03; font-weight: 400; letter-spacing: 0; }
.d68-editorial h3 { margin: 2rem 0 .5rem; font-family: var(--d68-font-headings); font-size: 1.25rem; color: var(--d68-accent); }
.d68-editorial-copy p { margin: 0 0 1.05rem; color: #1A1A1A; }
.d68-category-stream { padding: clamp(3rem, 7vw, 6rem) 0; background: #FFFFFF; }
.d68-section-heading { max-width: 760px; margin-bottom: 2.4rem; }
.d68-category-row { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 1.4fr); gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--d68-line); }
.d68-category-row-head a { display: grid; grid-template-columns: 86px 1fr; gap: 1rem; align-items: center; color: var(--d68-text); text-decoration: none; }
.d68-category-row-head img { width: 86px; height: 86px; object-fit: cover; border-radius: 2px; filter: grayscale(.1); }
.d68-category-row-head span { font-family: var(--d68-font-headings); font-size: clamp(1.4rem, 3vw, 2.4rem); line-height: 1.05; }
.d68-category-row-head p { margin: 1rem 0 0; color: var(--d68-text-soft); font-size: 1rem; }
.d68-category-posts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.d68-mini-card a { display: block; text-decoration: none; color: var(--d68-text); }
.d68-mini-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: .7rem; background: var(--d68-paper); }
.d68-mini-title { display: block; font-family: var(--d68-font-headings); font-size: .98rem; line-height: 1.18; }
.d68-mini-card time { display: block; margin-top: .45rem; color: var(--d68-text-soft); font-size: .82rem; }
.d68-empty-row a { color: var(--d68-accent); font-family: var(--d68-font-headings); }
.d68-about-strip { padding: 4rem 0; background: var(--d68-primary); color: #F7F2EA; }
.d68-about-strip-inner { display: grid; grid-template-columns: .9fr 1.2fr auto; gap: 2rem; align-items: center; }
.d68-about-strip p { margin: 0; color: #EFE9DD; }
.d68-footer { background: #121212; color: #F7F2EA; border-top: 4px solid var(--d68-accent); }
.d68-footer-grid { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 3.5rem 0; display: grid; grid-template-columns: 1.35fr .9fr .9fr .9fr; gap: 2rem; }
.d68-footer-logo { max-width: 120px; background: transparent; }
.d68-footer-brand-pitch { margin: 0 0 1rem; color: #E8E1D6; font-size: .98rem; }
.d68-footer-brand-cta { color: #FFFFFF; font-family: var(--d68-font-headings); text-decoration: underline; }
.d68-footer-title { margin: 0 0 1rem; font-family: var(--d68-font-headings); color: #FFFFFF; font-weight: 400; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .08em; }
.d68-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.d68-footer-links a { color: #F7F2EA; text-decoration: underline; text-underline-offset: .18em; }
.d68-footer-bottom { border-top: 1px solid rgba(255,255,255,.15); width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 1rem 0 1.25rem; color: #D6CEC1; font-size: .9rem; }
.d68-cat-hero { position: relative; height: 320px; max-height: 350px; overflow: hidden; background: #111; }
.d68-cat-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.d68-cat-hero .d68-container { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.75) 100%); }
.d68-cat-hero h1 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.7); font-family: var(--d68-font-headings); }
@keyframes d68-calendar-glow { 0%,100% { box-shadow: 0 0 0 rgba(143,29,34,0); } 50% { box-shadow: 0 0 0 4px rgba(143,29,34,.14); } }
.d68-contact-form iframe { animation: d68-calendar-glow 5s ease-in-out infinite; }
@media (min-width: 1024px) {
  .d68-nav-desktop { display: flex; }
  .d68-burger, .d68-burger-wrap { display: none !important; }
  .d68-drawer-cta { display: none !important; }
}
@media (max-width: 1023px) {
  .d68-header-inner { min-height: 72px; justify-content: space-between; gap: 1rem; }
  .d68-brand-link { align-items: flex-start; }
  .d68-brand-logo { max-width: 70px; }
  .d68-brand-name { font-size: 1.05rem; }
  .d68-header-cta-desktop, [class*="-header"] [class*="-btn--cta"]:not([class*="-drawer-"]) { display: none !important; }
  .d68-header-cta-wrap, .d68-header-actions, .d68-burger-wrap, .d68-header > div:has(> .d68-burger), .d68-header [class*="cta"], .d68-header [class*="actions"] { display: flex !important; align-items: center !important; gap: 8px !important; flex-shrink: 0 !important; }
  .d68-burger { display: inline-flex !important; }
  .d68-nav-mobile.is-open { display: flex; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; width: 86%; max-width: 380px; background: #FFFFFF; padding: 1.1rem 1.5rem 2rem; z-index: 9999; overflow-y: auto; box-shadow: -10px 0 30px rgba(0,0,0,.3); }
  .d68-editorial-grid, .d68-category-row, .d68-about-strip-inner, .d68-footer-grid { grid-template-columns: 1fr; }
  .d68-category-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  body.d68-body { font-size: 16px; }
  .d68-container { width: min(100% - 28px, var(--d68-max)); }
  .d68-hero-inner { width: min(100% - 28px, 1100px); padding-bottom: 3rem; }
  .d68-hero-title { font-size: clamp(2.8rem, 16vw, 4.5rem); }
  .d68-category-posts { grid-template-columns: 1fr; }
  .d68-category-row-head a { grid-template-columns: 72px 1fr; }
  .d68-footer-grid { width: min(100% - 28px, 1220px); }
}


/* Custom site CSS */
body section[class*="cat-hero"], body div[class*="cat-hero"] {
  position: relative !important;
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
  left: 0 !important; right: 0 !important;
  height: 360px !important; min-height: 360px !important; max-height: 360px !important;
  padding: 0 !important; overflow: hidden !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  box-sizing: border-box !important;
}
/* Aussi force le parent <main> a etre full-width pour eviter cap a 1024 */
body main, body, body, body [class*="d68-main"], body #content {
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
}
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  max-height: 360px !important;
  object-fit: cover !important; z-index: 0 !important;
  border: none !important;
}
body [class*="cat-hero"]::before, body [class*="cat-hero"]::after {
  content: none !important; display: none !important;
}
/* Overlay : absolute par-dessus l'image, juste pour le gradient sombre */
body [class*="cat-hero-overlay"], body [class*="cat-hero"] > [class*="overlay"] {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important;
  max-width: none !important;
  display: block !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.55) 100%) !important;
  pointer-events: none !important;
  border: none !important;
}
/* Container / inner du titre : centré au-dessus de l'overlay (z-index 2) */
body [class*="cat-hero"] > [class*="container"],
body [class*="cat-hero"] > [class*="cat-hero-inner"],
body [class*="cat-hero"] > [class*="hero-inner"]:not([class*="overlay"]),
body [class*="cat-hero"] > div:not([class*="overlay"]):not([class*="-bg"]) {
  position: relative !important; z-index: 2 !important;
  text-align: center !important;
  max-width: 900px !important; margin: 0 auto !important;
  padding: 1.5rem 2rem !important;
  border: none !important; background: transparent !important;
}
body [class*="cat-hero"] h1 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 6vw, 4rem) !important;
  text-align: center !important;
  margin: 0 !important; font-weight: 800 !important;
  text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important;
  border: none !important; display: block !important;
}
body [class*="cat-hero"] [class*="breadcrumb"],
body [class*="cat-hero"] nav[aria-label*="riane"],
body [class*="cat-hero"] nav[aria-label*="readcrumb"] {
  display: none !important;
}



body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
  max-width: 280px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
    max-width: 320px !important;
  }
}


@media (max-width: 1023px) {
  /* FIX width:auto -> ne plus l'imposer (laisse child theme définir width).
     Sinon écrase le child et le burger devient 0 de large -> invisible. */
  body [class*="burger"], body button[class*="burger"] {
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 100 !important;
  }
}
@media (min-width: 1024px) {
  body [class*="burger"], body button[class*="burger"] {
    display: none !important;
  }
}



body footer, body [class*="footer"]:not([class*="logo"]):not([class*="brand-logo"]) {
  color: inherit !important;
}


body footer ul li a, body footer ol li a,
body [class*="footer"] ul li a:not([class*="btn"]):not([class*="cta"]),
body footer [class*="link"]:not([class*="brand"]):not([class*="btn"]) {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: currentColor !important;
  opacity: 0.85 !important;
  transition: opacity .2s ease !important;
}
body footer ul li a:hover, body footer ol li a:hover,
body [class*="footer"] ul li a:hover {
  opacity: 1 !important;
  text-decoration-thickness: 2px !important;
}


body [class*="burger"] {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  cursor: pointer !important;
  padding: 8px;
  color: inherit;
  transition: background .2s ease, border-color .2s ease !important;
}
body [class*="burger"]:hover, body [class*="burger"]:focus-visible {
  background: rgba(0,0,0,0.06);
  border-color: var(--d68-accent, currentColor);
}
/* Container des 3 barres (peut s'appeler "bars", "lines", etc.) */
body [class*="burger"] > [class*="bar"],
body [class*="burger"] > [class*="line"],
body [class*="burger"] > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 16px;
  gap: 0;
}
/* Les 3 barres elles-mêmes */
body [class*="burger"] [class*="bar"] > span,
body [class*="burger"] [class*="line"] > span,
body [class*="burger"] > span > span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  margin: 2px 0;
  transition: transform .25s ease, opacity .25s ease !important;
}
/* Etat ouvert : transforme en X */
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(2) {
  opacity: 0 !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg) !important;
}

@media (max-width: 1023px) {
  body header [class*="cta-wrap"]:has([class*="burger"]),
  body header > div:has([class*="burger"]),
  body [class*="header"] [class*="-wrap"]:has([class*="burger"]),
  body [class*="header-inner"] > div:has([class*="burger"]) {
    display: flex;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* Mobile : 1 SEUL CTA visible (dans le burger).
   Sur mobile le CTA original du header est masque ; sur desktop le clone est hidden. */
@media (max-width: 1023px) {
  body [class*="header-cta"] [class*="btn--cta"],
  body [class*="header__cta"] [class*="btn--cta"],
  body [class*="header-cta"] > [class*="cta"],
  body [class*="header__cta"] > a {
    display: none !important;
  }
}


/* ============================================================
   Section 'On parle de nous' (media press)
   Logos grayscale par defaut, couleur au hover.
   Grid responsive 2-6 colonnes, gap auto.
============================================================ */
.d68-media-press {
  padding: 2.5rem 0;
  background: var(--d68-bg-soft, var(--d68-color-surface, #f9fafb));
  margin: 2rem 0;
}
.d68-media-press > .d68-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.d68-media-press-title {
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--d68-color-text-soft, var(--d68-color-muted, #5a6a85));
  margin: 0 0 1.6rem;
  font-weight: 600;
}
.d68-media-press-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}
.d68-media-press-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 160px;
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
  opacity: .65;
  filter: grayscale(100%);
}
.d68-media-press-item:hover,
.d68-media-press-item:focus {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}
.d68-media-press-item img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 640px) {
  .d68-media-press { padding: 1.8rem 0; }
  .d68-media-press-grid { gap: 1.4rem; }
  .d68-media-press-item { max-width: 110px; min-height: 36px; }
  .d68-media-press-item img { max-height: 36px; }
}


/* FIX gap header->hero (parent theme override) + media-press compact centre */
body main, body.home main, body.archive main, body.single main,
body, body, body main[class*="-main"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* MEDIA PRESS : layout horizontal compact CENTRE (titre + logos cote a cote au centre) */
.d68-media-press section[class*="media-press"] {
  padding: 24px 0 !important;
  margin: 0 !important;
  background: #fafafa;
  border-block: 1px solid rgba(0,0,0,0.06);
}
.d68-media-press .d68-container,
section[class*="media-press"] [class*="container"] {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  text-align: center;
}
.d68-media-press-title,
section[class*="media-press"] [class*="title"] {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--d68-muted, #666);
  flex: 0 0 auto;
}
.d68-media-press-grid,
section[class*="media-press"] [class*="grid"] {
  display: flex !important;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 0 1 auto;
  justify-content: center;
}
.d68-media-press-item,
section[class*="media-press"] [class*="item"] {
  display: inline-flex !important;
  align-items: center;
  opacity: 0.65;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.d68-media-press-item:hover:hover,
section[class*="media-press"] [class*="item"]:hover {
  opacity: 1;
}
.d68-media-press imgimg,
section[class*="media-press"] img {
  max-height: 48px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}
.d68-media-press a:hover imga:hover img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  .d68-media-press .d68-container,
  section[class*="media-press"] [class*="container"] {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}



.d68-cat-hero--align-left .d68-cat-hero-inner
section[class*="cat-hero--align-left"] [class*="cat-hero-inner"] {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 24px;
}
.d68-cat-hero--align-center .d68-cat-hero-inner
section[class*="cat-hero--align-center"] [class*="cat-hero-inner"] {
  text-align: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}


@media (max-width: 1023.98px) {  [class*="-header-cta-wrap"],
  [class*="-header-actions"],
  [class*="-burger-wrap"],
  [class*="-header-right"],
  [class*="-header-actions-mobile"] {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    min-height: 42px !important;
    flex-shrink: 0 !important;
    z-index: 9999;
    pointer-events: auto !important;
    cursor: pointer !important;
  }  [class*="-burger"] > span,
  [class*="-burger-bars"] {
    display: flex !important;
    flex-direction: column !important;
    min-width: 24px !important;
    min-height: 16px !important;
  }  [class*="-burger-bars"] > *,
  [class*="-burger"] > span > * {
    display: block !important;
    min-width: 24px !important;
    min-height: 2px !important;
  }  [class*="-header-cta-desktop"] {
    display: none !important;
  }  [class*="-burger-label"] {
    display: none !important;
  }
}
@media (min-width: 1024px) {  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: none !important;
  }
}


/* Burger style */
@media (max-width: 1023.98px) {
  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    width: 42px !important; height: 42px !important;
    border-radius: 12px !important; padding: 8px !important;
     
  }
  [class*="-burger"] > span, [class*="-burger-bars"] {
    gap: 5px !important; width: 24px !important; height: 16px !important;
    align-items: center !important;
  }
  [class*="-burger-bars"] > *, [class*="-burger"] > span > * {
    height: 2px !important; border-radius: 1px !important;
  }
  [class*="-burger-bars"] > *:nth-child(1), [class*="-burger"] > span > *:nth-child(1) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(2), [class*="-burger"] > span > *:nth-child(2) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(3), [class*="-burger"] > span > *:nth-child(3) { width: 24px !important; }
}

/* === H1 hero + about-strip blanc override (user request) === */
.d68-hero-title { color: #ffffff !important; }
.d68-hero-subtitle { color: #ffffff !important; }
.d68-hero-kicker { color: #ffffff !important; }
.d68-about-strip h2 { color: #ffffff !important; }
.d68-about-strip p { color: #ffffff !important; }
