@font-face {
  font-family: "MF Royal Serif";
  src: url("../fonts/mf-royal-serif.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #020102;
  --wine: #35040c;
  --ruby: #9f1030;
  --rose: #ff3d70;
  --rose-light: #ff87aa;
  --gold: #c88a48;
  --gold-light: #f5ca87;
  --ivory: #f7e7dc;
  --royal-serif: "MF Royal Serif", "Iowan Old Style", Baskerville, Georgia, serif;
  --ease-royal: cubic-bezier(.18, .78, .22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 280px;
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 280px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background: var(--ink);
  font-family: var(--royal-serif);
  text-rendering: optimizeLegibility;
}

img,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #fff;
  background: rgba(176, 14, 52, .92);
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: max(12px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  padding: 11px 17px;
  color: #170306;
  background: var(--gold-light);
  border: 1px solid #fff0c4;
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(255, 76, 123, .55);
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform .22s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-ambience,
.page-ambience > * {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-ambience {
  z-index: -3;
  overflow: hidden;
  background: #020102;
}

.page-ambience__room {
  inset: -7vmax;
  opacity: .88;
  background: url("../images/page-ambience.webp") center / cover no-repeat;
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.06);
  animation: room-breathe 22s ease-in-out infinite alternate;
}

.page-ambience__veil {
  background:
    radial-gradient(ellipse at center, rgba(35, 2, 8, .03) 0 32%, rgba(0, 0, 0, .48) 72%, rgba(0, 0, 0, .86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .74), transparent 23% 77%, rgba(0, 0, 0, .74));
}

.page-ambience__glow {
  inset: auto 8% -20vh;
  height: 46vh;
  opacity: .22;
  background: radial-gradient(ellipse, rgba(255, 20, 78, .42), transparent 66%);
  filter: blur(26px);
  animation: lower-glow 7s ease-in-out infinite alternate;
}

.desktop-experience {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
}

.approved-stage {
  position: relative;
  width: min(941px, 100%);
  aspect-ratio: 941 / 1672;
  isolation: isolate;
  overflow: hidden;
  background: #020102;
  box-shadow:
    0 0 0 1px rgba(204, 123, 57, .22),
    0 0 48px rgba(178, 9, 46, .2),
    0 24px 90px rgba(0, 0, 0, .84);
}

.approved-stage__art {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  user-select: none;
}

.approved-stage__magic {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.approved-stage__cursor {
  position: absolute;
  z-index: 2;
  width: 230px;
  height: 230px;
  margin: -115px 0 0 -115px;
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 50, 103, .095), rgba(178, 12, 50, .035) 38%, transparent 70%);
  filter: blur(2px);
  transition: opacity .35s ease;
  will-change: transform;
}

.has-fine-pointer .approved-stage:hover .approved-stage__cursor {
  opacity: 1;
}

.hotspot-layer {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.hotspot {
  position: absolute;
  z-index: 6;
  display: block;
  pointer-events: auto;
  border-radius: 8%;
  outline: none;
  transform-style: preserve-3d;
  --rx: 0deg;
  --ry: 0deg;
}

.hotspot::before,
.hotspot::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  transition: opacity .24s ease, transform .35s var(--ease-royal);
}

.hotspot::before {
  border: 1px solid rgba(255, 208, 133, .92);
  box-shadow:
    0 0 7px rgba(255, 220, 150, .65),
    0 0 18px rgba(255, 53, 105, .62),
    0 14px 28px rgba(0, 0, 0, .7),
    inset 0 0 18px rgba(255, 28, 82, .2);
}

.hotspot::after {
  inset: 3% 5%;
  background: linear-gradient(108deg, transparent 25%, rgba(255, 244, 214, .5) 47%, rgba(255, 83, 133, .2) 53%, transparent 75%);
  mix-blend-mode: screen;
  transform: translateX(-78%) skewX(-16deg);
}

.hotspot__lift {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
  object-fit: fill;
  border-radius: inherit;
  filter: saturate(1.02) contrast(1.01) drop-shadow(0 15px 18px rgba(0, 0, 0, .62));
  transform: perspective(820px) translateZ(0) rotateX(0) rotateY(0) scale(1);
  transform-origin: center;
  transition: opacity .16s ease, transform .3s var(--ease-royal), filter .3s ease;
  will-change: transform, opacity;
}

.hotspot:hover,
.hotspot:focus-visible {
  z-index: 20;
}

.hotspot:hover::before,
.hotspot:focus-visible::before {
  opacity: 1;
  transform: scale(1.018);
}

.hotspot:hover::after,
.hotspot:focus-visible::after {
  opacity: .48;
  animation: portal-sheen 1.15s ease-out both;
}

.hotspot:hover .hotspot__lift,
.hotspot:focus-visible .hotspot__lift {
  opacity: 1;
  filter: saturate(1.08) contrast(1.035) brightness(1.035) drop-shadow(0 18px 22px rgba(0, 0, 0, .75));
  transform: perspective(820px) translateY(-2.2%) translateZ(18px) rotateX(var(--rx)) rotateY(var(--ry)) scale(1.025);
}

.hotspot:focus-visible {
  outline: 2px solid var(--rose-light);
  outline-offset: 3px;
}

.hotspot:active .hotspot__lift {
  transition-duration: .08s;
  transform: perspective(820px) translateY(0) translateZ(0) rotateX(0) rotateY(0) scale(.985);
}

.hotspot[class*="nav-"] {
  border-radius: 999px;
}

.hotspot[class*="nav-"]::before {
  inset: auto 7% 7%;
  height: 1px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #ff6a91, #f2c680, transparent);
  box-shadow: 0 0 12px #ff376f;
}

.hotspot[class*="nav-"]:hover::before,
.hotspot[class*="nav-"]:focus-visible::before {
  opacity: 1;
  transform: scaleX(1.08);
}

.nav-home { left: 21.47%; top: .42%; width: 6.8%; height: 2.55%; }
.nav-about { left: 29.22%; top: .42%; width: 9.1%; height: 2.55%; }
.nav-services { left: 39.32%; top: .42%; width: 8.3%; height: 2.55%; }
.nav-rules { left: 48.35%; top: .42%; width: 6.25%; height: 2.55%; }
.nav-tribute { left: 55.83%; top: .42%; width: 8.2%; height: 2.55%; }
.nav-gallery { left: 64.18%; top: .42%; width: 8.2%; height: 2.55%; }
.nav-contact { left: 72.69%; top: .42%; width: 9.2%; height: 2.55%; }
.nav-all-links { left: 83.17%; top: .18%; width: 14.2%; height: 3.05%; }

.card-fansly { left: 4.04%; top: 23.36%; width: 22.42%; height: 13.22%; }
.card-youpay { left: 27.31%; top: 23.36%; width: 21.57%; height: 13.22%; }
.card-throne { left: 49.78%; top: 23.36%; width: 21.9%; height: 13.22%; }
.card-menu { left: 72.37%; top: 23.36%; width: 22.53%; height: 13.22%; }

.card-iwc { left: 2.34%; top: 39.69%; width: 18.39%; height: 12.92%; }
.card-niteflirt-phone { left: 21.15%; top: 39.69%; width: 18.39%; height: 12.92%; }
.card-premium-chat { left: 40.06%; top: 39.69%; width: 18.39%; height: 12.92%; }
.card-niteflirt-calls { left: 58.66%; top: 39.69%; width: 18.71%; height: 12.92%; }
.card-linktree { left: 77.69%; top: 39.69%; width: 18.39%; height: 12.92%; }

.card-onlyfans { left: 2.02%; top: 55.14%; width: 15.41%; height: 12.11%; }
.card-loyalfans { left: 17.96%; top: 55.14%; width: 15.41%; height: 12.11%; }
.card-feetfinder { left: 33.90%; top: 55.14%; width: 15.41%; height: 12.11%; }
.card-revealme { left: 49.84%; top: 55.14%; width: 15.41%; height: 12.11%; }
.card-admireme { left: 65.78%; top: 55.14%; width: 15.41%; height: 12.11%; }
.card-twitter { left: 81.72%; top: 55.14%; width: 15.09%; height: 12.11%; }

.card-cashapp { left: 3.4%; top: 70%; width: 29.75%; height: 8.08%; }
.card-allmylinks { left: 32.84%; top: 70%; width: 31.99%; height: 8.08%; }
.card-amazon { left: 64.61%; top: 70%; width: 31.25%; height: 8.08%; }

.telegram-promotion {
  left: 2.34%;
  top: 79%;
  width: 95.32%;
  height: 19.12%;
  border-radius: 3%;
}

.telegram-promotion::before {
  border-color: rgba(255, 128, 167, .98);
  box-shadow:
    0 0 8px #fff1e0,
    0 0 20px #ff3d70,
    0 0 40px rgba(255, 26, 83, .58),
    inset 0 0 25px rgba(255, 50, 105, .24);
  animation: telegram-breathe 2.8s ease-in-out infinite alternate;
}

.portal-extension {
  position: relative;
  width: min(941px, 100%);
  padding: 30px clamp(18px, 4vw, 44px) 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(150, 7, 38, .25), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(129, 6, 34, .22), transparent 28%),
    linear-gradient(180deg, rgba(17, 2, 5, .98), rgba(3, 1, 2, .99));
  border: 1px solid rgba(203, 127, 57, .46);
  border-top: 0;
  box-shadow:
    0 0 48px rgba(178, 9, 46, .2),
    0 34px 90px rgba(0, 0, 0, .84),
    inset 0 1px rgba(255, 190, 105, .12);
  isolation: isolate;
}

.portal-extension::before,
.portal-extension::after {
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  content: "";
  pointer-events: none;
  opacity: .32;
  background:
    radial-gradient(circle at center, rgba(255, 32, 86, .2), transparent 42%),
    conic-gradient(from 45deg, transparent, rgba(201, 126, 60, .35), transparent 25% 75%, rgba(201, 126, 60, .3), transparent);
  filter: blur(1px);
  transform: rotate(16deg);
}

.portal-extension::before { top: -150px; left: -135px; }
.portal-extension::after { right: -135px; bottom: -150px; transform: rotate(-16deg); }

.portal-extension__heading {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  align-items: center;
  gap: 15px;
}

.portal-extension__heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(222, 151, 78, .9), rgba(255, 57, 108, .45));
  box-shadow: 0 0 8px rgba(255, 49, 100, .24);
}

.portal-extension__heading span:last-child { transform: scaleX(-1); }

.portal-extension__heading h2 {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(22px, 3.4vw, 31px);
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 0 14px rgba(255, 45, 96, .22), 0 1px #4c160d;
  text-transform: uppercase;
}

.portal-extension__intro {
  margin: 8px 0 21px;
  color: #d9b898;
  font-size: 13px;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

.new-portal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 22px);
}

.portal-card {
  --portal-accent: #ff4275;
  --portal-secondary: #d2a25f;
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 190px;
  grid-template-columns: minmax(86px, 32%) 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 18px);
  padding: 20px clamp(15px, 2.4vw, 24px);
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 18% 26%, color-mix(in srgb, var(--portal-accent) 22%, transparent), transparent 33%),
    linear-gradient(145deg, rgba(31, 4, 9, .96), rgba(3, 2, 3, .99) 58%, rgba(18, 2, 6, .98));
  border: 1px solid rgba(234, 166, 95, .82);
  border-radius: 20px;
  box-shadow:
    0 0 0 3px rgba(38, 7, 8, .96),
    0 0 0 4px rgba(191, 105, 44, .5),
    0 16px 28px rgba(0, 0, 0, .72),
    inset 0 0 26px rgba(255, 38, 91, .1);
  outline: none;
  isolation: isolate;
  transform: perspective(900px) translateZ(0) rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  transition: transform .32s var(--ease-royal), border-color .25s ease, box-shadow .3s ease;
}

.portal-card--onlyfans {
  --portal-accent: #16c5ef;
  --portal-secondary: #8eeeff;
}

.portal-card--instagram {
  --portal-accent: #f33686;
  --portal-secondary: #b769ff;
}

.portal-card::before,
.portal-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.portal-card::before {
  z-index: 3;
  inset: 7px;
  border: 1px solid rgba(246, 201, 134, .32);
  border-radius: 14px;
  box-shadow: inset 0 0 20px color-mix(in srgb, var(--portal-accent) 10%, transparent);
}

.portal-card::after {
  z-index: 4;
  top: -60%;
  left: -34%;
  width: 38%;
  height: 220%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 244, 219, .5), transparent);
  filter: blur(2px);
  transform: rotate(19deg);
}

.portal-card__logo-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 118px);
  aspect-ratio: 1;
  place-items: center;
  padding: 10px;
  justify-self: center;
  border: 1px solid color-mix(in srgb, var(--portal-secondary) 82%, #fff 18%);
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--portal-accent) 20%, transparent), rgba(2, 1, 2, .78) 70%);
  box-shadow:
    0 0 12px color-mix(in srgb, var(--portal-accent) 62%, transparent),
    inset 0 0 18px color-mix(in srgb, var(--portal-accent) 18%, transparent);
  transform: translateZ(14px);
}

.portal-card__logo-wrap::after {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 34px;
  height: 34px;
  content: "";
  background: url("../images/royal-sparkle.png") center / contain no-repeat;
  filter: hue-rotate(328deg);
  animation: corner-twinkle 3.1s ease-in-out infinite;
}

.portal-card__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portal-card__copy {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  gap: 3px;
  align-content: center;
  transform: translateZ(18px);
}

.portal-card__eyebrow {
  color: color-mix(in srgb, var(--portal-secondary) 76%, #fff 24%);
  font-size: clamp(9px, 1.2vw, 11px);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.portal-card strong {
  overflow-wrap: anywhere;
  color: var(--gold-light);
  font-size: clamp(20px, 2.7vw, 29px);
  font-weight: 400;
  letter-spacing: .055em;
  line-height: 1.02;
  text-shadow: 0 0 12px color-mix(in srgb, var(--portal-accent) 36%, transparent);
  text-transform: uppercase;
}

.portal-card small {
  overflow: hidden;
  color: #e2c9b8;
  font-size: clamp(10px, 1.25vw, 12px);
  letter-spacing: .08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-card__action {
  display: grid;
  width: min(100%, 184px);
  min-height: 35px;
  place-items: center;
  margin-top: 9px;
  padding: 7px 13px;
  color: #ffe9ca;
  background:
    linear-gradient(180deg, rgba(166, 12, 50, .88), rgba(44, 2, 12, .98)),
    #37020d;
  border: 1px solid #ff3e73;
  border-radius: 999px;
  box-shadow:
    0 0 10px color-mix(in srgb, var(--portal-accent) 60%, transparent),
    inset 0 0 9px rgba(255, 57, 108, .28);
  font-size: clamp(10px, 1.35vw, 13px);
  letter-spacing: .11em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.portal-card:hover,
.portal-card:focus-visible {
  z-index: 5;
  border-color: #ffe1a8;
  box-shadow:
    0 0 0 3px rgba(38, 7, 8, .98),
    0 0 0 4px rgba(247, 185, 108, .78),
    0 20px 36px rgba(0, 0, 0, .82),
    0 0 25px color-mix(in srgb, var(--portal-accent) 46%, transparent),
    inset 0 0 30px color-mix(in srgb, var(--portal-accent) 15%, transparent);
  transform: perspective(900px) translateY(-5px) translateZ(16px) rotateX(var(--rx)) rotateY(var(--ry)) scale(1.012);
}

.portal-card:hover::after,
.portal-card:focus-visible::after {
  opacity: .72;
  animation: portal-card-sheen 1s ease-out both;
}

.portal-card:focus-visible { outline: 2px solid var(--rose-light); outline-offset: 5px; }
.portal-card:active { transform: perspective(900px) translateZ(0) scale(.985); transition-duration: .08s; }

.js .portal-extension[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .9s var(--ease-royal);
}

.js .portal-extension[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.royal-spark {
  position: fixed;
  z-index: 100;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  pointer-events: none;
  background: url("../images/royal-sparkle.png") center / contain no-repeat;
  animation: royal-spark .72s ease-out both;
}

.mobile-experience {
  display: none;
}

.is-static .approved-stage__magic,
.is-static .approved-stage__cursor,
.is-static .telegram-promotion::before,
.is-static .page-ambience__glow {
  display: none !important;
}

.is-static .page-ambience__room,
.is-static .mobile-card::after,
.is-static .portal-card::after,
.is-static .portal-card__logo-wrap::after,
.is-static .mobile-telegram > a,
.is-static .mobile-telegram > a::after {
  animation: none !important;
}

@media (max-width: 760px) {
  .desktop-experience {
    display: none;
  }

  .mobile-experience {
    position: relative;
    display: block;
    width: min(100%, 720px);
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(70, 2, 14, .22), transparent 14% 86%, rgba(70, 2, 14, .22)),
      rgba(2, 1, 2, .82);
    box-shadow: 0 0 48px rgba(0, 0, 0, .9);
  }

  .mobile-experience::before,
  .mobile-experience::after {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 22vw;
    max-width: 110px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(93, 3, 19, .28), transparent);
  }

  .mobile-experience::before { left: 0; }
  .mobile-experience::after { right: 0; transform: scaleX(-1); }

  .mobile-header {
    position: sticky;
    z-index: 50;
    top: 0;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: max(7px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) 7px max(14px, env(safe-area-inset-left));
    background: linear-gradient(180deg, rgba(3, 1, 2, .97), rgba(9, 1, 3, .91));
    border-bottom: 1px solid rgba(195, 116, 50, .45);
    box-shadow: 0 9px 28px rgba(0, 0, 0, .58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mobile-brand {
    width: min(39vw, 150px);
    min-width: 108px;
  }

  .mobile-brand img {
    width: 100%;
    height: auto;
  }

  .mobile-nav {
    position: relative;
  }

  .mobile-nav summary {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 11px;
    padding: 9px 14px;
    color: var(--gold-light);
    background: linear-gradient(180deg, rgba(64, 4, 14, .78), rgba(14, 1, 4, .96));
    border: 1px solid rgba(242, 66, 111, .82);
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(255, 36, 91, .22), inset 0 0 13px rgba(255, 47, 101, .08);
    font-size: clamp(11px, 3vw, 14px);
    letter-spacing: .07em;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary i,
  .mobile-nav summary i::before,
  .mobile-nav summary i::after {
    display: block;
    width: 17px;
    height: 1px;
    content: "";
    background: var(--rose-light);
    box-shadow: 0 0 7px var(--rose);
    transition: transform .25s ease, opacity .25s ease;
  }

  .mobile-nav summary i::before { transform: translateY(-5px); }
  .mobile-nav summary i::after { transform: translateY(4px); }
  .mobile-nav[open] summary i { background: transparent; box-shadow: none; }
  .mobile-nav[open] summary i::before { transform: translateY(0) rotate(45deg); }
  .mobile-nav[open] summary i::after { transform: translateY(-1px) rotate(-45deg); }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: min(78vw, 300px);
    padding: 10px;
    overflow: hidden;
    background:
      radial-gradient(circle at top right, rgba(134, 9, 40, .24), transparent 45%),
      rgba(7, 2, 3, .985);
    border: 1px solid rgba(200, 138, 72, .58);
    border-radius: 14px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .82), 0 0 25px rgba(220, 20, 65, .2);
  }

  .mobile-nav nav a {
    min-height: 44px;
    padding: 12px 14px;
    color: var(--ivory);
    border-bottom: 1px solid rgba(200, 138, 72, .15);
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mobile-nav nav a:last-child { border-bottom: 0; }
  .mobile-nav nav a:hover,
  .mobile-nav nav a:focus-visible { color: var(--rose-light); background: rgba(111, 7, 28, .22); outline: 1px solid rgba(255, 78, 125, .52); }

  .mobile-hero {
    position: relative;
    display: grid;
    align-items: center;
    padding: 8px 0 0;
    overflow: hidden;
    background: #020102;
  }

  .mobile-hero::after {
    position: absolute;
    z-index: 3;
    right: 4%;
    bottom: 2%;
    left: 4%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(222, 147, 75, .9), rgba(255, 63, 112, .35), rgba(222, 147, 75, .9), transparent);
    box-shadow: 0 0 10px rgba(255, 50, 100, .34);
  }

  .mobile-hero__brand,
  .mobile-hero__majesty {
    width: 100%;
    height: auto;
  }

  .mobile-hero__majesty {
    margin-top: -8%;
  }

  .mobile-portals {
    position: relative;
    padding: 13px max(14px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  }

  .mobile-portals::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .32;
    background:
      radial-gradient(circle at 0 15%, rgba(104, 5, 24, .48), transparent 21%),
      radial-gradient(circle at 100% 42%, rgba(104, 5, 24, .48), transparent 23%),
      radial-gradient(circle at 0 70%, rgba(104, 5, 24, .45), transparent 22%),
      linear-gradient(90deg, rgba(83, 3, 17, .28), transparent 14% 86%, rgba(83, 3, 17, .28));
  }

  .mobile-section {
    padding: 14px 0 8px;
  }

  .js .mobile-section[data-reveal],
  .js .mobile-telegram[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .85s var(--ease-royal);
  }

  .js .mobile-section[data-reveal].is-visible,
  .js .mobile-telegram[data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  .mobile-heading {
    width: min(94%, 484px);
    margin: 0 auto 10px;
    filter: drop-shadow(0 0 7px rgba(225, 105, 52, .15));
  }

  .mobile-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .mobile-card {
    position: relative;
    display: block;
    width: min(100%, 360px);
    isolation: isolate;
    border-radius: 9%;
    outline: none;
    filter: drop-shadow(0 13px 18px rgba(0, 0, 0, .6));
    transform: perspective(850px) translateZ(0);
    transition: transform .3s var(--ease-royal), filter .3s ease;
  }

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

  .mobile-card::before {
    inset: 1px;
    opacity: 0;
    border: 1px solid rgba(255, 211, 141, .9);
    border-radius: inherit;
    box-shadow: 0 0 14px rgba(255, 51, 104, .74), inset 0 0 18px rgba(255, 31, 86, .14);
    transition: opacity .22s ease;
  }

  .mobile-card::after {
    top: 4%;
    right: 4%;
    width: 27px;
    height: 27px;
    opacity: .54;
    background: url("../images/royal-sparkle.png") center / contain no-repeat;
    animation: corner-twinkle 3.2s ease-in-out infinite;
  }

  .mobile-card img {
    width: 100%;
    height: auto;
    border-radius: inherit;
  }

  .mobile-card:hover,
  .mobile-card:focus-visible {
    z-index: 4;
    filter: drop-shadow(0 17px 24px rgba(0, 0, 0, .72)) drop-shadow(0 0 11px rgba(255, 41, 95, .32));
    transform: perspective(850px) translateY(-5px) rotateX(1.2deg) scale(1.018);
  }

  .mobile-card:hover::before,
  .mobile-card:focus-visible::before { opacity: 1; }
  .mobile-card:focus-visible { outline: 2px solid var(--rose-light); outline-offset: 3px; }
  .mobile-card:active { transform: scale(.985); transition-duration: .08s; }

  .mobile-card-grid--gifts .mobile-card {
    width: min(100%, 540px);
    border-radius: 13%;
  }

  .new-portal-grid--mobile {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 18px;
    padding: 4px;
  }

  .new-portal-grid--mobile .portal-card {
    width: min(100%, 540px);
    min-height: 176px;
    justify-self: center;
  }

  .mobile-telegram {
    padding: 23px 0 5px;
  }

  .mobile-telegram > a {
    position: relative;
    display: grid;
    overflow: hidden;
    background: #030102;
    border: 1px solid var(--rose);
    border-radius: 14px;
    box-shadow:
      0 0 8px rgba(255, 213, 172, .72),
      0 0 20px rgba(255, 39, 95, .66),
      0 0 42px rgba(255, 20, 75, .26),
      inset 0 0 24px rgba(255, 22, 81, .16);
    outline: none;
    animation: telegram-mobile-breathe 3s ease-in-out infinite alternate;
  }

  .mobile-telegram > a::after {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 52px;
    height: 52px;
    content: "";
    pointer-events: none;
    background: url("../images/royal-sparkle.png") center / contain no-repeat;
    animation: corner-twinkle 2.6s ease-in-out infinite .5s;
  }

  .mobile-telegram > a:hover,
  .mobile-telegram > a:focus-visible {
    border-color: #ffc1d2;
    box-shadow: 0 0 11px #fff2d8, 0 0 27px #ff3b70, 0 0 55px rgba(255, 20, 78, .52);
  }

  .mobile-telegram > a:focus-visible { outline: 2px solid #ffb1c7; outline-offset: 4px; }
  .mobile-telegram img { width: 100%; height: auto; }
  .mobile-telegram__copy { margin-top: -2px; }
}

@media (min-width: 480px) and (max-width: 760px) {
  .mobile-hero {
    grid-template-columns: 54% 46%;
    min-height: 250px;
    align-items: end;
  }

  .mobile-hero__brand { align-self: center; }
  .mobile-hero__majesty { margin: 0; }

  .mobile-card-grid:not(.mobile-card-grid--gifts) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-card { width: 100%; }
  .mobile-card-grid--platforms { gap: 11px; }

  .mobile-telegram > a {
    grid-template-columns: 44% 56%;
    align-items: stretch;
  }

  .mobile-telegram__portrait,
  .mobile-telegram__copy {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .mobile-telegram__copy { margin: 0; object-position: right center; }
}

@media (max-width: 340px) {
  .mobile-header { gap: 8px; padding-inline: 9px; }
  .mobile-brand { min-width: 95px; }
  .mobile-nav summary { padding-inline: 11px; }
  .mobile-nav summary span { max-width: 91px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-portals { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .approved-stage__magic,
  .approved-stage__cursor { display: none; }
  .telegram-promotion::before { display: none; }
  .js .mobile-section[data-reveal],
  .js .mobile-telegram[data-reveal],
  .js .portal-extension[data-reveal] { opacity: 1; transform: none; }
}

@keyframes room-breathe {
  from { transform: scale(1.06) translate3d(-.25%, -.2%, 0); }
  to { transform: scale(1.09) translate3d(.28%, .22%, 0); }
}

@keyframes lower-glow {
  from { opacity: .14; transform: scale(.96); }
  to { opacity: .28; transform: scale(1.04); }
}

@keyframes portal-sheen {
  0% { transform: translateX(-78%) skewX(-16deg); }
  100% { transform: translateX(78%) skewX(-16deg); }
}

@keyframes portal-card-sheen {
  from { left: -34%; }
  to { left: 118%; }
}

@keyframes telegram-breathe {
  from { opacity: .55; filter: brightness(.88); }
  to { opacity: .92; filter: brightness(1.12); }
}

@keyframes royal-spark {
  0% { opacity: 0; transform: scale(.2) rotate(0deg); }
  25% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.45) rotate(50deg); }
}

@keyframes corner-twinkle {
  0%, 70%, 100% { opacity: .22; transform: scale(.68) rotate(0); }
  80% { opacity: .92; transform: scale(1.08) rotate(22deg); }
}

@keyframes telegram-mobile-breathe {
  from { filter: brightness(.96); }
  to { filter: brightness(1.045); }
}
