.section {
  padding: 64px var(--pad);
}

.section-bg2 {
  background-color: var(--bg-2);
}

/*----------------- HERO ---------------*/

.hero {
  position: relative;
  padding: 64px var(--pad) 80px;
}

.hero .gps-bar {
  position: absolute;
  top: 18px;
  left: var(--pad);
  right: var(--pad);
  padding: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 64px;
  align-items: start;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: var(--hairline);
  border-radius: 100px;
  background-color: var(--paper);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0a8754;
}

.hero-title {
  margin: 28px 0 0;
  font-size: 132px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.hero-title-dot {
  color: var(--graphiva-yellow);
}

.hero-description {
  margin: 32px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  max-width: 560px;
  color: var(--ink);
}

.hero-highlight {
  font-weight: 500;
  background: linear-gradient(
    transparent 62%,
    var(--graphiva-yellow) 62% 92%,
    transparent 92%
  );
}

.cta-buttons {
  margin-top: 36px;
  display: flex;
  gap: 12px;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  padding-top: 12px;
}

.hero-pavillon {
  position: relative;
}

.hero-pavillon img {
  height: 220px;
  width: auto;
  display: block;
  mix-blend-mode: darken;
}

.hero-note {
  position: absolute;
  top: 12px;
  left: -120px;
  width: 110px;
  text-align: right;
  font-family: var(--font-hand);
  font-size: 22px;
  color: var(--graphiva-yellow);
  transform: rotate(-4deg);
}

.boussole-bloc {
  display: flex;
  align-items: center;
  gap: 16px;
}

.boussole {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.cap-texte {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ink-60);
}

.cap-texte strong {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--ink);
  white-space: nowrap;
}

/*----------------- CARNET DE BORD ---------------*/

.cdb {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
}

.cdb-gauche {
  background-color: var(--paper);
  border: var(--hairline);
  align-self: start;
}

.cdb-img {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
}

.cdb-texte {
  padding: 28px;
}

.cdb-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--ink-60);
}

.cdb-tag {
  background-color: var(--graphiva-yellow);
  color: var(--ink);
  padding: 3px 8px;
  font-weight: 700;
}

.cdb-titre {
  margin: 14px 0 10px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.cdb-desc {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-60);
}

.cdb-droite {
  display: flex;
  flex-direction: column;
}

.cdb-article {
  display: block;
  padding: 22px 0;
  border-bottom: 1.5px solid var(--ink-15);
  text-decoration: none;
  color: var(--ink);
}

.cdb-infos {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.cdb-jour {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--graphiva-yellow);
}

.cdb-type {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  border: 1px solid var(--ink);
  padding: 2px 7px;
}

.cdb-article-titre {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.cdb-article-desc {
  margin: 6px 0 0;
  max-width: 460px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-60);
}

.cdb-tout {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cdb-tout .btn-lien {
  font-size: 14px;
}

.cdb-tout-fleche {
  color: var(--graphiva-yellow);
}

/*----------------- POSITION 27 ---------------*/

.position27 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}

.position27-titre {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.position27-gris {
  color: var(--ink-60);
}

.point-jaune {
  color: var(--graphiva-yellow);
}

.position27-desc {
  margin: 28px 0 0;
  max-width: 580px;
  font-size: 17px;
  line-height: 1.65;
}

.position27-sous-desc {
  margin: 16px 0 0;
  max-width: 580px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-60);
}

.position27-gauche .btn {
  margin-top: 36px;
}

.pavillons-collage {
  position: relative;
  height: 480px;
}

.pavillon-item {
  position: absolute;
}

.pavillon-nom {
  margin-top: 6px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-60);
}

.pv-1 {
  top: 0;
  right: 40px;
  transform: rotate(-6deg);
}
.pv-2 {
  top: 130px;
  right: 180px;
  transform: rotate(3deg);
}
.pv-3 {
  top: 60px;
  right: 280px;
  transform: rotate(-3deg);
}
.pv-4 {
  top: 230px;
  right: 80px;
  transform: rotate(4deg);
}
.pv-5 {
  top: 280px;
  right: 270px;
  transform: rotate(-7deg);
}
.pv-6 {
  top: 360px;
  right: 40px;
  transform: rotate(2deg);
}

.collage-note {
  position: absolute;
  bottom: 0;
  left: 20px;
  max-width: 240px;
  margin: 0;
  font-family: var(--font-hand);
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink-60);
  transform: rotate(-2deg);
}

/*----------------- GRÉEMENT TECHNIQUE ---------------*/

.greement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.greement-entete {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.greement-puce {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: var(--hairline);
  background-color: var(--graphiva-yellow);
}

.greement-puce-vide {
  background-color: var(--bg);
}

.greement-titre {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.greement-etat {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--ink-60);
}

.greement-liste {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.greement-liste-a-venir {
  color: var(--ink-60);
}

.greement-sep {
  color: var(--ink-15);
  margin: 0 12px;
}

/*----------------- CTA · MONTER À BORD ---------------*/

.cta-bord-zone {
  padding: 0 var(--pad);
}

.cta-bord {
  position: relative;
  overflow: hidden;
  padding: 64px 56px;
  background-color: var(--ink);
  color: var(--bg);
}

.cta-pavillons {
  position: absolute;
  top: 24px;
  right: 56px;
  display: flex;
  gap: 4px;
  opacity: 0.85;
}

.cta-contenu {
  max-width: 800px;
}

.cta-radio {
  margin-bottom: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--graphiva-yellow);
}

.cta-titre {
  margin: 0;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.cta-accent {
  color: var(--graphiva-yellow);
}

.cta-desc {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(250, 247, 239, 0.75);
}

.cta-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-cta {
  border: 0;
  padding: 18px 32px;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-color: var(--graphiva-yellow);
  color: var(--ink);
}

.cta-formulaire {
  text-decoration: none;
  margin-left: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(250, 247, 239, 0.55);
}

/*----------------- PIED DE PAGE ---------------*/

.footer {
  padding: 48px var(--pad) 36px;
  border-top: var(--hairline);
}

.footer-grille {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: var(--ink);
}

.footer-logo svg {
  height: 48px;
  width: auto;
  display: block;
}

.footer-desc {
  margin: 16px 0 0;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-60);
}

.footer-coords {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-60);
}

.footer-col-titre {
  margin-bottom: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink-60);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col li {
  font-size: 14px;
  font-weight: 500;
}

.footer-col li a {
  text-decoration: none;
  color: var(--ink);
}

.footer-bas {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--ink-15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--ink-60);
}

.footer-pavillons {
  display: flex;
  gap: 4px;
}
