/* ==========================================================================
   Landing « Votre rendez-vous expert » — Narbonne Accessoires
   60e Salon des Véhicules de Loisirs — 26/09 → 04/10/2026

   Version 100 % HTML/CSS statique. Aucun JavaScript.
   Palette : noir #111111 · jaune #F2E200 · bleu #1A6EB8
   Polices : Anton (titres) · Barlow / Barlow Condensed (textes et labels)
   ========================================================================== */


/* 1. Base
   ========================================================================== */

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

body {
  margin: 0;
  background: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

/* font-weight: 400 est indispensable — Anton n'existe qu'en une seule
   graisse ; sans cette règle le navigateur applique un faux-gras aux
   titres (h1/h2 sont bold par défaut) et les lettres s'épaississent. */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 8.8px;
}

p {
  margin: 0 0 13.2px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #111111;
  text-decoration: none;
}

a:hover {
  color: #6b6100;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #1A6EB8;
  outline-offset: 2px;
}

::selection {
  background: rgba(242, 226, 0, 0.6);
}

/* Conteneur général de la page */
.page {
  font-family: 'Barlow', sans-serif;
  color: #111111;
  background: #ffffff;
}


/* 2. En-tête collant
   ========================================================================== */

.site-header {
  background: #111111;
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header__inner {
  max-width: 1036px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header__brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.btn-header {
  background: #1A6EB8;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 18px;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-header:hover,
.btn-header:focus-visible {
  background: #ffffff;
  color: #111111;
}


/* 3. Boutons principaux
   ========================================================================== */

.btn-primary {
  display: inline-block;
  background: #1A6EB8;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ffffff;
  color: #111111;
}

/* Variante du bloc de réservation */
.btn-primary--lg {
  margin-top: 26px;
  padding: 17px 34px;
}


/* 4. Hero
   ========================================================================== */

.hero {
  background: #F2E200;
}

.hero__inner {
  max-width: 1036px;
  margin: 0 auto;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.hero__body {
  flex: 1 1 auto;
}

.hero__eyebrow {
  display: inline-block;
  background: #111111;
  color: #F2E200;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 14px;
}

.hero__title {
  font-family: 'Anton', sans-serif;
  font-size: 76px;
  line-height: 0.92;
  margin: 16px 0 0;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}

.hero__lead {
  font-size: 17px;
  line-height: 1.5;
  margin: 14px 0 0;
  max-width: 56ch;
  font-weight: 500;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 20px;
  flex-wrap: wrap;
}


/* 5. Carte salon (colonne de droite du hero)
   ========================================================================== */

.event-card {
  flex: 0 0 auto;
  width: 288px;
  background: #111111;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.event-card__head {
  padding: 20px 22px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.event-card__logo {
  display: block;
  width: 52px;
  height: auto;
  flex: 0 0 auto;
}

.event-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 1.15;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
}

.event-card__sup {
  font-size: 0.6em;
}

.event-card__dates {
  padding: 0 22px 18px;
}

.event-card__daterow {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
}

.event-card__date {
  font-family: 'Anton', sans-serif;
  font-size: 44px;
  line-height: 0.86;
  color: #F2E200;
}

.event-card__month {
  font-size: 0.44em;
  letter-spacing: 0.06em;
  margin-left: 0.28em;
}

.event-card__sep {
  font-family: 'Anton', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #4a4a4a;
}

.event-card__year {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-top: 6px;
}

.event-card__row {
  border-top: 1px solid #2b2b2b;
  padding: 14px 22px;
  display: flex;
}

.event-card__row--stack {
  flex-direction: column;
  gap: 3px;
}

.event-card__row--inline {
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.event-card__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F2E200;
}

.event-card__value {
  font-size: 14px;
  line-height: 1.4;
  color: #e4e4e4;
}

.event-card__stand {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.event-card__brands {
  background: #ffffff;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.event-card__brand {
  display: block;
  height: auto;
}

.event-card__brand--main {
  width: 168px;
}

.event-card__brand--sub {
  width: 138px;
}


/* 6. Chapeau d'introduction
   ========================================================================== */

.intro {
  max-width: 1036px;
  margin: 0 auto;
  padding: 44px 40px 0;
}

.intro__text {
  font-size: 17.5px;
  line-height: 1.6;
  margin: 0;
  max-width: 82ch;
  color: #3d3d3d;
}


/* 7. Navigation des thématiques
   ========================================================================== */

.themes-nav {
  max-width: 1036px;
  margin: 0 auto;
  padding: 28px 40px 0;
}

.themes-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.themes-nav__link {
  display: block;
  background: #111111;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 16px;
  transition: background 0.15s ease, color 0.15s ease;
}

.themes-nav__link:hover,
.themes-nav__link:focus-visible {
  background: #F2E200;
  color: #111111;
}


/* 8. Blocs thématiques
   ========================================================================== */

.themes {
  max-width: 1036px;
  margin: 0 auto;
  padding: 36px 40px 0;
  display: flex;
  flex-direction: column;
}

.theme {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  padding: 34px 0;
  border-top: 4px solid #111111;
  align-items: start;
  /* Compense la hauteur de l'en-tête collant lors d'un saut d'ancre */
  scroll-margin-top: 80px;
}

.theme__num {
  display: inline-block;
  background: #1A6EB8;
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  padding: 5px 10px;
}

.theme__title {
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  line-height: 0.98;
  margin: 12px 0 0;
  text-transform: uppercase;
  max-width: 18ch;
}

.theme__img {
  display: block;
  width: 100%;
  height: 140px;
  margin-top: 14px;
  object-fit: cover;
  object-position: center;
  background: rgba(127, 127, 127, 0.08);
}

.theme__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.theme__lead {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

.theme__desc {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  color: #3d3d3d;
  max-width: 68ch;
}


/* 9. Bloc de réservation
   ========================================================================== */

.cta {
  max-width: 1036px;
  margin: 0 auto;
  padding: 52px 40px 0;
}

.cta__inner {
  background: #111111;
  padding: 56px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  scroll-margin-top: 80px;
}

.cta__title {
  font-family: 'Anton', sans-serif;
  font-size: 44px;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.cta__title-accent {
  color: #F2E200;
}

.cta__lead {
  font-size: 17px;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 46ch;
  color: #d6d6d6;
}

.cta__facts {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cta__fact {
  background: #1f1f1f;
  padding: 18px 22px;
}

.cta__fact-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F2E200;
}

.cta__fact-value {
  font-size: 16.5px;
  margin-top: 4px;
  color: #ffffff;
}


/* 10. Pied de page
   ========================================================================== */

.site-footer {
  max-width: 1036px;
  margin: 24px auto 0;
  padding: 40px 40px 48px;
  border-top: 4px solid #111111;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__meta {
  font-size: 13.5px;
  line-height: 1.6;
  color: #6b6b6b;
}


/* ==========================================================================
   11. RESPONSIVE — ajout par rapport à la maquette d'origine
   La maquette source était figée en largeur bureau (1036 px).
   Ce bloc est indépendant : supprimez-le pour retrouver le rendu strict.
   ========================================================================== */

@media (max-width: 900px) {

  .hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .hero__title {
    font-size: 58px;
  }

  .event-card {
    width: 100%;
    max-width: 360px;
  }

  .theme,
  .cta__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta__inner {
    padding: 40px 28px;
  }

  .theme__title {
    max-width: none;
  }
}

@media (max-width: 600px) {

  .site-header__inner,
  .hero__inner,
  .intro,
  .themes-nav,
  .themes,
  .cta,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header__inner {
    gap: 12px;
  }

  .site-header__brand {
    font-size: 15px;
  }

  .hero__title {
    font-size: 42px;
  }

  .hero__lead,
  .intro__text {
    font-size: 16px;
  }

  .btn-primary,
  .btn-primary--lg {
    font-size: 17px;
    padding: 13px 22px;
  }

  .theme__title {
    font-size: 28px;
  }

  .cta__title {
    font-size: 34px;
  }
}
