/* NO PNJ consolidated release stylesheet. Source order is contractual. */
/* source: /assets/mentions-legales-inline-01.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 01 from prod mentions-legales/index.html === */
:root {
  --bg:#0b0b0c;
  --panel:#141416;
  --text:#f2f2f2;
  --muted:rgba(242,242,242,.70);
  --yellow:#FFD600;
  --border:rgba(255,255,255,.13);
}
* { box-sizing:border-box; }
html, body { max-width:100%; overflow-x:hidden; }
body {
  margin:0;
  font-family: Inter, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,214,0,.10), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(96,175,255,.08), transparent 30%),
    linear-gradient(180deg, #0b0b0c, #111);
}
main {
  width:min(980px, calc(100% - 32px));
  margin:0 auto;
  padding:54px 0 80px;
}
a { color:var(--yellow); }
.kicker {
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  margin-bottom:18px;
}
h1 {
  font-size:clamp(42px, 8vw, 82px);
  line-height:.9;
  letter-spacing:-.07em;
  margin:0 0 26px;
}
h2 {
  margin:34px 0 10px;
  font-size:26px;
  letter-spacing:-.03em;
}
p, li {
  color:var(--muted);
  line-height:1.65;
  font-size:17px;
}
.card {
  border:1px solid var(--border);
  border-radius:24px;
  background:rgba(255,255,255,.045);
  padding:24px;
  margin:22px 0;
}
.notice {
  border-left:4px solid var(--yellow);
  padding:14px 18px;
  background:rgba(255,214,0,.08);
  border-radius:14px;
  color:var(--muted);
}
nav {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:34px;
}
nav a {
  text-decoration:none;
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 14px;
  color:var(--text);
  background:rgba(255,255,255,.05);
}
nav a:hover { color:var(--yellow); border-color:rgba(255,214,0,.45); }
ul { padding-left:22px; }
strong { color:var(--text); }
@media(max-width:760px){
  main { width:calc(100% - 24px); padding-top:34px; }
  .card { padding:18px; border-radius:20px; }
}

/* PRELAUNCH_MINIMAL_LOCK_START */
.prelaunch-notice {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(255,214,0,.28);
  border-radius: 16px;
  background: rgba(255,214,0,.075);
  color: rgba(242,242,242,.84);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.prelaunch-notice strong {
  color: #FFD600;
}

@media (max-width: 760px) {
  .prelaunch-notice {
    margin: 14px 16px 0;
  }
}
/* PRELAUNCH_MINIMAL_LOCK_END */





/*
  Correction de P48 :
  - suppression du faux header .nopnj-global-*
  - reprise du header canon de l'accueil : header > .shell.nav > .brand + .nav-links
  - alignement visuel homogène sur tout le site
  - CONTACT pointe vers /contact/
*/

body {
  padding-top: 58px !important;
}

header.nopnj-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5000 !important;
  min-height: 58px !important;
  background: rgba(0,0,0,.94) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

header.nopnj-site-header .shell {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
}

header.nopnj-site-header .nav {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

header.nopnj-site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #f2f2f2 !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
}

header.nopnj-site-header .brand-mark {
  width: 13px !important;
  height: 13px !important;
  border-radius: 999px !important;
  border: 2px solid #FFD600 !important;
  box-shadow: 0 0 16px rgba(255,214,0,.22) !important;
  flex: 0 0 auto !important;
}

header.nopnj-site-header .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
}

header.nopnj-site-header .nav-links a {
  color: rgba(242,242,242,.70) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
  transition: color .18s ease, opacity .18s ease !important;
}

header.nopnj-site-header .nav-links a:hover,
header.nopnj-site-header .nav-links a:focus-visible {
  color: #FFD600 !important;
  outline: none !important;
}

/* Sécurité : l'ancienne nav locale doit rester supprimée */
main > nav {
  display: none !important;
}

@media (max-width: 760px) {
  body {
    padding-top: 56px !important;
  }

  header.nopnj-site-header {
    min-height: 56px !important;
  }

  header.nopnj-site-header .shell {
    width: calc(100% - 24px) !important;
  }

  header.nopnj-site-header .nav {
    min-height: 56px !important;
    gap: 14px !important;
  }

  header.nopnj-site-header .brand {
    font-size: 13px !important;
  }

  header.nopnj-site-header .brand-mark {
    width: 11px !important;
    height: 11px !important;
  }

  header.nopnj-site-header .nav-links {
    gap: 14px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  header.nopnj-site-header .nav-links::-webkit-scrollbar {
    display: none !important;
  }

  header.nopnj-site-header .nav-links a {
    font-size: 10px !important;
    letter-spacing: .08em !important;
    white-space: nowrap !important;
  }
}



header.nopnj-site-header {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
}

header.nopnj-site-header .shell.nav {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 auto !important;
  line-height: normal !important;
}

header.nopnj-site-header .brand,
header.nopnj-site-header .nav-links,
header.nopnj-site-header .nav-links a {
  height: 58px !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

header.nopnj-site-header .brand {
  font-size: 16px !important;
}

header.nopnj-site-header .nav-links a {
  font-size: 12px !important;
}

/* évite que le contenu commence sous le header */
body {
  padding-top: 58px !important;
}

@media (max-width: 760px) {
  header.nopnj-site-header,
  header.nopnj-site-header .shell.nav,
  header.nopnj-site-header .brand,
  header.nopnj-site-header .nav-links,
  header.nopnj-site-header .nav-links a {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }

  body {
    padding-top: 56px !important;
  }

  header.nopnj-site-header .brand {
    font-size: 13px !important;
  }

  header.nopnj-site-header .nav-links a {
    font-size: 10px !important;
  }
}



/*
  Correction :
  - certaines pages internes ont un CSS local nav a en boutons/pills
  - ce CSS contamine le header canon
  - on verrouille le header NO PNJ pour qu'il reste identique à l'accueil
*/

header.nopnj-site-header .nav-links a,
header.nopnj-site-header nav.nav-links a {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;

  color: rgba(242,242,242,.70) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
  line-height: 1 !important;

  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;

  display: inline-flex !important;
  align-items: center !important;
}

header.nopnj-site-header .nav-links a:hover,
header.nopnj-site-header .nav-links a:focus-visible,
header.nopnj-site-header nav.nav-links a:hover,
header.nopnj-site-header nav.nav-links a:focus-visible {
  color: #FFD600 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
}

header.nopnj-site-header .brand {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Sécurité : la nav canon ne doit jamais prendre l'apparence pill */
header.nopnj-site-header .nav-links {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}



.section-card,
.step-card,
.process-card,
.info-card,
.contact-card,
.exchange-card,
.order-card,
.timeline-card {
  position: relative !important;
  overflow: hidden !important;
}

.section-num,
.step-num,
.process-num,
.card-num,
.info-num,
.exchange-num,
.order-num,
.timeline-num {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  margin: 0 !important;
  display: block !important;
  font-size: clamp(52px, 6vw, 76px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.05em !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0.16 !important;
  z-index: 0 !important;
}

.section-card > :not(.section-num),
.step-card > :not(.step-num),
.process-card > :not(.process-num),
.info-card > :not(.info-num),
.contact-card > :not(.card-num),
.exchange-card > :not(.exchange-num),
.order-card > :not(.order-num),
.timeline-card > :not(.timeline-num) {
  position: relative !important;
  z-index: 1 !important;
}

.section-num + *,
.step-num + *,
.process-num + *,
.card-num + *,
.info-num + *,
.exchange-num + *,
.order-num + *,
.timeline-num + * {
  margin-top: 44px !important;
}

@media (max-width: 768px) {
  .section-num,
  .step-num,
  .process-num,
  .card-num,
  .info-num,
  .exchange-num,
  .order-num,
  .timeline-num {
    top: 12px !important;
    left: 12px !important;
    font-size: clamp(44px, 12vw, 62px) !important;
  }

  .section-num + *,
  .step-num + *,
  .process-num + *,
  .card-num + *,
  .info-num + *,
  .exchange-num + *,
  .order-num + *,
  .timeline-num + * {
    margin-top: 38px !important;
  }
}



body > .prelaunch-notice{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:4px !important;
  text-align:center !important;
  min-height:46px !important;
  padding:10px 22px !important;
  line-height:1.35 !important;
}

body > .prelaunch-notice strong,
body > .prelaunch-notice .nopnj-prelaunch-copy{
  display:inline-block !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.35 !important;
  vertical-align:middle !important;
}

body > .prelaunch-notice strong{
  color:var(--yellow) !important;
  white-space:nowrap !important;
}

body > .prelaunch-notice .nopnj-prelaunch-copy{
  color:var(--text) !important;
  text-wrap:balance !important;
}

@media (max-width:760px){
  body > .prelaunch-notice{
    gap:3px !important;
    padding:12px 16px !important;
    line-height:1.45 !important;
  }

  body > .prelaunch-notice strong,
  body > .prelaunch-notice .nopnj-prelaunch-copy{
    line-height:1.45 !important;
  }
}




@media (max-width: 760px){
  header.nopnj-site-header{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    overflow:hidden !important;
  }

  header.nopnj-site-header .shell.nav{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    margin:0 auto !important;
    padding:0 !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    overflow:hidden !important;
  }

  header.nopnj-site-header .brand{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    white-space:nowrap !important;
    font-size:13px !important;
    line-height:1 !important;
  }

  header.nopnj-site-header .brand-mark{
    width:11px !important;
    height:11px !important;
    flex:0 0 auto !important;
  }

  header.nopnj-site-header .nav-links{
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    max-width:100% !important;

    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
    gap:14px !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  header.nopnj-site-header .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  header.nopnj-site-header .nav-links a{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    border-radius:0 !important;

    white-space:nowrap !important;
    font-size:11.5px !important;
    line-height:1 !important;
  }
}





/* === P318 mobile viewport activation === */
@media (max-width: 900px){

  .viewport-awake{
    animation:nopnjViewportWake .9s cubic-bezier(.2,.8,.2,1);
    will-change:transform,box-shadow,filter;
  }

  @keyframes nopnjViewportWake{

    0%{
      transform:translateY(8px) scale(.985);
      filter:brightness(.96);
      box-shadow:0 0 0 rgba(255,214,0,0);
    }

    40%{
      transform:translateY(-2px) scale(1.01);
      filter:brightness(1.03);
      box-shadow:0 0 24px rgba(255,214,0,.15);
    }

    100%{
      transform:none;
      filter:none;
      box-shadow:none;
    }
  }
}

/* source: /assets/mentions-legales-inline-02.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 02 from prod mentions-legales/index.html === */
body > footer{
  border-top:1px solid rgba(255,255,255,.12) !important;
  margin-top:clamp(48px,7vw,90px) !important;
  padding:28px 0 32px !important;
  background:#0b0b0b !important;
  color:#f2f2f2 !important;
  font-family:Inter,Arial,Helvetica,sans-serif !important;
}

body > footer > *:first-child{
  width:min(1120px,calc(100% - 36px)) !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  flex-wrap:wrap !important;
}

body > footer,
body > footer *{
  font-size:12px !important;
  line-height:1.4 !important;
}

body > footer a{
  color:#f2f2f2 !important;
  text-decoration:none !important;
  opacity:.92 !important;
}

body > footer a:hover{
  color:#FFD600 !important;
  opacity:1 !important;
}

@media(max-width:720px){
  body > footer > *:first-child{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    flex-direction:column !important;
  }
}

/* source: /assets/mentions-legales-inline-03.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 03 from prod mentions-legales/index.html === */
body > header{
  position:sticky !important;
  top:0 !important;
  z-index:5000 !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  background:rgba(7,7,7,.72) !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
  min-height:76px !important;
  height:auto !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

body > header .shell{
  width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  max-width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  margin:0 auto !important;
  padding:0 !important;
}

body > header .shell.nav{
  min-height:76px !important;
  height:auto !important;
  max-height:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:22px !important;
  margin:0 auto !important;
  padding:0 !important;
  overflow:visible !important;
}

body > header .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex:0 0 auto !important;
  color:var(--text, #f2f2f2) !important;
  text-decoration:none !important;
  font-size:22px !important;
  font-weight:950 !important;
  letter-spacing:-.06em !important;
  line-height:1 !important;
  text-transform:none !important;
  white-space:nowrap !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

body > header .brand-mark{
  display:inline-block !important;
  flex:0 0 auto !important;
  width:18px !important;
  height:18px !important;
  border:2px solid var(--yellow, #FFD600) !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:inset 0 0 0 5px var(--black, #050505) !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

body > header .nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
}

body > header .nav-links a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--muted, rgba(242,242,242,.62)) !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
  white-space:nowrap !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:10px 12px !important;
  border:1px solid transparent !important;
  border-radius:0 !important;
  background:transparent !important;
  opacity:1 !important;
}

body > header .nav-links a:hover,
body > header .nav-links a:focus-visible{
  color:var(--text, #f2f2f2) !important;
  border-color:var(--line, rgba(255,255,255,.14)) !important;
  background:rgba(255,255,255,.035) !important;
  outline:none !important;
}

@media(max-width:760px){
  body > header{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    overflow:hidden !important;
  }

  body > header .shell.nav{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    overflow:hidden !important;
  }

  body > header .brand{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:8px !important;
    font-size:13px !important;
  }

  body > header .brand-mark{
    width:11px !important;
    height:11px !important;
  }

  body > header .nav-links{
    flex:1 1 auto !important;
    min-width:0 !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  body > header .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  body > header .nav-links a{
    flex:0 0 auto !important;
    font-size:11.5px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
  }
}

/* source: /assets/mentions-legales-inline-04.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 04 from prod mentions-legales/index.html === */
body > header{
  top:0 !important;
  margin:0 !important;
  padding:0 !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  overflow:hidden !important;
}

body > header .shell{
  width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  max-width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  margin:0 auto !important;
  padding:0 !important;
}

body > header .shell.nav{
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:22px !important;
  overflow:hidden !important;
}

body > header .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

body > header .brand-mark{
  width:18px !important;
  height:18px !important;
  margin:0 !important;
  padding:0 !important;
}

body > header .nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

body > header .nav-links a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:10px 12px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

@media(max-width:760px){
  body > header{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
  }

  body > header .shell.nav{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:10px !important;
  }

  body > header .brand{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:8px !important;
  }

  body > header .brand-mark{
    width:11px !important;
    height:11px !important;
  }

  body > header .nav-links{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
  }

  body > header .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  body > header .nav-links a{
    padding:0 !important;
  }
}

/* source: /assets/mentions-legales-inline-05.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 05 from prod mentions-legales/index.html === */
footer{
  margin-top:56px !important;
  padding:28px 0 36px !important;
  color:rgba(242,242,242,.48) !important;
  font-size:13px !important;
  text-align:center !important;
}

footer .shell{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
}

footer .nopnj-footer-brand{
  color:rgba(242,242,242,.58) !important;
  font-weight:650 !important;
  letter-spacing:.02em !important;
}

footer .nopnj-footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

footer .nopnj-footer-links a{
  color:rgba(242,242,242,.54) !important;
  text-decoration:none !important;
  text-underline-offset:0 !important;
  font-weight:650 !important;
  transition:color .18s ease, opacity .18s ease !important;
}

footer .nopnj-footer-links a:hover,
footer .nopnj-footer-links a:focus-visible{
  color:#FFD600 !important;
  outline:none !important;
}

footer .sep{
  color:rgba(255,214,0,.34) !important;
}

/* source: /assets/nopnj-global.css?v=15b5d04d8bbb3480 */

/* =========================
   NO PNJ FOOTER FIX FINAL
   ========================= */

.nopnj-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 12px;
  text-align: center;
}

/* BRAND */
.nopnj-footer-brand {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

/* LINKS ROW */
.nopnj-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

/* LINKS */
.nopnj-footer-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: .2s ease;
}

/* HOVER STANDARD */
.nopnj-footer-links a:hover {
  color: #ffffff;
}

/* FACEBOOK ACCENT */
.nopnj-footer-links a[href*="facebook"]:hover {
  color: #FFD600;
}

/* SEPARATION PROPRE */
.nopnj-footer-links .sep {
  color: rgba(255,255,255,0.25);
}


/* =========================
   FOOTER TOP DIVIDER FIX
   ========================= */

.nopnj-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
}


/* =========================
   FOOTER DIVIDER FINAL FIX
   ========================= */

.nopnj-footer {
  margin-top: 48px;           /* vraie respiration */
  padding-top: 22px;          /* espace sous la ligne */
  border-top: 1px solid rgba(255,255,255,0.10);
}

/* assure centrage propre du bloc */
.nopnj-footer-links {
  margin-top: 4px;
}


/* =========================
   FOOTER SEP UNIFIED SYSTEM
   ========================= */

.nopnj-footer-links .sep {
  color: rgba(255,255,255,0.25);
  margin: 0 6px;
}


/* === Announcement banner mode ===
   Default: hidden. Add .nopnj-announcement-on on <html> or <body> to reactivate for a real announcement. */
html:not(.nopnj-announcement-on) body:not(.nopnj-announcement-on) > .prelaunch-notice{
  display:none !important;
}

html.nopnj-announcement-on body > .prelaunch-notice,
body.nopnj-announcement-on > .prelaunch-notice{
  display:flex !important;
}
/* === NO PNJ header Chau Philomene typography === */
@font-face{
  font-family:"chau-philomene-one.italic";
  src:url("/assets/fonts/ChauPhilomeneOne-Italic.woff?v=15b5d04d8bbb3480") format("woff");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"chau-philomene-one.regular";
  src:url("/assets/fonts/ChauPhilomeneOne-Regular.ttf?v=15b5d04d8bbb3480") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
body > header .brand-main{
  font-family:"chau-philomene-one.italic", Impact, "Arial Black", sans-serif!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:.015em!important;
}
body > header .brand-declinaison{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.055em!important;
}

/* === Global French typography guard === */
main p,
main li{
  text-wrap:pretty;
  hyphens:auto;
  text-align-last:start;
}

main h1,
main h2,
main h3,
main summary,
main .lead{
  text-wrap:balance;
}

.nopnj-nowrap{
  white-space:nowrap;
}

/* source: /assets/mentions-legales-bridge.css?v=15b5d04d8bbb3480 */
/* === Shared page bridge: exact home header rendering === */

:root {
  --home-header-height: 58px;
  --home-header-gap: 14px;
}

html body {
  padding-top: calc(var(--home-header-height) + var(--home-header-gap)) !important;
}

body > header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 5000;
  min-height: var(--home-header-height);
  overflow: visible;
  background: rgba(5, 5, 5, .92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body > header > .shell.nav {
  width: min(1320px, calc(100% - 36px));
  max-width: min(1320px, calc(100% - 36px));
  min-height: 76px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: visible;
}

body > header .brand,
body > header .brand * {
  box-sizing: border-box;
  text-decoration: none !important;
}

body > header .brand {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  position: relative;
  overflow: visible;
  min-width: 0;
  color: var(--text);
  font-weight: 950;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  isolation: isolate;
}

body > header .brand-mark {
  display: none;
}

body > header .brand-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  max-width: min(360px, calc(100vw - 2.75rem));
  color: inherit;
}

body > header .brand-main {
  display: block;
  color: var(--text);
  font-size: inherit;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
}

body > header .brand-declinaison {
  display: block;
  position: static;
  width: max-content;
  max-width: calc(100vw - 4rem);
  color: rgba(242,242,242,.84);
  font-size: clamp(.54rem, .72vw, .68rem);
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity .18s ease, transform .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  body > header .brand:hover .brand-declinaison,
  body > header .brand:focus-visible .brand-declinaison {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: none), (pointer: coarse) {
  body > header .brand.is-brand-active .brand-declinaison {
    opacity: 1;
    transform: translateY(0);
  }
}

body > header .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body > header .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: color .18s ease;
}

body > header .nav-links a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

body > header .nav-links a:hover,
body > header .nav-links a:focus-visible,
body > header .nav-links a.is-active {
  color: var(--text);
  outline: none;
}

body > header .nav-links a:hover::after,
body > header .nav-links a:focus-visible::after,
body > header .nav-links a.is-active::after {
  transform: scaleX(1);
}

body > .prelaunch-notice {
  margin-top: 18px !important;
}

@media (max-width: 760px) {
  body > header { min-height: 56px; }

  body > header > .shell.nav {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-height: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: hidden;
  }

  body > header .brand {
    gap: 2px;
    min-height: 56px;
    font-size: 13px;
    line-height: 1;
  }

  body > header .brand-mark {
    width: 11px;
    height: 11px;
    margin-bottom: 1px;
  }

  body > header .brand-label {
    max-width: calc(100vw - 2.75rem);
    gap: 2px;
  }

  body > header .brand-declinaison {
    max-width: calc(100vw - 2.75rem);
    font-size: .44rem;
    letter-spacing: .035em;
  }

  body > header .nav-links {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    height: 56px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body > header .nav-links::-webkit-scrollbar { display: none; }

  body > header .nav-links a {
    flex: 0 0 auto;
    height: auto;
    padding: 0 0 8px;
    white-space: nowrap;
    font-size: 11.5px;
    line-height: 1;
  }

  body > header .nav-links a::after {
    left: 0;
    right: 0;
    bottom: 0;
  }

  body > .prelaunch-notice { margin-top: 14px !important; }
}

/* === Mobile header/nav contract === */
@media (max-width: 760px){
  body > header > .shell.nav{
    min-height: 58px !important;
    height: 58px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body > header .brand{
    min-height: 0 !important;
    font-size: 15px !important;
    flex: 0 0 auto !important;
  }
  body > header .brand-label{
    position: static !important;
  }
  body > header .brand-declinaison{
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 64px !important;
    z-index: 4999 !important;
    width: auto !important;
    max-width: none !important;
    color: rgba(242,242,242,.92) !important;
    text-align: center !important;
    font-size: 9.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .06em !important;
    opacity: 0 !important;
    transform: translateY(-6px) !important;
    pointer-events: none !important;
  }
  body > header .brand.is-brand-active .brand-declinaison{
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  body > header .nav-links{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 9px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body > header .nav-links a{
    flex: 0 0 auto !important;
    font-size: 10.3px !important;
    letter-spacing: .065em !important;
    padding-bottom: 6px !important;
    white-space: nowrap !important;
  }
  body > .prelaunch-notice{
    margin-top: 20px !important;
  }
}


/* === Footer contract === */
footer {
  margin-top: 56px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
  color: rgba(242,242,242,.48);
  font-size: 13px;
  text-align: center;
}
footer .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .nopnj-footer-brand {
  color: rgba(242,242,242,.58);
  font-weight: 650;
  letter-spacing: .02em;
}
footer .nopnj-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .nopnj-footer-links a {
  color: rgba(242,242,242,.54);
  text-decoration: none;
  text-underline-offset: 0;
  font-weight: 650;
  transition: color .18s ease, opacity .18s ease;
}
footer .nopnj-footer-links a:hover,
footer .nopnj-footer-links a:focus-visible {
  color: var(--yellow);
  outline: none;
}
footer .nopnj-footer-sep {
  color: rgba(255,214,0,.34);
}

/* === Contact header lock: match validated home/pieces header === */
html body{
  padding-top:calc(var(--home-header-height, 58px) + var(--home-header-gap, 14px)) !important;
}

body > header[data-testid="site.header"]{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  bottom:auto !important;
  left:0 !important;
  z-index:5000 !important;
  height:var(--home-header-height, 58px) !important;
  min-height:var(--home-header-height, 58px) !important;
  transform:none !important;
}

body > header[data-testid="site.header"] > .shell.nav{
  height:var(--home-header-height, 58px) !important;
  min-height:var(--home-header-height, 58px) !important;
}

body > header[data-testid="site.header"] .brand-mark{
  display:none !important;
}

body > header[data-testid="site.header"] .brand,
body > header[data-testid="site.header"] .brand *,
body > header[data-testid="site.header"] .nav-links a{
  text-decoration:none !important;
}

@media (max-width:760px){
  html body{
    padding-top:calc(var(--home-header-height, 58px) + var(--home-header-gap, 14px)) !important;
  }

  body > header[data-testid="site.header"]{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:auto !important;
    left:0 !important;
    height:var(--home-header-height, 58px) !important;
    min-height:var(--home-header-height, 58px) !important;
  }

  body > header[data-testid="site.header"] > .shell.nav{
    height:var(--home-header-height, 58px) !important;
    min-height:var(--home-header-height, 58px) !important;
  }

  body > header[data-testid="site.header"] .brand-mark{
    display:none !important;
  }
}

/* === Header height reference === */
:root{
  --home-header-height:76px;
  --home-header-gap:14px;
}

body > header[data-testid=site.header]{
  height:77px !important;
  min-height:77px !important;
}

body > header[data-testid=site.header] > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  :root{
    --home-header-height:58px;
    --home-header-gap:14px;
  }

  body > header[data-testid=site.header]{
    height:59px !important;
    min-height:59px !important;
  }

  body > header[data-testid=site.header] > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v2 === */
:root{
  --home-header-height:76px;
  --home-header-gap:14px;
}

body > header{
  height:77px !important;
  min-height:77px !important;
}

body > header > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  :root{
    --home-header-height:58px;
    --home-header-gap:14px;
  }

  body > header{
    height:59px !important;
    min-height:59px !important;
  }

  body > header > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v3: measured match with home === */
html body{
  padding-top:72px !important;
}

body > header{
  height:78px !important;
  min-height:78px !important;
}

body > header > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  html body{
    padding-top:72px !important;
  }

  body > header{
    height:60px !important;
    min-height:60px !important;
  }

  body > header > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v4: override legacy specific rules === */
html body{
  padding-top:72px !important;
}

html body > header[data-testid="site.header"]{
  height:78px !important;
  min-height:78px !important;
}

html body > header[data-testid="site.header"] > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  html body{
    padding-top:72px !important;
  }

  html body > header[data-testid="site.header"]{
    height:60px !important;
    min-height:60px !important;
  }

  html body > header[data-testid="site.header"] > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v5: exact home values everywhere === */
html body{
  padding-top:72px !important;
}

html body > header[data-testid="site.header"]{
  height:77px !important;
  min-height:77px !important;
}

html body > header[data-testid="site.header"] > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  html body{
    padding-top:72px !important;
  }

  html body > header[data-testid="site.header"]{
    height:59px !important;
    min-height:59px !important;
  }

  html body > header[data-testid="site.header"] > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === shared prelaunch/banner typography: softer first-read weight === */
body > .prelaunch-notice,
body > .prelaunch-notice strong,
body > .prelaunch-notice .nopnj-prelaunch-copy,
.prelaunch-notice,
.prelaunch-notice strong,
.prelaunch-notice .nopnj-prelaunch-copy,
.pill.warn{
  font-weight:650 !important;
  letter-spacing:-.004em !important;
}

body > .prelaunch-notice strong,
.prelaunch-notice strong{
  font-weight:700 !important;
}

/* source: /assets/mentions-legales-inline-06.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 06 from prod mentions-legales/index.html === */
html,
body{
  margin:0 !important;
  padding-top:0 !important;
}

body > header.nopnj-main-header{
  position:sticky !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:5000 !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;

  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;

  display:block !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  background:rgba(7,7,7,.72) !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
}

body > header.nopnj-main-header .nopnj-main-header-inner{
  width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  max-width:min(var(--max, 1320px), calc(100% - 36px)) !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;

  margin:0 auto !important;
  padding:0 !important;

  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
  gap:22px !important;

  overflow:hidden !important;
}

body > header.nopnj-main-header .nopnj-main-brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex:0 0 auto !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;

  color:#f2f2f2 !important;
  text-decoration:none !important;
  font-size:22px !important;
  font-weight:950 !important;
  letter-spacing:-.06em !important;
  line-height:1 !important;
  text-transform:none !important;
  white-space:nowrap !important;
}

body > header.nopnj-main-header .nopnj-main-brand-mark{
  display:inline-block !important;
  width:18px !important;
  height:18px !important;
  flex:0 0 auto !important;

  margin:0 !important;
  padding:0 !important;

  border:2px solid #FFD600 !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:inset 0 0 0 5px #050505 !important;
}

body > header.nopnj-main-header .nopnj-main-nav{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:wrap !important;
  gap:8px !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  min-width:0 !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
}

body > header.nopnj-main-header .nopnj-main-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  height:auto !important;
  min-height:0 !important;
  max-height:none !important;

  margin:0 !important;
  padding:10px 12px !important;
  border:1px solid transparent !important;
  border-radius:0 !important;
  background:transparent !important;

  color:rgba(242,242,242,.62) !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

body > header.nopnj-main-header .nopnj-main-nav a:hover,
body > header.nopnj-main-header .nopnj-main-nav a:focus-visible{
  color:#f2f2f2 !important;
  border-color:rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.035) !important;
  outline:none !important;
}

@media(max-width:760px){
  body > header.nopnj-main-header,
  body > header.nopnj-main-header .nopnj-main-header-inner{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
  }

  body > header.nopnj-main-header .nopnj-main-header-inner{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    gap:10px !important;
  }

  body > header.nopnj-main-header .nopnj-main-brand{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:8px !important;
    font-size:13px !important;
  }

  body > header.nopnj-main-header .nopnj-main-brand-mark{
    width:11px !important;
    height:11px !important;
  }

  body > header.nopnj-main-header .nopnj-main-nav{
    flex:1 1 auto !important;
    min-width:0 !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  body > header.nopnj-main-header .nopnj-main-nav::-webkit-scrollbar{
    display:none !important;
  }

  body > header.nopnj-main-header .nopnj-main-nav a{
    flex:0 0 auto !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    font-size:11.5px !important;
  }
}

/* source: /assets/mentions-legales-inline-07.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 07 from prod mentions-legales/index.html === */
body > .prelaunch-notice{
  margin-top:18px !important;
}

@media(max-width:760px){
  body > .prelaunch-notice{
    margin-top:14px !important;
  }
}

/* source: /assets/mentions-legales-inline-08.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 08 from prod mentions-legales/index.html === */
@media(min-width:761px){
  body > header.nopnj-main-header{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body > header.nopnj-main-header .nopnj-main-header-inner{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body > header.nopnj-main-header .nopnj-main-brand,
  body > header.nopnj-main-header .nopnj-main-nav{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }
}

/* source: /assets/mentions-legales-inline-09.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 09 from prod mentions-legales/index.html === */
@media(min-width:761px){
  body > header{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  body > header .shell,
  body > header .nopnj-main-header-inner{
    width:min(1220px, calc(100% - 36px)) !important;
    max-width:min(1220px, calc(100% - 36px)) !important;
    margin:0 auto !important;
    padding:0 !important;
  }

  body > header .shell.nav,
  body > header .nopnj-main-header-inner{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:22px !important;
    overflow:visible !important;
  }

  body > header .brand,
  body > header .nopnj-main-brand{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    flex:0 0 auto !important;

    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    margin:0 !important;
    padding:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;
    font-size:22px !important;
    font-weight:950 !important;
    letter-spacing:-.06em !important;
    line-height:normal !important;
    text-transform:none !important;
    white-space:nowrap !important;
  }

  body > header .brand-mark,
  body > header .nopnj-main-brand-mark{
    width:18px !important;
    height:18px !important;
    flex:0 0 auto !important;
    margin:0 !important;
    padding:0 !important;
  }

  body > header .nav-links,
  body > header .nopnj-main-nav{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex-wrap:wrap !important;
    gap:8px !important;

    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  body > header .nav-links a,
  body > header .nopnj-main-nav a{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    margin:0 !important;
    padding:10px 12px !important;

    font-family:Arial, Helvetica, sans-serif !important;
    font-size:13px !important;
    font-weight:800 !important;
    letter-spacing:.08em !important;
    line-height:normal !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }
}

/* source: /assets/nopnj-footer-contract.css?v=15b5d04d8bbb3480 */
/* NO PNJ footer contract: one footer width everywhere in staging */
body > footer[data-testid]{
  width:min(var(--max, 1220px), calc(100% - 36px)) !important;
  max-width:none !important;
  margin:56px auto 0 !important;
  padding:28px 0 36px !important;
  border-top:1px solid var(--line, rgba(255,255,255,.10)) !important;
  color:rgba(242,242,242,.48) !important;
  font-size:13px !important;
  text-align:center !important;
  box-sizing:border-box !important;
  background:transparent !important;
}

body > footer[data-testid] > .shell[data-testid]{
  width:100% !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  box-sizing:border-box !important;
}

/* Dev labels must not be captured by legacy footer > *:first-child rules. */
body > footer[data-testid] > .dev-block-label{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:2px 5px !important;
  display:inline-block !important;
  flex:0 0 auto !important;
  align-items:initial !important;
  justify-content:initial !important;
  gap:0 !important;
  font:700 10px/1 Arial,Helvetica,sans-serif !important;
}

body > footer[data-testid] .nopnj-footer-brand{
  color:rgba(242,242,242,.58) !important;
  font-weight:650 !important;
  letter-spacing:.02em !important;
}

body > footer[data-testid] .nopnj-footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

body > footer[data-testid] .nopnj-footer-links a{
  color:rgba(242,242,242,.54) !important;
  text-decoration:none !important;
  text-underline-offset:0 !important;
  font-weight:650 !important;
  transition:color .18s ease, opacity .18s ease !important;
}

body > footer[data-testid] .nopnj-footer-links a:hover,
body > footer[data-testid] .nopnj-footer-links a:focus-visible,
body > footer[data-testid] .nopnj-footer-links a[href*=facebook]:hover{
  color:#FFD600 !important;
  outline:none !important;
}

body > footer[data-testid] .nopnj-footer-sep,
body > footer[data-testid] .sep{
  color:rgba(255,214,0,.34) !important;
}

@media (max-width:760px){
  body > footer[data-testid]{
    width:calc(100% - 24px) !important;
  }
}

/* source: /assets/nopnj-announcement-mode.css?v=15b5d04d8bbb3480 */
/* === NO PNJ announcement banner mode ===
   Default OFF. Reactivate by adding .nopnj-announcement-on on <html> or <body>. */
html:not(.nopnj-announcement-on) body:not(.nopnj-announcement-on) > .prelaunch-notice{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  overflow:hidden !important;
}

html.nopnj-announcement-on body > .prelaunch-notice,
body.nopnj-announcement-on > .prelaunch-notice{
  display:flex !important;
  visibility:visible !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

/* source: /assets/header-chau-font.css?v=15b5d04d8bbb3480 */
/* === NO PNJ header Chau Philomene final override === */
@font-face{
  font-family:"chau-philomene-one.italic";
  src:url("/assets/fonts/ChauPhilomeneOne-Italic.woff?v=15b5d04d8bbb3480") format("woff");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"chau-philomene-one.regular";
  src:url("/assets/fonts/ChauPhilomeneOne-Regular.ttf?v=15b5d04d8bbb3480") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
body > header .brand-main,
body > header[data-testid="site.header"] .brand-main{
  font-family:"chau-philomene-one.italic", Impact, "Arial Black", sans-serif!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.06em!important;
}
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.07em!important;
}

body .hero-copy > .kicker{
  font-family:"chau-philomene-one.italic", Impact, "Arial Black", sans-serif!important;
  font-style:italic!important;
  font-weight:400!important;
}






body .hero-copy > .kicker::before{
  display:none!important;
  content:none!important;
}


@media (hover: hover) and (pointer: fine) {
body > header .brand-declinaison{
  font-size:0!important;
  line-height:1!important;
}

body > header .brand-declinaison::after{
  content:"TOUT SAUF UN PNJ";
  display:block;
  color:rgba(242,242,242,.86);
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.18em!important;
  line-height:1!important;
  text-transform:uppercase;
  white-space:nowrap;
}
}


@media (min-width: 901px) {
body > header .brand-main,
body > header[data-testid="site.header"] .brand-main{
  font-size: 34px!important;
  line-height: 1!important;
}

body .hero-copy > .kicker{
  font-size: clamp(13px, 1.08vw, 16px)!important;
  line-height: 1.08!important;
  letter-spacing:.13em!important;
}
}

@media (hover: hover) and (pointer: fine) {
body .hero-copy > .kicker{
  opacity:.78;
  transform:translateY(-2px);
  transition:opacity .18s ease, transform .18s ease, text-shadow .18s ease;
}

body:has(> header .brand:hover) .hero-copy > .kicker,
body:has(> header .brand:focus-visible) .hero-copy > .kicker{
  opacity:1;
  transform:translateY(0);
  text-shadow:0 0 14px rgba(255,214,0,.20);
}
}


@media (hover: hover) and (pointer: fine) {
body .hero-copy > .kicker{
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

body.is-desktop-brand-hover .hero-copy > .kicker,
body:has(> header .brand:hover) .hero-copy > .kicker,
body:has(> header .brand:focus-visible) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
}
}


@media (hover: none), (pointer: coarse) {
body .hero-copy > .kicker{
  max-width:min(88vw, 620px)!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
  font-size:clamp(11px, 2.9vw, 14px)!important;
  line-height:1.12!important;
  letter-spacing:.10em!important;
  transition:opacity .18s ease, transform .18s ease, text-shadow .18s ease;
}

body.is-touch-brand-active .hero-copy > .kicker,
body:has(> header .brand.is-brand-active) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
  text-shadow:0 0 14px rgba(255,214,0,.18)!important;
}

body > header .brand.is-brand-active .brand-declinaison{
  opacity:0!important;
  transform:translateY(-2px)!important;
}
}


@media (hover: none), (pointer: coarse) {
body .hero-copy > .kicker{
  width:max-content!important;
  max-width:none!important;
  white-space:nowrap!important;
  font-size:clamp(7px, 1.8vw, 11px)!important;
  line-height:1!important;
  letter-spacing:.045em!important;
}

body.is-touch-brand-active .hero-copy > .kicker,
body:has(> header .brand.is-brand-active) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
}

body.is-touch-brand-active > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}
}


/* NO_PNJ_HEADER_HERO_BASELINE_FINAL_START */
body .hero-copy > .kicker{
  color:var(--yellow)!important;
  white-space:nowrap!important;
}

@media (hover: hover) and (pointer: fine) {
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  font-size:0!important;
  line-height:1!important;
  color:transparent!important;
}

body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  content:"TOUT SAUF UN PNJ"!important;
  display:block!important;
  color:rgba(242,242,242,.88)!important;
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.18em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

body > header .brand:hover .brand-declinaison,
body > header .brand:focus-visible .brand-declinaison,
body.is-desktop-brand-hover > header .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}

body .hero-copy > .kicker{
  font-size:clamp(15px, 1.35vw, 20px)!important;
  line-height:1.05!important;
  letter-spacing:.08em!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

body.is-desktop-brand-hover .hero-copy > .kicker,
body:has(> header .brand:hover) .hero-copy > .kicker,
body:has(> header .brand:focus-visible) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
  text-shadow:0 0 16px rgba(255,214,0,.24)!important;
}
}

@media (hover: none), (pointer: coarse) {
body > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison,
body.is-touch-brand-active > header .brand-declinaison{
  opacity:0!important;
  transform:translateY(-2px)!important;
}

body .hero-copy > .kicker{
  width:max-content!important;
  max-width:96vw!important;
  white-space:nowrap!important;
  overflow:visible!important;
  color:var(--yellow)!important;
  font-size:clamp(8px, 2.15vw, 12px)!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

body.is-touch-brand-active .hero-copy > .kicker,
body:has(> header .brand.is-brand-active) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
  text-shadow:0 0 14px rgba(255,214,0,.20)!important;
}
}
/* NO_PNJ_HEADER_HERO_BASELINE_FINAL_END */


/* NO_PNJ_TOUCH_HEADER_TOUT_SAUF_VISIBLE_START */
@media (hover: none), (pointer: coarse) {
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  font-size:0!important;
  line-height:1!important;
  color:transparent!important;
}

body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  content:"TOUT SAUF UN PNJ"!important;
  display:block!important;
  color:rgba(242,242,242,.88)!important;
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

body.is-touch-brand-active > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}
}
/* NO_PNJ_TOUCH_HEADER_TOUT_SAUF_VISIBLE_END */


/* NO_PNJ_HERO_DECLINAISON_SIZE_UP_START */
@media (hover: hover) and (pointer: fine) {
body .hero-copy > .kicker{
  font-size:clamp(17px, 1.6vw, 24px)!important;
  letter-spacing:.065em!important;
  white-space:nowrap!important;
}
}

@media (hover: none), (pointer: coarse) {
body .hero-copy > .kicker{
  font-size:clamp(10px, 2.6vw, 14px)!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  max-width:none!important;
}
}
/* NO_PNJ_HERO_DECLINAISON_SIZE_UP_END */


/* NO_PNJ_TOUCH_HEADER_BASELINE_UNDER_LOGO_START */
@media (hover: none), (pointer: coarse) {
body > header .brand{
  position:relative!important;
  overflow:visible!important;
}

body > header .brand-label{
  position:relative!important;
  overflow:visible!important;
}

body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  position:absolute!important;
  top:calc(100% + 5px)!important;
  right:auto!important;
  bottom:auto!important;
  left:0!important;
  z-index:30!important;
  width:max-content!important;
  max-width:none!important;
  text-align:left!important;
  opacity:0!important;
  transform:translateY(-3px)!important;
  pointer-events:none!important;
}

body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  font-size:9px!important;
  letter-spacing:.13em!important;
  text-align:left!important;
}

body.is-touch-brand-active > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}
}
/* NO_PNJ_TOUCH_HEADER_BASELINE_UNDER_LOGO_END */


/* NO_PNJ_MOBILE_PORTRAIT_HERO_DECLINAISON_UP_START */
@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
body .hero-copy > .kicker{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-align:left!important;
  font-size:clamp(11px, 3.15vw, 15px)!important;
  letter-spacing:0!important;
  line-height:1!important;
}
}
/* NO_PNJ_MOBILE_PORTRAIT_HERO_DECLINAISON_UP_END */

/* Keep the declinaison line in Chau, without italic slant. */
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison,
body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-synthesis-style:none!important;
}

/* Keep the yellow hero declinaison text in Chau, without italic slant. */
body .hero-copy > .kicker{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-synthesis-style:none!important;
}

/* source: /assets/site-header-contract.css?v=15b5d04d8bbb3480 */
/* NO PNJ shared header/nav contract.
   Loaded last on every storefront page to neutralize page-local header drift. */
:root {
  --site-header-height: 76px;
  --site-header-height-mobile: 58px;
  --site-header-x: 18px;
  --site-header-x-mobile: 12px;
}

/* Shared decorative square full stop used by display titles. */
html body .nopnj-square-dot,
html body .hero-dot,
html body .yellow-dot,
html body .lab-title-dot{
  display:inline-block!important;
  position:relative!important;
  width:.16em!important;
  height:.16em!important;
  min-width:7px!important;
  min-height:7px!important;
  aspect-ratio:1 / 1!important;
  margin-left:.10em!important;
  vertical-align:-.055em!important;
  overflow:hidden!important;
  background:rgba(244,244,238,.88)!important;
  color:transparent!important;
  border-radius:0!important;
  font-size:1em!important;
  line-height:0!important;
  letter-spacing:0!important;
  text-indent:-9999px!important;
  text-shadow:none!important;
  box-shadow:
    0 0 10px rgba(244,244,238,.18),
    0 0 18px rgba(244,244,238,.08)!important;
}

html body .hero-dot,
html body .yellow-dot,
html body .lab-title-dot{
  background:#FFD600!important;
  box-shadow:
    0 0 12px rgba(255,214,0,.34),
    0 0 24px rgba(255,214,0,.16)!important;
}

html body .nopnj-dot-keep{
  white-space:nowrap!important;
}

@media (min-width:761px){
  html body .nopnj-square-dot,
  html body .hero-dot,
  html body .yellow-dot,
  html body .lab-title-dot{
    width:.16em!important;
    height:.16em!important;
    min-width:12px!important;
    min-height:12px!important;
  }
}

html body .nopnj-square-dot::before,
html body .nopnj-square-dot::after,
html body .hero-dot::before,
html body .hero-dot::after,
html body .yellow-dot::before,
html body .yellow-dot::after,
html body .lab-title-dot::before,
html body .lab-title-dot::after{
  content:none!important;
  display:none!important;
}

html body > header[data-testid="site.header"] {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 5000 !important;
  width: 100% !important;
  height: auto !important;
  min-height: var(--site-header-height) !important;
  max-height: none !important;
  overflow: visible !important;
  background: rgba(5, 5, 5, .92) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

html body > header[data-testid="site.header"] > .shell.nav {
  width: min(1320px, calc(100% - (var(--site-header-x) * 2))) !important;
  max-width: min(1320px, calc(100% - (var(--site-header-x) * 2))) !important;
  height: var(--site-header-height) !important;
  min-height: var(--site-header-height) !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  overflow: visible !important;
}

html body > header[data-testid="site.header"] .brand,
html body > header[data-testid="site.header"] .brand * {
  box-sizing: border-box !important;
  text-decoration: none !important;
}

html body > header[data-testid="site.header"] .brand {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  position: relative !important;
  min-width: max-content !important;
  min-height: 0 !important;
  overflow: visible !important;
  color: var(--text, #f2f2f2) !important;
  font-size: 27px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  isolation: isolate !important;
}

html body > header[data-testid="site.header"] .brand-mark {
  display: none !important;
}

html body > header[data-testid="site.header"] .brand-label {
  position: relative !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body > header[data-testid="site.header"] .brand-main {
  display: block !important;
  color: var(--text, #f2f2f2) !important;
  font-size: inherit !important;
  line-height: .9 !important;
}

html body > header[data-testid="site.header"] .brand-baseline {
  display: block !important;
  position: static !important;
  width: max-content !important;
  color: rgba(242,242,242,.82) !important;
  font-family: "chau-philomene-one.regular", Impact, "Arial Black", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateX(-3px) !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

html body > header[data-testid="site.header"] .brand:hover .brand-baseline {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (hover: none), (pointer: coarse), (max-width: 760px) {
  html body > header[data-testid="site.header"] .brand.is-brand-active .brand-baseline {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

html body > header[data-testid="site.header"] .nav-links {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow: visible !important;
}

html body > header[data-testid="site.header"] .nav-links a {
  position: relative !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--muted, #9a9a9a) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body > header[data-testid="site.header"] .nav-links a::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 8px !important;
  height: 1px !important;
  background: var(--yellow, #ffd600) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .18s ease !important;
}

html body > header[data-testid="site.header"] .nav-links a:hover,
html body > header[data-testid="site.header"] .nav-links a:focus-visible,
html body > header[data-testid="site.header"] .nav-links a.is-active {
  color: var(--text, #f2f2f2) !important;
  outline: none !important;
}

html body > header[data-testid="site.header"] .nav-links a:hover::after,
html body > header[data-testid="site.header"] .nav-links a:focus-visible::after,
html body > header[data-testid="site.header"] .nav-links a.is-active::after {
  transform: scaleX(1) !important;
}

@media (max-width: 760px) {
  html body > header[data-testid="site.header"] {
    min-height: var(--site-header-height-mobile) !important;
  }

  html body > header[data-testid="site.header"] > .shell.nav {
    width: calc(100% - (var(--site-header-x-mobile) * 2)) !important;
    max-width: calc(100% - (var(--site-header-x-mobile) * 2)) !important;
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    gap: 10px !important;
  }

  html body > header[data-testid="site.header"] .brand {
    height: var(--site-header-height-mobile) !important;
    font-size: 20px !important;
    min-width: max-content !important;
    align-self: center !important;
  }

  html body > header[data-testid="site.header"] .brand-main {
    font-size: 20px !important;
  }

  html body > header[data-testid="site.header"] .brand-label {
    position: relative !important;
    gap: 7px !important;
  }

  html body > header[data-testid="site.header"] .brand-baseline {
    font-size: clamp(9px, 2.2vw, 11px) !important;
    letter-spacing: .08em !important;
  }

  html body > header[data-testid="site.header"] .nav-links {
    flex: 1 1 auto !important;
    height: var(--site-header-height-mobile) !important;
    justify-content: flex-end !important;
    gap: clamp(8px, 2.5vw, 14px) !important;
    margin-left: auto !important;
    overflow-x: visible !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body > header[data-testid="site.header"] .nav-links::-webkit-scrollbar {
    display: none !important;
  }

  html body > header[data-testid="site.header"] .nav-links a {
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    padding: 0 !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
  }

  html body > header[data-testid="site.header"] .nav-links a::after {
    left: 0 !important;
    right: 0 !important;
    bottom: 12px !important;
  }
}

/* source: /assets/nopnj-cursor.css?v=15b5d04d8bbb3480 */
/* NO PNJ cursor layer: desktop precision pointers only. */
@media (hover: hover) and (pointer: fine) {
  html.nopnj-cursor-loading,
  html.nopnj-cursor-loading *,
  html.nopnj-loader-active,
  html.nopnj-loader-active * {
    cursor: none !important;
  }

  .nopnj-loading-cursor {
    position: fixed;
    left: 50vw;
    top: 50vh;
    z-index: 2147483647;
    width: 46px;
    height: 46px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.92);
    transition: opacity .2s ease, transform .2s ease;
    will-change: left, top, opacity, transform;
    mix-blend-mode: screen;
  }

  html.nopnj-cursor-loading .nopnj-loading-cursor,
  html.nopnj-loader-active .nopnj-loading-cursor {
    opacity: .9;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .nopnj-loading-cursor svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: nopnjCursorWireSpin 1.35s linear infinite;
    filter:
      drop-shadow(0 0 4px rgba(248, 244, 228, .16))
      drop-shadow(0 0 10px rgba(248, 244, 228, .08));
    transform-origin: 50% 50%;
  }

  .nopnj-loading-cursor path {
    fill: none;
    stroke: rgba(248, 244, 228, .88);
    stroke-width: 4.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
  }
}

@media (hover: none), (pointer: coarse) {
  .nopnj-loading-cursor {
    display: none !important;
  }
}

@keyframes nopnjCursorWireSpin {
  to {
    transform: rotate(360deg);
  }
}
