/* ═══════════════════════════════════════
   ET VOILÀ MARKETING — SHARED STYLES
   ═══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Jost:wght@300;400;500;600&display=swap');

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

:root {
  --charcoal:  #2E2926;
  --blush:     #F9F1EC;
  --terra:     #D4826A;
  --warm-grey: #9C8B7E;
  --rule:      #E8DDD5;
  --white:     #FFFFFF;
  --blush-mid: #F2E8E0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: var(--charcoal);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ── LOGO ── */
.logo { display: inline-flex; flex-direction: column; gap: 4px; text-decoration: none; }
.logo-wm { font-family: 'DM Serif Display', serif; font-weight: 400; color: var(--charcoal); line-height: 1; letter-spacing: -0.01em; }
.logo-sub { font-family: 'Jost', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase; color: var(--terra); display: flex; justify-content: space-between; }
.logo--nav .logo-wm    { font-size: 28px; }
.logo--hero .logo-wm   { font-size: 60px; }
.logo--page .logo-wm   { font-size: 44px; }
.logo--footer .logo-wm { font-size: 22px; }
.logo--rev .logo-wm    { color: var(--blush); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 70px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
  background: rgba(249,241,236,0.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
nav.scrolled { border-color: var(--rule); box-shadow: 0 2px 20px rgba(46,41,38,0.06); }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--warm-grey); text-decoration: none; transition: color 0.2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; background: var(--terra); transform: scaleX(0); transform-origin: left; transition: transform 0.25s; }
.nav-links a:hover, .nav-links a.active { color: var(--charcoal); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { background: var(--charcoal) !important; color: var(--blush) !important; padding: 10px 24px; border-radius: 1px; letter-spacing: 0.09em !important; }
.nav-cta:hover { background: var(--terra) !important; color: var(--white) !important; }
.nav-cta::after { display: none !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--charcoal); transition: 0.3s; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 1px; padding: 13px 28px; transition: 0.2s; cursor: pointer; border: none; }
.btn-dark    { background: var(--charcoal); color: var(--blush); }
.btn-dark:hover    { background: var(--terra); color: var(--white); }
.btn-outline { background: transparent; color: var(--charcoal); border: 1px solid var(--rule); }
.btn-outline:hover { border-color: var(--charcoal); background: var(--blush-mid); }
.btn-terra   { background: var(--terra); color: var(--white); }
.btn-terra:hover   { background: #c07560; }
.btn-blush   { background: var(--blush); color: var(--charcoal); }
.btn-blush:hover   { background: var(--terra); color: var(--white); }
.btn-ghost   { background: transparent; color: rgba(249,241,236,0.6); border: 1px solid rgba(255,255,255,0.15); }
.btn-ghost:hover   { border-color: rgba(255,255,255,0.4); color: var(--blush); }

/* ── SECTION COMMONS ── */
section { padding: 88px 52px; }
.inner  { max-width: 1100px; margin: 0 auto; }

.eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--terra); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); display: inline-block; }
.eyebrow--rev { border-color: rgba(255,255,255,0.1); }
.eyebrow--light { color: var(--terra); border-color: rgba(255,255,255,0.15); }

h2.serif { font-family: 'DM Serif Display', serif; font-size: clamp(30px, 3.8vw, 48px); font-weight: 400; line-height: 1.1; color: var(--charcoal); margin-bottom: 16px; }
h2.serif em { font-style: italic; }
h2.serif--rev { color: var(--blush); }

.section-intro { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--warm-grey); max-width: 560px; margin-bottom: 48px; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: var(--blush);
  padding: 120px 52px 72px;
  border-bottom: 1px solid var(--rule);
}
.page-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(36px, 5vw, 62px); font-weight: 400; line-height: 1.08; color: var(--charcoal); margin-bottom: 20px; }
.page-hero h1 em { font-style: italic; color: var(--terra); }
.page-hero p { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--warm-grey); margin-bottom: 16px; }
.page-hero p:last-child { margin-bottom: 0; }
.page-hero strong { font-weight: 500; color: var(--charcoal); }
.page-hero-right { display: flex; flex-direction: column; gap: 1px; }
.page-hero-stat { background: var(--white); border: 1px solid var(--rule); padding: 20px 24px; border-bottom: none; }
.page-hero-stat:last-child { border-bottom: 1px solid var(--rule); }
.page-hero-stat-n { font-family: 'DM Serif Display', serif; font-size: 36px; color: var(--charcoal); line-height: 1; margin-bottom: 4px; }
.page-hero-stat-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm-grey); }

/* ── PACKAGE CARDS ── */
.pkg-grid-2   { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-bottom: 1px; }
.pkg-grid-3   { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-bottom: 1px; }
.pkg-grid-2b  { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-bottom: 24px; }

.pkg { background: var(--white); padding: 32px 28px; display: flex; flex-direction: column; transition: background 0.25s; }
.pkg:hover { background: var(--blush); }
.pkg--dark    { background: var(--charcoal); }
.pkg--dark:hover { background: #3a322e; }
.pkg--soft    { background: var(--blush); }
.pkg--soft:hover { background: var(--blush-mid); }

.pkg-tag   { font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--warm-grey); margin-bottom: 16px; }
.pkg--dark .pkg-tag, .pkg--soft .pkg-tag { color: var(--terra); }
.pkg-name  { font-family: 'DM Serif Display', serif; font-size: 24px; font-weight: 400; color: var(--charcoal); margin-bottom: 4px; }
.pkg--dark .pkg-name { color: var(--blush); }
.pkg-tagline { font-family: 'DM Serif Display', serif; font-size: 13px; font-style: italic; color: var(--warm-grey); margin-bottom: 14px; }
.pkg--dark .pkg-tagline { color: rgba(249,241,236,0.4); }
.pkg-price { font-family: 'DM Serif Display', serif; font-size: 34px; font-weight: 400; color: var(--charcoal); margin-bottom: 16px; line-height: 1; }
.pkg--dark .pkg-price { color: var(--terra); }
.pkg-price .per { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 300; color: var(--warm-grey); }
.pkg-desc  { font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--warm-grey); margin-bottom: 20px; flex-grow: 1; }
.pkg--dark .pkg-desc { color: rgba(249,241,236,0.5); }
.pkg-rule  { height: 1px; background: var(--rule); margin-bottom: 16px; }
.pkg--dark .pkg-rule { background: rgba(255,255,255,0.1); }
.pkg-features { list-style: none; margin-bottom: 20px; }
.pkg-features li { font-size: 12px; font-weight: 300; color: var(--warm-grey); padding: 5px 0; border-bottom: 1px solid var(--rule); display: flex; gap: 10px; line-height: 1.45; }
.pkg--dark .pkg-features li { color: rgba(249,241,236,0.55); border-color: rgba(255,255,255,0.07); }
.pkg-features li:last-child { border-bottom: none; }
.pkg-features li::before { content: '—'; color: var(--terra); flex-shrink: 0; font-size: 11px; margin-top: 1px; }
.pkg-best  { font-size: 12px; font-weight: 300; color: var(--warm-grey); font-style: italic; line-height: 1.6; margin-bottom: 20px; padding: 10px 14px; background: var(--blush); border-left: 2px solid var(--rule); }
.pkg--dark .pkg-best { background: rgba(255,255,255,0.05); border-left-color: rgba(255,255,255,0.1); color: rgba(249,241,236,0.4); }
.pkg--soft .pkg-best { background: var(--white); }

.pkg-btn { display: block; text-align: center; padding: 11px 20px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 1px; transition: 0.2s; margin-top: auto; }
.pkg-btn-outline { border: 1px solid var(--rule); color: var(--charcoal); }
.pkg-btn-outline:hover { border-color: var(--charcoal); background: var(--blush-mid); }
.pkg-btn-terra { background: var(--terra); color: var(--white); border: 1px solid var(--terra); }
.pkg-btn-terra:hover { background: #c07560; }
.pkg-btn-dark { background: var(--charcoal); color: var(--blush); border: 1px solid var(--charcoal); }
.pkg-btn-dark:hover { background: var(--terra); border-color: var(--terra); color: var(--white); }

/* ── FOOTER ── */
footer {
  background: #231f1c;
  padding: 36px 52px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-links { display: flex; gap: 32px; list-style: none; }
.footer-links a { font-size: 11px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(249,241,236,0.3); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: rgba(249,241,236,0.7); }
.footer-right { font-size: 11px; font-weight: 300; color: rgba(249,241,236,0.25); letter-spacing: 0.05em; text-align: right; line-height: 1.8; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s, transform 0.7s; }
.reveal.visible { opacity: 1; transform: none; }

/* ── MOBILE ── */
@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; gap: 0; position: fixed; top: 70px; left: 0; right: 0; background: var(--blush); border-bottom: 1px solid var(--rule); padding: 12px 0; z-index: 199; }
  .nav-links.open li a { display: block; padding: 12px 24px; font-size: 14px; }
  .nav-burger { display: flex; }
  section { padding: 64px 24px; }
  .page-hero { padding: 100px 24px 56px; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-right { display: none; }
  .pkg-grid-2, .pkg-grid-3, .pkg-grid-2b { grid-template-columns: 1fr; }
  footer { padding: 32px 24px; flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; gap: 18px; }
  .footer-right { text-align: left; }
}

/* ── TESTIMONIAL ── */
.testimonial-section { background: var(--blush); padding: 72px 52px; }
.testimonial-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.testimonial-mark { font-family: 'DM Serif Display', serif; font-size: 72px; color: var(--terra); line-height: 0.7; margin-bottom: 20px; opacity: 0.35; display: block; }
.testimonial-quote { font-family: 'DM Serif Display', serif; font-size: clamp(18px, 2.5vw, 26px); font-weight: 400; font-style: italic; color: var(--charcoal); line-height: 1.5; margin-bottom: 20px; }
.testimonial-source { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--warm-grey); }
.testimonial-source span { color: var(--terra); }

@media (max-width: 960px) {
  .testimonial-section { padding: 64px 24px; }
}
