.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: #ffffff80;
}
.leaflet-container {
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px #000000a6;
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    700 18px Lucida Console,
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px #0006;
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: #fffc;
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fffc;
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px #0006;
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px #0006;
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
:root {
  --gold: #d4891a;
  --gold-l: #f0a830;
  --gold-d: #a8650e;
  --dark: #111;
  --surface: #f8f5f0;
  --warm: #fdf6e8;
  --txt: #0a0a0a;
  --txt2: #4a4a4a;
  --muted: #8a8a8a;
  --glow: rgba(212, 137, 26, 0.4);
  --fd: "Bebas Neue", Impact, sans-serif;
  --fb: "Inter", -apple-system, sans-serif;
  --hw: 0.2em;
  --hwr: 0.4em;
    /* Ajoutées : utilisées par .product-title, .product-details h2,
     .promo-card-body h3, .site-h2, .happy-section, etc. */
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --color-text: #1a1a1a;
  --color-light-muted: #8a8a8a;
  --color-border: #e5e0d8;
  --color-accent: var(--gold);
  --color-accent-darker: var(--gold-d);
  --color-bg-warm: var(--warm);
  --radius-sm: 8px;
  --radius-md: 14px;
  --shadow-card: 0 12px 32px rgba(0, 0, 0, 0.18);
  /* NOUVELLES : nécessaires pour reservation.css spécifiquement */
  --color-muted: #8a8a8a;
  --font-sans: var(--fb);
  --color-accent-dark: var(--gold-d);
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {

  font-family: var(--fb);
  color: var(--txt);
  background: black;
  overflow-x: hidden;
  line-height: 1.4;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
ul {
  list-style: none;
}
::selection {
  background: var(--gold);
  color: #fff;
}
#preloader{
    position:fixed;
    inset:0;
    background:#0d0d0d;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
    animation:loaderFade 4s forwards;
}

.loader-logo img{

    width:140px;

    opacity:0;

    transform:scale(.6);

    animation:

        logoAppear .8s forwards,

        logoGlow 1.6s infinite alternate .8s,

        logoZoom .8s forwards 2.8s;

}

/* apparition */

@keyframes logoAppear{

    to{

        opacity:1;

        transform:scale(1);

    }

}

/* halo */

@keyframes logoGlow{

    from{

        filter:

        drop-shadow(0 0 0px #b8860b);

    }

    to{

        filter:

        drop-shadow(0 0 18px #d4af37);

    }

}

/* zoom final */

@keyframes logoZoom{

    to{

        transform:scale(18);

        opacity:0;

    }

}

/* disparition */

@keyframes loaderFade{

    0%,88%{

        opacity:1;

        visibility:visible;

    }

    100%{

        opacity:0;

        visibility:hidden;

    }

}

.hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.5rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition:
    background 0.4s,
    backdrop-filter 0.4s;
}
.hdr.scrolled {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: #0a0a0aeb;
  border-bottom: 1px solid rgba(212, 137, 26, 0.25);
}
.hdr-logo {
  display: flex;
  align-items: center;
}
.hdr-logo img {
  width: clamp(72px, 8vw, 118px);
  height: auto;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.35));
}
.hdr-nav {
  display: flex;
  gap: clamp(0.75rem, 1.6vw, 2rem);
}
.hdr-nav a {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 244, 244, 0.873);
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}
.hdr-nav a:hover {
  color: var(--gold);
}
.hdr-nav a .ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}
.hdr-cta {
  background: var(--gold);
  color: #fff;
  padding: 0.6em 1.8em;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.hdr-cta .shim {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}
/* Groupe des boutons de langue FR / EN : rapprochés, dans un seul bloc */
.hdr-lang {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hdr-lang .hdr-cta {
  padding: 0.5em 1em;
  background: transparent;
  border: 1px solid rgba(212, 137, 26, 0.5);
  color: #fff;
  clip-path: none;
  border-radius: 3px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.hdr-lang .hdr-cta .shim { display: none; }
.hdr-lang .hdr-cta:hover { background: rgba(212, 137, 26, 0.15); }
.hdr-lang .hdr-cta.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.hdr-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mbtn {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
}
.mbtn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media (max-width: 768px) {
  .hdr-nav,
  .hdr-cta {
    display: none;
  }
  .mbtn {
    display: flex;
  }
  
  /* Menu mobile : ajouté dans la version HTML éditable (le site d'origine
     avait un bouton hamburger décoratif, sans action). */
  .hdr.nav-open .hdr-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0a0a0aeb;
    backdrop-filter: blur(20px);
    padding: 1.5rem clamp(1.5rem, 4vw, 4rem);
    gap: 1rem;
    border-bottom: 1px solid rgba(212, 137, 26, 0.25);
  }

}
@media (max-width: 768px) {
  .hdr {
    background: linear-gradient(180deg, rgba(0,0,0,.65), transparent);
  }
  .hdr.scrolled {
    background: #0a0a0aeb; /* reste inchangé au scroll */
  }
}

/* Soulignement au survol des liens de navigation (géré par GSAP à
   l'origine ; reproduit ici en CSS pur, pas besoin de JS). */
.hdr-nav a:hover .ul {
  transform: scaleX(1);
  transition: transform 0.4s;
}
.hdr-nav a .ul {
  transition: transform 0.3s;
}

/* Reflet animé sur le bouton "Play Now" (géré par GSAP à l'origine). */
.hdr-cta .shim {
  animation: hdrShim 4.5s ease-in-out infinite;
}
@keyframes hdrShim {
  0% { left: -100%; }
  33% { left: 200%; }
  100% { left: 200%; }
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #000;
}
.hero-ban {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-slide {
  opacity: 0;
  animation: heroFade 18s infinite;
  display: block;
}
.hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-slide:nth-of-type(1) {
  animation-delay: 0s;
}
.hero-slide:nth-of-type(2) {
  animation-delay: 6s;
}
.hero-slide:nth-of-type(3) {
  animation-delay: 12s;
}
@keyframes heroFade {
  0%,
  30% {
    opacity: 1;
  }
  36%,
  94% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
    opacity: 0;
  }
  .hero-slide:first-child {
    opacity: 1;
  }
}
.hero-ov {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: clamp(340px, 45%, 600px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 10vh, 8rem) clamp(1.5rem, 4vw, 4rem)
    clamp(2rem, 4vh, 4rem);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.65) 55%,
    transparent
  );
  pointer-events: none;
}
.hero-ov > * {
  pointer-events: auto;
}
.hero-t {
  font-family: var(--fd);
  font-size: clamp(3rem, 6.5vw, 7.5rem);
  font-weight: 900;
  line-height: 0.92;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero-t .ww {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.hero-t .wi {
  display: inline-block;
  transform: translateY(110%);
}
.hero-t .wa {
  color: var(--gold);
}
.hero-sub {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  color: #ffffff73;
  max-width: 40ch;
  margin-top: clamp(1rem, 2vw, 2rem);
  line-height: 1.7;
  opacity: 0;
}
.hero-btns {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  margin-top: clamp(1.5rem, 3vw, 3rem);
  flex-wrap: wrap;
}
.bp {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: var(--gold);
  color: #fff;
  padding: 1em 2.5em;
  font-weight: 700;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.bs {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #ffffff8c;
  font-weight: 700;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 1em 0;
  border-bottom: 2px solid var(--gold);
}
@media (max-width: 768px) {
  .hero-ov {
    width: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.5) 50%,
      transparent
    );
    justify-content: flex-end;
    padding-bottom: 100px;
  }
  .hero-t {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }
}
.universe-map-art {
  position: relative;
  z-index: 1001;
  background: #050403;
  padding: 0;
  overflow: hidden;
  scroll-margin-top: 88px;
  min-height: 100vh;
  min-height: 100svh;
}
.journey-map-frame {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  margin: 0;
  background: #0b0703;
  isolation: isolate;
  overflow: hidden;
}
.journey-map-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, #ffc45800 38%, #2313063d 62%, #000000c7),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.52),
      transparent 16%,
      transparent 84%,
      rgba(0, 0, 0, 0.58)
    );
}
.journey-map-frame:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  pointer-events: none;
  box-shadow:
    inset 0 0 120px #000000e6,
    inset 0 0 28px #f4ac3c38;
}
.journey-map-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.16) saturate(0.9) brightness(0.82) contrast(1.08);
}
.adventure-map-title {
  display: block;
  position: absolute;
  top: clamp(76px, 8vw, 112px);
  left: clamp(18px, 5vw, 58px);
  z-index: 6;
  font-family: var(--fd);
  font-size: clamp(2rem, 5.7vw, 4.25rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffe0a0;
  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.95),
    0 0 20px rgba(212, 137, 26, 0.42);
  max-width: 8.4em;
}
.adventure-map-title span {
  display: block;
  font-size: 0.52em;
  letter-spacing: 0.16em;
  color: #fff1c8;
}
.adventure-route {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adventure-route-dots {
  opacity: 0;
}
.route-glow {
  stroke: #ff9314b8;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.06 1.72;
  filter: url(#adventure-route-glow);
}
.route-dots {
  stroke: #ffd66f;
  stroke-width: 0.58;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.06 1.72;
  filter: drop-shadow(0 0 3px #ff9300)
    drop-shadow(0 0 8px rgba(255, 151, 18, 0.9));
}
.adventure-stop {
  position: absolute;
  left: var(--x);
  top: calc(var(--y) + var(--card-offset-y, 0px));
  z-index: 6;
  width: clamp(92px, 16vmin, 168px);
  opacity: 0;
  perspective: 900px;
  transform: translate(-50%, -50%);
  transition: opacity .6s ease, transform .6s ease;
}
.adventure-stop[data-stop="5"] {
  top: 70.5%;
}
/* Apparition au scroll : la classe "in-view" est ajoutée par script.js
   (initAdventureMap) quand la section devient visible. Sans JS, retirez
   "opacity: 0;" ci-dessus pour que tout reste affiché en permanence. */
.universe-map-art.in-view .adventure-route-dots {
  opacity: 1;
  transition: opacity 1.2s ease;
}
.universe-map-art.in-view .adventure-stop {
  opacity: 1;
}
.adventure-stop[data-stop="1"] { transition-delay: .05s; }
.adventure-stop[data-stop="2"] { transition-delay: .15s; }
.adventure-stop[data-stop="3"] { transition-delay: .25s; }
.adventure-stop[data-stop="4"] { transition-delay: .35s; }
.adventure-stop[data-stop="5"] { transition-delay: .45s; }
.adventure-stop[data-stop="6"] { transition-delay: .55s; }
.adventure-card {
  display: block;  
  cursor: pointer;
  position: relative;
  aspect-ratio: 0.9;
  overflow: hidden;
  border: 1px solid #e1a445;
  border-radius: 5px;
  background: #140c04;
  box-shadow:
    0 18px 38px #0000009e,
    0 0 0 2px #2a1404f2,
    0 0 0 3px #ca841f85,
    inset 0 0 0 1px #462609e6;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.adventure-card:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 3;
  border: 1px solid rgba(255, 210, 119, 0.82);
  border-radius: 3px;
  pointer-events: none;
  background:
    linear-gradient(#ffe4a3, #ffe4a3) left top/17px 2px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) left top/2px 17px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) right top/17px 2px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) right top/2px 17px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) left bottom/17px 2px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) left bottom/2px 17px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) right bottom/17px 2px no-repeat,
    linear-gradient(#ffe4a3, #ffe4a3) right bottom/2px 17px no-repeat;
}
.adventure-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, #080501b8, #08050129 38%, #080501d1),
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 197, 84, 0.16),
      transparent 42%
    );
}
.adventure-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.45) saturate(0.88) brightness(0.7) contrast(1.18);
}
.adventure-card div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 17% 8% 10%;
  color: #ffe6ad;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}
.adventure-card h3 {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(0.82rem, 1.55vmin, 1.25rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 5px;
  color: #ffe7ad;
}
.adventure-card p {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(0.58rem, 0.98vmin, 0.82rem);
  line-height: 1.15;
  color: #ffe0a0;
}
.adventure-number {
  position: absolute;
  top: calc(clamp(30px, 4.5vmin, 42px) / -2);
  left: 50%;
  z-index: 7;
  display: grid;
  place-items: center;
  width: clamp(30px, 4.5vmin, 42px);
  height: clamp(30px, 4.5vmin, 42px);
  transform: translate(-50%);
  border-radius: 50%;
  border: 1px solid #e7aa42;
  background: radial-gradient(circle at 35% 30%, #6a3d0e, #1a0e03 70%);
  box-shadow:
    0 0 0 3px #190c03e6,
    0 0 0 4px #df962347,
    0 0 20px #f8a41e9e;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(0.9rem, 1.8vmin, 1.35rem);
  font-weight: 700;
  color: #ffd271;
  text-shadow: 0 1px 7px #000;
}
.adventure-stop:hover .adventure-card {
  transform: translateY(-7px) rotateX(3deg);
  box-shadow:
    0 24px 52px #000000b3,
    0 0 26px #f49e1c57,
    0 0 0 2px #2a1404f2,
    0 0 0 3px #eba43da3,
    inset 0 0 0 1px #ffc66038;
}
@media (max-width: 680px) {
  .journey-map-frame {
    min-height: 100svh;
  }
  .adventure-map-title {
    top: 60px;
    left: 16px;
    font-size: clamp(1.25rem, 8vw, 2rem);
    max-width: 7.2em;
  }
  .adventure-stop {
    width: clamp(66px, 20vmin, 96px);
  }
  .adventure-card {
    border-radius: 3px;
  }
  .adventure-card:before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-size:
      12px 2px,
      2px 12px,
      12px 2px,
      2px 12px,
      12px 2px,
      2px 12px,
      12px 2px,
      2px 12px;
  }
  .adventure-card div {
    padding: 19% 6% 8%;
  }
  .adventure-card h3 {
    font-size: clamp(0.56rem, 2.45vmin, 0.76rem);
    letter-spacing: 0.04em;
    margin-bottom: 2px;
  }
  .adventure-card p {
    display: none;
  }
  .adventure-number {
    width: 24px;
    height: 24px;
    top: -13px;
    font-size: 0.78rem;
  }
  .route-glow {
    stroke-width: 1;
  }
  .route-dots {
    stroke-width: 0.55;
    stroke-dasharray: 0.06 1.9;
  }
}
.concept {
  position: relative;
  min-height: 640px;
  scroll-margin-top: 108px;
  background: var(--concept-bg) center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 40px 0;
}
.concept:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #001922b8;
}
.concept:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #00000052, #0000001f);
  pointer-events: none;
}
.concept-in {
  position: relative;
  z-index: 1;
  width: min(84%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  max-width: 1600px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(3rem, 6.5vw, 5rem);
}
.concept h2 {
  font-family: var(--fb);
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #ff9c00;
  margin-bottom: 24px;
}
.concept p {
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  line-height: 1.55;
  color: #ffffffe6;
  max-width: 43ch;
}
.concept-more {
  display: inline-flex;
  width: max-content;
  margin-top: 18px;
  color: #fff;
  border-bottom: 2px solid var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.concept-video {
  aspect-ratio: 16/9;
  width: 100%;
  background: #111;
}
.concept-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
@media (min-width: 761px) {
  .concept-copy {
    transform: translateY(38px);
  }
}
@media (max-width: 760px) {
  .concept {
    min-height: auto;
    padding: 40px 0;
  }
  .concept-in {
    grid-template-columns: 1fr;
    width: min(88%, 520px);
    gap: 28px;
  }
  .concept h2 {
    margin-bottom: 16px;
  }
  .concept-video {
    max-width: 430px;
  }
}
.concept-page {
  --cp-bg: #080807;
  --cp-panel: #11100e;
  --cp-text: #f6efe3;
  --cp-muted: #c5b9a6;
  --cp-paper: #f2d596;
  min-height: 100vh;
  background: var(--cp-bg);
  color: var(--cp-text);
  overflow: hidden;
}
.concept-page:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(212, 137, 26, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 137, 26, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(#000, transparent 82%);
  mask-image: linear-gradient(#000, transparent 82%);
  opacity: 0.8;
}
.concept-page-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(520px, 1.08fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
  width: min(92%, 1280px);
  margin: 0 auto;
  padding: 112px 0 64px;
}
.concept-page-hero > * {
  min-width: 0;
}
.concept-page-rail {
  position: absolute;
  left: -28px;
  top: 150px;
  bottom: 80px;
  width: 1px;
  border-left: 1px dashed rgba(212, 137, 26, 0.34);
}
.concept-page-rail span {
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(212, 137, 26, 0.55);
  transform: rotate(45deg);
  background: var(--cp-bg);
}
.concept-page-rail span:nth-child(1) {
  top: 0;
}
.concept-page-rail span:nth-child(2) {
  top: 28%;
}
.concept-page-rail span:nth-child(3) {
  top: 58%;
}
.concept-page-rail span:nth-child(4) {
  bottom: 0;
}
.concept-page-copy h1 {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(4.4rem, 8.7vw, 7.3rem);
  line-height: 0.84;
  margin: 0 0 28px;
  color: var(--cp-paper);
}
.concept-page-copy h1:first-line {
  color: #fff;
}
.concept-page-copy p {
  max-width: 47ch;
  color: #f6efe3d1;
  font-size: 1.05rem;
  line-height: 1.82;
}
.concept-page-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.concept-page-actions a,
.concept-page-scenarios a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: #111;
  padding: 1em 1.45em;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.concept-page-actions a + a {
  background: transparent;
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
  clip-path: none;
  padding-inline: 0;
}
.concept-page-art {
  position: relative;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(212, 137, 26, 0.7);
  box-shadow: 0 26px 80px #00000094;
  background: #050403;
  overflow: hidden;
}
.concept-page-art:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  z-index: 1;
  border: 1px solid rgba(242, 213, 150, 0.5);
  pointer-events: none;
}
.concept-page-art:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -31px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(212, 137, 26, 0.8);
  background: #090806;
  transform: translate(-50%);
  box-shadow: 0 0 0 6px #080807;
}
.concept-page-art img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
}
.concept-page-brief,
.concept-page-scenarios {
  position: relative;
  width: min(92%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 42px;
  align-items: center;
  background: linear-gradient(135deg, #f2d596f5, #d7b267);
  color: #1a1208;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 20px 60px #0000005c;
}
.concept-page-brief img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  filter: sepia(0.4) saturate(0.75) contrast(1.05);
}
.concept-page h2 {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  margin: 0;
  color: var(--cp-text);
}
.concept-page-brief h2,
.concept-page-scenarios h2 {
  color: #1a1208;
  margin-bottom: 18px;
  text-align: left;
}
.concept-page-brief p,
.concept-page-scenarios p {
  color: #261b0e;
  line-height: 1.8;
  font-weight: 600;
}
.concept-page-features,
.concept-page-process {
  width: min(92%, 1240px);
  margin: 92px auto 0;
}
.concept-page-features > h2,
.concept-page-process > h2 {
  text-align: center;
  margin-bottom: 42px;
}
.concept-page-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.concept-page-feature-grid article {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(212, 137, 26, 0.52);
  border-radius: 8px;
  background: linear-gradient(180deg, #11100ef0, #080807f5);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.concept-page-feature-grid article:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(242, 213, 150, 0.2);
  pointer-events: none;
}
.concept-page-feature-grid article > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(0.78) sepia(0.22);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 58%);
  mask-image: linear-gradient(90deg, transparent 0, #000 58%);
}
.concept-page-feature-grid svg {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.concept-page-feature-grid div {
  position: relative;
  z-index: 1;
}
.concept-page-feature-grid h3,
.concept-page-steps h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--cp-paper);
}
.concept-page-feature-grid p,
.concept-page-steps p {
  color: var(--cp-muted);
  line-height: 1.7;
}
.concept-page-mark {
  width: min(92%, 1240px);
  margin: 74px auto 0;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--gold);
  font-family: var(--fd);
  font-size: clamp(2rem, 5vw, 4.8rem);
  letter-spacing: 0.12em;
  text-align: center;
}
.concept-page-mark:before,
.concept-page-mark:after {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 137, 26, 0.72),
    transparent
  );
  flex: 1;
}
.concept-page-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.concept-page-steps:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 29px;
  border-top: 2px dashed rgba(212, 137, 26, 0.65);
}
.concept-page-steps article {
  position: relative;
  text-align: center;
}
.concept-page-steps span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--cp-paper);
  color: #18110a;
  border: 3px solid var(--gold);
  font-size: 1.3rem;
  font-weight: 900;
  box-shadow: 0 0 0 10px var(--cp-bg);
}
.concept-page-scenarios {
  margin-top: 86px;
  margin-bottom: 72px;
  grid-template-columns: 1fr 0.75fr;
}
.concept-page-scenarios img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(26, 18, 8, 0.25);
}
.concept-page-scenarios a {
  margin-top: 24px;
}
@media (max-width: 980px) {
  .concept-page-hero,
  .concept-page-brief,
  .concept-page-scenarios {
    grid-template-columns: 1fr;
  }
  .concept-page-hero {
    padding-top: 104px;
  }
  .concept-page-feature-grid,
  .concept-page-steps {
    grid-template-columns: 1fr;
  }
  .concept-page-steps:before {
    display: none;
  }
  .concept-page-steps article {
    text-align: left;
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
  }
  .concept-page-steps span {
    grid-row: 1 / span 2;
    margin: 0;
    box-shadow: none;
  }
  .concept-page-steps p {
    grid-column: 2;
  }
  .concept-page-mark span {
    font-size: 2.2rem;
  }
}
@media (max-width: 620px) {
  .concept-page-hero {
    width: min(90%, 520px);
    padding-bottom: 44px;
  }
  .concept-page-rail {
    display: none;
  }
  .concept-page-copy h1 {
    font-size: clamp(3.25rem, 15vw, 4rem);
    line-height: 0.9;
  }
  .concept-page-copy p {
    font-size: 0.98rem;
  }
  .concept-page-actions {
    gap: 14px;
  }
  .concept-page-actions a {
    font-size: 0.62rem;
  }
  .concept-page-art img {
    aspect-ratio: 4/3;
  }
  .concept-page-brief,
  .concept-page-features,
  .concept-page-process,
  .concept-page-scenarios,
  .concept-page-mark {
    width: min(90%, 520px);
    margin-top: 58px;
  }
  .concept-page-feature-grid article {
    min-height: 320px;
    padding: 26px;
  }
  .concept-page-mark {
    gap: 12px;
    letter-spacing: 0.08em;
  }
  .concept-page-scenarios {
    margin-bottom: 56px;
  }
}
.adventures-page {
  min-height: 100vh;
  background: #090806;
  color: #fff;
  overflow: hidden;
}
.adventures-hero {
  position: relative;
  min-height: clamp(420px, 62vh, 690px);
  display: flex;
  align-items: flex-end;
  padding: clamp(7rem, 12vw, 10rem) clamp(1.5rem, 5vw, 5rem)
    clamp(3rem, 6vw, 5rem);
  isolation: isolate;
  overflow: hidden;
  background: #080706;
}
.adventures-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #040302e0, #04030280 46%, #0403021a),
    linear-gradient(0deg, #090806, #09080600 45%);
}
.adventures-hero > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(0.9) contrast(1.08) brightness(0.82);
}
.adventures-hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 1;
}
.adventures-hero h1 {
  font-family: var(--fd);
  font-size: clamp(3.8rem, 10vw, 9rem);
  line-height: 0.84;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 18px;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.62);
}
.adventures-hero-copy > p:last-child {
  max-width: 44ch;
  color: #ffffffb8;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}
.adventures-gallery {
  background: linear-gradient(180deg, #090806, #111 72%, #090806);
  padding-top: clamp(4rem, 8vw, 7rem);
}
.adventures-grid {
  align-items: flex-end;
  gap: clamp(3rem, 5.5vw, 6rem);
}
.adventures-page .gc {
  --ch: clamp(360px, 43vw, 520px);
}
.adventure-game-card {
  color: inherit;
}
.adventure-game-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 12px;
}
.adventures-page .gc-title {
  padding-bottom: 18px;
}
.adventure-title-img {
  max-width: 230px;
  max-height: 104px;
  object-fit: contain;
}
.adventures-page .gc-title .gc-genre {
  font-size: 0.68rem;
  background: #0a0a0a94;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.adventures-page .gc-char img {
  max-height: 118%;
  object-fit: contain;
}
@media (max-width: 760px) {
  .adventures-hero {
    min-height: 500px;
    padding-top: 7rem;
  }
  .adventures-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }
  .adventures-grid {
    gap: 4rem;
  }
  .adventures-page .gc {
    --ch: 390px;
    --cw: min(82vw, calc(var(--ch)/1.35));
  }
  .adventure-title-img {
    max-width: 190px;
    max-height: 90px;
  }
}
.umap {
  position: relative;
  min-height: 100vh;
  background: var(--dark);
  overflow: hidden;
  display: flex;
}
.umap-l {
  position: relative;
  flex: 1;
  min-height: 100vh;
}
#rmap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 1;
}
.leaflet-tile-pane {
  filter: sepia(0.3) saturate(1.3) brightness(0.85) hue-rotate(-10deg);
}
.leaflet-container {
  background: #0a0a0a !important;
}
.leaflet-control-zoom {
  border: none !important;
}
.leaflet-control-zoom a {
  background: #111111e6 !important;
  color: var(--gold) !important;
  border: 1px solid rgba(212, 137, 26, 0.3) !important;
}
.leaflet-control-zoom a:hover {
  background: var(--gold) !important;
  color: #fff !important;
}
.leaflet-control-attribution {
  background: #0a0a0ab3 !important;
  color: #fff6 !important;
  font-size: 9px !important;
}
.map-oh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.85),
    rgba(10, 10, 10, 0.4) 60%,
    transparent
  );
  pointer-events: none;
}
.map-oh .ey {
  color: var(--gold);
  font-family: var(--fb);
  font-size: 0.875rem;
  letter-spacing: var(--hwr);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}
.map-oh .hd {
  color: #fff;
  font-family: var(--fd);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mk {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold), var(--gold-d));
  border: 3px solid #fff;
  box-shadow: 0 0 20px #d4891a99;
  cursor: pointer;
  position: relative;
}
.mk:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.mk:hover {
  transform: scale(1.3);
}
.mkp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: 0;
  animation: mp 2s ease-out infinite;
  pointer-events: none;
}
@keyframes mp {
  0% {
    width: 36px;
    height: 36px;
    opacity: 0.7;
  }
  to {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.leaflet-popup-content-wrapper {
  background: #111111f2 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: 1px solid rgba(212, 137, 26, 0.4) !important;
  padding: 0 !important;
}
.leaflet-popup-tip {
  border-top-color: #111111f2 !important;
}
.mpop {
  padding: 0;
  min-width: 220px;
}
.mpop-cta{
  display:inline-block;
  margin-top:10px;
  color: var(--gold-d, #A8650E);
  font-weight:700;
  font-size:.85rem;
  text-decoration:none;
}
.mpop-cta:hover{ text-decoration:underline; }
.mpop img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}
.mpop-b {
  padding: 14px 16px;
}
.mpop h4 {
  font-family: var(--fd);
  font-size: 1.1rem;
  color: var(--gold);
  letter-spacing: var(--hw);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.mpop p {
  font-size: 0.78rem;
  color: #fff9;
  line-height: 1.5;
  margin: 0;
}
.mpop .tg {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212, 137, 26, 0.4);
  padding: 2px 8px;
  margin-top: 8px;
  font-weight: 700;
}
.map-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 400;
  background: linear-gradient(transparent, var(--dark));
  pointer-events: none;
}
.umap-r {
  width: clamp(320px, 30vw, 460px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #111, #1a1a1a);
  border-left: 1px solid rgba(212, 137, 26, 0.15);
  padding: clamp(2rem, 4vw, 4rem) 0;
  overflow: hidden;
  z-index: 2;
}
.car-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  background: var(--gold);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.car-hd {
  text-align: center;
  padding: 0 clamp(1rem, 2vw, 2rem);
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  position: relative;
  z-index: 5;
}
.car-hd h3 {
  font-family: var(--fd);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: var(--hw);
}
.car-hd p {
  font-size: 0.75rem;
  color: #fff6;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  margin-top: 4px;
}
.car-stage {
  position: relative;
  width: 100%;
  height: 480px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-ring {
  position: relative;
  width: 240px;
  height: 240px;
  transform-style: preserve-3d;
}
.car-card {
  position: absolute;
  width: 200px;
  height: 280px;
  transform-style: preserve-3d;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -140px;
  backface-visibility: hidden;
}
.car-card .cc-in {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid rgba(212, 137, 26, 0.25);
  overflow: hidden;
  background: #1a1a1a;
  box-shadow:
    0 8px 32px #00000080,
    0 0 20px #d4891a1a;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 90% 100%, 0 100%);
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
.car-card:hover .cc-in,
.car-card.active .cc-in {
  border-color: var(--gold);
  box-shadow:
    0 8px 40px #0009,
    0 0 40px #d4891a4d;
}
.car-card .cc-img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  display: block;
}
.car-card .cc-info {
  padding: 12px 14px;
  position: relative;
}
.car-card .cc-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.car-card .cc-t {
  font-family: var(--fd);
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.car-card .cc-g {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: var(--hw);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 700;
}
.car-card .cc-d {
  font-size: 0.7rem;
  color: #ffffff80;
  line-height: 1.5;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.car-ctrls {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  margin-top: clamp(1.5rem, 3vw, 3rem);
  position: relative;
  z-index: 5;
}
.car-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 137, 26, 0.4);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  background: #111c;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  transition: background 0.3s;
}
.car-btn:hover {
  background: var(--gold);
  color: #fff;
}
.car-ind {
  font-family: var(--fd);
  font-size: 0.9rem;
  color: #ffffff80;
  letter-spacing: var(--hw);
}
.car-ind .ci-cur {
  color: var(--gold);
  font-size: 1.3rem;
}
@media (max-width: 900px) {
  .umap {
    flex-direction: column;
  }
  .umap-l,
  #rmap {
    min-height: 50vh;
  }
  .umap-r {
    width: 100%;
    min-height: 60vh;
    border-left: none;
    border-top: 1px solid rgba(212, 137, 26, 0.15);
  }
}
.vault-spot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1400px;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
  align-items: center;
  padding: 0 clamp(1rem, 2vw, 2rem);
}
.vault-spot-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.vault-spot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vault-spot-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent 50%, #000000b3);
}
.vault-spot-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gold);
  color: #fff;
  font-family: var(--fd);
  font-size: 0.75rem;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  padding: 0.4em 1.2em;
  border-radius: 4px;
  z-index: 2;
}
.vault-spot-info h3 {
  font-family: var(--fd);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.vault-spot-info .vsi-genre {
  font-size: 0.7rem;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.vault-spot-info p {
  color: #ffffff8c;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 45ch;
}
.vault-spot-info .vsi-stats {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-bottom: 24px;
}
.vault-spot-info .vsi-stat {
  text-align: center;
}
.vault-spot-info .vsi-stat strong {
  display: block;
  font-family: var(--fd);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  color: var(--gold);
}
.vault-spot-info .vsi-stat span {
  font-size: 0.65rem;
  color: #fff6;
  text-transform: uppercase;
  letter-spacing: var(--hw);
}
.vault-spot-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  padding: 0.8em 2em;
  font-weight: 700;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 6px;
  transition: background 0.3s;
}
.vault-spot-cta:hover {
  background: var(--gold-l);
}
.vault-view-all {
  display: flex;
  width: max-content;
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .vault-spot {
    grid-template-columns: 1fr;
  }
}
.cgal {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem);
  background: #0a0a0a;
  overflow: hidden;
}
.cgal .stit {
  text-align: center;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
  position: relative;
  z-index: 2;
}
.cgal .hd {
  color: #fff;
}
.ey {
  font-family: var(--fb);
  font-size: 0.875rem;
  letter-spacing: var(--hwr);
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}
.hd {
  font-family: var(--fd);
  font-size: clamp(2rem, 5vw, 5rem);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gsub {
  text-align: center;
  color: #ffffff73;
  max-width: 60ch;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
.vault-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;   
}
.vault-bg .vg1,
.vault-bg .vg2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.08;
  background: var(--gold);
}
.vault-bg .vg1 {
  width: 500px;
  height: 500px;
  top: -10%;
  left: -5%;
}
.vault-bg .vg2 {
  width: 400px;
  height: 400px;
  bottom: -10%;
  right: -5%;
}
.cgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 clamp(1rem, 2vw, 2rem);
  overflow: visible;
}
.cgrid-loop {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: none;
  width: max-content;
  margin: 0;
  animation: vaultLoop 56s linear infinite;
  will-change: transform;
}
.cgrid-loop .gc {
  flex: 0 0 auto;
}
.cgrid-loop:hover,
.cgrid-loop:focus-within {
  animation-play-state: paused;
}
@keyframes vaultLoop {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.latest-games {
  min-height: 253px;
  padding: 20px 0;
  background: #d99025;
  isolation: isolate;
}
.latest-games:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d99025d1;
  z-index: 1;
}
.latest-games:after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 18px;
  width: 280px;
  height: 86px;
  border: 2px dashed rgba(70, 45, 16, 0.42);
  border-top: 0;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-12deg);
  z-index: 1;
  pointer-events: none;
}
.latest-games-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  z-index: 0;
}
.latest-games .vault-bg {
  display: none;
}
.latest-games .stit {
  margin-bottom: 22px;
}
.latest-games .ey {
  display: none;
}
.latest-games .hd {
  color: #fff;
  font-family: var(--fb);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.latest-games .cgrid {
  gap: 24px;
  padding: 0 28px;
  z-index: 2;
}
.latest-games .gc {
  --cw: clamp(190px, 22vw, 260px);
  --ch: auto;
  width: var(--cw);
  height: auto;
  display: block;
  padding: 0;
  perspective: 900px;
  cursor: pointer;
  overflow: visible;
  isolation: auto;
  transform-style: preserve-3d;
}
.latest-games .gc-wrap {
  position: relative;
  width: 100%;
  height: calc(var(--cw) * 0.54);
  z-index: auto;
  border-radius: 0;
  box-shadow: none;
  transition:
    transform 0.45s,
    box-shadow 0.45s;
}
.latest-games .gc-wrap:before,
.latest-games .gc-wrap:after {
  display: none;
}
.latest-games .gc-wrap img {
  object-fit: cover;
}
.latest-games .gc-title {
  position: static;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 6px 0 0;
  transition: transform 0.45s;
  transform: none;
}
.latest-games .gc-stars,
.latest-games .gc-price,
.latest-games .gc-char {
  display: none;
}
.latest-games .gc-title h3 {
  font-family: var(--fd);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.05;
  color: #17100a;
  text-shadow: none;
  letter-spacing: 0.02em;
  margin: 0;
}
.latest-games .gc-city {
  display: block;
  font-size: 0.68rem;
  color: #31200d;
  margin: 0 0 4px;
  font-family: var(--fb);
  font-weight: 700;
  letter-spacing: 0;
}
.latest-games .gc:hover .gc-wrap,
.latest-games .gc:focus-visible .gc-wrap {
  transform: perspective(900px) translateY(-8px) rotateX(12deg);
  box-shadow: 0 22px 32px #00000057;
}
.latest-games .gc:hover .gc-title,
.latest-games .gc:focus-visible .gc-title {
  transform: translateY(-8px);
}
.latest-games .vault-view-all {
  margin: 12px auto 0;
  background: #8a4a18;
  border-radius: 4px;
  padding: 0.9em 1.8em;
  font-size: 0.68rem;
}
.latest-games-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 3;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0.72;
}
.latest-games-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
@media (max-width: 768px) {
  .latest-games .cgrid {
    gap: 18px;
    padding: 0 18px;
  }
  .latest-games .vault-view-all {
    margin-top: 16px;
  }
}
.game-detail {
  position: relative;
  background: #101010;
  color: #fff;
  padding: clamp(6.5rem, 10vw, 8rem) clamp(1rem, 4vw, 4rem)
    clamp(3rem, 7vw, 7rem);
  overflow: hidden;
}
.game-detail-screen {
  min-height: 100vh;
}
.game-detail[hidden] {
  display: none;
}
.game-detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(212, 137, 26, 0.22),
      transparent 32%
    ),
    linear-gradient(135deg, #111111f5, #0a0a0afa);
  pointer-events: none;
}
.game-detail-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 520px) minmax(280px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.game-detail-media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(212, 137, 26, 0.35);
  box-shadow: 0 28px 80px #0000006b;
}
.game-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-detail-copy {
  max-width: 640px;
}
.game-detail-back {
  position: absolute;
  top: clamp(8rem, 10vw, 9rem);
  left: clamp(1rem, 4vw, 4rem);
  z-index: 4;
  display: inline-flex;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  border: 1px solid rgba(212, 137, 26, 0.45);
  background: #0a0a0abd;
  padding: 0.72em 1.05em;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.game-detail-back:hover,
.game-detail-back:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: #111;
  outline: none;
}
.game-detail-kicker {
  font-size: 0.74rem;
  color: var(--gold);
  letter-spacing: var(--hwr);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
.game-detail-title {
  font-family: var(--fd);
  font-size: clamp(2.1rem, 5vw, 5.4rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}
.game-detail-text {
  color: #ffffffa8;
  line-height: 1.75;
  max-width: 58ch;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}
.game-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.game-detail-fact {
  border-top: 1px solid rgba(212, 137, 26, 0.28);
  padding-top: 10px;
}
.game-detail-fact span {
  display: block;
  font-size: 0.62rem;
  color: #ffffff6b;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.game-detail-fact strong {
  font-size: 0.9rem;
  color: #fff;
}
.game-detail-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.game-detail-tags span {
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212, 137, 26, 0.35);
  padding: 0.35em 0.75em;
}
.game-detail-pages {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  max-width: 1240px;
  margin: clamp(2rem, 5vw, 4rem) auto 0;
}
.game-detail-page {
  border-top: 2px solid var(--gold);
  padding-top: 16px;
}
.game-detail-page span {
  display: block;
  font-family: var(--fd);
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.game-detail-page p {
  color: #ffffff9e;
  font-size: 0.94rem;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .game-detail {
    padding-top: 9.5rem;
  }
  .game-detail-back {
    top: 6.7rem;
  }
  .game-detail-in,
  .game-detail-pages,
  .game-detail-facts {
    grid-template-columns: 1fr;
  }
  .game-detail-title {
    font-size: clamp(2.1rem, 12vw, 4rem);
  }
}
.gc {
  --ch: clamp(320px, 40vw, 420px);
  --cw: calc(var(--ch) / 1.5);
  width: var(--cw);
  height: var(--ch);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 24px;
  perspective: 2500px;
  cursor: pointer;
  overflow: visible;
  isolation: isolate;
  z-index: 1;
  transform-style: preserve-3d;
}
.gc:hover,
.gc:focus-visible {
  z-index: 30;
}
.gc-wrap {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.gc-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gc:hover .gc-wrap,
.gc:focus-visible .gc-wrap {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px #000000bf;
}
.gc-wrap:before,
.gc-wrap:after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  z-index: 1;
}
.gc-wrap:before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(10, 10, 10, 0.5) 68%,
    rgba(10, 10, 10, 1) 97%
  );
}
.gc-wrap:after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(10, 10, 10, 0.5) 68%,
    rgba(10, 10, 10, 1) 97%
  );
}
.gc:hover .gc-wrap:before,
.gc:focus-visible .gc-wrap:before,
.gc-wrap:after {
  opacity: 1;
}
.gc:hover .gc-wrap:after,
.gc:focus-visible .gc-wrap:after {
  height: 120px;
}
.gc-title {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: transform 0.5s;
  text-align: center;
  padding-bottom: 12px;
  transform-style: preserve-3d;
}
.gc-title h3 {
  font-family: var(--fd);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  margin-bottom: 4px;
}
.gc-title .gc-genre {
  display: inline-block;
  font-size: 0.55rem;
  letter-spacing: var(--hw);
  text-transform: uppercase;
  color: var(--gold);
  background: #d4891a1f;
  border: 1px solid rgba(212, 137, 26, 0.3);
  padding: 0.2em 0.8em;
  font-weight: 700;
  border-radius: 3px;
}
.gc-title .gc-price {
  display: block;
  font-family: var(--fd);
  font-size: 1rem;
  color: var(--gold);
  margin-top: 6px;
  letter-spacing: 0.04em;
}
.gc:hover .gc-title,
.gc:focus-visible .gc-title {
  transform: translate3d(0, -50px, 100px);
}
.gc-title-img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 6px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.7));
}
.gc-char {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transform-style: preserve-3d;
}
.gc-char img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.7));
}
.gc:hover .gc-char,
.gc:focus-visible .gc-char {
  opacity: 1;
  transform: translate3d(0, -30%, 100px);
}
.gc-stars {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 6px;
}
.gc-stars svg {
  width: 11px;
  height: 11px;
  fill: var(--gold);
}
.gc-stars svg.empty {
  fill: #ffffff26;
}
@media (max-width: 1024px) {
  .gc {
    --ch: 280px;
  }
}
@media (max-width: 600px) {
  .gc {
    --ch: 340px;
    --cw: calc(var(--ch)/1.4);
  }
}
.stats {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) 0;
  background: var(--dark);
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  color: #fff;
}
.sticker {
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 3rem) 0;
  border-top: 1px solid rgba(212, 137, 26, 0.2);
  border-bottom: 1px solid rgba(212, 137, 26, 0.2);
}
.sticker-t {
  display: flex;
  white-space: nowrap;
  width: fit-content;
}
.sti {
  display: inline-flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: 0 clamp(1.5rem, 3vw, 3rem);
  font-family: var(--fd);
  font-size: clamp(1.5rem, 3vw, 3rem);
  color: #ffffff80;
  white-space: nowrap;
}
.sti .ta {
  color: var(--gold);
}
.tsep {
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.scounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  max-width: 1200px;
  margin: clamp(3rem, 6vw, 6rem) auto;
  padding: 0 clamp(1rem, 2vw, 2rem);
  text-align: center;
}
.snum {
  font-family: var(--fd);
  font-size: clamp(3rem, 8vw, 9rem);
  color: var(--gold);
  line-height: 1;
  display: block;
}
.slab {
  font-size: 0.875rem;
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: var(--hwr);
  margin-top: clamp(0.5rem, 1vw, 1rem);
  display: block;
}
@media (max-width: 768px) {
  .scounts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cta {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    ellipse at center,
    var(--warm),
    var(--surface) 70%
  );
  text-align: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}
.cta-orb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.cta-orb circle {
  fill: none;
  stroke: var(--gold);
  stroke-width: 0.5;
  opacity: 0.15;
}
.cta h2 {
  font-family: var(--fd);
  font-size: clamp(3rem, 8vw, 9rem);
  color: var(--txt);
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: clamp(1rem, 2vw, 2rem);
  position: relative;
  z-index: 2;
}
.cta h2 .gl {
  color: var(--gold);
}
.cta .cb {
  color: var(--txt2);
  max-width: 55ch;
  line-height: 1.8;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  position: relative;
  z-index: 2;
}
.cta-acts {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.bm {
  position: relative;
  padding: 1.2em 3em;
  font-family: var(--fd);
  font-size: clamp(1.5rem, 3vw, 3rem);
  color: var(--txt);
  text-transform: uppercase;
  letter-spacing: var(--hw);
  background: transparent;
}
.bm-b {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  pointer-events: none;
}
.bm-b rect {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  rx: 2;
}
.ftr {
  position: relative;
  background: var(--dark);
  color: #fff9;
  overflow: hidden;
}
.ftr-diag {
  height: 80px;
  background: var(--surface);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}
.ftr-prog {
  width: 100%;
  height: 2px;
  margin-bottom: clamp(1rem, 2vw, 2rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(1rem, 2vw, 2rem);
}
.ftr-prog .fp {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-d), var(--gold), var(--gold-l));
}
.ftr-in {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 2vw, 2rem) clamp(2rem, 4vw, 4rem);
}
.ftr-logo {
  font-family: var(--fd);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--gold);
  letter-spacing: var(--hwr);
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.ftr-in .flz p {
  max-width: 35ch;
  line-height: 1.7;
  font-size: 0.875rem;
}
.fnc h4 {
  font-family: var(--fd);
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: var(--hw);
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.fnc li {
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}
.fnc a {
  font-size: 0.875rem;
  color: #ffffff80;
  transition: color 0.3s;
}
.fnc a:hover {
  color: var(--gold);
}
.fsoc {
  display: flex;
  gap: clamp(0.5rem, 1vw, 1rem);
  margin-top: clamp(1rem, 2vw, 2rem);
}
.fsoc a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 137, 26, 0.3);
  color: var(--gold);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  font-size: 0.9rem;
}
.ftr-bot {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
  gap: clamp(0.5rem, 1vw, 1rem);
}
.ftr-bot p {
  font-size: 0.75rem;
  color: #ffffff4d;
}
@media (max-width: 768px) {
  .ftr-in {
    grid-template-columns: 1fr 1fr;
  }
}

/* ══════════════════════════════════════════════════════════════
   HAPPY CLIENT — testimonial carousel
   ══════════════════════════════════════════════════════════════ */
.happy-section{
  padding:90px 0;
  background:var(--color-bg-warm);
}
.happy-grid{
  display:grid;
  grid-template-columns:.55fr 1.45fr;
  gap:40px;
  align-items:center;
  margin-top:40px;
}
.happy-promo-card{
  background:#6b6b6b;
  border-radius:var(--radius-md);
  padding:48px 32px;
  text-align:center;
  color:#fff;
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.happy-promo-card img{
  width:90px;
  margin-bottom:18px;
}
.happy-promo-card p{
  color:rgba(255,255,255,.85);
  margin-bottom:28px;
  line-height:1.6;
}
.happy-promo-card .btn{
  background:var(--color-accent);
  color:#1a1a1a;
}
.testimonial-carousel{
  display:flex;
  align-items:center;
  gap:16px;
}
.testimonial-track{
  flex:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.testimonial-card{
  background:#fff;
  border-radius:var(--radius-md);
  padding:28px;
  box-shadow:var(--shadow-card);
  text-align:center;
}
.testimonial-stars{
  color:var(--color-accent);
  font-size:1.1rem;
  margin-bottom:14px;
  letter-spacing:2px;
}
.testimonial-text{
  color:var(--color-text);
  line-height:1.7;
  font-size:.95rem;
  margin-bottom:18px;
}
.testimonial-author{
  font-weight:700;
  color:#1a1a1a;
  font-size:.92rem;
}
.testimonial-role{
  color:var(--color-light-muted);
  font-size:.8rem;
}
.carousel-arrow{
  flex-shrink:0;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid var(--color-border);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#1a1a1a;
  font-size:1rem;
}
.carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:28px;
}
.carousel-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--color-border);
}
.carousel-dots span.active{
  background:var(--color-accent);
}

@media(max-width:900px){
  .happy-grid{grid-template-columns:1fr;}
  .testimonial-track{grid-template-columns:1fr;}
  .happy-promo-card{min-height:auto;padding:36px 24px;}
}

/* ══════════════════════════════════════════════════════════════
   AVENTURES PAGE — cartes promo
   ══════════════════════════════════════════════════════════════ */
.promo-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
  margin-top:40px;
}
.promo-card{
  display:block;
  background:#fff;
  border-radius:var(--radius-sm);
  overflow:hidden;
  border:1px solid var(--color-border);
  transition:transform .2s, box-shadow .2s;
}
.promo-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-card);
}
.promo-card-img{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
}
.promo-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.promo-badge-discount{
  position:absolute;
  top:12px;
  left:12px;
  background:#d62828;
  color:#fff;
  font-size:.72rem;
  font-weight:800;
  padding:4px 10px;
  border-radius:4px;
  z-index:2;
}
.promo-badge-duration{
  position:absolute;
  top:12px;
  right:12px;
  background:var(--color-accent);
  color:#1a1a1a;
  font-size:.72rem;
  font-weight:800;
  padding:4px 10px;
  border-radius:4px;
  z-index:2;
}
.promo-card-body{
  padding:18px 18px 22px;
}
.promo-card-body h3{
  font-family:var(--font-serif);
  font-weight:700;
  font-style:normal;
  font-size:1.02rem;
  color:#1a1a1a;
  margin-bottom:10px;
  line-height:1.3;
}
.promo-price-row{
  display:flex;
  align-items:center;
  gap:10px;
}
.promo-price-old{
  text-decoration:line-through;
  color:var(--color-light-muted);
  font-size:.88rem;
}
.promo-price-new{
  color:#d62828;
  font-weight:800;
  font-size:1.05rem;
}

@media(max-width:1024px){
  .promo-grid{grid-template-columns:repeat(2, 1fr);}
}
@media(max-width:600px){
  .promo-grid{grid-template-columns:1fr;}
}


/* ══════════════════════════════════════════════════════════════
   PRODUCT PAGE (fiche activité individuelle)
   ══════════════════════════════════════════════════════════════ */
.product-section{
  padding:50px 0 90px;
}
.product-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:start;
}
.product-image{
  border-radius:var(--radius-sm);
  overflow:hidden;
  box-shadow:var(--shadow-card);
}
.product-image img{
  width:100%;
  display:block;
}
.product-category{
  color:var(--color-light-muted);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.product-title{
  font-family:var(--font-serif);
  font-weight:700;
  font-style:normal;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-size:2.2rem;
  color:#fdfcfc;
  margin-bottom:20px;
  line-height:1.2;
}
.product-price-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
}
.product-price-old{
  text-decoration:line-through;
  color:var(--color-light-muted);
  font-size:1.1rem;
}
.product-price-new{
  color:#d62828;
  font-weight:800;
  font-size:1.5rem;
}
.product-discount-badge{
  background:#d62828;
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  padding:5px 12px;
  border-radius:4px;
}
.product-desc{
  color:#f7f7f7;
  line-height:1.7;
  margin-bottom:24px;
}
.product-desc strong{
  color:#faf5f5;
}
.product-stock{
  display:flex;
  align-items:center;
  gap:8px;
  color:#1a8a4a;
  font-size:.85rem;
  font-weight:600;
  margin-bottom:24px;
}
.product-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.qty-box{
  display:flex;
  align-items:center;
  border:1px solid var(--color-border);
  border-radius:8px;
  overflow:hidden;
}
.qty-box button{
  width:42px;
  height:46px;
  border:none;
  background:#f7f7f7;
  font-size:1.1rem;
  cursor:pointer;
}
.qty-box span{
  width:44px;
  text-align:center;
  font-weight:700;
}
.btn-add-cart{
  background:#1a1a1a;
  color:#fff;
  border:none;
  border-radius:8px;
  padding:14px 28px;
  font-weight:700;
  font-size:.9rem;
  letter-spacing:.5px;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s;
}
.btn-add-cart:hover{
  background:var(--color-accent-darker);
}
.btn-wishlist{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--color-text);
  font-size:.85rem;
  font-weight:600;
  cursor:pointer;
  background:none;
  border:none;
}
.product-share{
  display:flex;
  align-items:center;
  gap:14px;
  padding-top:20px;
  border-top:1px solid var(--color-border);
}
.product-share span{
  font-size:.78rem;
  font-weight:700;
  letter-spacing:1px;
  color:var(--color-light-muted);
}
.product-share a{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1a1a1a;
  font-size:.85rem;
  transition:background .2s;
}
.product-share a:hover{
  background:var(--color-accent);
}

/* ── Description / specs / reviews tabs ──────────────────────── */
.product-details{
  margin-top:64px;
  padding-top:48px;
  border-top:1px solid var(--color-border);
}
.product-details-grid{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:48px;
}
.product-details h2{
  font-family:var(--font-serif);
  font-weight:700;
  font-style:normal;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-size:1.6rem;
  color:#faf8f8;
  margin-bottom:18px;
}
.product-details-grid p{
  color:#f7f7f7;
  line-height:1.8;
  margin-bottom:14px;
}
.product-details-grid strong{
  color:rgb(248, 251, 248);
}
.reviews-accordion{
  margin-top:28px;
  border:1px solid var(--color-border);
  border-radius:8px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.5px;
  text-transform:uppercase;
}

@media(max-width:900px){
  .product-grid{grid-template-columns:1fr;}
  .product-details-grid{grid-template-columns:1fr;}
}

@media(max-width:900px){
  .product-grid{grid-template-columns:1fr;}
  .product-details-grid{grid-template-columns:1fr;}
}

.site-h2{
  font-family:var(--font-serif);
  font-weight:700;
  font-style:normal;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#fdfbfb;
  font-size:2.6rem;
  line-height:1.1;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

/* Lien cliquable qui recouvre toute la carte, sans casser le flex layout */
.gc-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: flex-end;   /* colle le texte en bas, comme avant */
  justify-content: center; /* centre horizontalement, comme avant */
}

/* Section "Nos Aventures" : 4 cartes pleine largeur, sur une seule ligne */
.adventures-cgal .cgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.adventures-cgal .gc {
  width: 100%;
  height: auto;
  aspect-ratio: 0.68;   /* proportions similaires aux affiches */
  padding: 0;
}

/* Tablette : 2 colonnes */
@media (max-width: 900px) {
  .adventures-cgal .cgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile : 1 colonne */
@media (max-width: 560px) {
  .adventures-cgal .cgrid {
    grid-template-columns: 1fr;
  }
  .adventures-cgal .gc {
    max-width: 340px;
    margin: 0 auto;
  }
}

.ftr-logo-img{ height:80px; }
.fsoc a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.adv-filters{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  padding:32px 24px;
  max-width:1100px;
  margin:0 auto;
}
.adv-filters input,
.adv-filters select{
  padding:12px 16px;
  border:1.5px solid var(--gold, #D4891A);
  border-radius:2px;
  background:rgba(255,255,255,.05);
  font-family:var(--fb, "Inter", sans-serif);
  font-size:.9rem;
  color:#F8F5F0;
}
.adv-filters select option{
  background:#111;
  color:#F8F5F0;
}
.adv-filters input::placeholder{
  color:rgba(248,245,240,.5);
}
.adv-filters button{
  padding:12px 20px;
  border:1.5px solid var(--gold-d, #A8650E);
  background:transparent;
  color:var(--gold, #D4891A);
  border-radius:2px;
  cursor:pointer;
  font-family:var(--fb, "Inter", sans-serif);
  font-weight:700;
}

body.solid-header .hdr{
  background: rgba(17,17,17,.92);
  backdrop-filter: blur(6px);
}

.mpop-cta{
  display:inline-block;
  margin-top:10px;
  color: var(--gold-d, #A8650E);
  font-weight:700;
  font-size:.85rem;
  text-decoration:none;
}
.mpop-cta:hover{ text-decoration:underline; }

.mk-count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  z-index: 2;
}

.mpop-group {
  max-height: 320px;
  overflow-y: auto;
}
.mpop-item + .mpop-item {
  border-top: 1px solid rgba(212, 137, 26, 0.25);
}

.mpop-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 0.5em 1.2em;
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: background 0.25s;
}
.mpop-cta:hover {
  background: var(--gold-l);
}

.cc-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 0.45em 1.1em;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
}
.cc-cta:hover {
  background: var(--gold);
  color: #fff;
}

@media(max-width:768px){
  .umap{
    display:flex;
    flex-direction:column;
    height:auto;
    padding:24px 16px;
  }
  .umap-l, .umap-r{
    width:100%;
    position:static;
  }
  #rmap{
    height:320px;
    width:100%;
  }
  .map-fade{ display:none; }
  .car-glow{ display:none; }
  .car-hd{
    position:relative;
    z-index:2;
    text-align:center;
    padding:20px 0 10px;
  }
  .car-stage{
    height:280px;
    perspective:700px;
    overflow:visible;
  }
  .car-ctrls{
    position:relative;
    margin-top:16px;
  }
}

@media(max-width:768px){
  .cta .bm{
    padding:12px 24px;
    font-size:.9rem;
  }
  .cta{
    padding:0 20px;
  }
} 


@media(max-width:768px){
  .hdr-actions{
    display:flex !important;
    align-items:center;
    gap:8px;
  }
  /* Cache uniquement le bouton "Play Now", pas les boutons FR/EN */
  .hdr-actions > .hdr-cta{
    display:none;
  }
  .hdr-lang{
    display:flex !important;
    gap:4px;
  }
  .hdr-lang .hdr-cta{
    display:inline-flex !important;
    padding:6px 10px;
    font-size:.68rem;
  }
}


@media (max-width: 768px) {
  /* ... tes règles .umap existantes ... */

  .car-stage {
    height: 300px;
    perspective: 700px;
  }
  .car-ring {
    transform: scale(0.5);
  }
  .car-hd {
    margin-bottom: 10px;
    padding: 0 12px;
  }
  .car-hd h3 {
    font-size: 1.1rem;
  }
  .car-hd p {
    font-size: 0.62rem;
  }
  .car-ctrls {
    margin-top: 6px;
    gap: 1rem;
  }
  .car-btn {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
  }
  .car-ind {
    font-size: 0.75rem;
  }
  .car-ind .ci-cur {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .ftr-in {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    padding: 2rem 1.5rem 1.5rem;
  }
  .flz {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ftr-logo-img { height: 52px; }
  .fsoc { justify-content: center; }
  .fnc h4 { margin-bottom: 0.75rem; font-size: 0.9rem; }
  .fnc li { margin-bottom: 0.4rem; }
  .fnc a { font-size: 0.8rem; }
  .ftr-bot {
    flex-direction: column;
    text-align: center;
    gap: 0.35rem;
    padding: 1rem;
  }
  .ftr-diag { height: 36px; }
  .ftr-prog { margin-bottom: 1.5rem; }
}


.hdr + .concept {
  padding-top: clamp(120px, 20vw, 160px);
}


.hdr {
  z-index: 2000; /* remplace 1000 — doit rester au-dessus de tout, y compris .universe-map-art (1001) */
}

@media (max-width: 600px) {
  .contact-form-box {
    padding: 24px 18px;
    border-radius: 6px;
  }
  .contact-form-box h3 {
    font-size: 1.35rem;
    margin-bottom: 18px;
  }
  .contact-form-box input,
  .contact-form-box select,
  .contact-form-box textarea {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  .contact-form-box textarea {
    rows: 3;
    min-height: 90px;
  }
  .contact-form-box form {
    gap: 10px;
  }
  .contact-form-box .cf-row {
    gap: 10px;
  }
  .contact-form-box .bm {
    padding: 0.8em 2em;
    font-size: 1.1rem;
    margin-top: 4px;
  }
  #contactFormSuccess,
  #tbFormSuccess {
    font-size: 0.85rem;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .adv-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 24px 16px;
    justify-content: stretch;
  }

  /* La recherche par nom prend toute la largeur, seule sur sa ligne */
  .adv-filters #filterName {
    grid-column: 1 / -1;
  }

  /* Le bouton Réinitialiser prend aussi toute la largeur, en dernier */
  .adv-filters #filterReset {
    grid-column: 1 / -1;
  }

  .adv-filters input,
  .adv-filters select {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    font-size: 0.82rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
  }

  .adv-filters select {
    /* évite que le texte + la flèche natif se chevauchent sur petit écran */
    padding-right: 28px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23D4891A'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
  }

  .adv-filters button {
    padding: 12px 16px;
    font-size: 0.85rem;
    border-radius: 4px;
    margin-top: 4px;
  }
}

.qty-box span {
  color: #fff;
}
.btn-wishlist {
  color: #fff;
}

.qty-box button {
  background: #1a1a1a;
  color: #fff;
}
.qty-box button:hover {
  background: var(--gold-d, #A8650E);
}