/* =====================================================
   AUR — Nos Prestations · Premium Design
   ===================================================== */

/* ---------- Tokens ---------- */
#aur-prest-main {
  --ink:      #050D19;
  --navy:     #0D1F35;
  --navy-mid: #162D4A;
  --navy-lt:  #1E3A5F;
  --gold:     #C9963A;
  --gold-lt:  #DFB462;
  --cream:    #F5F2EB;
  --cream-dk: #EAE6DC;
  --white:    #FDFCFA;
  --muted:    #7A8494;
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-sans:  'Jost', system-ui, sans-serif;
  --wrap:     1160px;
  --r:        4px;
  display: block;
  width: 100%;
  overflow-x: hidden;
  background: var(--cream);
  font-family: var(--ff-sans);
  color: var(--ink);
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.np-hero {
  position: relative;
  background: var(--ink);
  padding: 7rem 2rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.np-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.np-hero__grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.np-hero__glow {
  position: absolute;
  width: 700px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,150,58,.14) 0%, transparent 70%);
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.np-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--wrap);
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
}

.np-tag {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,150,58,.35);
  border-radius: 100px;
  padding: .35rem 1.1rem;
  margin-bottom: 2rem;
}

.np-hero__title {
  font-family: var(--ff-serif);
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--white);
  margin: 0 0 1.5rem;
}

.np-hero__title em {
  font-style: italic;
  color: var(--gold-lt);
}

.np-hero__sub {
  font-family: var(--ff-sans);
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(253,252,250,.65);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

.np-hero__social {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.np-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(201,150,58,.4);
  color: var(--gold);
  transition: background .25s, border-color .25s, transform .2s;
}

.np-social:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.np-social:hover svg { fill: var(--ink); }

.np-social svg {
  width: 16px;
  height: 16px;
  fill: var(--gold);
  transition: fill .25s;
}

.np-hero__wave {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.np-hero__wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* ─────────────────────────────────────────
   SHARED ATOMS
───────────────────────────────────────── */
.np-label {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}

.np-label--inv { color: var(--gold-lt); }

.np-section-title {
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 1.5rem;
}

.np-section-title em {
  font-style: italic;
  color: var(--gold);
}

/* ─────────────────────────────────────────
   HISTOIRE + POURQUOI
───────────────────────────────────────── */
.np-about {
  background: var(--cream);
  padding: 5rem 2rem 5rem;
}

.np-about__wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.np-about__col {
  display: flex;
  flex-direction: column;
}

.np-about__history {
  border-right: 1px solid var(--cream-dk);
  padding-right: 4rem;
}

.np-lead {
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--navy-mid);
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.np-body {
  font-family: var(--ff-sans);
  font-size: .95rem;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.75;
  margin: 0 0 2.5rem;
}

.np-body strong { font-weight: 600; color: var(--navy); }

/* Stats */
.np-stat-row {
  display: flex;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--cream-dk);
  margin-top: auto;
}

.np-stat {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.np-stat__n {
  font-family: var(--ff-serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.np-stat__l {
  font-family: var(--ff-sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Tabs */
.np-tabs__nav {
  display: flex;
  gap: 0;
  background: var(--cream-dk);
  border-radius: 100px;
  padding: 4px;
  margin-bottom: 1.75rem;
  width: fit-content;
}

.np-tab-btn {
  font-family: var(--ff-sans);
  font-size: .85rem;
  font-weight: 500;
  padding: .55rem 1.5rem;
  border: none;
  background: transparent;
  border-radius: 100px;
  cursor: pointer;
  color: var(--muted);
  transition: background .25s, color .25s, box-shadow .25s;
}

.np-tab-btn--active {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 2px 8px rgba(13,31,53,.3);
}

.np-tab-panel {
  display: none;
  font-family: var(--ff-sans);
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ink);
}

.np-tab-panel--active { display: block; }

.np-tab-panel p { margin: 0 0 1rem; }
.np-tab-panel p:last-child { margin: 0; }
.np-tab-panel strong { font-weight: 600; color: var(--navy); }

/* ─────────────────────────────────────────
   PROCESSUS
───────────────────────────────────────── */
.np-process {
  background: var(--navy);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.np-process::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,150,58,.08) 0%, transparent 65%);
  pointer-events: none;
}

.np-process__wrap {
  max-width: var(--wrap);
  margin: 0 auto;
}

.np-process__title {
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  margin: 0 0 3.5rem;
}

.np-process__title em {
  font-style: italic;
  color: var(--gold-lt);
}

.np-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.np-step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 1.75rem;
  transition: border-color .3s, background .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.np-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--gold);
  transition: height .3s;
}

.np-step:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(201,150,58,.3);
  transform: translateY(-3px);
}

.np-step:hover::before { height: 100%; }

.np-step--accent {
  border-color: rgba(201,150,58,.25);
  background: rgba(201,150,58,.06);
}

.np-step--accent::before { height: 100%; }

.np-step__num {
  font-family: var(--ff-serif);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(201,150,58,.3);
  line-height: 1;
  margin-bottom: .75rem;
  transition: color .3s;
}

.np-step:hover .np-step__num { color: var(--gold-lt); }

.np-step--accent .np-step__num { color: var(--gold); }

.np-step__h {
  font-family: var(--ff-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 .6rem;
}

.np-step__p {
  font-family: var(--ff-sans);
  font-size: .88rem;
  font-weight: 300;
  color: rgba(253,252,250,.6);
  line-height: 1.65;
  margin: 0;
}

/* ─────────────────────────────────────────
   QUOTE + CTA
───────────────────────────────────────── */
.np-finale {
  background: var(--cream);
  padding: 6rem 2rem;
}

.np-finale__wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.np-quote-block {
  position: relative;
  margin-bottom: 2rem;
}

.np-quote-mark {
  font-family: var(--ff-serif);
  font-size: 8rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 0;
  vertical-align: top;
  display: inline-block;
  opacity: .4;
}

.np-quote-mark--close {
  vertical-align: bottom;
}

.np-quote {
  font-family: var(--ff-serif);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  color: var(--navy);
  margin: .5rem 0 0;
  padding: 0;
  border: none;
}

.np-finale__body {
  font-family: var(--ff-sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 2.5rem;
}

.np-btn {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 1rem 2.5rem;
  background: var(--gold);
  color: var(--ink) !important;
  border-radius: 100px;
  text-decoration: none !important;
  transition: background .25s, transform .2s, box-shadow .25s;
  box-shadow: 0 4px 20px rgba(201,150,58,.3);
}

.np-btn:hover {
  background: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,150,58,.4);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 900px) {
  .np-about__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .np-about__history {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--cream-dk);
    padding-bottom: 3rem;
  }
  .np-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .np-hero { padding: 5rem 1.25rem 0; }
  .np-hero__inner { padding-bottom: 4rem; }
  .np-about { padding: 3.5rem 1.25rem; }
  .np-process { padding: 3.5rem 1.25rem; }
  .np-finale { padding: 4rem 1.25rem; }
  .np-steps { grid-template-columns: 1fr; }
  .np-stat-row { flex-wrap: wrap; gap: 1.25rem; }
}
