
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --nuit:        #04070f;
  --nuit-clair:  #0a1220;
  --encre:       #e9f1fb;
  --encre-douce: rgba(233, 241, 251, .62);
  --encre-tenue: rgba(233, 241, 251, .34);
  --or:          #e8b06a;
  --accent:      #5fd4d0;

  --verre:       rgba(255, 255, 255, .045);
  --verre-bord:  rgba(255, 255, 255, .12);

  --serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --topbar-h: 4.75rem;
  --rail-h:   6.5rem;

  --glisse: cubic-bezier(.22, 1, .36, 1);

  --glisse-ample: cubic-bezier(.42, .04, .2, 1);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background: var(--nuit);
  color: var(--encre);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overscroll-behavior: none;
}

body::before {
  content: '';
  position: fixed;
  inset: -20%;
  z-index: -2;
  background:
    radial-gradient(58% 46% at 22% 18%, rgba(63, 112, 180, .3), transparent 68%),
    radial-gradient(50% 44% at 82% 78%, rgba(150, 88, 62, .22), transparent 66%),
    radial-gradient(80% 80% at 50% 50%, rgba(10, 20, 38, .9), var(--nuit) 78%);
  pointer-events: none;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

.skip {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 999;
  padding: .7rem 1.1rem;
  background: var(--nuit-clair);
  border: 1px solid var(--verre-bord);
  border-radius: 999px;
  color: var(--encre);
  font-size: .82rem;
  text-decoration: none;
  transition: top .25s var(--glisse);
}
.skip:focus { top: 1rem; }

:focus-visible {
  outline: 2px solid var(--or);
  outline-offset: 3px;
  border-radius: 4px;
}

.hors-vue {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(1rem, 3.4vw, 2.75rem);
  padding-top: env(safe-area-inset-top);
  pointer-events: none;
}
.brand__mark,
.brand__lien { pointer-events: auto; }

.brand {
  display: flex;
  align-items: center;
  gap: .85rem;
}
.brand__corps {
  display: grid;
  justify-items: end;
  align-content: center;
  text-align: right;
  margin-left: -.9rem;
}

.brand__lien {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--encre);
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: .3rem;
}

.brand__meta {
  margin: 0 calc(.3rem - .15em) 0 0;
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--encre-tenue);
  text-shadow: 0 1px 3px rgba(4, 7, 15, .95), 0 2px 16px rgba(4, 7, 15, .9);
  white-space: nowrap;
}
.brand__mark {
  flex: none;

  height: 3.875rem;

  aspect-ratio: 889 / 572;

  transition: opacity .5s var(--glisse), scale .6s var(--glisse);
}
.brand__lien:hover .brand__mark { opacity: 1; scale: 1.04; }
.brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 1px 3px rgba(4, 7, 15, .95))
    drop-shadow(0 2px 16px rgba(4, 7, 15, .9));
}

.brand__text { display: grid; line-height: 1.15; justify-items: end; }

.brand__text strong { margin-right: -.11em; }
.brand__text small { margin-right: -.17em; }
.brand__text strong,
.brand__text small { text-shadow: 0 1px 3px rgba(4, 7, 15, .95), 0 2px 16px rgba(4, 7, 15, .9); }
.brand__text strong {
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand__text small {
  font-size: .62rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--encre-tenue);
  margin-top: .48rem;
}

.stage {
  position: fixed;
  inset: 0;
  z-index: 10;
  touch-action: none;
}
.stage.is-dragging { cursor: grabbing; }

#globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
}
.stage.is-dragging #globe { cursor: grabbing; }

.stage__aura {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(88vmin, 46rem);
  height: min(88vmin, 46rem);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 190, 255, .1) 0%, transparent 62%);
  pointer-events: none;
  z-index: -1;
}

.pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  visibility: hidden;
}
.pins.is-pose { visibility: visible; }

.pin {
  --depth: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  will-change: transform, opacity;
  font-family: inherit;
}

.pin__dot, .pin__ring, .pin__pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  translate: -50% -50%;
  pointer-events: none;
}

.pin__dot {
  width: 7px;
  height: 7px;
  scale: var(--depth);
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent), 0 0 26px color-mix(in srgb, var(--accent) 55%, transparent);
  transition: width .4s var(--glisse), height .4s var(--glisse);
}

.pin__ring {
  width: 20px;
  height: 20px;
  scale: var(--depth);
  border: 1px solid color-mix(in srgb, var(--accent) 60%, transparent);
  transition: width .5s var(--glisse), height .5s var(--glisse), border-color .4s;
}

.pin__pulse {
  width: 20px;
  height: 20px;
  border: 1px solid var(--accent);
  opacity: 0;
}
.pin.is-active .pin__pulse { animation: onde 2.9s ease-out infinite; }
@keyframes onde {
  0%   { scale: .9; opacity: .75; }
  100% { scale: 4.4; opacity: 0; }
}

.pin[data-siege]::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  translate: -50% -50%;
  scale: var(--depth);
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--accent) 42%, transparent);
  animation: tourne 26s linear infinite;
}
@keyframes tourne { to { rotate: 360deg; } }

.pin__label {
  position: absolute;
  isolation: isolate;
  left: 50%;
  bottom: calc(50% + 12px * var(--depth));
  translate: -50% 0;
  display: grid;
  justify-items: center;
  gap: .1rem;
  white-space: nowrap;
  opacity: .8;
  transition: opacity .35s, translate .45s var(--glisse);
}
.pin__label::before {
  content: '';
  position: absolute;
  inset: -8px -20px -6px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(4, 7, 15, .66) 0%,
    rgba(4, 7, 15, .38) 48%,
    rgba(4, 7, 15, 0) 76%
  );
}

.pin__name {
  font-family: var(--serif);
  font-size: calc(1.02rem * var(--depth));
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 3px rgba(4, 7, 15, .95), 0 2px 16px rgba(4, 7, 15, .9);
}
.pin__tag {
  font-size: calc(.58rem * var(--depth));
  letter-spacing: .16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--accent) 72%, white);
  text-shadow: 0 1px 3px rgba(4, 7, 15, .95), 0 2px 12px rgba(4, 7, 15, .9);
  opacity: 0;
  transition: opacity .35s;
}

.pin.is-crowded .pin__label { opacity: 0; }

.pin:hover .pin__label,
.pin:focus-visible .pin__label,
.pin.is-active .pin__label { opacity: 1; translate: -50% -3px; }
.pin:hover .pin__tag,
.pin:focus-visible .pin__tag,
.pin.is-active .pin__tag { opacity: 1; }

.pin:hover .pin__dot, .pin:focus-visible .pin__dot { width: 10px; height: 10px; }
.pin:hover .pin__ring, .pin:focus-visible .pin__ring { width: 30px; height: 30px; }
.pin.is-active .pin__ring { border-color: var(--accent); }

.lede { display: none; }

.lede {
  position: fixed;
  left: clamp(1rem, 3.4vw, 2.75rem);
  top: calc(var(--topbar-h) + clamp(1.2rem, 5vh, 3.4rem));
  z-index: 15;
  max-width: min(30rem, 40vw);
  pointer-events: none;
  transition: opacity .6s var(--glisse-ample), translate .8s var(--glisse-ample);
}

.lede__meta { text-shadow: 0 1px 3px rgba(4, 7, 15, .95), 0 2px 16px rgba(4, 7, 15, .9); }

body.has-panel .lede { opacity: 0; translate: -1rem 0; }

body.is-zoome .lede { opacity: 0; translate: -1rem 0; }

.axe {
  position: fixed;
  left: clamp(1rem, 3.4vw, 2.75rem);
  top: calc(var(--topbar-h) + clamp(1.2rem, 5vh, 3.4rem));
  bottom: calc(var(--rail-h) + 1.2rem);
  z-index: 16;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 2.45rem;
  padding-left: 2.75rem;
  font-size: 1.62rem;
}

.axe::before {
  content: '';
  position: absolute;
  left: .6rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(233, 241, 251, .30) 14%,
    rgba(233, 241, 251, .30) 86%,
    transparent 100%);
}

.axe__item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: .85em;
  padding: 0;
  border: 0;
  background: none;
  color: var(--encre-douce);
  font-family: inherit;
  font-size: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .45s var(--glisse), translate .55s var(--glisse);
}

.axe__item::before {
  content: '';
  position: absolute;
  left: -2.15rem;
  top: .5em;
  width: 1.05rem;
  height: 1px;
  background: rgba(233, 241, 251, .28);
  transition: width .55s var(--glisse), background .45s;
}

.axe__num {
  font-family: var(--sans);
  font-size: .255em;
  font-weight: 500;
  letter-spacing: .22em;
  color: var(--or);
  opacity: .5;
  transition: opacity .45s;
}

.axe__mot {
  font-family: var(--serif);
  font-size: 1.62rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: inherit;
  margin-right: -.3em;
  text-shadow: 0 2px 26px rgba(4, 7, 15, .9);
}

.axe__item:hover,
.axe__item:focus-visible { color: var(--encre); translate: .4rem 0; }
.axe__item:hover::before,
.axe__item:focus-visible::before { width: 2rem; background: var(--or); }
.axe__item:hover .axe__num,
.axe__item:focus-visible .axe__num { opacity: 1; }

.axe__item.is-active { color: var(--encre); }
.axe__item.is-active .axe__num { opacity: 1; }

.axe__item.is-active::after {
  content: '';
  position: absolute;
  left: calc(-2.15rem - 3px);
  top: calc(.5em - 3px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--or);
  box-shadow: 0 0 0 4px rgba(232, 176, 106, .16), 0 0 15px rgba(232, 176, 106, .55);
}

body.is-entre .axe__item { animation: axe-vient 1.05s var(--glisse-ample) both; }
body.is-entre .axe__item:nth-child(1) { animation-delay: .30s; }
body.is-entre .axe__item:nth-child(2) { animation-delay: .50s; }
body.is-entre .axe__item:nth-child(3) { animation-delay: .70s; }
body.is-entre .axe__item:nth-child(4) { animation-delay: .90s; }
body.is-entre .axe__item:nth-child(5) { animation-delay: 1.10s; }

.axe__item { opacity: 0; }
body.is-entre .axe__item { opacity: 1; }

@keyframes axe-vient {
  from { opacity: 0; translate: 0 .9rem; }
  to   { opacity: 1; translate: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.is-entre .axe__item {
    animation: axe-parait .45s ease both;
    animation-delay: 0s !important;
  }
  @keyframes axe-parait { from { opacity: 0; } to { opacity: 1; } }
}

.axe::after {
  content: '';
  position: absolute;
  inset: -2.5rem -7rem -2.5rem -9rem;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .65s var(--glisse-ample);
  background: radial-gradient(
    64% 54% at 24% 50%,
    rgba(4, 7, 15, .95) 0%,
    rgba(4, 7, 15, .86) 40%,
    rgba(4, 7, 15, .44) 70%,
    rgba(4, 7, 15, 0) 92%);
}
body.has-panel .axe::after,
body.is-zoome .axe::after { opacity: 1; }

@media (max-width: 1200px) and (orientation: portrait), (max-width: 860px) {
  .axe {
    left: 0;
    right: 0;
    top: calc(var(--topbar-h) + env(safe-area-inset-top));
    bottom: auto;
    padding: .5rem clamp(.75rem, 3vw, 1.5rem);
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
    gap: .45rem 1.15rem;
    font-size: 1rem;
  }
  .axe::before,
  .axe__item::before { display: none; }
  .axe::after {
    inset: -.9rem 0 -1.4rem 0;
    background: linear-gradient(
      to bottom,
      rgba(4, 7, 15, .93) 0%,
      rgba(4, 7, 15, .80) 52%,
      rgba(4, 7, 15, 0) 100%);
  }

  .axe__num { display: none; }
  .axe__item:hover,
  .axe__item:focus-visible { translate: 0 0; }
  .axe__mot { font-size: .72rem; letter-spacing: .13em; margin-right: -.13em; }
  .axe__item.is-active::after {
    left: 50%;
    top: auto;
    bottom: -.28rem;
    translate: -50% 0;
    width: 4px;
    height: 4px;
    box-shadow: 0 0 9px rgba(232, 176, 106, .6);
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .axe {
    top: calc(var(--topbar-h) + .4rem);
    bottom: .4rem;
    gap: .7rem;
    font-size: 1rem;
  }
  .axe__mot { font-size: .82rem; letter-spacing: .2em; }
}

.rail {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 30;
  height: var(--rail-h);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: safe center;
  gap: .4rem;
  padding: 0 clamp(.75rem, 3vw, 2.5rem) env(safe-area-inset-bottom);
  overflow-x: auto;
  scrollbar-width: none;
  background: linear-gradient(to top, rgba(4, 7, 15, .88), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 2.5rem,
                              #000 calc(100% - 2.5rem), transparent);
  transition: right .85s var(--glisse-ample);
}
.rail::-webkit-scrollbar { display: none; }

.rail__item {
  flex: none;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 .6rem;
  padding: .7rem 1.15rem;
  border: 1px solid transparent;
  border-radius: .8rem;
  background: none;
  color: var(--encre-douce);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .35s, border-color .35s, color .35s, translate .45s var(--glisse);
}
.rail__item:hover { background: var(--verre); border-color: var(--verre-bord); translate: 0 -2px; }
.rail__item.is-active {
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  border-color: color-mix(in srgb, var(--accent) 32%, transparent);
  color: var(--encre);
}

.rail__dot {
  grid-row: 1 / 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  opacity: .5;
  transition: opacity .35s, scale .45s var(--glisse);
}
.rail__item.is-active .rail__dot { opacity: 1; scale: 1.25; }

.rail__name {
  font-family: var(--serif);
  font-size: 1.02rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.1;
}
.rail__tag {
  grid-column: 2;
  font-size: .57rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--encre-tenue);
  line-height: 1.4;
}
.rail__item.is-active .rail__tag { color: color-mix(in srgb, var(--accent) 80%, white); }

.panel {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: calc(var(--topbar-h) + .5rem) clamp(.6rem, 1.6vw, 1.4rem)
           clamp(.6rem, 1.6vh, 1.4rem);
  pointer-events: none;
}
.panel[hidden] { display: none; }

.sheet {
  pointer-events: auto;
  position: relative;
  width: min(38rem, 42vw);
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--verre-bord);
  border-radius: 1.25rem;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 40%),
    linear-gradient(#0b1524, #070d18);
  box-shadow: -30px 0 90px rgba(0, 0, 0, .55);
  translate: 2.5rem 0;
  opacity: 0;
  transition:
    translate .85s var(--glisse-ample),
    opacity .62s var(--glisse-ample);
}
.panel.is-open .sheet { translate: 0 0; opacity: 1; }

body.has-panel .rail { right: min(38rem, 42vw); }

.sheet__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(6, 11, 20, .82);
  color: var(--encre);
  cursor: pointer;
  transition: background .3s, rotate .5s var(--glisse), border-color .3s;
}
.sheet__close svg { width: 1.05rem; height: 1.05rem; }
.sheet__close:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--nuit);
  rotate: 90deg;
}

.sheet__hero {
  position: relative;
  min-height: clamp(11rem, 24vh, 16rem);
  display: flex;
  align-items: flex-end;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}
.sheet__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: souffle 14s ease-out forwards;
}
@keyframes souffle { from { scale: 1.07; } to { scale: 1; } }

.sheet__hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, #070d18 4%, rgba(7, 13, 24, .72) 38%, rgba(7, 13, 24, .12) 78%),
    linear-gradient(to right, rgba(7, 13, 24, .6), transparent 62%);
}

.sheet__head {
  position: relative;
  padding: clamp(2.6rem, 6.5vw, 4.4rem) clamp(1.5rem, 4vw, 2.9rem)
           clamp(1.2rem, 3vw, 2rem);
  background: linear-gradient(
    to top,
    rgba(7, 13, 24, .97) 0%,
    rgba(7, 13, 24, .94) 52%,
    rgba(7, 13, 24, .70) 78%,
    rgba(7, 13, 24, 0) 100%);
}

.sheet__eyebrow {
  margin: 0 0 .8rem;
  font-size: .66rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent);
}

.sheet__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.6vw, 3.35rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: .004em;
}

.sheet__chapo {
  margin: .9rem 0 0;
  max-width: 38rem;
  font-size: clamp(.98rem, 1.6vw, 1.14rem);
  color: var(--encre-douce);
  line-height: 1.62;
}

.sheet__content { padding: clamp(1.5rem, 4vw, 2.9rem); padding-top: clamp(1.3rem, 3vw, 2.2rem); }

.sheet__cols {
  display: grid;
  gap: 1.8rem;
  align-items: start;
}

.sheet__main p {
  margin: 0 0 1.15rem;
  font-size: 1.015rem;
  line-height: 1.78;
  color: rgba(233, 241, 251, .86);
}
.sheet__main p:last-child { margin-bottom: 0; }
.sheet__main > p:first-child::first-letter {
  float: left;
  font-family: var(--serif);
  font-size: 3.5em;
  line-height: .82;
  padding: .06em .12em 0 0;
  color: var(--accent);
}

.sheet__aside {
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--verre-bord);
  border-radius: .9rem;
  background: var(--verre);
}

.sheet__aside-title:not(:first-child) { margin-top: 1.6rem; }

.sheet__aside-title {
  margin: 0 0 1rem;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
}

.sheet__list { margin: 0; padding: 0; list-style: none; display: grid; gap: .72rem; }
.sheet__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: .93rem;
  line-height: 1.5;
  color: rgba(233, 241, 251, .82);
}
.sheet__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: .5rem;
  height: 1px;
  background: var(--accent);
  opacity: .8;
}

.tabs__bar {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 1.9rem;
  border-bottom: 1px solid var(--verre-bord);
}
.tabs__btn {
  padding: .72rem 1.2rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: var(--encre-tenue);
  font-family: inherit;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s, border-color .3s;
}
.tabs__btn:hover { color: var(--encre-douce); }
.tabs__btn[aria-selected='true'] { color: var(--encre); border-bottom-color: var(--accent); }

.tabs__pane { animation: monte .55s var(--glisse) both; }
@keyframes monte { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }

.tabs__pane > p {
  margin: 0 0 1.15rem;
  max-width: 46rem;
  font-size: 1.015rem;
  line-height: 1.78;
  color: rgba(233, 241, 251, .86);
}

.bloc-liste { margin: 1.8rem 0; }
.bloc-liste .sheet__list { max-width: 34rem; }

.bloc-identite { margin: 1.9rem 0 0; }

.identite {
  margin: 0;
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: .62rem 1.4rem;
  max-width: 40rem;
  font-size: .93rem;
  line-height: 1.5;
}

.identite dt {
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-top: .18em;
  color: var(--encre-tenue);
}

.identite dd {
  margin: 0;
  color: rgba(233, 241, 251, .82);
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .identite { grid-template-columns: 1fr; gap: .12rem; }
  .identite dt { padding-top: .9rem; }
  .identite dt:first-child { padding-top: 0; }
}

.bloc-signature {
  margin: 1.5rem 0 0;
  text-align: right;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .03em;
  color: var(--encre-douce);
}

.bloc-encadre {
  margin: 1.9rem 0 0;
  padding: 1.4rem 1.6rem;
  border-left: 2px solid var(--accent);
  border-radius: 0 .7rem .7rem 0;
  background: color-mix(in srgb, var(--accent) 7%, transparent);
}
.bloc-encadre h3 {
  margin: 0 0 .5rem;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .06em;
}
.bloc-encadre p { margin: 0; font-size: .96rem; line-height: 1.68; color: rgba(233, 241, 251, .82); }

.bloc-operations { margin: 2rem 0 0; }

.operations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .3rem;
}

.operation {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .9rem;
  padding: .78rem .95rem;
  border: 1px solid transparent;
  border-radius: .65rem;
  background: none;
  color: var(--encre-douce);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .35s, border-color .35s, color .35s;
}

.operation__point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  opacity: .55;
  transition: opacity .35s, scale .45s var(--glisse);
}

.operation__texte { display: grid; gap: .12rem; min-width: 0; }
.operation__nom {
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--encre);
}
.operation__quoi {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--encre-tenue);
}

.operation__fleche {
  width: 1.1rem;
  height: 1px;
  position: relative;
  background: currentColor;
  opacity: .35;
  transition: opacity .35s, translate .45s var(--glisse);
}
.operation__fleche::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: .42rem;
  height: .42rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  translate: 0 -50%;
  rotate: 45deg;
}

.operation:hover,
.operation:focus-visible {
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  border-color: color-mix(in srgb, var(--accent) 30%, transparent);
  color: var(--encre);
}
.operation:hover .operation__point,
.operation:focus-visible .operation__point { opacity: 1; scale: 1.25; }
.operation:hover .operation__fleche,
.operation:focus-visible .operation__fleche { opacity: .8; translate: .3rem 0; }

.sheet__video {
  margin-top: 2.2rem;
  border-radius: .9rem;
  overflow: hidden;
  border: 1px solid var(--verre-bord);
  background: #05090f;
}
.sheet__video video { display: block; width: 100%; height: auto; }

.sheet__video--tiers { position: relative; aspect-ratio: 16 / 9; }
.sheet__video--tiers .sheet__video-cadre {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-vignette {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.video-vignette__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale .8s var(--glisse), opacity .5s;
  opacity: .92;
}
.video-vignette:hover .video-vignette__img,
.video-vignette:focus-visible .video-vignette__img { scale: 1.035; opacity: .9; }

.video-vignette__voile {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 7, 15, .88) 0%, rgba(4, 7, 15, 0) 46%);
  pointer-events: none;
}

.video-vignette__jouer {
  position: absolute;
  left: 1.15rem;
  bottom: .95rem;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  border: 1px solid rgba(232, 176, 106, .55);
  background: rgba(4, 7, 15, .55);
  transition: background .4s, border-color .4s, scale .5s var(--glisse);
  pointer-events: none;
}
.video-vignette__jouer::after {
  content: '';
  position: absolute;
  left: 54%;
  top: 50%;
  translate: -50% -50%;
  border-style: solid;
  border-width: .46rem 0 .46rem .78rem;
  border-color: transparent transparent transparent var(--or);
}
.video-vignette:hover .video-vignette__jouer,
.video-vignette:focus-visible .video-vignette__jouer {
  background: rgba(232, 176, 106, .16);
  border-color: var(--or);
  scale: 1.06;
}

.video-vignette__titre {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.2rem 1.55rem 5.1rem;
  color: var(--encre);
  font-family: var(--serif);
  font-size: .95rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0 2px 12px rgba(4, 7, 15, .9);
  pointer-events: none;
}

.sheet__video-note {
  margin: .55rem 0 0;
  color: var(--encre-tenue);
  font-size: .72rem;
  letter-spacing: .02em;
}

.sheet__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: .7rem;
  margin-top: 2rem;
}
.sheet__shot {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: .8rem;
  overflow: hidden;
  border: 1px solid var(--verre-bord);
}
.sheet__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale .9s var(--glisse);
}
.sheet__shot:hover img { scale: 1.05; }

.sheet__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem clamp(1.5rem, 4vw, 2.9rem);
  border-top: 1px solid var(--verre-bord);
  background: rgba(255, 255, 255, .018);
  border-radius: 0 0 1.25rem 1.25rem;
}
.sheet__foot-brand { display: grid; gap: .18rem; }
.sheet__foot-role { display: none; }
.panel[data-legal] .sheet__foot-role { display: block; }

.sheet__foot-role {
  font-size: .56rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--encre-tenue);
  margin-bottom: .18rem;
}
.sheet__foot-brand strong {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sheet__foot-brand span { font-size: .78rem; color: var(--encre-tenue); }

.sheet__foot-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem 1.4rem;
}

.sheet__foot-reseaux {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reseau {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--encre-douce);
  border-bottom: 0 !important;
  transition: color .3s, scale .35s var(--glisse);
}
.reseau svg { display: block; width: 100%; height: 100%; }
.reseau:hover,
.reseau:focus-visible { color: var(--encre); scale: 1.12; }

.sheet__foot-legal {
  flex: 1 0 100%;
  margin-top: .3rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--encre-tenue);
  font-family: inherit;
  font-size: .72rem;
  letter-spacing: .04em;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(233, 241, 251, .18);
  text-underline-offset: .28em;
  cursor: pointer;
  transition: color .3s, text-decoration-color .3s;
}
.sheet__foot-legal:hover,
.sheet__foot-legal:focus-visible {
  color: var(--encre-douce);
  text-decoration-color: var(--or);
}
.sheet__foot-links a {
  color: var(--encre-douce);
  font-size: .82rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .3s, border-color .3s;
}
.sheet__foot-links a:hover { color: var(--accent); border-bottom-color: var(--accent); }

body[data-fallback] .stage,
body[data-fallback] { overflow: auto; }
body[data-fallback] .lede {
  position: static;
  max-width: 46rem;
  margin: calc(var(--topbar-h) + 3rem) auto 2rem;
  padding: 0 1.5rem;
}
body[data-fallback] .rail {
  position: static;
  height: auto;
  flex-wrap: wrap;
  padding: 1.5rem;
  background: none;
}

@media (min-width: 861px) and (orientation: landscape) {
  .lede { max-width: min(28rem, 34vw); }
}

@media (max-width: 1080px) and (orientation: portrait) {
  .lede { max-width: min(26rem, 52vw); }
}

@media (max-width: 1200px) and (orientation: portrait) {
  .lede {
    left: 0;
    right: 0;
    top: auto;
    bottom: calc(var(--rail-h) + 1rem);
    max-width: none;
    padding: 0 1.5rem;
    text-align: center;
  }
  .lede__meta { justify-content: center; }

}

@media (max-width: 860px) {
  :root { --topbar-h: 4.1rem; --rail-h: 6rem; }

  .brand__text small,
  .brand__meta { display: none; }
  .lede { display: block; }
  .lede__meta { display: flex; }

  .brand__mark { height: 1.9rem; }
  .brand__corps { margin-left: 0; }
  .brand__text strong { font-size: 1.02rem; letter-spacing: .07em; }

  .lede {
    left: 0;
    right: 0;
    top: auto;
    bottom: calc(var(--rail-h) + .6rem);
    max-width: none;
    padding: 0 1.25rem;
    text-align: center;
  }
  .lede__meta { justify-content: center; gap: .4rem; font-size: .58rem; }

  .pin__name { font-size: .82rem; letter-spacing: .07em; }
  .pin__label { scale: var(--depth); transform-origin: 50% 100%; }
  .pin__tag { display: none; }

  .rail { justify-content: flex-start; }

  .panel {
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }
  .sheet {
    width: 100%;
    max-height: 70vh;
    border-radius: 1.15rem 1.15rem 0 0;
    border-bottom: 0;
    translate: 0 2.5rem;
    box-shadow: 0 -24px 70px rgba(0, 0, 0, .6);
  }
  .sheet__hero { border-radius: 1.15rem 1.15rem 0 0; }
  .sheet__main > p:first-child::first-letter { font-size: 3em; }

  body.has-panel .rail { right: 0; }
  body.has-panel .lede { opacity: 0; }
}

@media (max-width: 560px) {
  .sheet__foot { flex-direction: column; align-items: flex-start; }

  .topbar {
    gap: clamp(.5rem, 2.4vw, 1rem);
    padding: 0 clamp(.65rem, 3.4vw, 2.75rem);
    padding-top: env(safe-area-inset-top);
  }
  .brand { gap: clamp(.5rem, 2.2vw, .8rem); }
  .brand__text strong {
    font-size: clamp(.85rem, 3.2vw, 1.02rem);
    letter-spacing: clamp(.03em, .22vw, .07em);
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .lede { display: none; }
  :root { --rail-h: 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .35s !important;
  }
  .sheet__hero-img { animation: none; }

  .sheet { translate: 0 0 !important; }
  body.has-panel .lede { translate: 0 0 !important; }
  .brand__lien:hover .brand__mark { scale: 1; }

  .sheet, .rail, .lede { transition-duration: .85s !important; }
}

.formulaire {
  position: relative;
  display: grid;
  gap: 1.15rem;
  margin: 2rem 0 0;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--verre-bord);
  border-radius: 1rem;
  background: var(--verre);
}

.formulaire__bloc { display: grid; gap: .45rem; margin: 0; }

.formulaire__piege {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.formulaire__libelle {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--encre-douce);
}
.formulaire__option {
  margin-left: .5rem;
  letter-spacing: .08em;
  text-transform: none;
  color: var(--encre-tenue);
}

.formulaire__champ {
  width: 100%;
  padding: .7rem .85rem;
  border: 1px solid var(--verre-bord);
  border-radius: .55rem;
  background: rgba(4, 7, 15, .45);
  color: var(--encre);
  font-family: inherit;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.5;
  resize: vertical;
  transition: border-color .3s, background .3s;
}
.formulaire__champ:hover { border-color: rgba(255, 255, 255, .22); }
.formulaire__champ:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(4, 7, 15, .62);
}
.formulaire__champ:focus-visible { outline: 2px solid var(--or); outline-offset: 2px; }

.formulaire__erreur {
  min-height: 1.05rem;
  font-size: .74rem;
  line-height: 1.05rem;
  color: #f0a48c;
}
.formulaire__champ[aria-invalid='true'] { border-color: #f0a48c; }

.formulaire__envoi {
  justify-self: start;
  padding: .72rem 1.6rem;
  border: 1px solid rgba(232, 176, 106, .45);
  border-radius: 999px;
  background: rgba(232, 176, 106, .09);
  color: var(--or);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .35s, color .35s, border-color .35s;
}
.formulaire__envoi:hover:not(:disabled) {
  background: var(--or);
  color: var(--nuit);
  border-color: var(--or);
}
.formulaire__envoi:disabled { opacity: .55; cursor: progress; }

.formulaire__etat {
  margin: 0;
  min-height: 1.2rem;
  font-size: .82rem;
  color: var(--encre-douce);
}
.formulaire__etat.is-ok { color: #8fd6a8; }
.formulaire__etat.is-repli { color: var(--or); }

.accueil {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(58% 54% at 50% 45%, rgba(4, 7, 15, .88), rgba(4, 7, 15, .975) 72%),
    linear-gradient(rgba(4, 7, 15, .96), rgba(4, 7, 15, .99));
  opacity: 1;
  transition: opacity .9s var(--glisse-ample), visibility .9s;
}
.accueil[hidden] { display: none; }

.accueil.is-parti { opacity: 0; visibility: hidden; }
.accueil.is-parti .accueil__bloc { scale: 1.12; opacity: 0; }

.accueil__bloc {
  display: grid;
  justify-items: center;
  gap: clamp(2rem, 5vh, 3.4rem);
  text-align: center;
  transition: scale 1.1s var(--glisse-ample), opacity .7s var(--glisse-ample);
}

.accueil__logo {
  width: auto;
  height: auto;
  max-width: min(30rem, 62vw);
  max-height: min(42vh, 26rem);
  object-fit: contain;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 46px rgba(120, 190, 255, .28))
    drop-shadow(0 0 14px rgba(232, 176, 106, .18));
  opacity: .95;
}

.cristal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(.95rem, 2.2vh, 1.25rem) clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .02) 46%),
    linear-gradient(rgba(120, 190, 255, .10), rgba(4, 7, 15, .35));
  box-shadow:
    0 0 0 1px rgba(4, 7, 15, .5),
    0 18px 50px rgba(4, 7, 15, .6),
    0 0 44px rgba(120, 190, 255, .14),
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -14px 26px rgba(4, 7, 15, .35);
  color: var(--encre);
  font-family: var(--sans);
  font-size: clamp(.74rem, 1.5vw, .86rem);
  font-weight: 400;
  letter-spacing: .19em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color .5s var(--glisse),
    box-shadow .5s var(--glisse),
    color .4s,
    translate .5s var(--glisse-ample);
}

.cristal::before {
  content: '';
  position: absolute;
  inset: 1px 1px 45% 1px;
  z-index: -1;
  border-radius: 999px 999px 50% 50% / 999px 999px 100% 100%;
  background: linear-gradient(rgba(255, 255, 255, .22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.cristal::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, .16) 46%,
    rgba(255, 255, 255, .30) 50%,
    rgba(255, 255, 255, .16) 54%,
    transparent 70%
  );
  translate: -130% 0;
  animation: cristal-balayage 5.2s ease-in-out 1.4s infinite;
  pointer-events: none;
}
@keyframes cristal-balayage {
  0%   { translate: -130% 0; }
  55%  { translate: 130% 0; }
  100% { translate: 130% 0; }
}

.cristal:hover {
  border-color: rgba(232, 176, 106, .55);
  color: #fff;
  translate: 0 -2px;
  box-shadow:
    0 0 0 1px rgba(4, 7, 15, .5),
    0 22px 58px rgba(4, 7, 15, .65),
    0 0 60px rgba(232, 176, 106, .26),
    inset 0 1px 0 rgba(255, 255, 255, .5),
    inset 0 -14px 26px rgba(4, 7, 15, .3);
}
.cristal:active { translate: 0 0; }

.cristal__texte { position: relative; }

@media (max-width: 560px) {
  .cristal { letter-spacing: .13em; }
}

.accueil__etat {
  margin: 0;
  min-height: 1.2rem;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--encre-tenue);
}
.accueil__etat.is-erreur {
  color: #f0a48c;
  letter-spacing: .04em;
  text-transform: none;
  max-width: 28rem;
}

.cristal:disabled {
  cursor: default;
  opacity: .45;
  border-color: rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}
.cristal:disabled::after { animation: none; }
