/* ==========================================================================
   Univers de Vanessa — feuille de style
   Direction artistique : étiquette de parfumerie façon flyer d'ambiance —
   palette crème/pêche, ocre chaleureux et touche mauve, calée sur les
   couleurs réelles du flyer et du logo de Vanessa.
   ========================================================================== */

:root {
  /* Couleurs (ancrées sur le flyer/logo réels de Vanessa) */
  --ivory:        #FBEEE2;
  --ivory-deep:   #F5DFC7;
  --ink:          #3B2A20;
  --ink-soft:     #8A7361;
  --ocre:         #C4650F;
  --ocre-dark:    #9C4F0C;
  --ocre-light:   #E8873F;
  --mauve:        #7A4A7E;
  --mauve-light:  #C9A0CC;
  --wine:         #8B2E36;
  --botanic:      #8A8C55;
  --brass:        #C4893E;
  --brass-light:  #DDAE6E;
  --white:        #FFFFFF;

  /* Typographie */
  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body: 'Jost', 'Helvetica Neue', Arial, sans-serif;

  /* Rythme — arrondis généreux, dans l'esprit du flyer */
  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --wrap-max: 1120px;
  --shadow-soft: 0 12px 32px -12px rgba(59, 42, 32, 0.22);
  --transition: 220ms cubic-bezier(.4,0,.2,1);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

/* --- Reset de base ------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--ocre); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ocre-dark); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 600;
}
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
.wrap { max-width: var(--wrap-max); margin: 0 auto; padding: 0 24px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--ocre); color: var(--white);
  padding: 10px 16px; z-index: 200; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

/* --- Eyebrow / labels tracées (petites capitales) ----------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ocre);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--brass);
}

/* --- Boutons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition), color var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ocre); color: var(--white); box-shadow: var(--shadow-soft); }
.btn-primary:hover { background: var(--ocre-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--ocre); border-color: var(--ocre); }
.btn-outline:hover { background: var(--ocre); color: var(--white); }
.btn-brass { background: var(--brass); color: var(--white); }
.btn-brass:hover { background: #8f6a24; color: var(--white); }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }

.note-inline {
  font-size: 0.85rem; color: var(--ink-soft); margin-top: 8px;
}

/* --- Sceau SVG (signature visuelle) -------------------------------------- */
.seal-mark { color: var(--ocre); flex-shrink: 0; }
.seal-ring-outer, .seal-ring-inner { stroke: currentColor; }
.seal-ring-outer { stroke-width: 2.5; }
.seal-ring-inner { stroke-width: 1; opacity: 0.55; }
.seal-circular-text { font-family: var(--font-body); font-size: 10.5px; letter-spacing: 1.5px; fill: currentColor; }
.seal-laurel path { fill: var(--botanic); opacity: 0.85; }
.seal-monogram { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 58px; fill: currentColor; }
.seal-underline { stroke: var(--brass); stroke-width: 2; }
.seal-mark--animated { animation: seal-in 900ms cubic-bezier(.2,.8,.2,1) both; }
@keyframes seal-in {
  from { opacity: 0; transform: scale(0.85) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

/* --- Photo de Vanessa (avatar rond, remplace le sceau en façade publique) */
.brand-avatar {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--brass-light); flex-shrink: 0;
}
.hero-avatar {
  width: 210px; height: 210px; border-radius: 50%; object-fit: cover;
  border: 4px solid var(--white); outline: 2px solid var(--brass-light); outline-offset: 4px;
  box-shadow: var(--shadow-soft);
  animation: seal-in 900ms cubic-bezier(.2,.8,.2,1) both;
}
.footer-avatar {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--brass-light);
}
.nav-social { display: inline-flex; align-items: center; color: var(--ink); opacity: 0.75; padding: 6px 2px; }
.nav-social:hover { opacity: 1; color: var(--ocre); }
.site-footer__nav a svg, .site-footer__contact a svg { vertical-align: -3px; margin-right: 4px; }


.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 238, 226, 0.92);
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid rgba(196, 137, 62, 0.35);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand__text { font-family: var(--font-display); font-size: 1.25rem; }
.brand__text em { color: var(--mauve); }

.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { color: var(--ink); text-decoration: none; font-size: 0.92rem; font-weight: 500; padding: 6px 2px; border-bottom: 2px solid transparent; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--ocre); border-color: var(--brass); }
.primary-nav a.nav-cta {
  background: var(--ocre); color: var(--white); padding: 9px 20px; border-radius: var(--radius-pill); border-bottom: none;
}
.primary-nav a.nav-cta:hover { background: var(--ocre-dark); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); display: block; }

.breadcrumb { background: var(--ivory-deep); font-size: 0.85rem; padding: 10px 0; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb span[aria-hidden] { color: var(--brass); margin: 0 6px; }
.breadcrumb span:last-child { color: var(--ink); }

/* --- Hero ---------------------------------------------------------------- */
.hero {
  padding: 72px 0 88px;
  position: relative;
  border-bottom: 1px solid rgba(196,137,62,0.35);
  background:
    radial-gradient(circle at 12% 20%, rgba(138,140,85,0.08), transparent 45%),
    radial-gradient(circle at 88% 82%, rgba(196,101,15,0.07), transparent 45%);
}
.hero__inner { display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center; }
.hero__seal { justify-self: center; }
.hero h1 { margin-bottom: 0.3em; }
.hero h1 em { color: var(--mauve); font-style: italic; }
.hero__lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 46ch; margin-bottom: 1.6em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; }
.chip {
  font-size: 0.78rem; padding: 6px 12px; border-radius: 999px; background: var(--white);
  border: 1px solid rgba(196,137,62,0.4); color: var(--ink-soft);
}

.rule {
  border: none; border-top: 1px solid rgba(196,137,62,0.4); margin: 0;
}

/* --- Sections génériques --------------------------------------------------- */
.section { padding: 76px 0; }
.section--alt { background: var(--ivory-deep); }
.section__head { max-width: 62ch; margin-bottom: 44px; }
.section__head p { color: var(--ink-soft); font-size: 1.05rem; }

/* --- Étapes numérotées (process réel : commander en 3 étapes) ------------ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { position: relative; padding-top: 8px; }
.step__num {
  font-family: var(--font-display); font-style: italic; font-size: 2.6rem; color: var(--brass-light);
  display: block; margin-bottom: 8px;
}
.step h3 { margin-bottom: 0.4em; }

/* --- Cartes univers de produits -------------------------------------------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  background: var(--white); border: 1px solid rgba(196,137,62,0.3); border-radius: var(--radius);
  padding: 28px; transition: transform var(--transition), box-shadow var(--transition);
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.product-card__icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
.product-card h3 { margin-bottom: 0.3em; }
.product-card p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 0; }
.product-card ul { color: var(--ink-soft); font-size: 0.9rem; margin: 10px 0 0; padding-left: 1.1em; }

/* --- Cartes parfums (étiquette de flacon) ----------------------------------- */
.perfume-toolbar {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  margin-bottom: 28px; background: var(--white); border: 1px solid rgba(196,137,62,0.3);
  border-radius: var(--radius); padding: 14px 18px;
}
.perfume-toolbar input[type="search"] {
  border: 1px solid rgba(138,115,97,0.35); border-radius: var(--radius); padding: 10px 14px; font-family: var(--font-body);
  min-width: 220px; background: var(--ivory);
}
.filter-group { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn {
  border: 1px solid rgba(196,137,62,0.5); background: transparent; color: var(--ink);
  padding: 8px 14px; border-radius: 999px; font-family: var(--font-body); font-size: 0.85rem; cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.filter-btn.is-active, .filter-btn:hover { background: var(--ocre); color: var(--white); border-color: var(--ocre); }

.perfume-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.perfume-card {
  background: var(--white); border: 1px solid rgba(196,137,62,0.35); border-radius: var(--radius);
  padding: 22px; position: relative; overflow: hidden;
}
.perfume-card::before {
  content: ""; position: absolute; inset: 6px; border: 1px solid rgba(196,137,62,0.3); pointer-events: none;
}
.perfume-card__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.perfume-card__ref { font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--ocre); }
.perfume-card__genre {
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white);
  background: var(--botanic); padding: 4px 9px; border-radius: 999px; white-space: nowrap;
}
.perfume-card h3 { font-size: 1.05rem; margin-bottom: 0.2em; }
.perfume-card__inspiration { font-size: 0.85rem; color: var(--ink-soft); font-style: italic; margin-bottom: 10px; }
.perfume-card__price { font-size: 0.88rem; color: var(--ocre-dark); font-weight: 600; margin-bottom: 0; }
.perfume-empty { text-align: center; padding: 40px 20px; color: var(--ink-soft); }

/* --- Zone locale / carte -------------------------------------------------- */
.locale-panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
}
.locale-badge {
  aspect-ratio: 1; border-radius: 50%; border: 2px dashed rgba(196,101,15,0.4);
  display: flex; align-items: center; justify-content: center; position: relative; max-width: 320px; margin: 0 auto;
}
.locale-badge__ring { position: absolute; inset: 26px; border-radius: 50%; border: 1px solid rgba(196,137,62,0.5); }
.locale-badge__center { text-align: center; }
.locale-badge__center .place { font-family: var(--font-display); font-style: italic; font-size: 1.7rem; color: var(--ocre); display: block; }
.locale-badge__center .radius { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }

.benefit-list { list-style: none; padding: 0; margin: 0; }
.benefit-list li { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; }
.benefit-list .mark { color: var(--brass); font-size: 1.1rem; line-height: 1.4; }

/* --- FAQ accordion --------------------------------------------------------- */
.faq-list { border-top: 1px solid rgba(196,137,62,0.35); }
.faq-item { border-bottom: 1px solid rgba(196,137,62,0.35); }
.faq-item summary {
  cursor: pointer; padding: 20px 4px; font-family: var(--font-display); font-size: 1.1rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--brass); flex-shrink: 0; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 4px 20px; color: var(--ink-soft); max-width: 70ch; }

/* --- Bandeau CTA ------------------------------------------------------------ */
.cta-banner {
  background: var(--ocre); color: var(--ivory); border-radius: var(--radius);
  padding: 48px; text-align: center; position: relative; overflow: hidden;
}
.cta-banner h2 { color: var(--white); }
.cta-banner p { color: rgba(251,238,226,0.85); max-width: 60ch; margin: 0 auto 24px; }
.cta-banner .btn-primary { background: var(--brass); }
.cta-banner .btn-primary:hover { background: var(--brass-light); }
.cta-banner .btn-outline { border-color: rgba(251,238,226,0.6); color: var(--ivory); }
.cta-banner .btn-outline:hover { background: rgba(251,238,226,0.12); color: var(--white); }

/* --- Formulaire de contact -------------------------------------------------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.contact-card {
  background: var(--white); border: 1px solid rgba(196,137,62,0.3); border-radius: var(--radius); padding: 32px;
}
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.92rem; }
.form-row .req { color: var(--ocre); }
.form-row input, .form-row textarea {
  width: 100%; padding: 12px 14px; border: 1px solid rgba(138,115,97,0.4); border-radius: var(--radius);
  font-family: var(--font-body); font-size: 0.98rem; background: var(--ivory);
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--ocre); background: var(--white); }
.form-row textarea { min-height: 140px; resize: vertical; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }
.form-alert { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 20px; font-size: 0.92rem; }
.form-alert--success { background: rgba(138,140,85,0.15); border: 1px solid var(--botanic); color: #364226; }
.form-alert--error { background: rgba(196,101,15,0.1); border: 1px solid var(--ocre); color: var(--ocre-dark); }

/* --- Réunions -------------------------------------------------------------- */
.reunion-card {
  background: var(--white); border: 1px solid rgba(196,137,62,0.35); border-radius: var(--radius);
  padding: 40px; text-align: center; max-width: 640px; margin: 0 auto;
}

/* --- Tableaux (admin + catalogue produits) --------------------------------- */
table { width: 100%; border-collapse: collapse; }
table th, table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid rgba(196,137,62,0.3); font-size: 0.92rem; }
table th { font-family: var(--font-body); font-weight: 600; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.75rem; }

/* --- Responsive -------------------------------------------------------------- */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__actions, .hero__chips { justify-content: center; }
  .steps, .cards-grid, .perfume-grid { grid-template-columns: repeat(2, 1fr); }
  .locale-panel { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ivory);
    flex-direction: column; align-items: flex-start; padding: 16px 24px 24px; border-bottom: 1px solid rgba(196,137,62,0.35);
    gap: 14px;
  }
  .primary-nav.is-open { display: flex; }
  .steps, .cards-grid, .perfume-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .cta-banner { padding: 32px 20px; }
}

/* --- Pied de page ------------------------------------------------------------ */
.site-footer { background: var(--ink); color: rgba(251,238,226,0.82); margin-top: 40px; }
.site-footer__inner {
  padding: 56px 24px 40px; display: grid; grid-template-columns: 1.1fr 2fr 1fr; gap: 40px;
}
.site-footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.site-footer__tagline { font-family: var(--font-display); font-size: 1.05rem; color: var(--ivory); margin: 0; }
.site-footer__tagline em { color: var(--mauve-light); font-style: italic; }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.site-footer__nav h3, .site-footer__contact h3 {
  font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass-light); margin-bottom: 12px;
}
.site-footer__nav a, .site-footer__contact a {
  display: block; color: rgba(251,238,226,0.82); text-decoration: none; font-size: 0.92rem; margin-bottom: 8px;
}
.site-footer__nav a:hover, .site-footer__contact a:hover { color: var(--white); }
.site-footer__contact p { margin: 0 0 8px; font-size: 0.92rem; }
.site-footer__bottom { border-top: 1px solid rgba(251,238,226,0.15); padding: 18px 0; }
.site-footer__bottom p { margin: 0; font-size: 0.8rem; color: rgba(251,238,226,0.6); }

@media (max-width: 900px) {
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__nav { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .site-footer__nav { grid-template-columns: 1fr 1fr; }
}


.product-card__photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 14px;
}
.page-banner {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 32px;
}

.hero__product-shot {
  position: absolute;
  right: 2%;
  bottom: -10px;
  width: 240px;
  filter: drop-shadow(0 18px 28px rgba(59,42,32,0.22));
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1100px) {
  .hero__product-shot { display: none; }
}