/* G17 — Linear design system : couche "polish" sombre + accent indigo */
/* Aucune mention casino ; périmètre = paris sportifs + poker. */

/* ========== BASE ========== */
html, body { overflow-wrap: break-word; word-wrap: break-word; }
html {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-feature-settings: "cv01", "ss03";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #08090a;
  color: #f7f8f8;
}
body {
  background: #08090a;
  color: #f7f8f8;
}

/* When variable Inter is loaded, allow weight 510 (signature Linear) */
.font-510 { font-weight: 510; }
.font-590 { font-weight: 590; }

/* Linear "rule" — almost invisible separator (luminance only) */
.rule {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
  height: 1px;
}

/* Mono numerals — Linear identity for stats/labels */
.number-quill,
.mono-num {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 500;
  font-feature-settings: "tnum", "cv01";
  letter-spacing: -0.02em;
}

/* Editorial uppercase label (kicker) */
.kicker {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8f98;
}

/* ========== TOP STRIP — bandeau 18+/RG, mono-feed style ========== */
.pc-topstrip{
  background: #0f1011;
  color: #d0d6e0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.pc-topstrip__track{
  display: flex;
  gap: 3rem;
  padding: 0.55rem 0;
  white-space: nowrap;
  animation: pc-marquee 42s linear infinite;
  width: max-content;
}
.pc-topstrip__item{
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #8a8f98;
}
.pc-topstrip__dot{
  width: 4px; height: 4px;
  border-radius: 9999px;
  background: #5e6ad2;
  display: inline-block;
}
.pc-topstrip__phone{
  color: #d0d6e0;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@keyframes pc-marquee{
  from { transform: translateX(0) }
  to   { transform: translateX(-50%) }
}
@media (prefers-reduced-motion: reduce){
  .pc-topstrip__track { animation: none; justify-content: center; width: 100%; flex-wrap: wrap; }
}

/* ========== CTA buttons ========== */

/* Primary brand (indigo) */
.pc-cta{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 16px;
  border-radius: 6px;
  background: #5e6ad2;
  color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 510;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 160ms ease, transform 160ms ease;
}
.pc-cta:hover{
  background: #828fff;
  color: #ffffff;
}
.pc-cta:focus-visible{
  outline: 2px solid #828fff;
  outline-offset: 2px;
}
.pc-cta svg{ stroke: currentColor; }

/* Ghost (default secondary) */
.pc-cta--ghost{
  background: rgba(255,255,255,0.02);
  color: #e2e4e7;
  border: 1px solid rgba(255,255,255,0.08);
}
.pc-cta--ghost:hover{
  background: rgba(255,255,255,0.05);
  color: #f7f8f8;
}

/* Subtle button */
.pc-btn-subtle{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.04);
  color: #d0d6e0;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 510;
  border: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  transition: background 160ms ease;
}
.pc-btn-subtle:hover{ background: rgba(255,255,255,0.07); color: #f7f8f8; }

/* Pill / chip filter */
.pc-pill{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: #d0d6e0;
  padding: 2px 10px;
  border-radius: 9999px;
  border: 1px solid #23252a;
  font-size: 12px;
  font-weight: 510;
  letter-spacing: -0.01em;
  font-family: 'Inter', system-ui, sans-serif;
}

/* ========== Brand cards (translucent, signature Linear) ========== */
.pc-brand{
  position: relative;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  transition: background 200ms ease, border-color 200ms ease;
  overflow: hidden;
}
.pc-brand:hover{
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.12);
}

/* Bonus plate — neutral pill with border */
.pc-bonus{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid #23252a;
  color: #d0d6e0;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 9999px;
  letter-spacing: -0.01em;
}
.pc-bonus__mark{
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #828fff;
  border-right: 1px solid rgba(255,255,255,0.10);
  padding-right: 0.55rem;
  margin-right: 0.05rem;
  font-weight: 500;
}

/* Rating (mono numerals) */
.pc-rating{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  color: #d0d6e0;
  font-size: 12px;
  letter-spacing: -0.01em;
}
.pc-rating__stars{
  color: #828fff;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-family: 'Inter', system-ui, sans-serif;
}
.pc-rating__stars .pc-star-dim{ color: rgba(130,143,255,0.25); }
.pc-rating__value{ font-weight: 510; color: #f7f8f8; font-family: 'JetBrains Mono', monospace; }
.pc-rating__count{ color: #8a8f98; font-size: 11px; }

/* Badge "Agréé ANJ" */
.pc-badge-anj{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #d0d6e0;
  background: rgba(94,106,210,0.10);
  border: 1px solid rgba(94,106,210,0.32);
  padding: 4px 10px;
  border-radius: 9999px;
  font-weight: 500;
}
.pc-badge-anj::before{
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #5e6ad2;
  box-shadow: 0 0 0 2px rgba(94,106,210,0.25);
}

/* ========== Hero — subtle indigo glow, NO ornaments ========== */
.pc-hero-decor{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  background:
    radial-gradient(900px 480px at 75% -10%, rgba(94,106,210,0.18), transparent 70%),
    radial-gradient(700px 420px at 5% 30%, rgba(113,112,255,0.08), transparent 65%);
}
.pc-hero-decor svg{ display: none; } /* hide legacy editorial line ornaments */

/* ========== Sticky CTA mobile ========== */
.pc-sticky-cta{
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 45;
  display: none;
  padding: 0.7rem 0.9rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(8,9,10,0) 0%, rgba(8,9,10,0.92) 60%, #08090a 100%);
  backdrop-filter: blur(8px);
}
.pc-sticky-cta__inner{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #5e6ad2;
  color: #ffffff;
  border-radius: 9999px;
  padding: 0.55rem 0.9rem 0.55rem 1rem;
  font-family: 'Inter', system-ui, sans-serif;
  border: 1px solid rgba(255,255,255,0.10);
}
.pc-sticky-cta__txt{ font-weight: 510; font-size: 14px; flex: 1; line-height: 1.2; color: #ffffff; }
.pc-sticky-cta__sub{ font-weight: 400; font-size: 11px; color: rgba(255,255,255,0.78); letter-spacing: 0.03em; }
.pc-sticky-cta__btn{
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  font-weight: 510;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 160ms ease;
  border: 1px solid rgba(255,255,255,0.12);
}
.pc-sticky-cta__btn:hover{ background: rgba(255,255,255,0.22); }
@media (max-width: 767px){ .pc-sticky-cta{ display: block; } }

/* ========== Helpline block ========== */
.pc-helpline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid #5e6ad2;
  border-radius: 8px;
  padding: 0.95rem 1.15rem;
  font-family: 'Inter', system-ui, sans-serif;
}
.pc-helpline__lbl{
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #8a8f98;
  font-weight: 500;
}
.pc-helpline__phone{
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 22px;
  color: #f7f8f8;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.pc-helpline__phone a{ color: #f7f8f8; text-decoration: none; }
.pc-helpline__phone a:hover{ color: #828fff; }
.pc-helpline__hours{
  font-size: 12px;
  color: #8a8f98;
  margin-top: 2px;
}

/* ========== RG row — HUD frames over light backplate ========== */
.pc-rg-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.pc-rg-row a, .pc-rg-row .pc-rg-static{
  display: inline-flex;
  align-items: center;
  /* Light underlay (cream) keeps dark regulator SVGs visible against #08090a */
  background: rgba(251,247,239,0.95);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}
.pc-rg-row a:hover{
  border-color: rgba(94,106,210,0.55);
  background: rgba(251,247,239,1);
  transform: translateY(-1px);
}
.pc-rg-row img{ height: 40px; width: auto; display: block; }

/* Sticky CTA spacing on mobile pages */
@media (max-width: 767px){
  body.pc-has-sticky{ padding-bottom: 5rem; }
}

/* ========== Brand-card CTA "Visiter le site" — primary indigo ========== */
.pc-cta-card{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 8px 16px;
  border-radius: 6px;
  background: #5e6ad2;
  color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 510;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 160ms ease, transform 160ms ease;
}
.pc-cta-card:hover{
  background: #828fff;
  color: #ffffff;
}
.pc-cta-card:focus-visible{ outline: 2px solid #828fff; outline-offset: 2px; }
.pc-cta-card svg{ transition: transform 200ms ease; stroke: currentColor; }
.pc-cta-card:hover svg{ transform: translateX(2px); }

/* ========== Linear-style card / panel utility ========== */
.pc-panel{
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}
.pc-panel--featured{
  border-radius: 12px;
}
.pc-panel:hover{
  background: rgba(255,255,255,0.04);
}

/* ========== FAQ — chevron accordion ========== */
[data-faq-item]{
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 0;
  margin-bottom: 8px;
  transition: background 160ms ease, border-color 160ms ease;
}
[data-faq-item]:hover{
  background: rgba(255,255,255,0.035);
  border-color: rgba(255,255,255,0.10);
}
[data-faq-item] [data-faq-trigger]{
  width: 100%;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}
[data-faq-item] [data-faq-trigger] svg{
  transition: transform 200ms ease;
  color: #8a8f98;
}
[data-faq-item].is-open [data-faq-trigger] svg{
  transform: rotate(45deg);
  color: #828fff;
}
[data-faq-item] [data-faq-panel]{
  padding: 0 20px 18px;
  color: #d0d6e0;
}

/* ========== Selection ========== */
::selection{
  background: rgba(94,106,210,0.30);
  color: #f7f8f8;
}

/* ========== Focus ring ========== */
:focus-visible{
  outline: 2px solid #7170ff;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ========== Header (sticky) ========== */
.pc-header{
  background: rgba(8,9,10,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* ========== Logo mark (Linear-style square) ========== */
.pc-logomark{
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: #5e6ad2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 590;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.pc-logomark--ghost{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  color: #d0d6e0;
}

/* ========== Cookie banner (Linear) ========== */
.pc-cookie{
  background: #0f1011;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  color: #d0d6e0;
}

/* ========== Tables (cookie policy) ========== */
.pc-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #d0d6e0;
}
.pc-table thead th{
  background: rgba(255,255,255,0.03);
  color: #f7f8f8;
  font-weight: 510;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pc-table tbody td{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.pc-table tbody tr:last-child td{ border-bottom: 0; }

/* ========== Prose overrides for legal pages ========== */
.pc-prose{ color: #d0d6e0; font-size: 16px; line-height: 1.65; }
.pc-prose h2{
  color: #f7f8f8;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 510;
  font-size: 24px;
  letter-spacing: -0.288px;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
.pc-prose h3{
  color: #f7f8f8;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 590;
  font-size: 18px;
  letter-spacing: -0.20px;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.pc-prose p{ margin-bottom: 1rem; }
.pc-prose ul{ margin: 0.75rem 0 1rem; padding-left: 1.25rem; }
.pc-prose ul li{ margin-bottom: 0.35rem; list-style: disc; color: #d0d6e0; }
.pc-prose em{ color: #828fff; font-style: normal; font-family: 'JetBrains Mono', monospace; font-size: 0.92em; }
.pc-prose a{ color: #828fff; text-decoration: underline; text-decoration-color: rgba(130,143,255,0.4); text-underline-offset: 3px; }
.pc-prose a:hover{ color: #f7f8f8; text-decoration-color: #828fff; }

/* Skip link */
.pc-skip{
  background: #5e6ad2;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 510;
  font-size: 13px;
}

/* ============================================================
   HERO — Édition imprimée
   Print-magazine cover treatment for the homepage hero only.
   Bodoni Moda display + cardinal-red accent + warm grain.
   Self-contained namespace (.pc-hero__*) — does not leak.
   ============================================================ */
.pc-hero {
  --pc-parchment: #F2EBDD;
  --pc-cardinal:  #D6453E;
  --pc-warmink:   #0F0E0B;
  background: #08090a;
}

/* paper grain — barely visible, atmospheric */
.pc-hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.07;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.95  0 0 0 0 0.85  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* warm radial seasoning over the existing indigo glow */
.pc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(900px 540px at 8% 20%, rgba(214,69,62,0.07), transparent 65%),
              radial-gradient(700px 400px at 92% 90%, rgba(214,69,62,0.05), transparent 70%);
}

/* ---- masthead bar ---- */
.pc-hero__masthead {
  position: relative;
  z-index: 2;
}
.pc-hero__metalabel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a8f98;
}
.pc-hero__sep {
  font-style: normal;
  color: rgba(138,143,152,0.45);
}
.pc-hero__rule {
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.05) 8%,
    rgba(255,255,255,0.05) 28%,
    var(--pc-cardinal) 30%,
    var(--pc-cardinal) 70%,
    rgba(255,255,255,0.05) 72%,
    rgba(255,255,255,0.05) 92%,
    transparent 100%);
  opacity: 0.85;
}

/* ---- display headline (Bodoni Moda) ---- */
.pc-hero__display {
  font-family: 'Bodoni Moda', 'Bodoni 72', 'Didot', 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  font-size: clamp(46px, 6.6vw, 78px);
  line-height: 0.97;
  letter-spacing: -0.018em;
  color: var(--pc-parchment);
  font-feature-settings: "ss01", "liga", "dlig";
  /* tiny optical-size hint via slight text shadow for warmth on dark */
  text-shadow: 0 0 60px rgba(242,235,221,0.04);
}
.pc-hero__display em {
  font-style: italic;
  font-weight: 500;
  color: var(--pc-parchment);
  letter-spacing: -0.01em;
}
.pc-hero__display--cardinal {
  color: var(--pc-cardinal) !important;
}

/* ---- pull quote ---- */
.pc-hero__pullquote {
  font-family: 'Bodoni Moda', 'Bodoni 72', 'Didot', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.4;
  color: #e2e4e7;
  letter-spacing: -0.005em;
  margin: 0;
}
.pc-hero__pullquote em {
  color: var(--pc-cardinal);
  font-style: italic;
  font-weight: 500;
}

/* ---- fil-rouge list (compact, editorial) ---- */
.pc-hero__filrouge {
  list-style: none;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: grid;
  gap: 11px;
}
.pc-hero__filrouge li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 13.5px;
  line-height: 1.5;
  color: #d0d6e0;
}
.pc-hero__fr-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--pc-cardinal);
  padding-top: 2px;
}
.pc-hero__filrouge b {
  font-weight: 510;
  color: #f7f8f8;
}

/* ---- folio: vertical print-catalog mark ---- */
.pc-hero__folio {
  position: absolute;
  top: 4px;
  right: -6px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(247,248,248,0.32);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .pc-hero__folio { display: none; }
}

/* ---- stat table : edition footer ---- */
.pc-hero__stats {
  border-top: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
.pc-hero__stats::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 64px;
  height: 1px;
  background: var(--pc-cardinal);
}
.pc-hero__numeric {
  font-family: 'Bodoni Moda', 'Bodoni 72', 'Didot', Georgia, serif;
  font-weight: 500;
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1;
  letter-spacing: -0.012em;
  color: var(--pc-parchment);
  margin-top: 6px;
}
.pc-hero__numeric--text {
  font-style: italic;
  font-weight: 500;
}

/* ---- bottom marquee ---- */
.pc-hero__marquee {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(214,69,62,0.025));
  overflow: hidden;
  padding: 13px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.pc-hero__marquee-track {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  width: max-content;
  animation: pc-hero-scroll 46s linear infinite;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247,248,248,0.55);
}
.pc-hero__marquee-track > span {
  font-style: normal;
}
.pc-hero__marquee-sep {
  font-style: normal;
  color: var(--pc-cardinal);
  font-size: 10px;
  opacity: 0.85;
}
@keyframes pc-hero-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .pc-hero__marquee-track { animation: none; flex-wrap: wrap; justify-content: center; }
  .pc-hero__marquee {
    -webkit-mask-image: none;
            mask-image: none;
  }
}

/* keep main content above grain & decor */
.pc-hero > .max-w-content,
.pc-hero > div.relative {
  position: relative;
  z-index: 2;
}
