/* Reise-Roulette v2 — Auszeit Signature Experience */

.rr-page {
  --rr-ink: #171716;
  --rr-paper: #f5f3ef;
  --rr-white: #ffffff;
  --rr-gold: #c9a84c;
  --rr-gold-deep: #9b7b2f;
  --rr-midnight: #07131a;
  --rr-ocean: #0a2530;
  --rr-muted: #68655f;
  --rr-line: rgba(23, 23, 22, 0.14);
  min-height: 100vh;
  background: var(--rr-paper);
  color: var(--rr-ink);
}

/* Keep the global consent banner inside narrow mobile viewports on this page. */
.rr-page .cc-banner,
.rr-page .cc-banner *,
.rr-page .cc-banner *::before,
.rr-page .cc-banner *::after {
  box-sizing: border-box;
}

.rr-page .trust-bar,
.rr-page [class*="ticker"],
.rr-page [class*="marquee"],
.rr-page [class*="announcement"],
.rr-page [class*="promo-bar"] {
  display: none !important;
}

.rr-game {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 62px) clamp(16px, 3vw, 38px) 0;
}

.rr-game::before {
  display: block;
  margin: 0 0 18px 4px;
  color: var(--rr-gold-deep);
  font: 700 10px/1.2 Inter, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  content: "Reise-Inspiration · spielerisch entdeckt";
}

.rr-game__container {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  background: var(--rr-midnight);
  box-shadow: 0 35px 90px rgba(16, 21, 22, .2);
  cursor: grab;
  isolation: isolate;
  touch-action: none;
}

.rr-game__container:active {
  cursor: grabbing;
}

.rr-game__container::before,
.rr-game__container::after {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.rr-game__container::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 13, 18, .76) 0%, transparent 34%, transparent 62%, rgba(4, 13, 18, .76) 100%),
    radial-gradient(circle at 80% 10%, rgba(201, 168, 76, .13), transparent 33%);
}

.rr-game__container::after {
  inset: 12px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px;
}

.rr-game__canvas {
  position: relative;
  z-index: 0;
  display: block;
  max-width: none;
}

.rr-game__svg {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rr-title-overlay {
  position: absolute;
  z-index: 8;
  top: clamp(32px, 5vw, 72px);
  left: clamp(28px, 5vw, 72px);
  right: clamp(28px, 5vw, 72px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  pointer-events: none;
}

.rr-title-overlay__sub {
  margin: 0 0 12px;
  color: var(--rr-gold);
  font: 700 10px/1.2 Inter, sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.rr-title-overlay__name {
  max-width: 11ch;
  margin: 0;
  color: #f8f5ed;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .99;
  text-wrap: balance;
}

.rr-title-overlay__count {
  flex: 0 0 auto;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(6, 17, 23, .36);
  color: rgba(255,255,255,.72);
  font: 500 11px/1 Inter, sans-serif;
  letter-spacing: .07em;
  backdrop-filter: blur(14px);
}

.rr-actions {
  position: absolute;
  z-index: 9;
  right: clamp(28px, 5vw, 72px);
  bottom: clamp(28px, 4vw, 58px);
}

.rr-surprise {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 66px;
  padding: 10px 20px 10px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(247, 244, 237, .96);
  color: var(--rr-ink);
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
  font-family: Inter, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
  backdrop-filter: blur(18px);
}

.rr-surprise:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
}

.rr-surprise:focus-visible {
  outline: 3px solid var(--rr-gold);
  outline-offset: 4px;
}

.rr-surprise strong,
.rr-surprise small {
  display: block;
}

.rr-surprise strong {
  color: var(--rr-ink) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .015em;
}

.rr-surprise small {
  margin-top: 3px;
  color: var(--rr-muted);
  font-size: 10px;
}

.rr-surprise__hint-mobile {
  display: none;
}

.rr-surprise__disc {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--rr-ink);
}

.rr-surprise__disc::before,
.rr-surprise__disc::after,
.rr-surprise__disc span {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.rr-surprise__disc::before {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(201,168,76,.7);
}

.rr-surprise__disc::after {
  width: 6px;
  height: 6px;
  background: var(--rr-gold);
}

.rr-surprise__disc span {
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.35);
  transform: rotate(-34deg);
}

.rr-game__power {
  position: absolute;
  z-index: 10;
  left: clamp(28px, 5vw, 72px);
  bottom: clamp(31px, 4vw, 61px);
  padding: 10px 16px;
  border: 1px solid rgba(201,168,76,.38);
  border-radius: 999px;
  background: rgba(5,16,22,.82);
  color: var(--rr-gold);
  font: 600 11px/1 Inter, sans-serif;
  letter-spacing: .1em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  backdrop-filter: blur(12px);
}

.rr-game__power--visible {
  opacity: 1;
  transform: translateY(0);
}

/* Result stage */
.rr-sheet {
  display: none;
  position: relative;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--rr-line);
  border-radius: 24px;
  background: var(--rr-white);
  box-shadow: 0 24px 70px rgba(22, 25, 25, .11);
}

.rr-sheet--active {
  display: block;
}

.rr-sheet--open {
  animation: rr-result-in .6s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes rr-result-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.rr-sheet__handle {
  display: none;
}

.rr-result {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  min-height: 610px;
}

.rr-result__visual {
  position: relative;
  display: flex;
  min-height: 610px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  flex-direction: column;
  justify-content: flex-end;
  background: var(--rr-midnight) center / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.rr-result__visual::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,10,13,.08), rgba(4,10,13,.85)),
    linear-gradient(90deg, rgba(4,10,13,.35), transparent);
  content: "";
}

.rr-result__throw {
  position: absolute;
  top: 34px;
  left: 34px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(5,12,15,.24);
  color: rgba(255,255,255,.78);
  font: 600 10px/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.rr-result__country {
  margin: 0 0 12px;
  color: var(--rr-gold);
  font: 700 10px/1.2 Inter, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.rr-result__visual h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.rr-result__visual blockquote {
  max-width: 38ch;
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font: 400 16px/1.65 "Playfair Display", Georgia, serif;
}

.rr-result__content {
  position: relative;
  padding: clamp(38px, 5vw, 68px);
  background: var(--rr-white);
  color: var(--rr-ink) !important;
}

.rr-result__close {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rr-line);
  border-radius: 50%;
  background: transparent;
  color: var(--rr-ink);
  font-size: 22px;
  place-items: center;
  cursor: pointer;
}

.rr-result__eyebrow,
.rr-cta__eyebrow {
  color: var(--rr-gold-deep);
  font: 700 10px/1.2 Inter, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.rr-result__content > h3 {
  max-width: 13ch;
  margin: 13px 0 14px;
  color: var(--rr-ink) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.rr-result__lead {
  max-width: 58ch;
  margin: 0 0 28px;
  color: var(--rr-muted) !important;
  font-size: 14px;
  line-height: 1.7;
}

.rr-experiences {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rr-experience {
  position: relative;
  display: flex;
  min-height: 202px;
  padding: 20px;
  border: 1px solid var(--rr-line);
  border-radius: 3px;
  background: #faf9f6;
  color: var(--rr-ink) !important;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.rr-experience:hover {
  transform: translateY(-4px);
  border-color: rgba(155,123,47,.55);
  box-shadow: 0 14px 30px rgba(20,20,18,.08);
}

.rr-experience--live {
  border-color: rgba(155,123,47,.4);
  background: linear-gradient(145deg, #fff 0%, #faf7ee 100%);
  box-shadow: inset 0 2px 0 rgba(201,168,76,.58);
}

.rr-experience__icon {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  border: 1px solid rgba(155,123,47,.28);
  border-radius: 50%;
  color: var(--rr-gold-deep);
  place-items: center;
}

.rr-experience__icon svg {
  width: 18px;
  height: 18px;
}

.rr-experience__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: var(--rr-gold-deep);
  font: 700 9px/1.2 Inter, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rr-experience--live .rr-experience__label::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7b672f;
  box-shadow: 0 0 0 3px rgba(155,123,47,.12);
  content: "";
  flex: 0 0 auto;
}

.rr-experience strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--rr-ink) !important;
  font: 500 18px/1.25 "Playfair Display", Georgia, serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rr-experience p {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 18px;
  color: var(--rr-muted) !important;
  font-size: 11px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rr-experience__cta {
  margin-top: auto;
  color: var(--rr-gold-deep) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

.rr-result__meta {
  display: flex;
  gap: 18px 28px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--rr-line);
  flex-wrap: wrap;
}

.rr-result__meta span {
  color: var(--rr-muted);
  font-size: 11px;
}

.rr-result__meta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--rr-ink) !important;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rr-result__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
}

.rr-result__retry {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--rr-ink);
  border-radius: 1px;
  background: var(--rr-ink);
  color: #fff;
  font: 600 11px/1 Inter, sans-serif;
  cursor: pointer;
}

.rr-sheet__share-buttons {
  display: flex;
  gap: 7px;
}

.rr-sheet__share-btn {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--rr-line);
  border-radius: 50%;
  background: transparent;
  color: var(--rr-muted);
  place-items: center;
  cursor: pointer;
}

.rr-sheet__share-btn svg {
  width: 15px;
  height: 15px;
}

/* Editorial support sections */
.rr-howto {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 136px) 24px;
}

.rr-howto__title {
  margin: 0 0 50px;
  color: var(--rr-ink) !important;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  letter-spacing: -.03em;
}

.rr-howto__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--rr-line);
  background: var(--rr-line);
}

.rr-howto__step {
  min-height: 225px;
  padding: 34px;
  background: var(--rr-white);
}

.rr-howto__number {
  display: block;
  margin-bottom: 44px;
  color: var(--rr-gold-deep);
  font: 700 10px/1 Inter, sans-serif;
  letter-spacing: .18em;
}

.rr-howto__step h3 {
  margin: 0 0 10px;
  color: var(--rr-ink) !important;
  font: 500 24px/1.2 "Playfair Display", Georgia, serif;
}

.rr-howto__step p {
  max-width: 30ch;
  margin: 0;
  color: var(--rr-muted) !important;
  font-size: 13px;
  line-height: 1.65;
}

.rr-explainer {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(48px, 8vw, 120px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px clamp(86px, 11vw, 150px);
}

.rr-explainer__heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

.rr-explainer__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--rr-gold-deep) !important;
  font: 700 10px/1.3 Inter, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rr-explainer h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--rr-ink) !important;
  font: 400 clamp(36px, 4.8vw, 58px)/1.04 "Playfair Display", Georgia, serif;
  letter-spacing: -.04em;
}

.rr-explainer__copy > p {
  margin: 0 0 22px;
  color: var(--rr-muted) !important;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.78;
}

.rr-explainer__copy > p:first-child {
  color: var(--rr-ink) !important;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.62;
}

.rr-explainer__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 40px 0 0;
  border: 1px solid var(--rr-line);
  background: var(--rr-line);
}

.rr-explainer__facts > div {
  min-height: 118px;
  padding: 22px 18px;
  background: var(--rr-white);
}

.rr-explainer__facts dt {
  margin: 0 0 12px;
  color: var(--rr-gold-deep) !important;
  font: 400 28px/1 "Playfair Display", Georgia, serif;
}

.rr-explainer__facts dd {
  margin: 0;
  color: var(--rr-muted) !important;
  font: 600 10px/1.45 Inter, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rr-destinations {
  display: none !important;
}

.rr-cta {
  max-width: 1180px;
  margin: 0 auto clamp(80px, 10vw, 140px);
  padding: clamp(64px, 8vw, 104px) clamp(28px, 8vw, 104px);
  border-radius: 2px;
  background: var(--rr-ink);
  color: #fff;
  text-align: center;
}

.rr-cta__title {
  max-width: 15ch;
  margin: 15px auto 18px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.rr-cta__sub {
  max-width: 62ch;
  margin: 0 auto;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.7;
}

.rr-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.rr-sheet__btn {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 1px;
  color: #fff;
  font: 600 11px/1 Inter, sans-serif;
  text-decoration: none;
}

.rr-sheet__btn--primary {
  border-color: var(--rr-gold);
  background: var(--rr-gold);
  color: var(--rr-ink);
}

.rr-cta__trust {
  margin: 30px 0 0;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  letter-spacing: .04em;
}

.rr-history {
  display: none;
}

@media (max-width: 980px) {
  .rr-result {
    grid-template-columns: 1fr;
  }

  .rr-result__visual {
    min-height: 440px;
  }

  .rr-result__content > h3 {
    max-width: 17ch;
  }
}

@media (max-width: 767px) {
  .rr-explainer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px 88px;
  }

  .rr-explainer__heading {
    position: static;
  }

  .rr-explainer h2 {
    max-width: 13ch;
  }

  .rr-explainer__facts {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .rr-explainer__facts > div {
    min-height: 0;
  }

  .rr-game {
    padding: 22px 12px 0;
  }

  .rr-game::before {
    margin-left: 8px;
  }

  .rr-game__container {
    min-height: 590px;
    border-radius: 20px;
    box-shadow: 0 24px 55px rgba(16,21,22,.18);
  }

  .rr-game__container::after {
    inset: 8px;
    border-radius: 14px;
  }

  .rr-title-overlay {
    top: 36px;
    left: 28px;
    right: 28px;
    display: block;
  }

  .rr-title-overlay__name {
    max-width: 9ch;
    font-size: 43px;
  }

  .rr-title-overlay__count {
    display: inline-block;
    margin-top: 18px;
  }

  .rr-actions {
    right: 24px;
    bottom: 25px;
    left: 24px;
  }

  .rr-surprise {
    width: 100%;
    min-height: 64px;
  }

  .rr-game__power {
    left: 50%;
    bottom: 106px;
    transform: translate(-50%, 8px);
  }

  .rr-game__power--visible {
    transform: translate(-50%, 0);
  }

  .rr-sheet {
    margin-top: 12px;
    border-radius: 18px;
  }

  .rr-result__visual {
    min-height: 390px;
    padding: 34px 28px;
  }

  .rr-result__throw {
    top: 24px;
    left: 24px;
  }

  .rr-result__content {
    padding: 42px 24px 30px;
  }

  .rr-result__close {
    top: 14px;
    right: 14px;
  }

  .rr-experiences {
    grid-template-columns: 1fr;
  }

  .rr-experience {
    min-height: 0;
    padding: 18px;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
  }

  .rr-experience__icon {
    grid-row: 1 / 5;
    margin: 0;
  }

  .rr-experience p {
    margin-bottom: 12px;
  }

  .rr-result__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .rr-howto {
    padding: 82px 18px;
  }

  .rr-howto__grid {
    grid-template-columns: 1fr;
  }

  .rr-howto__step {
    min-height: 0;
  }

  .rr-howto__number {
    margin-bottom: 25px;
  }

  .rr-cta {
    margin-right: 12px;
    margin-left: 12px;
  }

  .rr-cta__buttons {
    flex-direction: column;
  }

  .rr-cta__trust {
    line-height: 1.7;
  }
}

/* Cinematic live preview */
.rr-game {
  max-width: 1460px;
  padding-top: clamp(30px, 4vw, 58px);
}

.rr-game__container {
  min-height: 640px;
  border-color: rgba(217, 181, 91, .24);
  border-radius: 34px;
  background: #03090c;
  box-shadow: 0 42px 110px rgba(8, 12, 14, .3);
}

.rr-game__container::before {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(2, 7, 10, .18), transparent 48%, rgba(2, 7, 10, .72)),
    radial-gradient(circle at 69% 42%, transparent 0 25%, rgba(1, 5, 7, .14) 46%, rgba(1, 5, 7, .52) 100%);
}

.rr-game__container::after {
  z-index: 12;
  border-color: rgba(255, 255, 255, .11);
}

.rr-cinematic-video,
.rr-cinematic-veil,
.rr-globe3d {
  position: absolute;
}

.rr-cinematic-video {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .42;
  filter: saturate(.82) contrast(1.08) brightness(.58);
  transform: scale(1.025);
  transition: opacity .7s ease, filter .7s ease, transform 3s cubic-bezier(.22, 1, .36, 1);
}

.rr-cinematic-veil {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 9, 12, .98) 0 34%, rgba(3, 9, 12, .7) 39%, rgba(3, 9, 12, .05) 57%, rgba(3, 9, 12, .2) 100%),
    linear-gradient(180deg, rgba(3, 9, 12, .18), transparent 58%, rgba(3, 9, 12, .76));
}

.rr-globe3d {
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: grab;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .5));
  transition: filter .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1), opacity .45s ease;
}

.rr-game__container--dragging .rr-globe3d {
  cursor: grabbing;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, .62)) drop-shadow(0 0 24px rgba(224, 187, 94, .2));
  transform: scale(1.012);
}

.rr-globe3d::before {
  position: absolute;
  inset: -4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 13, 17, .88) 0 66%, rgba(4, 13, 17, .48) 71%, transparent 75%);
  box-shadow: 0 0 70px rgba(204, 164, 73, .12);
  content: "";
}

.rr-globe3d canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.rr-game__canvas {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.rr-game__svg {
  z-index: 5;
}

.rr-title-overlay {
  z-index: 8;
  inset: 0 auto 0 0;
  width: min(39%, 485px);
  padding: clamp(52px, 5vw, 78px) clamp(34px, 4vw, 62px);
  display: block;
  border-right: 1px solid rgba(218, 179, 83, .34);
  background:
    linear-gradient(145deg, rgba(7, 15, 19, .97), rgba(6, 13, 17, .84)),
    rgba(5, 12, 16, .9);
  box-shadow: 28px 0 60px rgba(2, 7, 10, .28);
  backdrop-filter: blur(22px);
}

.rr-title-overlay__text {
  position: relative;
  z-index: 1;
}

.rr-title-overlay__sub {
  margin-bottom: 22px;
  color: #e1bd63;
}

.rr-title-overlay__name {
  max-width: 8.6ch;
  color: #fffdf7 !important;
  font-size: clamp(48px, 5vw, 74px);
  line-height: .94;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .28);
}

.rr-title-overlay__lead {
  max-width: 35ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .78) !important;
  font: 400 clamp(14px, 1.2vw, 17px)/1.65 Inter, sans-serif;
}

.rr-title-overlay__count {
  position: absolute;
  right: auto;
  bottom: 142px;
  left: clamp(34px, 4vw, 62px);
  color: rgba(255, 255, 255, .76) !important;
  background: rgba(255, 255, 255, .055);
}

.rr-actions {
  z-index: 10;
  right: auto;
  bottom: 45px;
  left: clamp(34px, 4vw, 62px);
}

.rr-game__power {
  right: auto;
  bottom: 28px;
  left: 64%;
  white-space: nowrap;
  transform: translate(-50%, 8px);
}

.rr-game__power--visible {
  transform: translate(-50%, 0);
}

.rr-surprise {
  min-width: 286px;
  border-color: rgba(255, 255, 255, .38);
  background: linear-gradient(135deg, #f6e4ac, #c99d3c 58%, #efd58a);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .16) inset;
}

.rr-surprise:hover {
  background: linear-gradient(135deg, #fff0bf, #d5aa49 58%, #f7dfa0);
}

.rr-earth-credit {
  position: absolute;
  z-index: 9;
  right: 26px;
  bottom: 20px;
  color: rgba(255, 255, 255, .43);
  font: 500 8px/1 Inter, sans-serif;
  letter-spacing: .08em;
  pointer-events: none;
}

.rr-game__container--throwing .rr-cinematic-video {
  opacity: .74;
  filter: saturate(1.02) contrast(1.06) brightness(.72);
  transform: scale(1.075);
}

.rr-game__container--throwing .rr-globe3d {
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, .6)) drop-shadow(0 0 28px rgba(223, 185, 91, .26));
  transform: scale(1.025);
}

.rr-game__container--result .rr-cinematic-video {
  opacity: .3;
  filter: saturate(.72) brightness(.42);
}

.rr-game__container--result .rr-globe3d {
  opacity: .68;
}

.rr-sheet {
  z-index: 20;
  margin: -64px 28px 0;
  scroll-margin-top: 96px;
  border-color: rgba(155, 123, 47, .28);
  border-radius: 28px;
  box-shadow: 0 34px 100px rgba(10, 15, 17, .25);
}

.rr-result__visual {
  min-height: 690px;
}

.rr-result__visual::before {
  background: linear-gradient(180deg, rgba(4, 11, 15, .12), rgba(4, 11, 15, .88));
}

.rr-result__content {
  background: #f7f4ed !important;
}

.rr-result__content > h3,
.rr-experience strong,
.rr-result__meta strong {
  color: #151513 !important;
}

.rr-result__lead,
.rr-experience p,
.rr-result__meta span {
  color: #625f59 !important;
}

.rr-experience {
  border-color: rgba(21, 21, 19, .13);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 40px rgba(18, 20, 20, .06);
}

.rr-experience:hover {
  border-color: rgba(155, 123, 47, .5);
  box-shadow: 0 22px 55px rgba(18, 20, 20, .1);
  transform: translateY(-5px);
}

/* Current homepage footer, shared visually with the Reise-Roulette. */
.rr-home-footer,
.rr-home-footer * {
  box-sizing: border-box;
}

.rr-home-footer {
  margin-top: 96px;
  padding: 72px 0 40px;
  background: #171716;
  color: rgba(245, 243, 239, .65);
  font-family: Inter, Arial, sans-serif;
}

.rr-home-footer .wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.rr-home-footer .foot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.rr-home-footer .foot-grid h4 {
  margin: 0 0 16px;
  color: #c9a84c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rr-home-footer .foot-grid a {
  display: block;
  margin-bottom: 10px;
  color: rgba(245, 243, 239, .65);
  font-size: 14px;
  text-decoration: none;
  transition: color .15s ease;
}

.rr-home-footer .foot-grid a:hover,
.rr-home-footer .foot-grid a:focus-visible,
.rr-home-footer .foot-base a:hover,
.rr-home-footer .foot-base a:focus-visible {
  color: #f5f3ef;
}

.rr-home-footer .foot-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 243, 239, .14);
  font-size: 13px;
}

.rr-home-footer .foot-base .logo {
  display: inline-flex;
  align-items: center;
}

.rr-home-footer .foot-base .logo img {
  display: block;
  width: auto;
  height: 30px;
}

.rr-home-footer .foot-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.rr-home-footer .foot-legal a {
  color: rgba(245, 243, 239, .5);
  font-size: 12px;
  text-decoration: none;
  transition: color .15s ease;
}

@media (max-width: 820px) {
  .rr-home-footer .foot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .rr-game__container {
    min-height: 650px;
    touch-action: pan-y pinch-zoom;
  }

  .rr-globe3d {
    touch-action: none;
  }

  .rr-cinematic-video {
    object-position: 64% center;
    opacity: .3;
  }

  .rr-cinematic-veil {
    background:
      linear-gradient(180deg, rgba(3, 9, 12, .98) 0 31%, rgba(3, 9, 12, .52) 48%, rgba(3, 9, 12, .08) 66%, rgba(3, 9, 12, .82) 100%),
      radial-gradient(circle at 50% 58%, transparent 0 24%, rgba(3, 9, 12, .32) 52%, rgba(3, 9, 12, .72) 100%);
  }

  .rr-title-overlay {
    inset: 0 0 auto;
    width: 100%;
    min-height: 226px;
    padding: 24px 24px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(218, 179, 83, .18);
    background: linear-gradient(180deg, rgba(4, 11, 15, .98) 0 70%, rgba(4, 11, 15, .72) 84%, rgba(4, 11, 15, 0) 100%);
    box-shadow: none;
  }

  .rr-title-overlay__sub {
    margin-bottom: 10px;
  }

  .rr-title-overlay__name {
    max-width: 11ch;
    font-size: clamp(36px, 10.3vw, 43px);
    line-height: .94;
  }

  .rr-title-overlay__lead {
    max-width: 33ch;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.42;
  }

  .rr-title-overlay__count {
    display: none;
  }

  .rr-actions {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .rr-game__power {
    bottom: 96px;
    left: 50%;
    font-size: 9px;
  }

  .rr-surprise {
    --rr-launch-pull: 0px;
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding-left: 76px;
    touch-action: pan-y;
  }

  .rr-surprise:hover {
    transform: none;
  }

  .rr-surprise__disc {
    position: absolute;
    z-index: 2;
    left: 10px;
    flex: none;
    cursor: grab;
    touch-action: none;
    user-select: none;
    transform: translateX(var(--rr-launch-pull));
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .2s ease, background-color .2s ease;
    -webkit-user-select: none;
  }

  .rr-surprise__copy {
    min-width: 0;
    transition: opacity .2s ease, transform .2s ease;
  }

  .rr-surprise__hint-desktop {
    display: none;
  }

  .rr-surprise__hint-mobile {
    display: inline;
  }

  .rr-surprise--pulling .rr-surprise__disc {
    cursor: grabbing;
    transition: box-shadow .2s ease, background-color .2s ease;
  }

  .rr-surprise--pulling .rr-surprise__copy {
    opacity: .58;
    transform: translateX(4px);
  }

  .rr-surprise--ready .rr-surprise__disc {
    background: #0b1b20;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24), 0 0 28px rgba(201, 168, 76, .85);
  }

  .rr-earth-credit {
    display: none;
  }

  .rr-sheet {
    margin: 14px 0 0;
    border-radius: 20px;
  }

  .rr-result__visual {
    min-height: 420px;
  }
}

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