
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    background-color: #160909;
    color: #D7BDA6;
    font-family: 'DM Sans', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .vinyl-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 140vmax;
    height: 140vmax;
    opacity: 0.06;
    pointer-events: none;
    animation: spin 80s linear infinite;
  }

  

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

  @media (prefers-reduced-motion: reduce) {
    .vinyl-bg { animation: none; }
  }

  .page {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
    text-align: center;
  }

  .eyebrow {
    font-size: clamp(10px, 1.5vw, 13px);
    font-weight: 400;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #D7BDA6;
    opacity: 0.75;
    margin-bottom: 1.2rem;
  }

  .brand {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(64px, 14vw, 180px);
    line-height: 0.88;
    color: #FFE2B5;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
  }

  .brand span { color: #660505; }

  .divider {
    width: 48px;
    height: 2px;
    background: #491F00;
    margin: 1.8rem auto;
    border-radius: 2px;
  }

  .countdown-label {
    font-size: clamp(10px, 1.5vw, 12px);
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #D7BDA6;
    opacity: 0.6;
    margin-bottom: 1.6rem;
  }

  .countdown {
    display: flex;
    gap: clamp(16px, 4vw, 48px);
    align-items: flex-end;
  }

  .unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .unit-value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(52px, 10vw, 120px);
    line-height: 1;
    color: #FFE2B5;
    min-width: 2ch;
    text-align: center;
  }

  .unit-name {
    font-size: clamp(9px, 1.2vw, 11px);
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #D7BDA6;
    opacity: 0.55;
  }

  .sep {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 7vw, 80px);
    color: white;
    line-height: 1;
    margin-bottom: clamp(22px, 4vw, 44px);
    opacity: 0.7;
  }

  .target-note {
    font-size: clamp(10px, 1.3vw, 12px);
    font-weight: 300;
    color: #D7BDA6;
    opacity: 0.45;
    letter-spacing: 0.12em;
    margin-top: 2.5rem;
  }

  .Annonce-date{
    margin-top: 10vh;
  }

  .Temps-restants{
    margin-bottom: 10vh;
  }