/* AUREON Portal Revival, 03.09.2026
   Reaktiviert die bestehende Filmwelt und ergaenzt sie um zwei kurze,
   echte Produktbereiche: Social-Formate und Vertragsvorschau. */

html.portal-revival-active {
  background: #080b0a;
}

body.portal-revival {
  --pr-bg: #080b0a;
  --pr-surface: #101613;
  --pr-panel: rgba(245, 242, 233, 0.055);
  --pr-line: rgba(245, 242, 233, 0.14);
  --pr-text: #f5f2e9;
  --pr-soft: rgba(245, 242, 233, 0.66);
  --pr-jade: #2ed9a6;
  --pr-coral: #ff735f;
  --pr-gold: #e8c07a;
  background: var(--pr-bg);
}

/* Die alte Filmwelt war nur ausgeblendet. Diese Auswahl holt genau die
   gewuenschten Module zurueck; die zwei langen Zwischenkapitel bleiben weg. */
body.portal-signal.portal-revival > #world,
body.portal-signal.portal-revival > .au-staub,
body.portal-signal.portal-revival > [data-au-kannst],
body.portal-signal.portal-revival > .au-mp,
body.portal-signal.portal-revival > .dv {
  display: block !important;
}

body.portal-signal.portal-revival > .au-px,
body.portal-signal.portal-revival > [data-au-aufdecken] {
  display: none !important;
}

body.portal-revival .portal-signal-main {
  padding-top: 0;
  background: var(--pr-bg);
}

body.portal-revival .portal-signal-main > .ps-hero,
body.portal-revival .portal-signal-main > .ps-portal {
  display: none;
}

body.portal-revival .au-world-stats {
  display: none !important;
}

/* AURI bleibt erreichbar, erscheint im Portal aber erst nach dem Film.
   Im Vollbild-Hero lag der feste Orb auf schmalen Displays direkt ueber
   der Ueberschrift; nach der Buehne hat er wieder seinen normalen Platz. */
html:not(.au-flug-vorbei) body.portal-revival .aura-orb {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Film-Hero ------------------------------------------------------------ */
body.portal-revival .sw-root {
  --sw-accent: var(--pr-coral);
  --sw-font-display: "Bricolage Grotesque", "Manrope", sans-serif;
  --sw-font-body: "Manrope", sans-serif;
}

body.portal-revival .sw-root .sw-copy__eyebrow,
body.portal-revival .sw-root .sw-copy__title,
body.portal-revival .sw-root .sw-copy__body,
body.portal-revival .sw-root .sw-copy__tags li,
body.portal-revival .sw-root .sw-btn {
  letter-spacing: 0;
}

body.portal-revival .sw-root .sw-copy__title {
  font-size: 56px;
  font-weight: 760;
  line-height: 1;
}

body.portal-revival .sw-root .sw-copy__body {
  font-size: 17px;
}

body.portal-revival .sw-root .sw-copylayer::before {
  width: min(66vw, 900px);
  background: linear-gradient(90deg, rgba(7, 8, 8, 0.98) 0%, rgba(7, 8, 8, 0.82) 38%, rgba(7, 8, 8, 0.26) 72%, transparent 100%);
}

body.portal-revival .sw-root .sw-copy__tags li {
  border-radius: 8px;
  color: #effff9;
  border-color: rgba(46, 217, 166, 0.34);
  background: rgba(8, 16, 13, 0.52);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

/* Favorit fuer wichtige Handlungen: dunkler Koerper, durchgehende
   reflektierende Metallkante, klare Schrift und Pfeil rechts. */
.pr-metal-button,
body.portal-revival .sw-root .sw-btn--primary,
body.portal-revival .ps-primary {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(112deg, #26151d 0%, #130e11 47%, #09090b 100%) padding-box,
    linear-gradient(112deg, #5d5d68 0%, #f8f6f7 16%, #85717b 29%, #f1bd78 39%, #fff 50%, #7286d0 63%, #b7a9b0 76%, #f7f5f6 88%, #565563 100%) border-box;
  background-size: 100% 100%, 240% 100%;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -12px 26px rgba(0, 0, 0, 0.2),
    0 18px 46px -28px rgba(0, 0, 0, 0.9);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  animation: prMetalEdge 7s ease-in-out infinite alternate;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms ease;
}

.pr-metal-button::before,
body.portal-revival .sw-root .sw-btn--primary::before,
body.portal-revival .ps-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.pr-metal-button svg,
body.portal-revival .ps-primary svg {
  width: 22px;
  height: 22px;
  flex: none;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.portal-revival .sw-root .sw-btn--primary::after {
  content: "\2192";
  margin-left: auto;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pr-metal-button:hover,
.pr-metal-button:focus-visible,
body.portal-revival .sw-root .sw-btn--primary:hover,
body.portal-revival .sw-root .sw-btn--primary:focus-visible,
body.portal-revival .ps-primary:hover,
body.portal-revival .ps-primary:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -12px 26px rgba(0, 0, 0, 0.18),
    0 24px 54px -28px rgba(0, 0, 0, 0.96);
}

.pr-metal-button:hover svg,
.pr-metal-button:focus-visible svg,
body.portal-revival .sw-root .sw-btn--primary:hover::after,
body.portal-revival .sw-root .sw-btn--primary:focus-visible::after {
  transform: translateX(4px);
}

.pr-metal-button:focus-visible,
body.portal-revival .sw-root .sw-btn--primary:focus-visible {
  outline: 2px solid var(--pr-jade);
  outline-offset: 4px;
}

body.portal-revival .sw-root .sw-btn--ghost {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 0;
  padding: 0 2px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 720;
  letter-spacing: 0;
}

@keyframes prMetalEdge {
  from { background-position: 0 0, 0% 50%; }
  to { background-position: 0 0, 100% 50%; }
}

/* Bestehende Scroll-Highlights ---------------------------------------- */
body.portal-revival .au-staub {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.portal-revival .au-kannst {
  background: #090b0a;
}

body.portal-revival .au-kannst__kopf,
body.portal-revival .au-kannst__liste li {
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  letter-spacing: 0;
}

body.portal-revival .au-mp h2,
body.portal-revival .au-mp__brandline,
body.portal-revival .au-mp__lead,
body.portal-revival .au-mp__railhead,
body.portal-revival .au-mp__step b,
body.portal-revival .au-mp__step em,
body.portal-revival .au-mp__metric strong,
body.portal-revival .au-mp__metric span {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

body.portal-revival .au-mp h2 {
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-weight: 760;
}

body.portal-revival .au-mp h2 span {
  color: var(--pr-coral);
}

body.portal-revival .au-mp__brandline::after,
body.portal-revival .au-mp__live::before,
body.portal-revival .au-mp__step em::before,
body.portal-revival .au-mp__signal::before,
body.portal-revival .au-mp__ratio-line span {
  background: var(--pr-jade);
}

body.portal-revival .au-mp__live::before,
body.portal-revival .au-mp__signal::before {
  box-shadow: 0 0 12px rgba(46, 217, 166, 0.66);
}

body.portal-revival .au-mp__metric strong,
body.portal-revival .au-mp__metric:last-child strong {
  color: var(--pr-text);
  font-size: 16px;
  font-weight: 780;
}

/* Echte Dashboard-Vorschau -------------------------------------------- */
body.portal-revival > .dv {
  width: min(1180px, calc(100% - 44px));
  max-width: 1180px;
  padding: 96px 0;
  border-bottom: 1px solid var(--pr-line);
}

body.portal-revival .dv__titel {
  font-size: 40px;
  font-weight: 760;
  letter-spacing: 0;
}

body.portal-revival .dv__rahmen {
  border: 2px solid transparent;
  background:
    linear-gradient(#100c0f, #100c0f) padding-box,
    linear-gradient(130deg, #6e6b74, #f7f5f6 24%, #e8c07a 43%, #7387cc 66%, #6e6b74) border-box;
  box-shadow: 0 34px 80px -42px rgba(0, 0, 0, 0.95);
}

body.portal-revival .dv__klick-text {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  opacity: 1;
  transform: none;
  border: 2px solid transparent;
  background:
    linear-gradient(112deg, #26151d, #0b090b) padding-box,
    linear-gradient(112deg, #7b7981, #fff 26%, #e8c07a 48%, #8193d8 70%, #77747d) border-box;
  color: #fff;
  letter-spacing: 0;
}

body.portal-revival .dv__klick-text::after {
  content: "\2197";
  font-size: 18px;
}

/* Gemeinsame Abschnittskoepfe ----------------------------------------- */
.pr-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 48px;
}

.pr-section-head h2,
.pr-contract__copy h2 {
  max-width: 14ch;
  margin: 18px 0 0;
  color: var(--pr-text);
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.pr-section-copy,
.pr-contract__copy > p:not(.ps-section-label) {
  margin: 0;
  color: var(--pr-soft);
  font-size: 15.5px;
  line-height: 1.7;
  letter-spacing: 0;
  text-wrap: pretty;
}

/* TikTok + Instagram --------------------------------------------------- */
.pr-social {
  overflow: hidden;
  background-color: #0b0f0d;
  background-image:
    linear-gradient(rgba(245, 242, 233, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 242, 233, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
}

.pr-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.pr-platform {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pr-line);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 300ms ease;
}

.pr-platform:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 242, 233, 0.28);
}

.pr-platform__media {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-bottom: 1px solid var(--pr-line);
  background: #0b0b0c;
}

.pr-platform__media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(8, 9, 9, 0.78));
  pointer-events: none;
}

.pr-platform__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 23%;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.015);
  transition: transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pr-platform:hover .pr-platform__media video {
  transform: scale(1.045);
}

.pr-platform--instagram .pr-platform__media video {
  object-position: center 32%;
}

.pr-platform__index,
.pr-platform__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: rgba(8, 10, 9, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  backdrop-filter: blur(14px) saturate(125%);
  font-family: "Manrope", sans-serif;
  font-weight: 760;
  letter-spacing: 0;
}

.pr-platform__index {
  top: 14px;
  right: 14px;
  min-width: 34px;
  height: 28px;
  justify-content: center;
  border-radius: 6px;
  font-size: 11px;
}

.pr-platform__badge {
  bottom: 14px;
  left: 14px;
  min-height: 38px;
  gap: 9px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 13px;
}

.pr-platform__badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.pr-platform--tiktok .pr-platform__badge svg path {
  fill: currentColor;
  stroke: none;
}

.pr-platform__copy {
  min-height: 210px;
  padding: 27px 28px 30px;
}

.pr-platform__eyebrow {
  margin: 0;
  color: var(--pr-jade);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pr-platform--instagram .pr-platform__eyebrow {
  color: var(--pr-coral);
}

.pr-platform h3 {
  max-width: 20ch;
  margin: 12px 0 0;
  color: var(--pr-text);
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 730;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.pr-platform__copy > p:last-child {
  max-width: 46ch;
  margin: 14px 0 0;
  color: var(--pr-soft);
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: 0;
}

.pr-social-track {
  min-height: 70px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px;
  overflow: hidden;
  border-top: 1px solid var(--pr-line);
  border-bottom: 1px solid var(--pr-line);
  color: var(--pr-soft);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.pr-social-track i {
  width: 5px;
  height: 5px;
  flex: none;
  border-radius: 50%;
  background: var(--pr-coral);
}

/* 3D-Vertragsvorschau -------------------------------------------------- */
.pr-contract {
  overflow: hidden;
  background: var(--pr-surface);
}

.pr-contract__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: 70px;
}

.pr-contract__copy h2 {
  max-width: 11ch;
}

.pr-contract__copy > p:not(.ps-section-label) {
  max-width: 48ch;
  margin-top: 22px;
}

.pr-contract__actions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.pr-contract__actions .pr-metal-button {
  width: min(100%, 420px);
}

.pr-contract__textlink {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(245, 242, 233, 0.34);
  color: var(--pr-text);
  font-size: 13.5px;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 200ms ease, border-color 200ms ease;
}

.pr-contract__textlink svg {
  width: 17px;
  height: 17px;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pr-contract__textlink:hover,
.pr-contract__textlink:focus-visible {
  color: var(--pr-jade);
  border-color: var(--pr-jade);
}

.pr-contract__textlink:hover svg,
.pr-contract__textlink:focus-visible svg {
  transform: translateX(4px);
}

.pr-contract-scene {
  --pr-rx: 0deg;
  --pr-ry: 0deg;
  --pr-scroll: 0px;
  position: relative;
  min-height: 570px;
  perspective: 1200px;
  transform-style: preserve-3d;
  cursor: default;
}

.pr-contract-scene::before {
  content: "";
  position: absolute;
  inset: 9% 7%;
  border: 1px solid rgba(245, 242, 233, 0.08);
  background-image:
    linear-gradient(rgba(245, 242, 233, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 242, 233, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: translateZ(-70px) rotateX(62deg);
  transform-origin: center bottom;
  pointer-events: none;
}

.pr-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(64%, 360px);
  aspect-ratio: 0.72;
  overflow: hidden;
  border: 1px solid rgba(245, 242, 233, 0.2);
  border-radius: 8px;
  background: #f2eee7;
  color: #171311;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.9);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 160ms ease-out, box-shadow 260ms ease;
}

html.pr-deck-motion-ready .pr-contract-scene .pr-sheet {
  opacity: 0;
  transition:
    transform 160ms ease-out,
    box-shadow 260ms ease,
    opacity 540ms cubic-bezier(0.2, 0.8, 0.2, 1),
    translate 820ms cubic-bezier(0.18, 0.9, 0.24, 1);
}

html.pr-deck-motion-ready .pr-contract-scene .pr-sheet--back {
  translate: -76px 48px;
  transition-delay: 0ms;
}

html.pr-deck-motion-ready .pr-contract-scene .pr-sheet--middle {
  translate: 82px 54px;
  transition-delay: 130ms;
}

html.pr-deck-motion-ready .pr-contract-scene .pr-sheet--front {
  translate: 0 88px;
  transition-delay: 260ms;
}

html.pr-deck-motion-ready .pr-contract-scene.is-deck-entered .pr-sheet {
  opacity: 1;
  translate: 0 0;
}

.pr-sheet--back,
.pr-sheet--middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 28px;
  color: #f5f2e9;
}

.pr-sheet--back {
  background: #18231f;
  transform: translate3d(-72%, calc(-49% + var(--pr-scroll)), -45px) rotateZ(-12deg) rotateX(var(--pr-rx)) rotateY(var(--pr-ry));
}

.pr-sheet--middle {
  background: #3b2027;
  transform: translate3d(-30%, calc(-51% - var(--pr-scroll)), 0) rotateZ(10deg) rotateX(var(--pr-rx)) rotateY(var(--pr-ry));
}

.pr-sheet--front {
  z-index: 3;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(237, 233, 226, 0.98)),
    #f2eee7;
  transform: translate3d(-50%, calc(-50% + var(--pr-scroll)), 76px) rotateX(var(--pr-rx)) rotateY(var(--pr-ry));
}

.pr-contract-scene:hover .pr-sheet--front {
  box-shadow: 0 42px 90px -32px rgba(0, 0, 0, 0.95);
}

.pr-sheet__num {
  color: var(--pr-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.pr-sheet--back strong,
.pr-sheet--middle strong {
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
}

.pr-sheet--back > span:last-child,
.pr-sheet--middle > span:last-child {
  color: rgba(245, 242, 233, 0.62);
  font-size: 11.5px;
  line-height: 1.45;
  letter-spacing: 0;
}

.pr-sheet__topline,
.pr-sheet__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pr-sheet__topline {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(23, 19, 17, 0.18);
}

.pr-sheet__topline span:first-child {
  color: #245e4c;
  font-size: 13px;
}

.pr-sheet--front > p {
  margin: 28px 0 0;
  color: #6a5f5b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pr-sheet--front h3 {
  margin: 10px 0 0;
  color: #171311;
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: 0;
}

.pr-sheet__rules {
  margin-top: 34px;
  display: grid;
  gap: 11px;
}

.pr-sheet__rules span {
  height: 6px;
  border-radius: 2px;
  background: rgba(23, 19, 17, 0.13);
}

.pr-sheet__rules span:nth-child(2) { width: 78%; }
.pr-sheet__rules span:nth-child(3) { width: 92%; }
.pr-sheet__rules span:nth-child(4) { width: 62%; }

.pr-sheet__footer {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(23, 19, 17, 0.18);
}

.pr-sheet__footer b {
  color: #245e4c;
  font-size: 11px;
}

/* Bestehende Vertragsmodule im selben System -------------------------- */
body.portal-revival .ps-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

body.portal-revival .ps-section h2,
body.portal-revival .ps-model-panel h3,
body.portal-revival .ps-principle__value,
body.portal-revival .ps-model-tab b {
  letter-spacing: 0;
}

body.portal-revival .ps-model-tool,
body.portal-revival .ps-model-tab,
body.portal-revival .ps-model-panel {
  border-radius: 8px;
}

body.portal-revival .ps-model-tab[aria-selected="true"] {
  color: #d8fff3;
  background: rgba(46, 217, 166, 0.1);
}

body.portal-revival .ps-footer-link.pr-metal-button {
  min-height: 62px;
  padding: 0 22px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  color: #fff;
}

body.portal-revival .ps-footer-link.pr-metal-button:hover,
body.portal-revival .ps-footer-link.pr-metal-button:focus-visible {
  color: #fff;
}

/* Sichtbare, aber fehlertolerante Scroll-Eingaenge -------------------- */
[data-pr-reveal] {
  opacity: 1;
  transform: none;
}

html.pr-motion-ready [data-pr-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

html.pr-motion-ready [data-pr-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .pr-section-head,
  .pr-contract__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pr-section-head h2,
  .pr-contract__copy h2 {
    font-size: 42px;
  }

  .pr-contract-scene {
    width: min(100%, 660px);
    min-height: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 719px) {
  body.portal-revival .sw-root .sw-copy {
    top: auto;
    bottom: 36px;
    left: 16px;
    width: calc(100% - 32px);
    transform: none;
  }

  body.portal-revival .sw-root .sw-copylayer::before {
    width: 100%;
    background: linear-gradient(180deg, transparent 16%, rgba(7, 8, 8, 0.46) 52%, rgba(7, 8, 8, 0.94) 100%);
  }

  body.portal-revival .sw-root .sw-copy__title {
    font-size: 42px;
  }

  body.portal-revival .sw-root .sw-copy__body {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  body.portal-revival .sw-root .sw-copy__tags {
    margin-top: 16px;
  }

  body.portal-revival .sw-root .sw-copy__cta {
    margin-top: 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  body.portal-revival .sw-root .sw-btn--primary {
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
  }

  body.portal-revival .sw-root .sw-btn--ghost {
    min-height: 42px;
    width: max-content;
  }

  body.portal-revival > .dv {
    width: min(100% - 32px, 620px);
    padding: 70px 0;
  }

  body.portal-revival .dv__titel {
    font-size: 34px;
  }

  .pr-section-head h2,
  .pr-contract__copy h2 {
    font-size: 34px;
  }

  .pr-section-copy,
  .pr-contract__copy > p:not(.ps-section-label) {
    font-size: 14px;
  }

  .pr-social-grid {
    width: calc(100vw - 16px);
    margin-top: 38px;
    margin-right: -16px;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 330px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    padding-right: 16px;
  }

  .pr-social-grid::-webkit-scrollbar { display: none; }

  .pr-platform {
    scroll-snap-align: start;
  }

  .pr-platform:hover {
    transform: none;
  }

  .pr-platform__media {
    height: 300px;
  }

  .pr-platform__copy {
    min-height: 200px;
    padding: 22px 20px 24px;
  }

  .pr-platform h3 {
    font-size: 22px;
  }

  .pr-social-track {
    margin-top: 14px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline: 16px;
    scrollbar-width: none;
  }

  .pr-social-track::-webkit-scrollbar { display: none; }

  .pr-contract__actions {
    align-items: stretch;
  }

  .pr-contract__actions .pr-metal-button {
    width: 100%;
  }

  .pr-contract__textlink {
    width: max-content;
    max-width: 100%;
  }

  .pr-contract-scene {
    min-height: 440px;
  }

  .pr-sheet {
    width: min(66%, 260px);
  }

  .pr-sheet--back,
  .pr-sheet--middle {
    padding: 20px;
  }

  .pr-sheet--front {
    padding: 22px;
  }

  .pr-sheet--front h3 {
    font-size: 23px;
  }

  .pr-sheet__footer {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  body.portal-revival .ps-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 380px) {
  body.portal-revival .sw-root .sw-copy__title {
    font-size: 36px;
  }

  .pr-section-head h2,
  .pr-contract__copy h2 {
    font-size: 31px;
  }

  .pr-contract-scene {
    min-height: 400px;
  }

  .pr-sheet {
    width: min(68%, 230px);
  }

  .pr-sheet--front h3 {
    font-size: 20px;
  }

  .pr-sheet__rules {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pr-metal-button,
  body.portal-revival .sw-root .sw-btn--primary,
  body.portal-revival .ps-primary {
    animation: none;
  }

  html.pr-motion-ready [data-pr-reveal],
  html.pr-deck-motion-ready .pr-contract-scene .pr-sheet,
  .pr-platform,
  .pr-platform__media video,
  .pr-sheet,
  .pr-contract__textlink svg,
  .pr-metal-button,
  .pr-metal-button svg {
    opacity: 1;
    translate: none;
    transform: none;
    transition: none;
  }

  .pr-sheet--back {
    transform: translate3d(-72%, -49%, -45px) rotateZ(-12deg);
  }

  .pr-sheet--middle {
    transform: translate3d(-30%, -51%, 0) rotateZ(10deg);
  }

  .pr-sheet--front {
    transform: translate3d(-50%, -50%, 76px);
  }
}

@media print {
  body.portal-signal.portal-revival > #world,
  body.portal-signal.portal-revival > .au-staub,
  body.portal-signal.portal-revival > [data-au-kannst],
  body.portal-signal.portal-revival > .au-mp,
  .pr-social,
  .pr-contract-scene {
    display: none !important;
  }
}
