/* bun-svelte:bun-svelte:shelf.svelte-2m9ji2d9dj2ur-style.css */
.racine.svelte-3f43tcuwrhtys {
  color: #dfe5f2;
  background: #0c0d11;
  height: 700vh;
  min-height: 100dvh;
  font-family: Geist, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 300;
}

canvas.svelte-3f43tcuwrhtys {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  inset: 0;
}

.scene.svelte-3f43tcuwrhtys {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  inset: 0;
}

.hero.svelte-3f43tcuwrhtys, .bloc.svelte-3f43tcuwrhtys {
  position: absolute;
  width: min(23rem, 31vw);
  top: 50%;
  left: 6vw;
  transform: translateY(-50%);
}

.mark.svelte-3f43tcuwrhtys {
  display: block;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #6f7893;
  margin-bottom: 2.25rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
}

h1.svelte-3f43tcuwrhtys {
  letter-spacing: -.042em;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.06;
}

h1.svelte-3f43tcuwrhtys em:where(.svelte-3f43tcuwrhtys) {
  color: #f2d3b4;
  font-family: Instrument Serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.hero.svelte-3f43tcuwrhtys p:where(.svelte-3f43tcuwrhtys) {
  color: #8d95ad;
  margin: 1.5rem 0 0;
  font-size: .9688rem;
  line-height: 1.7;
}

.bloc.svelte-3f43tcuwrhtys p:where(.svelte-3f43tcuwrhtys) {
  color: #8d95ad;
  margin: 1.5rem 0 0;
  font-size: .9688rem;
  line-height: 1.7;
}

.fin.svelte-3f43tcuwrhtys p:where(.svelte-3f43tcuwrhtys) {
  color: #8d95ad;
  margin: 1.5rem 0 0;
  font-size: .9688rem;
  line-height: 1.7;
}

.invite.svelte-3f43tcuwrhtys {
  display: block;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6f7893;
  margin-top: 2.5rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
}

.tag.svelte-3f43tcuwrhtys {
  display: flex;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent);
  align-items: baseline;
  gap: .85rem;
  margin-bottom: 1.3rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
}

.tag.svelte-3f43tcuwrhtys i:where(.svelte-3f43tcuwrhtys) {
  color: #6f7893;
  font-style: normal;
}

h2.svelte-3f43tcuwrhtys {
  letter-spacing: -.032em;
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 300;
  line-height: 1.13;
}

.mesure.svelte-3f43tcuwrhtys {
  display: flex;
  border-top: 1px solid #1e2130;
  align-items: baseline;
  gap: .6rem;
  margin-top: 1.8rem;
  padding-top: 1rem;
}

.mesure.svelte-3f43tcuwrhtys b:where(.svelte-3f43tcuwrhtys) {
  font-family: Geist Mono, monospace;
  font-size: 1.3rem;
  font-weight: 500;
}

.mesure.svelte-3f43tcuwrhtys i:where(.svelte-3f43tcuwrhtys) {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6f7893;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
  font-style: normal;
}

.fin.svelte-3f43tcuwrhtys {
  position: absolute;
  max-width: 28rem;
  bottom: 12vh;
  left: 6vw;
}

.hud.svelte-3f43tcuwrhtys {
  position: fixed;
  z-index: 2;
  display: flex;
  pointer-events: none;
  flex-direction: column;
  gap: .34rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
  bottom: 7vh;
  right: 2.5vw;
}

.l.svelte-3f43tcuwrhtys {
  display: grid;
  grid-template-columns: 4rem auto;
  justify-content: end;
  align-items: baseline;
  gap: .5rem;
}

.l.svelte-3f43tcuwrhtys em:where(.svelte-3f43tcuwrhtys) {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #6f7893;
  font-size: .625rem;
  font-style: normal;
}

.l.svelte-3f43tcuwrhtys b:where(.svelte-3f43tcuwrhtys) {
  text-align: right;
  font-weight: 500;
}

.jalons.svelte-3f43tcuwrhtys {
  position: fixed;
  z-index: 2;
  display: flex;
  pointer-events: none;
  flex-direction: column;
  gap: .6rem;
  top: 50%;
  left: 2.5vw;
  transform: translateY(-50%);
}

.cran.svelte-3f43tcuwrhtys {
  background: #222739;
  width: 14px;
  height: 1px;
  transition: width .32s, background .32s;
}

.cran.on.svelte-3f43tcuwrhtys {
  background: var(--accent);
  width: 26px;
}

@media (width <= 980px) {
  .hero.svelte-3f43tcuwrhtys, .bloc.svelte-3f43tcuwrhtys, .fin.svelte-3f43tcuwrhtys {
    width: auto;
    left: 6vw;
    right: 6vw;
  }

  .jalons.svelte-3f43tcuwrhtys {
    display: none;
  }
}
