/* Perle Cartomancienne — Astrologie & Cartomancie */

:root {
  /* Brand palette */
  --moutarde: #B88A2A;
  --moutarde-clair: #D8B866;
  --aubergine: #4A2138;
  --aubergine-clair: #765069;
  --bleu-nuit: #17233D;
  --bleu-nuit-clair: #38445D;
  --creme: #F2E9D8;
  --beige-rose: #D9C7B8;

  /* Dark theme: fond foncé, texte clair */
  --night-deep: #101828;
  --night: var(--bleu-nuit);
  --night-soft: var(--bleu-nuit-clair);
  --violet-muted: var(--aubergine-clair);
  --gold: var(--moutarde);
  --gold-light: var(--moutarde-clair);
  --gold-glow: rgba(184, 138, 42, 0.35);
  --pearl: var(--creme);
  --pearl-muted: rgba(242, 233, 216, 0.82);
  --pearl-faint: rgba(242, 233, 216, 0.55);
  --rose-muted: var(--aubergine-clair);
  --card-back: linear-gradient(145deg, #1c2a45 0%, #243352 50%, #2a1f35 100%);
  --font-serif: "EB Garamond", "Palatino Linotype", Palatino, Georgia, serif;
  --font-script: "Amsterdam Four", "Allura", cursive;
  --font-sans: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.3s ease;
}


/* Drop your licensed Amsterdam Four files here as:
   fonts/AmsterdamFour.woff2 (and .woff optional) */
@font-face {
  font-family: "Amsterdam Four";
  src: url("../fonts/AmsterdamFour.woff2") format("woff2"),
       url("../fonts/AmsterdamFour.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

html {
  scroll-behavior: auto;
  font-size: 125%; /* 20px si base navigateur = 16px — lisibilité renforcée */
}

.page-main {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
  min-height: calc(100vh - 5.5rem);
}

.page-main section:first-child {
  padding-top: 3rem;
}

.legal-page .legal-inner {
  max-width: 720px;
  margin-inline: auto;
}

.legal-page h1 {
  margin-bottom: 1rem;
}

.legal-page h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--gold-light);
  margin: 2.25rem 0 0.85rem;
}

.legal-page h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--pearl);
  margin: 1.5rem 0 0.65rem;
}

.legal-page p,
.legal-page li {
  color: var(--pearl-muted);
  line-height: 1.7;
}

.legal-page p {
  margin-bottom: 1rem;
}

.legal-lead {
  font-size: 1.05rem;
  color: var(--pearl) !important;
}

.legal-note {
  padding: 0.9rem 1rem;
  border-left: 2px solid rgba(184, 138, 42, 0.45);
  background: rgba(184, 138, 42, 0.06);
  font-size: 0.92rem;
}

.legal-list {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.legal-list li {
  margin-bottom: 0.45rem;
}

.legal-page a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-box {
  margin: 1rem 0 1.5rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(184, 138, 42, 0.2);
  border-radius: var(--radius);
  background: rgba(56, 68, 93, 0.45);
}

.legal-updated {
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: var(--pearl-faint) !important;
}

.nav-links a[aria-current="page"] {
  color: var(--gold-light);
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--pearl-muted);
  background: var(--night-deep);
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

/* Starfield background */
.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(184, 138, 42, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 20%, rgba(74, 33, 56, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 80%, rgba(56, 68, 93, 0.35) 0%, transparent 50%),
    var(--night-deep);
}

.stars::before,
.stars::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 20%, var(--pearl-faint) 50%, transparent 50%),
    radial-gradient(1px 1px at 30% 65%, var(--pearl-faint) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 55% 15%, var(--gold-glow) 50%, transparent 50%),
    radial-gradient(1px 1px at 70% 45%, var(--pearl-faint) 50%, transparent 50%),
    radial-gradient(1px 1px at 85% 75%, var(--pearl-faint) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 15% 85%, var(--gold-glow) 50%, transparent 50%),
    radial-gradient(1px 1px at 45% 90%, var(--pearl-faint) 50%, transparent 50%),
    radial-gradient(1px 1px at 92% 30%, var(--pearl-faint) 50%, transparent 50%);
  background-size: 100% 100%;
  opacity: 0.8;
}

.stars::after {
  opacity: 0.4;
  transform: scale(1.1);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(16, 24, 40, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 138, 42, 0.22);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--creme);
}

.logo-img {
  display: block;
  height: 52px;
  width: auto;
  border-radius: 4px;
}

.logo-pearl {
  display: none;
}

.logo-lockup {
  display: none;
}

.logo-name,
.logo-tagline,
.logo-text {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  list-style: none;
}

.nav-links a {
  color: var(--pearl-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-cta {
  color: var(--gold) !important;
  border: 1px solid rgba(184, 138, 42, 0.4);
  padding: 0.45rem 1rem;
  border-radius: 999px;
}

.nav-cta:hover {
  background: rgba(184, 138, 42, 0.1);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--creme);
}

/* Hero */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 7rem 0 2.5rem;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}

.hero-brand {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.75rem;
  max-width: min(420px, 92vw);
}

.hero-logo-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.hero-brand-name,
.hero-brand-tagline {
  display: none;
}

.hero-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--pearl);
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}

.hero-motto {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-light);
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  opacity: 0.95;
  line-height: 1.55;
}

.hero-motto--featured {
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  color: var(--gold-light);
  border-top: 1px solid rgba(184, 138, 42, 0.25);
  border-bottom: 1px solid rgba(184, 138, 42, 0.25);
  padding: 1.1rem 0.5rem;
  margin: 0 auto 1.85rem;
  max-width: 34rem;
  opacity: 1;
  line-height: 1.55;
}

.hero-desc {
  font-size: 1.02rem;
  max-width: 34rem;
  margin: 0 auto 1.15rem;
  color: var(--pearl-muted);
  line-height: 1.7;
}

.hero-reassure {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.15rem;
  margin: 0 auto 1.75rem;
  padding: 0;
  max-width: 640px;
}

.hero-reassure li {
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  padding: 0 0.55rem;
  line-height: 1.4;
}

.hero-reassure li:not(:last-child)::after {
  content: "·";
  margin-left: 0.7rem;
  color: rgba(184, 138, 42, 0.5);
}

.home-paths {
  padding: 3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}

.home-paths-inner {
  max-width: 980px;
  margin-inline: auto;
}

.home-paths-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.home-paths-header .section-title {
  margin-bottom: 0;
}

.home-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.home-path {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.35rem 1.2rem 1.25rem;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid rgba(184, 138, 42, 0.28);
  border-bottom: 1px solid rgba(184, 138, 42, 0.1);
  transition: border-color var(--transition), background var(--transition);
}

.home-path:hover {
  border-top-color: rgba(184, 138, 42, 0.55);
  background: rgba(184, 138, 42, 0.04);
}

.home-path h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--pearl);
  margin: 0;
  line-height: 1.35;
}

.home-path p {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  color: var(--pearl-muted);
  line-height: 1.55;
}

.home-path-cta {
  font-size: 0.88rem;
  color: var(--gold-light);
  letter-spacing: 0.02em;
}

.how-it-works {
  padding: 3.25rem 0 1.25rem;
  position: relative;
  z-index: 1;
}

.how-it-works--services,
.how-it-works--home {
  padding: 2.75rem 0 3rem;
  margin-bottom: 0;
  background:
    linear-gradient(180deg, rgba(184, 138, 42, 0.07) 0%, transparent 60%),
    rgba(18, 19, 42, 0.4);
  border-bottom: 1px solid rgba(184, 138, 42, 0.18);
}

.how-it-works--home {
  padding-top: 3rem;
  scroll-margin-top: 5.5rem;
}

.how-it-works-inner {
  max-width: 980px;
  margin-inline: auto;
}

.how-it-works-header {
  text-align: center;
  margin-bottom: 2.25rem;
}

.how-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.how-it-works-header .section-title {
  margin-bottom: 0.85rem;
}

.how-lead {
  max-width: 38rem;
  margin: 0 auto;
  font-size: 1.02rem;
  color: var(--pearl-muted);
  line-height: 1.65;
}

.how-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.25rem;
  margin: 0 0 2rem;
  padding: 0;
}

.how-step {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.how-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(184, 138, 42, 0.45);
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 500;
}

.how-step-body h2,
.how-step-body h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--pearl);
  margin: 0 0 0.45rem;
  line-height: 1.35;
}

.how-step-body p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--pearl-muted);
  line-height: 1.6;
}

.how-reassure {
  text-align: center;
  margin: 0;
  padding: 1.15rem 1.25rem;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: var(--gold-light);
  line-height: 1.55;
  border-block: 1px solid rgba(184, 138, 42, 0.22);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 138, 42, 0.06) 18%,
    rgba(184, 138, 42, 0.06) 82%,
    transparent 100%
  );
}

.how-reassure-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 0.35rem;
  margin: 0;
  padding: 1.1rem 0.5rem;
  border-block: 1px solid rgba(184, 138, 42, 0.22);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 138, 42, 0.06) 18%,
    rgba(184, 138, 42, 0.06) 82%,
    transparent 100%
  );
}

.how-reassure-list li {
  color: var(--gold-light);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0 0.65rem;
  line-height: 1.4;
}

.how-reassure-list li:not(:last-child)::after {
  content: "·";
  margin-left: 0.85rem;
  color: rgba(184, 138, 42, 0.55);
}

.home-about {
  padding: 4rem 0 5rem;
  background: rgba(18, 19, 42, 0.45);
  border-top: 1px solid rgba(184, 138, 42, 0.1);
}

.home-about-inner {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.home-about-inner .section-title {
  margin-bottom: 1.75rem;
}

.home-about-motto {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.home-about-copy {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-bottom: 0.25rem;
}

.home-about-inner p {
  margin-bottom: 0;
  color: var(--pearl-muted);
  text-align: left;
  line-height: 1.85;
  max-width: 38rem;
  margin-inline: auto;
}

.home-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.home-about-inner .btn {
  margin-top: 0;
}

.home-instagram {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(184, 138, 42, 0.12);
}

.home-instagram-inner {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.home-instagram-inner .section-title {
  margin-bottom: 1.25rem;
}

.home-instagram-inner p {
  color: var(--pearl-muted);
  line-height: 1.7;
  margin: 0 0 1.1rem;
  text-align: left;
}

.home-instagram-highlight {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-style: italic;
  color: var(--gold-light) !important;
  text-align: center !important;
  line-height: 1.45;
  margin: 1.75rem 0 2rem !important;
  padding: 1.1rem 1rem;
  border-block: 1px solid rgba(184, 138, 42, 0.25);
}

.home-instagram-inner .btn {
  margin-top: 0.25rem;
}

.home-work {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
  background: rgba(18, 19, 42, 0.35);
  border-top: 1px solid rgba(184, 138, 42, 0.1);
}

.home-work-inner {
  max-width: 980px;
  margin-inline: auto;
}

.home-work-header {
  text-align: center;
  margin-bottom: 2rem;
}

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

.home-work-item h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--pearl);
  margin: 1rem 0 0.45rem;
}

.home-work-item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--pearl-muted);
  line-height: 1.55;
}

.home-work-frame {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid rgba(184, 138, 42, 0.22);
  background:
    linear-gradient(160deg, rgba(56, 68, 93, 0.9) 0%, rgba(23, 35, 61, 0.95) 100%);
  overflow: hidden;
}

.home-work-frame--has-img {
  padding: 0;
  background: var(--beige-rose);
}

.home-work-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-work-img--contain {
  object-fit: contain;
  object-position: center;
  background: #f7f2e8;
  padding: 0.5rem;
}

.home-work-frame--astro {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(184, 138, 42, 0.12) 0%, transparent 55%),
    linear-gradient(160deg, rgba(56, 68, 93, 0.9) 0%, rgba(23, 35, 61, 0.95) 100%);
}

.home-work-frame--cards {
  background:
    radial-gradient(ellipse at 70% 40%, rgba(184, 138, 42, 0.1) 0%, transparent 50%),
    linear-gradient(160deg, rgba(56, 68, 93, 0.9) 0%, rgba(23, 35, 61, 0.95) 100%);
}

.home-work-frame--cards.home-work-frame--has-img {
  aspect-ratio: 3 / 4;
}

.home-work-gallery {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 0.35rem;
  width: 100%;
  height: 100%;
  padding: 0.35rem;
  background: #1a2740;
}

.home-work-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.services-cards-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.75rem;
}

.services-cards-gallery-intro {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--pearl-soft);
}

.services-cards-gallery--types {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.services-cards-gallery-featured img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.services-cards-gallery-oracles-note {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: var(--pearl-faint);
  text-align: center;
}

.services-cards-gallery-oracles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.services-cards-gallery figure {
  margin: 0;
  border: 1px solid rgba(184, 138, 42, 0.22);
  background: rgba(23, 35, 61, 0.35);
  overflow: hidden;
}

.services-cards-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.services-cards-gallery figcaption {
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
  color: var(--pearl-faint);
  text-align: center;
}

@media (max-width: 720px) {
  .services-cards-gallery:not(.services-cards-gallery--types) {
    grid-template-columns: 1fr;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .services-cards-gallery-oracles {
    grid-template-columns: 1fr;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-work-frame--wheel {
  background:
    radial-gradient(circle at 50% 50%, rgba(184, 138, 42, 0.1) 0%, transparent 60%),
    linear-gradient(160deg, rgba(56, 68, 93, 0.9) 0%, rgba(23, 35, 61, 0.95) 100%);
}

.home-work-placeholder {
  font-size: 0.82rem;
  color: var(--pearl-faint);
  text-align: center;
  line-height: 1.45;
  max-width: 14rem;
}

.home-work-note {
  margin: 1.5rem 0 0;
  font-size: 0.8rem;
  color: var(--pearl-faint);
  text-align: center;
}

.booklet-cover {
  display: block;
  width: min(100%, 18.5rem);
  margin: 0.85rem auto 1rem;
  padding: 0.45rem;
  border: 1px solid rgba(184, 138, 42, 0.35);
  background: linear-gradient(160deg, #f7f1e6 0%, #ebe0d0 100%);
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    5px 0 0 rgba(74, 33, 56, 0.16),
    0 14px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.booklet-cover:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    4px 0 0 rgba(184, 138, 42, 0.45),
    0 18px 34px rgba(0, 0, 0, 0.28);
}

.booklet-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 210 / 297;
  object-fit: contain;
  object-position: center top;
  background: #fff;
  border-radius: 1px;
}

.booklet-cover-hint {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.55rem;
  padding: 0.55rem 0.75rem;
  font-family: var(--font-serif);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--creme);
  background: rgba(23, 35, 61, 0.9);
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.booklet-cover:hover .booklet-cover-hint,
.booklet-cover:focus-visible .booklet-cover-hint {
  background: rgba(184, 138, 42, 0.95);
  color: var(--bleu-nuit);
}

.booklet-cover:focus-visible {
  outline: 2px solid var(--moutarde);
  outline-offset: 2px;
}

.home-work-frame--has-img.booklet-cover--work {
  aspect-ratio: 210 / 297;
}

.booklet-cover--work {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #fff;
}

.booklet-cover--work:hover {
  transform: none;
  box-shadow: none;
}

.booklet-cover--work img {
  height: 100%;
  object-fit: contain;
  object-position: center top;
  border-radius: 0;
  padding: 0;
}

.booklet-cover--work .booklet-cover-hint {
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

.booklet-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.booklet-modal[hidden] {
  display: none;
}

.booklet-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 28, 0.9);
  cursor: pointer;
}

.booklet-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.booklet-modal__close {
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 233, 216, 0.12);
  color: var(--creme);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.booklet-modal__title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--creme);
  margin: 0 2.5rem 0.25rem;
  text-align: center;
}

.booklet-modal__counter {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: var(--beige-rose);
}

.booklet-modal__help {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  color: rgba(217, 199, 184, 0.75);
  text-align: center;
}

.booklet-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}

.booklet-page {
  background: #f7f2e8;
  border-radius: 4px;
  overflow: auto;
  max-height: min(78vh, 900px);
  box-shadow:
    -6px 0 0 rgba(74, 33, 56, 0.12),
    0 18px 50px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.booklet-page img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.booklet-page img.is-turning {
  opacity: 0;
  transform: translateX(12px);
}

.booklet-nav {
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 233, 216, 0.14);
  color: var(--creme);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.booklet-nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.booklet-nav:not(:disabled):hover {
  background: rgba(184, 138, 42, 0.85);
  color: var(--bleu-nuit);
}

@media (max-width: 640px) {
  .booklet-cover {
    width: 100%;
  }

  .booklet-stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .booklet-page {
    grid-column: 1 / -1;
    max-height: 72vh;
  }
}

.home-faq {
  padding: 4rem 0 5rem;
  position: relative;
  z-index: 1;
}

.home-faq-inner {
  max-width: 720px;
  margin-inline: auto;
}

.home-faq-inner .section-title {
  text-align: center;
  margin-bottom: 1.75rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.faq-item {
  border-bottom: 1px solid rgba(184, 138, 42, 0.14);
  padding: 0.35rem 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--pearl);
  padding: 0.9rem 0;
  line-height: 1.4;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0 0 1rem;
  color: var(--pearl-muted);
  line-height: 1.65;
  padding-right: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(184, 138, 42, 0.15);
  pointer-events: none;
}

.hero-orbit--1 {
  width: 400px;
  height: 400px;
  top: 15%;
  right: -10%;
  opacity: 0.5;
}

.hero-orbit--2 {
  width: 250px;
  height: 250px;
  bottom: 20%;
  left: -5%;
  opacity: 0.3;
}

.hero-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.moon-bridge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.25rem 1rem 2.75rem;
}

.moon-cycle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 2.5vw, 1.4rem);
  width: min(820px, 96vw);
  padding: 1.25rem 1.5rem;
  border-radius: 999px;
  background: rgba(4, 5, 16, 0.55);
  border: 1px solid rgba(184, 138, 42, 0.18);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.35);
}

.moon-disk {
  --moon-lit: #f7f3ea;
  --moon-shade: #0c0d18;
  width: clamp(48px, 8vw, 64px);
  height: clamp(48px, 8vw, 64px);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  background: var(--moon-lit);
  box-shadow:
    0 0 0 1.5px rgba(247, 243, 234, 0.55),
    0 3px 12px rgba(0, 0, 0, 0.55);
}

.moon-disk::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(247, 243, 234, 0.35);
  pointer-events: none;
  z-index: 2;
}

/* Nouvelle lune */
.moon-disk--new {
  background: var(--moon-shade);
  box-shadow:
    0 0 0 1.5px rgba(184, 138, 42, 0.45),
    inset 0 0 10px rgba(0, 0, 0, 0.8),
    0 3px 12px rgba(0, 0, 0, 0.55);
}

.moon-disk--new::after {
  border-color: rgba(184, 138, 42, 0.4);
}

/* Premier croissant */
.moon-disk--waxing-crescent {
  box-shadow:
    inset -20px 0 0 6px var(--moon-shade),
    0 0 0 1.5px rgba(247, 243, 234, 0.55),
    0 3px 12px rgba(0, 0, 0, 0.55);
}

/* Premier quartier */
.moon-disk--first-quarter {
  background: linear-gradient(90deg, var(--moon-shade) 50%, var(--moon-lit) 50%);
}

/* Gibbeuse croissante */
.moon-disk--waxing-gibbous {
  box-shadow:
    inset 14px 0 0 4px var(--moon-shade),
    0 0 0 1.5px rgba(247, 243, 234, 0.55),
    0 3px 12px rgba(0, 0, 0, 0.55);
}

/* Pleine lune */
.moon-disk--full {
  background: #fffaf0;
  box-shadow:
    0 0 0 1.5px rgba(255, 250, 240, 0.7),
    0 0 22px rgba(228, 204, 138, 0.45),
    0 3px 12px rgba(0, 0, 0, 0.45);
}

.moon-disk--full::after {
  border-color: rgba(255, 250, 240, 0.55);
}

/* Gibbeuse décroissante */
.moon-disk--waning-gibbous {
  box-shadow:
    inset -14px 0 0 4px var(--moon-shade),
    0 0 0 1.5px rgba(247, 243, 234, 0.55),
    0 3px 12px rgba(0, 0, 0, 0.55);
}

/* Dernier quartier */
.moon-disk--last-quarter {
  background: linear-gradient(90deg, var(--moon-lit) 50%, var(--moon-shade) 50%);
}

/* Dernier croissant */
.moon-disk--waning-crescent {
  box-shadow:
    inset 20px 0 0 6px var(--moon-shade),
    0 0 0 1.5px rgba(247, 243, 234, 0.55),
    0 3px 12px rgba(0, 0, 0, 0.55);
}

.hero-oracle-card {
  position: absolute;
  top: 28%;
  left: 5%;
  width: 68px;
  height: 102px;
  border-radius: 5px;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(184, 138, 42, 0.16) 0%, transparent 50%),
    linear-gradient(165deg, #1c1838 0%, #765069 40%, #141228 100%);
  border: 1.5px solid rgba(184, 138, 42, 0.5);
  box-shadow:
    inset 0 0 0 4px rgba(16, 14, 32, 0.95),
    inset 0 0 0 5.5px rgba(184, 138, 42, 0.28),
    0 14px 36px rgba(0, 0, 0, 0.5);
  transform: rotate(-10deg);
  animation: card-float 6s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-oracle-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184, 138, 42, 0.28);
  border-radius: 2px;
}

.hero-oracle-card-symbol {
  color: var(--gold-light);
  font-size: 1.5rem;
  opacity: 0.85;
  text-shadow: 0 0 12px rgba(184, 138, 42, 0.35);
}

@keyframes card-float {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(-10px) rotate(-7deg); }
}

@media (max-width: 768px) {
  .moon-bridge {
    padding: 1.5rem 0.5rem 2rem;
  }

  .moon-cycle {
    gap: 0.45rem;
    padding: 1rem 0.85rem;
    width: 96vw;
  }

  .moon-disk {
    width: 38px;
    height: 38px;
  }

  .moon-disk--waxing-crescent {
    box-shadow:
      inset -13px 0 0 4px var(--moon-shade),
      0 0 0 1.5px rgba(247, 243, 234, 0.55),
      0 3px 10px rgba(0, 0, 0, 0.55);
  }

  .moon-disk--waning-crescent {
    box-shadow:
      inset 13px 0 0 4px var(--moon-shade),
      0 0 0 1.5px rgba(247, 243, 234, 0.55),
      0 3px 10px rgba(0, 0, 0, 0.55);
  }

  .moon-disk--waxing-gibbous {
    box-shadow:
      inset 9px 0 0 3px var(--moon-shade),
      0 0 0 1.5px rgba(247, 243, 234, 0.55),
      0 3px 10px rgba(0, 0, 0, 0.55);
  }

  .moon-disk--waning-gibbous {
    box-shadow:
      inset -9px 0 0 3px var(--moon-shade),
      0 0 0 1.5px rgba(247, 243, 234, 0.55),
      0 3px 10px rgba(0, 0, 0, 0.55);
  }

  .hero-oracle-card {
    width: 50px;
    height: 76px;
    left: 3%;
    top: 22%;
  }

  .hero-oracle-card-symbol {
    font-size: 1.1rem;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: all var(--transition);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #9A7324 100%);
  color: var(--bleu-nuit);
}

.btn-primary:hover {
  box-shadow: 0 0 30px var(--gold-glow);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--creme);
  border: 1px solid rgba(242, 233, 216, 0.35);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.btn-secondary {
  background: rgba(184, 138, 42, 0.14);
  color: var(--gold-light);
  border: 1px solid rgba(184, 138, 42, 0.4);
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.btn-secondary:hover {
  background: rgba(184, 138, 42, 0.2);
}

.btn-ghost-sm {
  background: transparent;
  color: var(--pearl-muted);
  border: 1px solid rgba(245, 240, 232, 0.2);
  padding: 0.6rem 1.25rem;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  margin-top: auto;
}

/* Sections */
section {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  color: var(--pearl);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--pearl-muted);
  max-width: 480px;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header .section-subtitle {
  margin-inline: auto;
}

/* About */
.about-flow {
  max-width: 960px;
}

.about-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5.5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--pearl);
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.15;
}

.about-row {
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr;
  gap: 2.5rem 3rem;
  align-items: center;
  margin-bottom: 2.75rem;
}

.about-visual--inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.constellation {
  color: var(--gold);
  opacity: 0.65;
  width: 100%;
  max-width: 220px;
}

.constellation-label {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-style: italic;
  letter-spacing: 0.06em;
  color: var(--gold-light);
  opacity: 0.75;
  text-align: center;
}

.constellation svg {
  width: 100%;
  height: auto;
  display: block;
}

.about-text {
  max-width: 640px;
}

.about-text p {
  margin-bottom: 1.5rem;
  line-height: 1.85;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-motto {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--gold-light);
  border-left: 2px solid rgba(184, 138, 42, 0.4);
  padding-left: 1.25rem;
  margin: 1.5rem 0;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold);
  text-decoration: none;
  margin-top: 1rem;
  font-size: 0.95rem;
  transition: color var(--transition);
}

.instagram-link:hover {
  color: var(--gold-light);
}

/* Services */
.services {
  background: rgba(18, 19, 42, 0.5);
  border-block: 1px solid rgba(184, 138, 42, 0.08);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

.services-grid--equal {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

@media (max-width: 1100px) {
  .services-grid--equal {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-grid--equal {
    grid-template-columns: 1fr;
  }
}

.services-grid--equal .service-card {
  height: 100%;
  min-height: 0;
}

.services-grid--equal .service-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.services-grid--equal .service-card h2 {
  min-height: 3.2em;
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
}

.services-grid--equal .service-desc {
  min-height: 4.8em;
  flex-grow: 1;
}

.services-grid--equal .service-meta {
  min-height: 1.4em;
}

.services-grid--equal .service-details,
.services-grid--equal .service-details--spacer {
  margin-top: auto;
}

.service-details--spacer {
  margin: 0.5rem 0 1rem;
  border-top: 1px solid rgba(184, 138, 42, 0.15);
  padding-top: 0.75rem;
  min-height: 1.6rem;
}

.service-card--wide {
  grid-column: 1 / -1;
  max-width: 720px;
}

#astro {
  scroll-margin-top: 5.5rem;
}

.services-group-label {
  scroll-margin-top: 5.5rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.65rem;
  opacity: 0.85;
}

.services-group-note {
  max-width: 42rem;
  margin: 0 0 1.35rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--pearl-faint);
}

.subscription-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
}

.subscription-cancel-btn {
  font-size: 0.9rem;
}

.about-subtitle {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--moutarde-clair);
  margin: 1.75rem 0 0.75rem;
}

.section-badge {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(184, 138, 42, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1rem;
}

/* Subscription */
.subscription {
  background: linear-gradient(160deg, rgba(118, 80, 105, 0.25) 0%, rgba(23, 35, 61, 0) 100%);
  border-block: 1px solid rgba(184, 138, 42, 0.08);
}

.subscription-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}

.subscription-price {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold-light);
  margin: 0.5rem 0 1rem;
}

.subscription-price span {
  font-size: 1rem;
  font-style: italic;
  color: var(--pearl-muted);
}

.subscription-lead {
  color: var(--pearl);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.subscription-text > p[data-i18n="subscription.desc"] {
  margin-bottom: 1rem;
  max-width: 36rem;
}

.subscription-details {
  max-width: 36rem;
  margin-bottom: 1.5rem;
}

.subscription-features {
  list-style: none;
  margin: 1.5rem 0 2rem;
}

.subscription-features li {
  padding: 0.45rem 0 0.45rem 1.5rem;
  position: relative;
  color: var(--pearl-muted);
}

.subscription-features li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.65rem;
}

.subscription-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.subscription-orbit {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: var(--gold);
  opacity: 0.5;
  letter-spacing: 1rem;
  animation: pulse-glow 4s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.75; }
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.blog-card {
  background: rgba(56, 68, 93, 0.5);
  border: 1px solid rgba(184, 138, 42, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: border-color var(--transition), transform var(--transition);
}

a.blog-card:hover {
  border-color: rgba(184, 138, 42, 0.35);
  transform: translateY(-2px);
}

.blog-tag {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.blog-card h2 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--pearl);
  line-height: 1.35;
  margin: 0;
}

.blog-card p {
  font-size: 0.9rem;
  flex-grow: 1;
  color: var(--pearl-muted);
  margin: 0;
}

.blog-link {
  font-size: 0.88rem;
  color: var(--gold-light);
}

.blog-soon {
  font-size: 0.8rem;
  color: var(--rose-muted);
  font-style: italic;
}

.blog-card--soon {
  opacity: 0.75;
}

/* Article */
.article-inner {
  max-width: 720px;
  margin-inline: auto;
}

.article-tag {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.85rem;
}

.article-title {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 500;
  color: var(--pearl);
  line-height: 1.25;
  margin: 0 0 1.25rem;
}

.article-lead {
  font-size: 1.08rem;
  color: var(--pearl-muted);
  line-height: 1.7;
  margin: 0 0 2.25rem;
}

.article h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--gold-light);
  margin: 2.25rem 0 0.85rem;
}

.article p,
.article li {
  color: var(--pearl-muted);
  line-height: 1.75;
}

.article p {
  margin: 0 0 1.1rem;
}

.article ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.article li {
  margin-bottom: 0.45rem;
}

.article-note {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-light) !important;
  padding: 1rem 0;
  margin: 1.5rem 0 !important;
  border-block: 1px solid rgba(184, 138, 42, 0.22);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}

.article-cta {
  margin: 2.75rem 0 2rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(184, 138, 42, 0.22);
  background: rgba(56, 68, 93, 0.45);
  border-radius: var(--radius-lg);
}

.article-cta h2 {
  margin-top: 0;
  color: var(--pearl);
}

.article-cta .btn {
  margin: 0.5rem 0.65rem 0 0;
}

.article-back {
  margin-top: 1.5rem;
}

.article-back a {
  color: var(--gold-light);
  text-decoration: none;
}

.article-back a:hover {
  text-decoration: underline;
}

/* Shop */
.shop {
  background: rgba(18, 19, 42, 0.4);
  border-block: 1px solid rgba(184, 138, 42, 0.08);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.shop-card {
  background: rgba(56, 68, 93, 0.55);
  border: 1px solid rgba(184, 138, 42, 0.12);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
}

.shop-card--soon {
  opacity: 0.85;
}

.shop-icon {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.shop-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--pearl);
  margin-bottom: 0.75rem;
}

.shop-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--pearl-faint);
  max-width: 520px;
  margin: 0 auto 1.25rem;
}

.shop-actions {
  display: flex;
  justify-content: center;
}

.footer-motto {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  opacity: 0.85;
  margin-top: 0.35rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  background: rgba(56, 68, 93, 0.55);
  border: 1px solid rgba(184, 138, 42, 0.12);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.service-card:hover {
  border-color: rgba(184, 138, 42, 0.3);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.service-card--featured {
  border-color: rgba(184, 138, 42, 0.35);
  background: linear-gradient(160deg, rgba(74, 33, 56, 0.55) 0%, rgba(23, 35, 61, 0.95) 100%);
}

.service-card--soon {
  opacity: 0.85;
}

.service-icon {
  font-size: 1.75rem;
  color: var(--gold);
  margin-bottom: 1rem;
  line-height: 1;
}

.service-card h2,
.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--pearl);
  margin-bottom: 0.75rem;
}

.service-desc {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.service-meta {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--pearl-faint);
  margin-bottom: 0.5rem;
}

.service-meta--format {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.88rem;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}

.service-photo {
  margin: 0 0 1rem;
  border: 1px solid rgba(184, 138, 42, 0.22);
  background: rgba(23, 35, 61, 0.35);
  overflow: hidden;
}

.service-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-details {
  margin: 0.5rem 0 1rem;
  border-top: 1px solid rgba(184, 138, 42, 0.15);
  padding-top: 0.75rem;
  position: relative;
  z-index: 1;
}

.service-details > .service-details-body {
  display: none;
}

.service-details summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-light);
  user-select: none;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.service-details summary::-webkit-details-marker {
  display: none;
}

.service-details summary::before {
  content: "+";
  font-size: 0.95rem;
  line-height: 1;
  color: var(--gold);
}

.service-details summary:hover {
  color: var(--pearl);
}

.service-details-body {
  margin-top: 0;
  padding: 0;
  border-top: 0;
}

.service-details-body h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--pearl);
  margin: 1.5rem 0 0.65rem;
}

.service-details-body h3:first-child {
  margin-top: 0;
}

.service-details-body p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--pearl);
  margin-bottom: 0.9rem;
}

.service-details-list {
  list-style: none;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.service-details-list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--pearl);
}

.service-details-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--gold);
  font-size: 0.65rem;
}

.service-details-list strong {
  color: var(--pearl);
  font-weight: 500;
}

/* Modal "Plus de détails" */
body.modal-open {
  overflow: hidden;
}

.service-details-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.service-details-modal[hidden] {
  display: none;
}

.service-details-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 28, 0.78);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.service-details-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(86vh, 900px);
  overflow: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  padding-top: clamp(2.5rem, 5vw, 3rem);
  background: linear-gradient(165deg, rgba(56, 68, 93, 0.98) 0%, rgba(16, 24, 40, 0.98) 100%);
  border: 1px solid rgba(184, 138, 42, 0.28);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  -webkit-overflow-scrolling: touch;
}

.service-details-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(184, 138, 42, 0.12);
  color: var(--pearl);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.service-details-modal__close:hover,
.service-details-modal__close:focus-visible {
  background: rgba(184, 138, 42, 0.28);
  color: var(--gold-light);
  outline: none;
}

.service-details-modal__title {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  font-weight: 500;
  color: var(--pearl);
  margin: 0 0 1.25rem;
  padding-right: 2rem;
  line-height: 1.25;
}

@media (max-width: 560px) {
  .service-details-modal {
    padding: 0;
    align-items: stretch;
  }

  .service-details-modal__panel {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

.service-meta--soon {
  color: var(--rose-muted);
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

.service-price {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold-light);
  margin-bottom: 0.35rem;
}

.service-delay {
  font-size: 0.82rem;
  color: var(--pearl-faint);
  margin: 0 0 1.1rem;
}

.service-price--request {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--pearl-muted);
}

/* Booking */
.booking-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.booking-steps {
  list-style: none;
  margin-top: 1.5rem;
}

.booking-steps li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--pearl-muted);
}

.booking-steps li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.7rem;
}

.booking-placeholder {
  background: var(--card-back);
  border: 1px solid rgba(184, 138, 42, 0.2);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
}

.booking-placeholder-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}

.booking-placeholder-note {
  font-size: 0.9rem;
  color: var(--pearl-faint);
  margin: 1rem 0 1.5rem;
}

/* Contact */
.contact-inner {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.contact-desc {
  margin-bottom: 0.75rem;
}

.contact-email-line {
  margin: 0 0 0.5rem;
}

.contact-email-line--hero {
  margin: 1.25rem 0 0.5rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--gold, #c4a574) 45%, transparent);
  background: color-mix(in srgb, var(--gold, #c4a574) 8%, transparent);
}

.contact-email-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pearl-faint);
  margin-bottom: 0.35rem;
}

.contact-email-line a {
  color: var(--gold, #c4a574);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 600;
  word-break: break-word;
}

.contact-email-note {
  margin: 0 0 1.75rem;
  font-size: 0.92rem;
  color: var(--pearl-faint);
}

.form-profile-block {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}

.link-btn {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  color: var(--gold, #c4a574);
  text-decoration: underline;
  text-underline-offset: 0.12em;
  cursor: pointer;
  font: inherit;
}

.home-reviews {
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.home-reviews-inner {
  max-width: 960px;
  margin-inline: auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.review-card {
  margin: 0;
  padding: 1.35rem 1.4rem;
  border-left: 2px solid color-mix(in srgb, var(--gold, #c4a574) 70%, transparent);
  background: color-mix(in srgb, var(--gold, #c4a574) 5%, transparent);
}

.review-card p {
  margin: 0 0 0.85rem;
  font-style: italic;
  line-height: 1.55;
}

.review-card footer {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--pearl-faint);
}

@media (max-width: 700px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}

.form-row {
  margin-bottom: 1.25rem;
}

.form-row label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pearl-faint);
  margin-bottom: 0.4rem;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(56, 68, 93, 0.85);
  border: 1px solid rgba(184, 138, 42, 0.15);
  border-radius: var(--radius);
  color: var(--pearl);
  font-family: var(--font-sans);
  font-size: 1rem;
  transition: border-color var(--transition);
}

.form-row select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: rgba(184, 138, 42, 0.4);
}

.form-row select option {
  background: rgba(56, 68, 93, 0.65);
  color: var(--pearl);
}

.form-hint {
  margin-top: 0.4rem;
  font-size: 0.82rem;
  color: var(--pearl-faint);
  line-height: 1.45;
}

.form-field-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  margin-top: 0.35rem;
}

.form-field-meta .form-hint {
  margin-top: 0;
  flex: 1 1 220px;
}

.form-char-count {
  font-size: 0.78rem;
  color: var(--pearl-faint);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.form-char-count.is-near-limit {
  color: var(--gold-light);
}

.form-examples {
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-left: 2px solid rgba(184, 138, 42, 0.4);
  background: rgba(184, 138, 42, 0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.form-examples p {
  margin: 0 0 0.55rem;
  font-size: 0.86rem;
  color: var(--pearl-muted);
  line-height: 1.5;
}

.form-examples p:last-child {
  margin-bottom: 0;
}

.form-examples strong {
  color: var(--gold-light);
  font-weight: 500;
}

.form-note {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: var(--pearl-muted);
  line-height: 1.55;
}

.form-legal {
  font-size: 0.85rem;
  color: var(--pearl-faint);
  margin: 0.5rem 0 0.85rem;
  line-height: 1.55;
}

.form-legal a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-legal-block {
  margin: 0.5rem 0 1.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(184, 138, 42, 0.12);
}

.form-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0.9rem 0;
  font-size: 0.88rem;
  color: var(--pearl-muted);
  line-height: 1.5;
  cursor: pointer;
}

.form-check input {
  margin-top: 0.25rem;
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--gold);
}

.form-check a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-fieldset {
  border: 1px solid rgba(184, 138, 42, 0.18);
  border-radius: var(--radius);
  padding: 1.25rem 1.25rem 0.25rem;
  margin: 0 0 1.5rem;
}

.form-fieldset legend {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--gold-light);
  padding: 0 0.4rem;
}

.is-hidden {
  display: none !important;
}

/* Order */
.order-inner {
  max-width: 760px;
  margin-inline: auto;
}

.order-header {
  text-align: left;
  margin-bottom: 1.5rem;
}

.order-header .section-subtitle {
  margin-inline: 0;
  max-width: 40rem;
}

.order-steps {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(184, 138, 42, 0.12);
}

.order-steps li {
  font-size: 0.9rem;
  color: var(--gold-light);
}

.order-picker-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--pearl);
  margin-bottom: 1.25rem;
}

.order-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
}

.order-pick-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.15rem 1.2rem;
  background: rgba(56, 68, 93, 0.65);
  border: 1px solid rgba(184, 138, 42, 0.16);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--pearl);
  transition: border-color var(--transition), transform var(--transition);
}

.order-pick-card:hover {
  border-color: rgba(184, 138, 42, 0.45);
  transform: translateY(-2px);
}

.order-pick-card strong {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.1rem;
}

.order-pick-card span {
  color: var(--gold-light);
  font-size: 0.95rem;
}

.order-pick-delay {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--pearl-faint);
  font-weight: 300;
}

.order-form-wrap {
  margin-top: 0.5rem;
}

.order-back {
  display: inline-block;
  color: var(--gold-light);
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.order-back:hover {
  color: var(--pearl);
}

.order-service-meta {
  margin-bottom: 1.75rem;
}

.order-service-title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--pearl);
  margin-bottom: 0.35rem;
}

.order-service-price {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.order-service-delay {
  color: var(--pearl-muted);
  font-size: 0.95rem;
  max-width: 40rem;
}

.order-confirm {
  margin-top: 1rem;
  padding: 1.75rem;
  background: rgba(217, 199, 184, 0.55);
  border: 1px solid rgba(184, 138, 42, 0.2);
  border-radius: var(--radius-lg);
}

.order-confirm h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  color: var(--pearl);
  margin-bottom: 0.75rem;
}

.order-confirm > p {
  margin-bottom: 1rem;
  color: var(--pearl-muted);
}

.order-send-status {
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.order-send-status--ok {
  background: rgba(72, 120, 88, 0.18);
  border: 1px solid rgba(72, 120, 88, 0.35);
  color: #d8efe0;
}

.order-send-status--warn {
  background: rgba(184, 120, 42, 0.15);
  border: 1px solid rgba(184, 138, 42, 0.35);
  color: var(--gold-light);
}

.order-summary {
  white-space: pre-wrap;
  background: rgba(23, 35, 61, 0.55);
  border: 1px solid rgba(184, 138, 42, 0.12);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
  color: var(--pearl-muted);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 1rem 0 1.25rem;
  overflow-x: auto;
}

.order-confirm .btn {
  margin-bottom: 0.75rem;
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form .btn-primary {
  width: 100%;
  margin-top: 0.5rem;
}

/* Footer */
.footer {
  position: relative;
  z-index: 1;
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(184, 138, 42, 0.1);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer-brand .logo-name {
  font-size: 2.1rem;
}

.footer-brand .logo-tagline {
  font-size: 0.72rem;
  margin-left: 0.4rem;
}

.footer-logo {
  display: inline-block;
  text-decoration: none;
}

.footer-logo-img {
  display: block;
  height: 72px;
  width: auto;
  border-radius: 4px;
}

.footer-tagline {
  display: none;
}

.footer-instagram {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--gold);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer-instagram:hover {
  color: var(--gold-light);
}

.footer-email {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
}

.footer-email a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 0.12em;
  word-break: break-word;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: var(--pearl-faint);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-lang {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-btn {
  background: none;
  border: 1px solid transparent;
  color: var(--pearl-faint);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  transition: color var(--transition), border-color var(--transition), background var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-code {
  letter-spacing: 0.04em;
}

.lang-btn.active,
.lang-btn:hover {
  color: var(--gold);
  border-color: rgba(184, 138, 42, 0.35);
  background: rgba(184, 138, 42, 0.08);
}

.lang-sep {
  color: var(--pearl-faint);
  opacity: 0.5;
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: var(--pearl-faint);
  opacity: 0.7;
  text-align: center;
  line-height: 1.5;
}

/* Mobile nav — earlier breakpoint to avoid compressed menu */
@media (max-width: 920px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(16, 24, 40, 0.98);
    padding: 2rem;
    gap: 1.5rem;
    transform: translateY(-120%);
    opacity: 0;
    transition: transform var(--transition), opacity var(--transition);
    border-bottom: 1px solid rgba(184, 138, 42, 0.1);
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
  }

  .about-row,
  .booking-inner,
  .subscription-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .subscription-visual {
    min-height: 100px;
  }

  .about-visual--inline {
    position: relative;
    top: auto;
    max-width: 200px;
    margin-inline: auto;
    margin-bottom: 0.25rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .home-paths-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .home-work-grid {
    grid-template-columns: 1fr;
  }

  .how-steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
  }

  .how-reassure {
    font-size: 0.85rem;
  }
}

@media (max-width: 560px) {
  .how-steps {
    grid-template-columns: 1fr;
  }

  .how-step {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }

  .how-step-num {
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
}


