/* ==============================================================
   V3 — Manifeste graphique
   Chiffres XXL, contrastes durs, ratio brutaliste élégant
   ============================================================== */

.v3 {
  background: var(--nv-navy-deep);
  color: #fff;
  font-family: 'Geist', system-ui, sans-serif;
}
.v3::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(143, 164, 190, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(113, 75, 103, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.v3 > * { position: relative; z-index: 1; }

/* Hero — manifesto opening */
.v3-hero {
  padding: 120px 100px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.v3-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  font-family: 'Geist Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.v3-hero-meta strong {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 0.78rem;
  margin-top: 6px;
  letter-spacing: 0.06em;
}
.v3-hero-title {
  font-family: 'Instrument Serif', serif;
  font-size: 140px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin: 0;
  max-width: 11ch;
}
.v3-hero-title em {
  font-style: italic;
  color: var(--nv-navy-pale);
}
.v3-hero-sub {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: end;
}
.v3-hero-lead {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  max-width: 28ch;
  font-weight: 400;
}
.v3-hero-tag {
  font-family: 'Geist Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nv-navy-pale);
  text-align: right;
  line-height: 1.6;
}

/* Mega number block */
.v3-mega {
  padding: 120px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.v3-mega.alt { background: rgba(255, 255, 255, 0.02); }
.v3-mega-num {
  font-family: 'Instrument Serif', serif;
  font-size: 420px;
  line-height: 0.78;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
}
.v3-mega-num.right { text-align: right; }
.v3-mega-num .unit {
  font-size: 0.22em;
  color: var(--nv-navy-pale);
  letter-spacing: 0;
  vertical-align: super;
  margin-left: 0.05em;
}
.v3-mega-num.outline {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.v3-mega-text {
  max-width: 38ch;
}
.v3-mega-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nv-navy-pale);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.v3-mega-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: currentColor;
}
.v3-mega-h2 {
  font-family: 'Instrument Serif', serif;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 400;
  margin: 0 0 24px 0;
  letter-spacing: -0.015em;
  color: #fff;
}
.v3-mega-h2 em {
  font-style: italic;
  color: var(--nv-navy-pale);
}
.v3-mega-body {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 22px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Statement — full bleed quote */
.v3-statement {
  padding: 140px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
}
.v3-statement-mark {
  font-family: 'Instrument Serif', serif;
  font-size: 240px;
  line-height: 0.5;
  color: var(--nv-navy-pale);
  opacity: 0.4;
  display: block;
  margin-bottom: 0;
}
.v3-statement-text {
  font-family: 'Instrument Serif', serif;
  font-size: 88px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 50px 0;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.v3-statement-text em {
  font-style: italic;
  color: var(--nv-navy-pale);
}
.v3-statement-attr {
  font-family: 'Geist Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 18px;
}
.v3-statement-attr::before {
  content: '';
  width: 60px;
  height: 1px;
  background: currentColor;
}

/* Three-pillar grid */
.v3-pillars {
  padding: 120px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.v3-pillars-header {
  margin-bottom: 80px;
  max-width: 60ch;
}
.v3-pillars-header h2 {
  font-family: 'Instrument Serif', serif;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 16px 0 0;
}
.v3-pillars-header h2 em {
  font-style: italic;
  color: var(--nv-navy-pale);
}
.v3-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.v3-pillar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 32px;
}
.v3-pillar-num {
  font-family: 'Instrument Serif', serif;
  font-size: 100px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--nv-navy-pale);
  font-style: italic;
  display: block;
  margin-bottom: 24px;
}
.v3-pillar h3 {
  font-family: 'Instrument Serif', serif;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.v3-pillar p {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* Polaroid photo (placement style B inside dark V3) */
.v3-polaroid {
  padding: 100px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  position: relative;
}
.v3-polaroid-card {
  position: relative;
  background: #FAF7F0;
  padding: 14px 14px 60px;
  box-shadow:
    0 40px 80px -20px rgba(0, 0, 0, 0.6),
    0 16px 32px -8px rgba(0, 0, 0, 0.4);
  transform: rotate(-1.2deg);
  transform-origin: center;
  max-width: 720px;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.v3-polaroid-card.tilt-r { transform: rotate(1.5deg); }
.v3-polaroid-card:hover { transform: rotate(0) translateY(-6px); }
.v3-polaroid-card::before,
.v3-polaroid-card::after {
  content: '';
  position: absolute;
  background: #F0EBE0;
  box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.v3-polaroid-card::before {
  top: -10px; left: -12px;
  right: 8px; bottom: 8px;
  transform: rotate(-3deg);
  background: #FFFCF5;
}
.v3-polaroid-card::after {
  top: 6px; left: 10px;
  right: -12px; bottom: -10px;
  transform: rotate(2.5deg);
  background: #E8E1D0;
}
.v3-polaroid-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  display: block;
}
.v3-polaroid-caption {
  position: absolute;
  bottom: 16px;
  left: 24px;
  right: 24px;
  font-family: 'Caveat', 'Bradley Hand', cursive;
  font-size: 22px;
  color: var(--nv-navy);
  text-align: center;
}
.v3-polaroid-caption .ref {
  font-family: 'Geist Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: var(--nv-navy-medium);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.v3-tape {
  position: absolute;
  width: 110px;
  height: 30px;
  background: rgba(255, 230, 140, 0.65);
  border-left: 1px dashed rgba(180, 160, 100, 0.4);
  border-right: 1px dashed rgba(180, 160, 100, 0.4);
  z-index: 2;
}
.v3-tape-tl { top: -15px; left: 30px; transform: rotate(-12deg); }
.v3-tape-tr { top: -15px; right: 30px; transform: rotate(8deg); }

/* (legacy strip kept but unused) */
.v3-strip {
  display: none;
}
.v3-strip-cell {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.v3-strip-cell + .v3-strip-cell {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.v3-strip-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.85);
  transition: filter 0.6s, transform 0.6s;
}
.v3-strip-cell:hover img {
  filter: saturate(1) brightness(1);
  transform: scale(1.03);
}
.v3-strip-cell-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 32px;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 31, 53, 0.95) 80%);
}
.v3-strip-cell-roman {
  font-family: 'Instrument Serif', serif;
  font-size: 56px;
  line-height: 1;
  color: var(--nv-navy-pale);
  font-style: italic;
}
.v3-strip-cell-label {
  font-family: 'Geist Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 8px 0 4px;
}
.v3-strip-cell-text {
  font-family: 'Instrument Serif', serif;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-style: italic;
  max-width: 22ch;
  margin: 0;
}

/* Manifesto — rallying cry */
.v3-manifesto {
  padding: 140px 100px;
  text-align: center;
  background: var(--nv-navy);
  position: relative;
  overflow: hidden;
}
.v3-manifesto::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 164, 190, 0.2) 0%, transparent 60%);
  pointer-events: none;
}
.v3-manifesto > * { position: relative; }
.v3-manifesto-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nv-navy-pale);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.v3-manifesto-eyebrow::before,
.v3-manifesto-eyebrow::after {
  content: '';
  width: 50px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.v3-manifesto-text {
  font-family: 'Instrument Serif', serif;
  font-size: 96px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: 0 auto;
  max-width: 16ch;
}
.v3-manifesto-text em {
  font-style: italic;
  color: var(--nv-navy-pale);
}

.v3-manifesto-sig {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--nv-navy-pale);
  margin-top: 40px;
  position: relative;
}

/* CTA */
.v3-cta {
  padding: 120px 100px;
  text-align: center;
  background: var(--nv-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.v3-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(143, 164, 190, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.v3-cta > * { position: relative; }
.v3-cta-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nv-navy-pale);
  margin-bottom: 28px;
}
.v3-cta h2 {
  font-family: 'Instrument Serif', serif;
  font-size: 80px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
.v3-cta h2 em {
  font-style: italic;
  color: var(--nv-navy-pale);
}
.v3-cta p {
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 48px;
}
.v3-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 22px 44px;
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.v3-cta-btn.primary {
  background: #fff;
  color: var(--nv-navy-deep);
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.4);
}
.v3-cta-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px -12px rgba(0, 0, 0, 0.5);
}
.v3-cta-btn.ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.v3-cta-btn.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}
.v3-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer minimaliste — navy uniforme */
.v3-footer-mini {
  background: var(--nv-navy);
  padding: 60px 100px 40px;
  color: rgba(255, 255, 255, 0.65);
}
.v3-footer-social {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 50px;
}
.v3-social {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, color 0.2s;
}
.v3-social svg {
  width: 32px;
  height: 32px;
}
.v3-social:hover {
  background: #fff;
  color: var(--nv-navy);
  transform: translateY(-2px);
}
.v3-footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}
.v3-footer-bar .mono { letter-spacing: 0.12em; }
