@charset "UTF-8";

/* Couche de composition premium. Chargée après le socle historique. */

html {
  background: var(--brand-paper);
}

body {
  background: var(--brand-paper);
  color: var(--brand-charcoal);
  font-size: var(--step-0);
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  color: var(--brand-night);
  letter-spacing: -.018em;
}

h1 {
  letter-spacing: -.028em;
}

.container {
  width: min(calc(100% - clamp(2rem, 5vw, 5rem)), var(--container));
}

.section {
  padding-block: clamp(4.75rem, 8vw, 8rem);
}

.section-compact {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.section-ivory {
  background: var(--brand-chalk);
}

.section-navy {
  background: var(--brand-night);
}

.section-sage {
  background: #edf0ea;
}

.eyebrow {
  color: var(--color-gold-700);
  font-family: var(--font-interface);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.eyebrow::before {
  width: 2.35rem;
  height: 1px;
}

.lead {
  max-width: 45rem;
  color: var(--color-muted-aa);
  font-size: var(--step-1);
  line-height: 1.55;
}

.announcement {
  display: none;
}

.site-header {
  border-bottom: 1px solid rgba(216, 196, 142, .24);
  background: rgba(15, 27, 45, .97);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: var(--header-height);
}

.brand {
  color: var(--brand-chalk);
  text-decoration: none;
}

.brand:hover {
  color: var(--brand-editorial-gold);
}

.brand img {
  filter: brightness(0) invert(1);
}

.brand-wordmark {
  color: inherit;
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-wordmark small {
  margin-top: .32rem;
  color: var(--brand-editorial-gold);
  font-family: var(--font-interface);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: none;
}

.site-nav,
.nav-list,
.nav-actions {
  background: var(--brand-night);
}

.nav-link,
.dropdown-toggle,
.nav-actions .button-ghost {
  color: rgba(252, 250, 245, .9);
}

.nav-actions .button-ghost {
  border-color: rgba(216, 196, 142, .48);
  background: transparent;
}

.nav-link:hover,
.nav-link.is-active,
.dropdown-toggle:hover,
.dropdown-toggle[aria-expanded="true"],
.nav-actions .button-ghost:hover {
  border-color: var(--brand-editorial-gold);
  background: rgba(216, 196, 142, .08);
  color: var(--brand-editorial-gold);
}

.nav-link::after,
.dropdown-toggle::after {
  background: var(--brand-aged-gold);
}

.dropdown-menu {
  border: 1px solid rgba(216, 196, 142, .42);
  background: var(--brand-night);
  box-shadow: var(--shadow-lg);
}

.dropdown-menu a {
  color: var(--brand-chalk);
}

.dropdown-menu a:hover {
  background: var(--brand-ink-blue);
  color: var(--brand-editorial-gold);
}

.nav-toggle {
  color: var(--brand-chalk);
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  background: currentColor;
}

.button {
  min-height: 3.25rem;
  padding: .83rem 1.45rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-interface);
  font-size: .91rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.button-primary {
  border-color: var(--brand-aged-gold);
  background: var(--brand-aged-gold);
  color: var(--brand-night);
  box-shadow: 0 10px 26px rgba(179, 138, 61, .19);
}

.button-primary:hover {
  border-color: var(--brand-editorial-gold);
  background: var(--brand-editorial-gold);
  color: var(--brand-night);
  transform: translateY(-1px);
}

.button-outline {
  border-color: var(--brand-aged-gold);
  background: transparent;
  color: var(--brand-night);
}

.section-navy .button-outline,
.luxury-hero .button-outline {
  color: var(--brand-chalk);
}

.button-outline:hover {
  background: var(--brand-night);
  color: var(--brand-chalk);
}

.button-light {
  border-color: var(--brand-chalk);
  background: var(--brand-chalk);
  color: var(--brand-night);
}

.card {
  border: 1px solid rgba(179, 138, 61, .42);
  border-radius: var(--radius-md);
  background: var(--brand-chalk);
  box-shadow: none;
}

.card-interactive:hover {
  border-color: var(--brand-aged-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.offer-card.featured {
  border-color: var(--brand-aged-gold);
  background: var(--brand-night);
  color: rgba(252, 250, 245, .82);
}

.offer-card.featured :where(h2, h3, strong, a) {
  color: var(--brand-chalk);
}

.breadcrumb {
  color: var(--color-muted-aa);
}

.breadcrumb a {
  color: var(--brand-night);
}

/* Heroes réutilisables */
.luxury-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(41rem, 74vh, 52rem);
  overflow: hidden;
  background: var(--brand-night);
  color: rgba(252, 250, 245, .82);
}

.luxury-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: min(42vw, 42rem);
  background: var(--brand-paper);
  content: "";
}

.luxury-hero::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 57%;
  width: 1px;
  background: linear-gradient(transparent, var(--brand-aged-gold) 16%, var(--brand-aged-gold) 84%, transparent);
  content: "";
}

.luxury-hero-grid {
  display: grid;
  min-height: inherit;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  padding-block: clamp(3rem, 5vw, 4.75rem);
}

.luxury-hero-copy {
  max-width: 44rem;
}

.luxury-hero .eyebrow {
  color: var(--brand-editorial-gold);
}

.luxury-hero h1 {
  max-width: 20ch;
  margin-bottom: .38em;
  color: var(--brand-chalk);
  font-size: clamp(3rem, 2.35rem + 1.6vw, 4rem);
}

.luxury-hero .lead {
  max-width: 37rem;
  color: rgba(252, 250, 245, .77);
}

.luxury-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.proof-chip {
  padding: .5rem .72rem;
  border: 1px solid rgba(216, 196, 142, .46);
  border-radius: 999px;
  color: rgba(252, 250, 245, .82);
  font-size: var(--step--1);
  line-height: 1.25;
}

.proof-chips-dark .proof-chip {
  border-color: rgba(15, 27, 45, .2);
  background: rgba(255, 255, 255, .58);
  color: var(--brand-night);
}

.luxury-hero-visual {
  position: relative;
  width: min(100%, 31rem);
  min-height: 34rem;
  justify-self: end;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--brand-editorial-gold);
  border-radius: var(--radius-xl);
  background: var(--brand-chalk);
  color: var(--brand-night);
  box-shadow: var(--shadow-lg);
}

.product-stage {
  display: grid;
  min-height: 100%;
  place-items: center;
}

.book-mockup {
  position: relative;
  display: grid;
  width: min(72%, 15.5rem);
  aspect-ratio: 2 / 3;
  place-content: center;
  padding: 1.6rem;
  border: 1px solid var(--brand-editorial-gold);
  background: var(--brand-night);
  color: var(--brand-chalk);
  text-align: center;
  box-shadow: 18px 20px 0 rgba(29, 48, 74, .13);
}

.book-mockup::before {
  position: absolute;
  inset: .75rem;
  border: 1px solid rgba(216, 196, 142, .48);
  content: "";
}

.book-mockup small,
.book-mockup span {
  position: relative;
  z-index: 1;
}

.book-mockup small {
  color: var(--brand-editorial-gold);
  font-family: var(--font-interface);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.book-mockup span {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.05;
}

.tool-tab {
  position: absolute;
  right: clamp(.75rem, 3vw, 2rem);
  width: min(48%, 12rem);
  padding: .82rem 1rem;
  border: 1px solid var(--brand-aged-gold);
  border-radius: var(--radius-sm);
  background: var(--brand-paper);
  color: var(--brand-night);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tool-tab:nth-of-type(2) { top: 26%; }
.tool-tab:nth-of-type(3) { top: 43%; }
.tool-tab:nth-of-type(4) { top: 60%; }

.hero-price-card {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  background: var(--brand-paper);
  box-shadow: 0 10px 28px rgba(15, 27, 45, .12);
}

.hero-price-card strong {
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: 1.55rem;
}

.hero-price-card > div {
  display: grid;
  gap: .12rem;
}

.hero-price-card > span {
  text-align: right;
}

.hero-price-card span {
  color: var(--color-muted-aa);
  font-size: .78rem;
  line-height: 1.3;
}

/* Sélecteur d’offre */
.path-selector-wrap {
  position: relative;
  z-index: 5;
  margin-top: -3.25rem;
}

.path-selector {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(179, 138, 61, .42);
  border-radius: var(--radius-lg);
  background: var(--brand-chalk);
  box-shadow: var(--shadow-md);
}

.path-selector-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.path-selector-heading h2 {
  margin: 0;
  font-size: var(--step-2);
}

.path-selector-grid {
  display: grid;
  gap: .75rem;
}

.path-option {
  position: relative;
  display: block;
  min-height: 10rem;
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(179, 138, 61, .58);
  border-radius: var(--radius-sm);
  background: var(--brand-paper);
  color: var(--brand-night);
  text-decoration: none;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.path-option::after {
  position: absolute;
  right: 1rem;
  bottom: .9rem;
  left: 1rem;
  height: 1px;
  background: var(--brand-aged-gold);
  content: "";
}

.path-option:hover {
  border-color: var(--brand-night);
  background: var(--brand-night);
  color: var(--brand-chalk);
  transform: translateY(-3px);
}

.path-option-number {
  display: block;
  margin-bottom: .35rem;
  color: var(--brand-editorial-gold);
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}

.path-option strong,
.path-option span {
  display: block;
}

.path-option strong {
  font-family: var(--font-interface);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.path-option span:last-child {
  margin-top: .35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
}

/* Composants de conversion */
.proof-bar {
  border-block: 1px solid rgba(216, 196, 142, .45);
  background: var(--brand-night);
  color: var(--brand-chalk);
}

.proof-bar-grid {
  display: grid;
  gap: 0;
}

.proof-bar-item {
  padding: 1.35rem 1rem;
  border-bottom: 1px solid rgba(216, 196, 142, .28);
  text-align: center;
}

.proof-bar-item strong,
.proof-bar-item span {
  display: block;
}

.proof-bar-item strong {
  color: var(--brand-editorial-gold);
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.proof-bar-item span {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.conversion-grid {
  display: grid;
  gap: 1rem;
}

.conversion-card {
  display: flex;
  min-height: 21rem;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.conversion-card .offer-price {
  margin-top: auto;
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
}

.conversion-card .offer-note {
  color: var(--color-muted-aa);
  font-size: .84rem;
}

.conversion-card.is-recommended {
  position: relative;
  background: var(--brand-night);
  color: rgba(252, 250, 245, .8);
}

.conversion-card.is-recommended .offer-note {
  color: rgba(252, 250, 245, .78);
}

.conversion-card.is-recommended :where(h2, h3, .offer-price) {
  color: var(--brand-chalk);
}

.recommendation-badge {
  align-self: start;
  padding: .4rem .65rem;
  border-radius: 999px;
  background: var(--brand-aged-gold);
  color: var(--brand-night);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem;
}

.launch-price-current {
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
}

.launch-price-next {
  color: var(--color-muted-aa);
  font-size: .86rem;
}

.launch-price-next s {
  text-decoration-thickness: 1px;
}

.editorial-rule {
  width: 4.5rem;
  height: 1px;
  margin-block: 1.25rem;
  border: 0;
  background: var(--brand-aged-gold);
}

.workspace-preview {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(179, 138, 61, .52);
  border-radius: var(--radius-lg);
  background: var(--brand-chalk);
}

.workspace-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--brand-editorial-gold);
}

.workspace-preview-grid {
  display: grid;
  gap: .85rem;
  margin-top: 1rem;
}

.workspace-preview-card {
  min-height: 7.2rem;
  padding: 1rem;
  border: 1px solid rgba(179, 138, 61, .36);
  border-radius: var(--radius-sm);
  background: var(--brand-paper);
}

.workspace-preview-card span,
.workspace-preview-card strong {
  display: block;
}

.workspace-preview-card span {
  color: var(--color-muted-aa);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.workspace-preview-card strong {
  margin-top: .6rem;
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.workspace-next-action {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--brand-night);
  color: var(--brand-chalk);
}

.workspace-next-action small {
  display: block;
  color: var(--brand-editorial-gold);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.workspace-next-action strong {
  display: block;
  margin-top: .35rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

/* Présentation éditoriale du catalogue d’ateliers */
.luxury-hero-visual.workshop-ticket {
  display: flex;
  min-height: 28rem;
  flex-direction: column;
  padding: 0;
  overflow: visible;
}

.workshop-ticket::before,
.workshop-ticket::after {
  position: absolute;
  z-index: 2;
  top: 56%;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--brand-night);
  content: "";
  transform: translateY(-50%);
}

.workshop-ticket::before { left: -.78rem; }
.workshop-ticket::after { right: -.78rem; }

.workshop-ticket-main,
.workshop-ticket-price,
.workshop-ticket-alt {
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.workshop-ticket-main {
  flex: 1;
}

.workshop-ticket-kicker,
.workshop-ticket-price span,
.workshop-ticket-alt span {
  display: block;
  color: var(--color-muted-aa);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.workshop-ticket-main > strong {
  display: block;
  margin-block: .65rem .8rem;
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1;
}

.workshop-ticket-main p {
  max-width: 29rem;
  margin-bottom: 0;
  color: var(--color-muted-aa);
}

.workshop-ticket-rule {
  border-top: 1px dashed rgba(15, 27, 45, .36);
}

.workshop-ticket-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  padding-block: 1.4rem;
}

.workshop-ticket-price strong,
.workshop-ticket-alt strong {
  display: block;
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: 2.25rem;
  line-height: 1;
}

.workshop-ticket-price small,
.workshop-ticket-alt small {
  color: var(--color-muted-aa);
  font-size: .78rem;
}

.workshop-ticket-alt {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  padding-block: 1rem;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  background: var(--brand-paper);
}

.workshop-ticket-alt strong { font-size: 1.65rem; }
.workshop-ticket-alt small { margin-left: auto; }

.workshop-benefit-list {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: .65rem 0 1.35rem;
  list-style: none;
}

.workshop-benefit-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--color-muted-aa);
  font-size: .86rem;
}

.workshop-benefit-list li::before {
  position: absolute;
  top: .05rem;
  left: 0;
  color: var(--brand-aged-gold);
  content: "✓";
  font-weight: 900;
}

.conversion-card.is-recommended .workshop-benefit-list li {
  color: rgba(252, 250, 245, .78);
}

.workshop-deliverables-section {
  border-block: 1px solid rgba(216, 196, 142, .28);
  background: var(--brand-night);
  color: rgba(252, 250, 245, .8);
}

.workshop-deliverables-layout {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.workshop-deliverables-intro h2 {
  color: var(--brand-chalk);
}

.workshop-deliverables-intro .eyebrow {
  color: var(--brand-editorial-gold);
}

.workshop-deliverables-intro .lead {
  color: rgba(252, 250, 245, .74);
}

.workshop-deliverables-section .button-outline {
  border-color: rgba(216, 196, 142, .62);
  color: var(--brand-chalk);
}

.workshop-deliverables-section .button-outline:hover {
  background: var(--brand-chalk);
  color: var(--brand-night);
}

.workshop-deliverables-list {
  display: grid;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(216, 196, 142, .28);
  list-style: none;
}

.workshop-deliverables-list li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(216, 196, 142, .22);
}

.workshop-deliverables-list span {
  color: var(--brand-editorial-gold);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.workshop-deliverables-list p {
  margin: 0;
  color: rgba(252, 250, 245, .82);
  font-size: .9rem;
}

.workshop-filters {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: .55rem;
  scrollbar-width: none;
}

.workshop-filters::-webkit-scrollbar { display: none; }

.workshop-filters .filter-button {
  flex: 0 0 auto;
}

.workshop-result-count {
  margin-bottom: 1rem;
  color: var(--color-muted-aa);
  font-size: .82rem;
  font-weight: 750;
}

.workshop-card-grid {
  display: grid;
  gap: 1.2rem;
}

.workshop-catalog-card {
  display: flex;
  min-height: 29rem;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-top: 4px solid var(--brand-aged-gold);
}

.workshop-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.workshop-card-number {
  color: var(--brand-aged-gold);
  font-family: var(--font-display);
  font-size: 3.35rem;
  font-weight: 700;
  line-height: .85;
}

.workshop-card-need {
  padding: .35rem .62rem;
  border: 1px solid rgba(179, 138, 61, .42);
  border-radius: 999px;
  background: var(--brand-paper);
  color: var(--brand-night);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.workshop-catalog-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  line-height: 1.12;
}

.workshop-catalog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.workshop-card-deliverable {
  padding: 1rem;
  margin-top: 1rem;
  border-left: 2px solid var(--brand-aged-gold);
  background: var(--brand-paper);
}

.workshop-card-deliverable > span {
  display: block;
  margin-bottom: .45rem;
  color: var(--brand-aged-gold);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.workshop-card-deliverable p {
  margin: 0;
  color: var(--brand-night);
  font-size: .88rem;
  line-height: 1.55;
}

.workshop-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.15rem;
  margin-top: auto;
  border-top: 1px dashed rgba(15, 27, 45, .28);
}

.workshop-card-footer > div {
  display: grid;
  gap: .18rem;
}

.workshop-card-footer strong {
  color: var(--brand-night);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
}

.workshop-card-footer small {
  color: var(--color-muted-aa);
  font-size: .72rem;
}

.workshop-method-section {
  background: var(--brand-paper);
}

.workshop-method-grid {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.workshop-method-grid li {
  padding: 1.35rem;
  border-top: 2px solid var(--brand-aged-gold);
  background: var(--brand-chalk);
  box-shadow: var(--shadow-sm);
}

.workshop-method-grid span {
  color: var(--brand-aged-gold);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.workshop-method-grid h3 {
  margin-block: .6rem .45rem;
  font-size: 1.35rem;
}

.workshop-method-grid p {
  margin: 0;
  color: var(--color-muted-aa);
  font-size: .86rem;
}

.workshop-confidentiality {
  max-width: 52rem;
  padding: 1rem 1.15rem;
  margin: 1.5rem auto 0;
  border: 1px solid rgba(179, 138, 61, .38);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .55);
  color: var(--color-muted-aa);
  text-align: center;
}

.mobile-sticky-cta {
  display: none;
}

/* Espace membre */
.member-header,
.admin-header {
  background: var(--brand-night);
  color: var(--brand-chalk);
}

.member-sidebar,
.admin-sidebar {
  border-right-color: rgba(179, 138, 61, .35);
  background: var(--brand-chalk);
}

.workspace-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--brand-editorial-gold);
}

.workspace-header h1 {
  margin-bottom: .2rem;
  font-size: var(--step-3);
}

@media (min-width: 48rem) {
  .path-selector-grid,
  .proof-bar-grid,
  .workspace-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .conversion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workshop-deliverables-list,
  .workshop-card-grid,
  .workshop-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workshop-filters {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}

@media (min-width: 64rem) {
  .luxury-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(25rem, .72fr);
  }

  .path-selector-grid,
  .proof-bar-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .proof-bar-item {
    border-right: 1px solid rgba(216, 196, 142, .28);
    border-bottom: 0;
  }

  .proof-bar-item:last-child {
    border-right: 0;
  }

  .conversion-grid.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .conversion-grid.is-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .workspace-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .workshop-deliverables-layout {
    grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr);
    align-items: start;
  }

  .workshop-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workshop-method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 63.99rem) {
  .luxury-hero::before,
  .luxury-hero::after {
    display: none;
  }

  .luxury-hero-grid {
    grid-template-columns: 1fr;
  }

  .luxury-hero-visual {
    width: min(100%, 36rem);
    min-height: 29rem;
    justify-self: start;
  }

  .site-nav {
    border-top: 1px solid rgba(216, 196, 142, .28);
  }
}

@media (max-width: 47.99rem) {
  :root {
    --header-height: 4.75rem;
  }

  .container,
  .container-narrow {
    width: min(calc(100% - 1.5rem), var(--container));
  }

  .brand img {
    width: 2.15rem;
    height: 2.15rem;
  }

  .brand-wordmark {
    font-size: 1.08rem;
  }

  .brand-wordmark small {
    display: none;
  }

  .luxury-hero {
    min-height: auto;
  }

  .luxury-hero-grid {
    gap: 3rem;
    padding-block: 3.5rem 5.5rem;
  }

  .luxury-hero h1 {
    max-width: none;
    font-size: clamp(2.55rem, 12.5vw, 3.55rem);
  }

  .luxury-hero .lead {
    font-size: 1.08rem;
  }

  .luxury-hero-actions .button {
    width: 100%;
  }

  .proof-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .35rem;
    scrollbar-width: thin;
  }

  .proof-chip {
    flex: 0 0 auto;
  }

  .luxury-hero-visual {
    min-height: 26rem;
    padding: 1.25rem;
  }

  .luxury-hero-visual.workshop-ticket {
    min-height: 25rem;
    padding: 0;
  }

  .workshop-ticket-price {
    align-items: start;
    flex-direction: column;
    gap: .45rem;
  }

  .workshop-ticket-alt {
    flex-wrap: wrap;
  }

  .workshop-ticket-alt small {
    width: 100%;
    margin-left: 0;
  }

  .workshop-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tool-tab {
    right: .5rem;
    width: 47%;
    padding: .68rem .75rem;
  }

  .hero-price-card {
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
  }

  .path-selector-wrap {
    margin-top: -2.25rem;
  }

  .path-selector-heading {
    display: block;
  }

  .path-selector-heading p {
    margin-top: .5rem;
  }

  .path-option {
    min-height: 8.5rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 90;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .65rem;
    border: 1px solid var(--brand-editorial-gold);
    border-radius: var(--radius-md);
    background: rgba(15, 27, 45, .97);
    box-shadow: var(--shadow-lg);
  }

  .mobile-sticky-cta .button {
    min-width: 0;
    flex: 1;
  }

  .mobile-sticky-cta button[data-sticky-dismiss] {
    width: 2.4rem;
    min-height: 2.4rem;
    padding: .25rem;
    border: 0;
    background: transparent;
    color: var(--brand-chalk);
    font-size: 1.3rem;
  }

  body:has(.mobile-sticky-cta:not([hidden])) {
    padding-bottom: 5.25rem;
  }

  .workspace-header {
    align-items: stretch;
    flex-direction: column;
  }
}

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

@media (forced-colors: active) {
  .proof-chip,
  .path-option,
  .card,
  .luxury-hero-visual {
    border: 1px solid CanvasText;
  }

  .workshop-catalog-card,
  .workshop-method-grid li {
    border: 1px solid CanvasText;
  }
}
