/* Élan de Soi — Homepage V2 premium. Scoped to body.home-v2. */
.home-v2 {
  --v2-night: #050923;
  --v2-night-2: #090d36;
  --v2-night-3: #101548;
  --v2-blue: #1d46d9;
  --v2-cyan: #24c8e6;
  --v2-violet: #6127d6;
  --v2-magenta: #dc2ab5;
  --v2-gold: #e5b34e;
  --v2-gold-light: #f5d88a;
  --v2-ivory: #f6f3eb;
  --v2-mist: #b8bed6;
  --v2-line: rgba(229,179,78,.22);
  --v2-glass: rgba(11,15,55,.72);
  color: var(--v2-ivory);
  background: var(--v2-night);
}
.home-v2 .container { width: min(1180px, calc(100% - 40px)); }
.home-v2 h1,
.home-v2 h2,
.home-v2 h3 { font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif; letter-spacing: -.025em; }
.home-v2 p { color: var(--v2-mist); }
.home-v2 a { text-underline-offset: 4px; }

.home-v2 .premium-header {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(5,9,35,.78);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.home-v2 .premium-nav { min-height: 104px; }
.home-v2 .premium-brand { display: flex; align-items: center; width: 112px; height: 92px; overflow: hidden; }
.home-v2 .premium-brand img { width: 100%; height: 100%; object-fit: contain; }
.home-v2 .premium-links { gap: 1.55rem; }
.home-v2 .premium-links > a:not(.nav-cta) { color: rgba(246,243,235,.8); font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.home-v2 .premium-links > a:not(.nav-cta):hover,
.home-v2 .premium-links > a[aria-current="page"] { color: var(--v2-gold-light); }
.home-v2 .premium-links > a[aria-current="page"]::after { background: linear-gradient(90deg, var(--v2-gold), var(--v2-magenta)); }
.home-v2 .premium-links .nav-cta {
  padding: .86rem 1.2rem; border: 1px solid rgba(245,216,138,.48); border-radius: 6px;
  color: #100d28; background: linear-gradient(135deg, #f3d47c, #dba33b);
  box-shadow: 0 10px 30px rgba(229,179,78,.18); text-transform: uppercase; letter-spacing: .06em; font-size: .78rem;
}
.home-v2 .menu-btn { color: var(--v2-ivory); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.05); }

.v2-hero { position: relative; overflow: hidden; padding: clamp(3.8rem, 7vw, 7.2rem) 0 1.35rem; background:
  radial-gradient(circle at 76% 31%, rgba(234,172,58,.14), transparent 24%),
  radial-gradient(circle at 78% 36%, rgba(220,42,181,.11), transparent 31%),
  radial-gradient(circle at 12% 84%, rgba(29,70,217,.18), transparent 28%),
  linear-gradient(135deg, #040720 0%, #070b2c 52%, #0d103b 100%);
}
.v2-hero::before { content: ""; position: absolute; inset: 0; opacity: .38; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.v2-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .25; pointer-events: none; }
.v2-glow-one { width: 320px; height: 320px; right: 8%; top: 20%; background: var(--v2-gold); }
.v2-glow-two { width: 260px; height: 260px; left: -100px; bottom: 5%; background: var(--v2-violet); }
.v2-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; min-height: 610px; }
.v2-hero-copy { max-width: 625px; }
.v2-kicker { display: inline-flex; align-items: center; gap: .7rem; color: var(--v2-gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v2-kicker::before { content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, var(--v2-gold), var(--v2-magenta)); }
.v2-hero h1 { margin: 1.35rem 0 1.55rem; max-width: 700px; color: var(--v2-gold-light); font-size: clamp(3.1rem, 5.8vw, 6rem); line-height: .96; font-weight: 500; }
.v2-hero h1 span { display: block; margin-top: .48rem; color: var(--v2-ivory); font-size: .63em; line-height: 1.11; font-style: italic; font-weight: 400; }
.v2-hero-copy > p { max-width: 610px; color: rgba(239,240,249,.72); font-size: clamp(1rem, 1.4vw, 1.1rem); line-height: 1.78; }
.v2-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; align-items: center; margin-top: 2rem; }
.v2-btn { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 52px; padding: .95rem 1.35rem; border: 1px solid transparent; border-radius: 7px; font-size: .83rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.v2-btn:hover { transform: translateY(-2px); }
.v2-btn-gold { color: #130f27; background: linear-gradient(135deg, #f5d77f, #dda43b); box-shadow: 0 14px 38px rgba(229,179,78,.2); }
.v2-btn-gold:hover { box-shadow: 0 18px 45px rgba(229,179,78,.3); }
.v2-btn-outline { color: var(--v2-ivory); border-color: rgba(245,216,138,.34); background: rgba(255,255,255,.03); }
.v2-btn-outline:hover { border-color: rgba(245,216,138,.7); background: rgba(245,216,138,.06); }
.v2-text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--v2-ivory); font-size: .91rem; font-weight: 750; }
.v2-text-link:hover { color: var(--v2-gold-light); }
.v2-text-link-gold { color: var(--v2-gold-light); }
.v2-hero-trust { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.1rem; }
.v2-hero-trust span { padding: .42rem .7rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(246,243,235,.64); font-size: .74rem; letter-spacing: .05em; }
.v2-hero-art { position: relative; display: flex; justify-content: center; }
.v2-art-frame { position: relative; width: min(100%, 570px); aspect-ratio: 570 / 406; border: 1px solid rgba(229,179,78,.18); border-radius: 28px; overflow: hidden; background: #090d32; box-shadow: 0 35px 90px rgba(0,0,0,.36), 0 0 60px rgba(97,39,214,.14); }
.v2-art-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(4,7,32,.52); pointer-events: none; }
.v2-art-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.v2-art-caption { display: none; }
.v2-art-caption span { color: rgba(246,243,235,.65); font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; }
.v2-art-caption strong { color: var(--v2-gold-light); font-family: "Palatino Linotype", Georgia, serif; font-size: 1.05rem; font-weight: 500; }
.v2-values-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2.4rem; border: 1px solid rgba(229,179,78,.17); border-radius: 14px; overflow: hidden; background: rgba(8,12,43,.76); backdrop-filter: blur(15px); }
.v2-values-bar article { display: flex; gap: .85rem; align-items: center; min-height: 100px; padding: 1.2rem 1.25rem; border-right: 1px solid rgba(229,179,78,.14); }
.v2-values-bar article:last-child { border-right: 0; }
.v2-value-icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid rgba(245,216,138,.55); border-radius: 50%; color: var(--v2-gold-light); font-size: 1.2rem; }
.v2-values-bar strong { display: block; color: var(--v2-gold-light); font-family: "Palatino Linotype", Georgia, serif; font-weight: 500; }
.v2-values-bar small { display: block; margin-top: .15rem; color: rgba(246,243,235,.54); font-size: .73rem; }

.v2-section { position: relative; padding: clamp(5rem, 8vw, 8rem) 0; background: var(--v2-night); }
.v2-section-heading { max-width: 760px; margin-bottom: 3rem; }
.v2-section-heading h2 { margin: 1rem 0 1rem; color: var(--v2-ivory); font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: 1.05; font-weight: 500; }
.v2-section-heading p { max-width: 680px; line-height: 1.75; }
.v2-section-heading-split { display: grid; grid-template-columns: 1fr .75fr; gap: 3rem; max-width: none; align-items: end; }
.v2-section-heading-split p { margin-bottom: .5rem; }

.v2-evolution { border-top: 1px solid rgba(229,179,78,.12); border-bottom: 1px solid rgba(229,179,78,.12); background:
  radial-gradient(circle at 50% 48%, rgba(229,179,78,.08), transparent 28%),
  linear-gradient(180deg, #070b2b, #050923);
}
.v2-evolution-visual { margin: 2rem auto 1rem; padding: 1.5rem; border: 1px solid rgba(229,179,78,.12); border-radius: 20px; background: rgba(255,255,255,.018); }
.v2-evolution-wide { display: block; width: min(100%, 980px); height: auto; margin: 0 auto; border-radius: 12px; }
.v2-evolution-mobile { display: none; }
.v2-evolution-stage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: end; }
.v2-stage-item { display: flex; align-items: end; justify-content: center; min-height: 220px; padding: .35rem; }
.v2-stage-item img { display: block; max-width: 100%; max-height: 220px; height: auto; width: auto; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0,0,0,.28)); }
.v2-evolution-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2rem; }
.v2-evolution-steps article { position: relative; padding: 1.45rem 1.25rem 1.4rem; border-top: 1px solid rgba(229,179,78,.2); }
.v2-evolution-steps span { color: var(--v2-gold); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.v2-evolution-steps h3 { margin: .55rem 0 .6rem; color: var(--v2-gold-light); font-size: 1.25rem; font-weight: 500; }
.v2-evolution-steps p { margin: 0; font-size: .88rem; line-height: 1.65; }

.v2-services { background: linear-gradient(180deg, #050923 0%, #080d31 100%); }
.v2-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.v2-service-card { position: relative; min-height: 410px; padding: 2rem; border: 1px solid rgba(229,179,78,.16); border-radius: 16px; overflow: hidden; background: linear-gradient(150deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.v2-service-card::before { content: ""; position: absolute; right: -55px; bottom: -85px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(97,39,214,.24), transparent 66%); }
.v2-service-card:hover { transform: translateY(-6px); border-color: rgba(245,216,138,.38); background: linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }
.v2-service-number { color: rgba(245,216,138,.34); font-family: "Palatino Linotype", Georgia, serif; font-size: 3.4rem; line-height: 1; }
.v2-service-tag { display: inline-block; margin: 1.6rem 0 .8rem; color: var(--v2-cyan); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.v2-service-card h3 { margin: 0 0 1rem; color: var(--v2-ivory); font-size: 1.65rem; line-height: 1.15; font-weight: 500; }
.v2-service-card p { position: relative; z-index: 1; font-size: .94rem; line-height: 1.7; }
.v2-service-card a { position: absolute; z-index: 2; left: 2rem; bottom: 1.8rem; color: var(--v2-gold-light); font-size: .88rem; font-weight: 800; }
.v2-services-bottom { margin-top: 2rem; text-align: right; }

.v2-about { overflow: hidden; background:
  radial-gradient(circle at 83% 45%, rgba(220,42,181,.14), transparent 22%),
  radial-gradient(circle at 75% 50%, rgba(29,70,217,.11), transparent 34%),
  linear-gradient(135deg, #080b31, #050923 62%);
}
.v2-about-grid { display: grid; grid-template-columns: 1.02fr .78fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.v2-about-copy h2 { margin: 1rem 0 1.2rem; color: var(--v2-ivory); font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.02; font-weight: 500; }
.v2-about-copy p { max-width: 660px; line-height: 1.75; }
.v2-about-copy blockquote { margin: 1.7rem 0 2rem; padding: 1.15rem 0 1.15rem 1.4rem; border-left: 1px solid var(--v2-gold); color: var(--v2-gold-light); font-family: "Palatino Linotype", Georgia, serif; font-size: clamp(1.35rem,2.3vw,1.9rem); font-style: italic; line-height: 1.45; }
.v2-about-portrait { position: relative; max-width: 430px; justify-self: end; }
.v2-about-portrait img { position: relative; z-index: 2; width: 100%; border-radius: 220px 220px 28px 28px; border: 1px solid rgba(245,216,138,.25); box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.v2-portrait-ring { position: absolute; z-index: 1; inset: -18px -18px 40px 28px; border: 1px solid rgba(220,42,181,.26); border-radius: 240px 240px 38px 38px; }
.v2-portrait-label { position: relative; z-index: 3; width: calc(100% - 34px); margin: -34px auto 0; padding: 1rem 1.1rem; border: 1px solid rgba(245,216,138,.21); border-radius: 10px; background: rgba(6,10,38,.86); backdrop-filter: blur(10px); text-align: center; }
.v2-portrait-label strong { display: block; color: var(--v2-gold-light); font-family: "Palatino Linotype", Georgia, serif; font-size: 1.12rem; font-weight: 500; }
.v2-portrait-label span { color: rgba(246,243,235,.57); font-size: .75rem; }

.v2-testimonial-teaser { border-top: 1px solid rgba(229,179,78,.1); background: #050923; }
.v2-testimonial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.v2-testimonial-grid .v2-section-heading { margin-bottom: 0; }
.v2-testimonial-card { position: relative; padding: 2.6rem; border: 1px solid rgba(229,179,78,.2); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(97,39,214,.07)); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.v2-quote-mark { color: var(--v2-gold); font-family: Georgia, serif; font-size: 4.4rem; line-height: .75; opacity: .72; }
.v2-testimonial-card p { margin: 1rem 0 1.5rem; color: rgba(246,243,235,.78); font-family: "Palatino Linotype", Georgia, serif; font-size: 1.32rem; line-height: 1.55; }
.v2-testimonial-card a { color: var(--v2-gold-light); font-size: .86rem; font-weight: 800; }

.v2-final-cta { padding-top: 2rem; background: #050923; }
.v2-cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: end; padding: clamp(2.4rem,5vw,4.5rem); border: 1px solid rgba(245,216,138,.22); border-radius: 22px; background:
  radial-gradient(circle at 84% 18%, rgba(229,179,78,.16), transparent 22%),
  radial-gradient(circle at 92% 72%, rgba(220,42,181,.15), transparent 30%),
  linear-gradient(135deg, #0a0e37, #11174d);
}
.v2-cta-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -180px; bottom: -220px; border: 1px solid rgba(245,216,138,.16); border-radius: 50%; }
.v2-cta-card h2 { max-width: 800px; margin: 1rem 0; color: var(--v2-ivory); font-size: clamp(2.4rem,4.3vw,4rem); font-weight: 500; line-height: 1.05; }
.v2-cta-card p { max-width: 680px; }
.v2-cta-actions { position: relative; z-index: 1; display: grid; justify-items: end; gap: 1rem; }
.home-v2 .premium-footer { border-top: 1px solid rgba(229,179,78,.13); background: #03061a; }
.home-v2 .premium-footer .footer-brand img { width: 128px; height: auto; }
.home-v2 .premium-footer h2 { color: var(--v2-gold-light); }
.home-v2 .premium-footer a:hover { color: var(--v2-gold-light); }

@media (max-width: 1000px) {
  .home-v2 .premium-nav { min-height: 88px; }
  .home-v2 .premium-brand { width: 88px; height: 76px; }
  .home-v2 .premium-links { background: rgba(5,9,35,.98); border-color: rgba(229,179,78,.13); }
  .home-v2 .premium-links > a:not(.nav-cta) { color: rgba(246,243,235,.85); }
  .v2-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .v2-hero-copy { max-width: 760px; }
  .v2-hero-art { max-width: 760px; width: 100%; margin: 0 auto; }
  .v2-art-frame { width: min(100%, 620px); }
  .v2-values-bar { grid-template-columns: 1fr 1fr; }
  .v2-values-bar article:nth-child(2) { border-right: 0; }
  .v2-values-bar article:nth-child(-n+2) { border-bottom: 1px solid rgba(229,179,78,.14); }
  .v2-section-heading-split { grid-template-columns: 1fr; gap: .7rem; }
  .v2-service-grid { grid-template-columns: 1fr; }
  .v2-service-card { min-height: 310px; }
  .v2-about-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .v2-testimonial-grid { grid-template-columns: 1fr; }
  .v2-cta-card { grid-template-columns: 1fr; }
  .v2-cta-actions { justify-items: start; }
}

@media (max-width: 720px) {
  .home-v2 .container { width: min(100% - 28px, 1180px); }
  .v2-hero { padding-top: 2.6rem; }
  .v2-hero h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .v2-hero h1 span { font-size: .57em; }
  .v2-actions { align-items: stretch; }
  .v2-btn { width: 100%; }
  .v2-text-link { justify-content: center; }
  .v2-art-frame { width: 100%; border-radius: 20px; }
  .v2-art-frame img { object-position: center center; }
  .v2-evolution-stage-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .v2-stage-item { min-height: 170px; }
  .v2-stage-item img { max-height: 170px; }
  .v2-values-bar { grid-template-columns: 1fr; }
  .v2-values-bar article { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(229,179,78,.14); }
  .v2-values-bar article:last-child { border-bottom: 0; }
  .v2-section { padding: 4.5rem 0; }
  .v2-section-heading h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .v2-evolution-visual { padding: 1rem .6rem; }
  
  .v2-evolution-steps { grid-template-columns: 1fr 1fr; }
  .v2-service-card { min-height: 345px; }
  .v2-about-grid { grid-template-columns: 1fr; }
  .v2-about-portrait { justify-self: center; max-width: 360px; order: -1; }
  .v2-testimonial-card { padding: 1.7rem; }
  .v2-testimonial-card p { font-size: 1.16rem; }
  .v2-cta-card { padding: 2rem 1.4rem; }
}

@media (max-width: 460px) {
  .home-v2 .premium-brand { width: 78px; height: 68px; }
  .v2-kicker { font-size: .68rem; letter-spacing: .11em; }
  .v2-hero-trust { gap: .4rem; }
  .v2-hero-trust span { font-size: .68rem; }
  .v2-evolution-stage-grid { grid-template-columns: 1fr 1fr; }
  .v2-stage-item { min-height: 155px; }
  .v2-stage-item img { max-height: 155px; }
  .v2-evolution-steps { grid-template-columns: 1fr; }
  .v2-service-card { padding: 1.5rem; min-height: 360px; }
  .v2-service-card a { left: 1.5rem; bottom: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-service-card, .v2-btn { transition: none; }
}
