.mobile-experience {
  display: none;
}

.manifest-mobile-menu {
  display: none;
}

html:has(body.m-reader-page) {
  scroll-behavior: auto;
  scroll-padding-top: 84px;
}

.m-reader-page {
  min-height: 100svh;
  background: #fbfbf7;
  color: #151515;
}

.m-reader-page.m-reader-dark {
  background: #030405;
  color: #f4f1e8;
}

.m-reader-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 8px clamp(16px, 4vw, 28px);
  border-bottom: 1px solid rgba(21, 21, 21, .14);
  background: rgba(251, 251, 247, .94);
  backdrop-filter: blur(18px);
}

.m-reader-dark .m-reader-header {
  border-bottom-color: rgba(255, 255, 255, .12);
  background: rgba(3, 4, 5, .92);
}

.m-reader-back,
.m-reader-menu,
.m-reader-lang button {
  min-height: 40px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 8px 11px;
  text-decoration: none;
  cursor: pointer;
}

.m-reader-title {
  overflow: hidden;
  font-weight: 760;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-reader-actions {
  display: flex;
  gap: 6px;
  align-items: center;
}

.m-reader-lang {
  display: flex;
}

.m-reader-lang button {
  min-width: 40px;
  padding-inline: 8px;
}

.m-reader-lang button + button {
  border-left: 0;
}

.m-reader-lang button.active {
  background: #151515;
  color: #fbfbf7;
}

.m-reader-dark .m-reader-lang button.active {
  background: #f4f1e8;
  color: #030405;
}

@media (max-width: 480px) {
  .m-reader-lang button.active {
    display: none;
  }
}

.m-reader-main {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 9vw, 96px) 0 clamp(90px, 14vw, 150px);
}

.m-reader-intro {
  padding-bottom: clamp(38px, 7vw, 64px);
  border-bottom: 1px solid rgba(21, 21, 21, .16);
}

.m-reader-dark .m-reader-intro {
  border-bottom-color: rgba(255, 255, 255, .14);
}

.m-reader-intro h1 {
  max-width: 14ch;
  margin: 12px 0 20px;
  font-size: clamp(40px, 8vw, 72px);
  line-height: .98;
}

.m-reader-intro p,
.m-reader-section p,
.m-reader-section li {
  font-size: clamp(16px, 2.4vw, 19px);
  line-height: 1.7;
}

.m-reader-section {
  scroll-margin-top: 76px;
  padding: clamp(48px, 8vw, 78px) 0 0;
}

.m-reader-section h2 {
  max-width: 18ch;
  margin: 8px 0 24px;
  font-size: clamp(30px, 6vw, 50px);
  line-height: 1.04;
}

.m-reader-section h3 {
  margin: 30px 0 12px;
  font-size: clamp(20px, 4vw, 28px);
}

.m-reader-section ul {
  padding-left: 1.2em;
}

.m-reader-section li + li {
  margin-top: 10px;
}

.m-reader-proof {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(21, 21, 21, .16);
  border-bottom: 1px solid rgba(21, 21, 21, .16);
  font-weight: 760;
}

.m-reader-dark .m-reader-proof {
  border-color: rgba(255, 255, 255, .14);
}

.m-reader-cta {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 20px;
  border: 1px solid currentColor;
  background: #151515;
  color: #fff;
  padding: 12px 18px;
  text-decoration: none;
}

.m-reader-dark .m-reader-cta {
  background: #f4f1e8;
  color: #090909;
}

@media (max-width: 980px) {
  html:has(body.manifest-page) {
    scroll-padding-top: 58px;
    scroll-snap-type: y mandatory;
  }

  .manifest-page .manifest-header {
    position: sticky;
    top: 0;
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 58px;
    padding: 8px 16px;
  }

  .manifest-page .manifest-header .main-nav {
    display: none;
  }

  .manifest-page .manifest-header .wordmark {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .manifest-page .manifest-mobile-menu {
    display: block;
    min-height: 40px;
    border: 1px solid rgba(244, 241, 232, .72);
    background: transparent;
    color: #f4f1e8;
    padding: 8px 11px;
  }

  .manifest-page .lang-switch button {
    min-width: 40px;
    min-height: 40px;
  }

  .manifest-page .m-menu-overlay {
    position: fixed;
  }

  .manifest-page .manifest-scene {
    width: 100%;
    height: calc(100svh - 58px);
    min-height: calc(100svh - 58px);
    padding: clamp(26px, 5svh, 44px) 20px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .manifest-page .scene-copy h1,
  .manifest-page .scene-copy h2 {
    font-size: clamp(31px, 9.2vw, 46px);
    line-height: 1;
  }

  .manifest-page .scene-kicker,
  .manifest-page .scene-accent {
    margin-top: 16px;
    font-size: clamp(17px, 5vw, 23px);
  }

  .manifest-page .scene-body,
  .manifest-page .scene-lines p,
  .manifest-page .scene-aside span,
  .manifest-page .price-list span,
  .manifest-page .decision-lines p {
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.38;
  }

  .manifest-page .scene-body,
  .manifest-page .scene-lines {
    margin-top: 20px;
  }

  .manifest-page .scene-lines {
    gap: 8px;
  }

  .manifest-page .threshold-statement,
  .manifest-page .price-list,
  .manifest-page .decision-lines {
    margin-top: 22px;
  }

  .manifest-page .threshold-statement p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .manifest-page .scene-aside {
    gap: 8px;
    margin-top: 18px;
  }

  .manifest-page .answer-orbit {
    gap: 10px 18px;
    margin-top: 22px;
  }

  .manifest-page .price-list {
    margin-bottom: 22px;
  }

  .manifest-page .consent-lines {
    gap: 16px;
    margin-top: 30px;
  }

  .manifest-page .consent-lines p,
  .manifest-page .decision-lines p {
    font-size: clamp(20px, 6.2vw, 30px);
  }

  .manifest-page .scene-lights {
    display: flex;
    background-position: center;
    background-size: cover;
  }

  .manifest-page .two-lights-art {
    display: none;
  }

  .manifest-page .language-cloud {
    opacity: .24;
  }

  .manifest-page .scene-final .action-row {
    gap: 8px;
    margin-top: 20px;
  }

  .manifest-page .scene-final .button {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 14px;
  }

  html:has(body.mobile-app-ready) {
    scroll-behavior: auto;
  }

  body.mobile-app-ready {
    overflow: hidden;
  }

  body.mobile-app-ready > .desktop-experience {
    display: none !important;
  }

  body.mobile-app-ready > .mobile-experience {
    --m-top: 58px;
    --m-bottom: env(safe-area-inset-bottom, 0px);
    position: fixed;
    z-index: 90;
    inset: 0;
    display: block;
    overflow: hidden;
    background: #fbfbf7;
    color: #151515;
  }

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

  .mobile-experience a {
    color: inherit;
  }

  .m-topbar {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    min-height: var(--m-top);
    padding: 8px 14px 8px 18px;
    border-bottom: 1px solid rgba(21, 21, 21, .13);
    background: rgba(251, 251, 247, .93);
    backdrop-filter: blur(18px);
  }

  .latarnik-page .m-topbar,
  .noxadus-page .m-topbar {
    border-bottom-color: rgba(255, 255, 255, .12);
    background: rgba(3, 4, 5, .9);
    color: #f4f1e8;
  }

  .m-wordmark {
    overflow: hidden;
    font-size: 14px;
    font-weight: 760;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-menu-button,
  .m-lang button {
    min-height: 38px;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    padding: 7px 10px;
    font-size: 13px;
    cursor: pointer;
  }

  .m-lang {
    display: flex;
  }

  .m-lang button {
    min-width: 38px;
    padding-inline: 7px;
  }

  .m-lang button + button {
    border-left: 0;
  }

  .m-lang button.active {
    background: #151515;
    color: #fff;
  }

  .latarnik-page .m-lang button.active,
  .noxadus-page .m-lang button.active {
    background: #f4f1e8;
    color: #090909;
  }

  .m-scroll {
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
    scroll-padding-block: var(--m-top) var(--m-bottom);
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .m-scroll::-webkit-scrollbar,
  .m-deck::-webkit-scrollbar {
    display: none;
  }

  .m-screen {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100svh;
    overflow: hidden;
    padding: calc(var(--m-top) + 26px) 20px calc(var(--m-bottom) + 28px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .m-screen > * {
    position: relative;
    z-index: 1;
  }

  .m-screen-kicker {
    margin: 0 0 12px;
    color: #8a5d35;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .m-screen h1,
  .m-screen h2 {
    margin: 0;
    font-size: clamp(38px, 10vw, 62px);
    line-height: .98;
    letter-spacing: -.04em;
  }

  .m-screen h3 {
    margin: 0;
    font-size: clamp(25px, 7vw, 38px);
    line-height: 1.02;
  }

  .m-screen-copy {
    max-width: 36rem;
    margin: 20px 0 0;
    color: rgba(21, 21, 21, .72);
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.55;
  }

  .m-latarnik-screen .m-screen-copy,
  .m-noxadus-screen .m-screen-copy {
    color: rgba(244, 241, 232, .74);
  }

  .m-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .m-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    padding: 10px 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .mobile-experience .m-button-primary {
    background: #151515;
    color: #fff;
  }

  .mobile-experience .m-latarnik-screen .m-button-primary,
  .mobile-experience .m-noxadus-screen .m-button-primary {
    background: #f4f1e8;
    color: #090909;
  }

  .m-screen-cue {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: calc(var(--m-bottom) + 12px);
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(21, 21, 21, .46);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .m-latarnik-screen .m-screen-cue,
  .m-noxadus-screen .m-screen-cue {
    color: rgba(244, 241, 232, .48);
  }

  .m-screen-cue::after {
    content: "↓";
    font-size: 18px;
  }

  .m-metrics {
    display: grid;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid rgba(21, 21, 21, .16);
  }

  .m-metric {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(21, 21, 21, .16);
  }

  .m-metric strong {
    font-size: clamp(24px, 7vw, 34px);
  }

  .m-metric span {
    color: rgba(21, 21, 21, .62);
    font-size: 13px;
    text-align: right;
  }

  .m-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
  }

  .m-deck-meta {
    flex: 0 0 auto;
    color: rgba(21, 21, 21, .54);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
  }

  .m-deck {
    display: grid;
    grid-auto-columns: 86%;
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 2px 14% 12px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .m-deck-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(21, 21, 21, .18);
    background: #fff;
    scroll-snap-align: start;
  }

  .m-deck-card .m-card-number {
    margin-bottom: auto;
    color: rgba(21, 21, 21, .46);
    font-size: 12px;
    font-weight: 750;
  }

  .m-deck-card p {
    margin: 16px 0 0;
    color: rgba(21, 21, 21, .7);
    line-height: 1.5;
  }

  .m-deck-card .m-card-proof {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(21, 21, 21, .14);
    color: #151515;
    font-size: 13px;
    font-weight: 760;
  }

  .m-deck-card .m-button {
    align-self: flex-start;
    margin-top: 18px;
  }

  .m-deck-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
  }

  .m-deck-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(21, 21, 21, .28);
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .m-cv-screen {
    background:
      linear-gradient(135deg, rgba(81, 106, 85, .12), transparent 48%),
      #efeee7;
  }

  .m-corporate-experience .m-screen {
    justify-content: flex-start;
    padding-top: calc(var(--m-top) + 30px);
  }

  .m-home-experience {
    background: #fbfbf7;
  }

  .m-home-split {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100svh;
    padding: var(--m-top) 0 var(--m-bottom);
  }

  .m-home-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px 20px;
    text-decoration: none;
  }

  .m-home-panel strong {
    max-width: 12ch;
    font-size: clamp(38px, 11vw, 58px);
    line-height: .94;
    letter-spacing: -.04em;
  }

  .m-home-panel span {
    margin-bottom: auto;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .m-home-corporate {
    background: #fbfbf7;
    color: #151515;
  }

  .mobile-experience .m-home-latarnik {
    background:
      linear-gradient(90deg, rgba(3, 4, 5, .92), rgba(3, 4, 5, .46), rgba(3, 4, 5, .82)),
      url("../assets/images/latarnik-light.png") center 44% / cover;
    color: #f4f1e8;
  }

  .m-home-panel:active {
    filter: brightness(.92);
  }

  .m-latarnik-experience,
  .m-latarnik-screen {
    background: #030405;
    color: #f4f1e8;
  }

  .m-latarnik-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background: url("../assets/images/latarnik-light.png") 58% center / cover;
    opacity: .78;
  }

  .m-latarnik-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      linear-gradient(to bottom, rgba(3, 4, 5, .2), rgba(3, 4, 5, .9) 86%, #030405),
      linear-gradient(90deg, rgba(3, 4, 5, .96), rgba(3, 4, 5, .36), rgba(3, 4, 5, .76));
  }

  .m-short-manifest {
    justify-content: flex-start;
    padding-top: calc(var(--m-top) + 42px);
  }

  .m-short-manifest::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      linear-gradient(90deg, #030405 0%, rgba(3, 4, 5, .7) 52%, #030405 100%),
      url("../assets/images/latarnik-manifest-path-640.webp") 42% center / cover;
    opacity: .52;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
  }

  .m-manifest-list {
    display: grid;
    gap: 0;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .m-manifest-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: clamp(13px, 3.7vw, 16px);
    line-height: 1.3;
  }

  .m-manifest-list span {
    color: #d9b46b;
    font-weight: 800;
  }

  .m-latarnik-screen .m-deck-meta {
    color: rgba(244, 241, 232, .52);
  }

  .m-latarnik-screen .m-deck-card {
    border-color: rgba(217, 180, 107, .28);
    background: rgba(16, 17, 19, .94);
    color: #f4f1e8;
  }

  .m-latarnik-screen .m-deck-card p {
    color: rgba(244, 241, 232, .7);
  }

  .m-latarnik-screen .m-deck-card .m-card-number,
  .m-latarnik-screen .m-deck-card .m-card-proof {
    color: #d9b46b;
  }

  .m-latarnik-screen .m-deck-card .m-card-proof {
    border-top-color: rgba(255, 255, 255, .12);
  }

  .m-latarnik-screen .m-deck-controls button {
    border-color: rgba(244, 241, 232, .3);
  }

  .m-offer-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .m-offer-tile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
    align-items: center;
    min-height: 92px;
    padding: 14px 16px;
    border: 1px solid rgba(217, 180, 107, .34);
    background: rgba(16, 17, 19, .88);
    text-decoration: none;
  }

  .m-offer-tile strong {
    font-size: clamp(18px, 5vw, 23px);
  }

  .m-offer-tile span {
    color: #d9b46b;
    font-size: 12px;
    text-align: right;
  }

  .m-offer-tile::after {
    content: "→";
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 24px;
  }

  .m-destination-grid {
    display: grid;
    gap: 12px;
    margin-top: 28px;
  }

  .m-destination {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 190px;
    padding: 20px;
    border: 1px solid rgba(217, 180, 107, .34);
    background: rgba(16, 17, 19, .92);
    text-decoration: none;
  }

  .m-destination + .m-destination {
    border-color: rgba(117, 224, 190, .3);
    background: rgba(8, 16, 14, .94);
  }

  .m-destination strong {
    max-width: 16ch;
    margin-top: 8px;
    font-size: clamp(24px, 6vw, 34px);
    line-height: 1;
  }

  .m-offer-ad {
    position: absolute;
    z-index: 35;
    right: 14px;
    bottom: calc(var(--m-bottom) + 14px);
    display: grid;
    place-items: center;
    width: 92px;
    aspect-ratio: 1;
    border: 1px solid rgba(217, 180, 107, .72);
    border-radius: 50%;
    background: rgba(7, 7, 8, .94);
    box-shadow: 0 0 0 1px rgba(217, 180, 107, .18), 0 0 28px rgba(217, 180, 107, .26);
    color: #f4f1e8;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(.94);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .m-offer-ad-link {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .m-offer-ad.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    animation: m-offer-pulse 2.4s ease-in-out infinite;
  }

  .m-offer-ad-close {
    position: absolute;
    z-index: 36;
    top: -8px;
    right: -8px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(244, 241, 232, .72);
    border-radius: 50%;
    background: #070708;
    color: #f4f1e8;
    font-size: 18px;
    cursor: pointer;
  }

  @keyframes m-offer-pulse {
    0%, 100% { box-shadow: 0 0 0 1px rgba(217, 180, 107, .18), 0 0 18px rgba(217, 180, 107, .16); }
    50% { box-shadow: 0 0 0 6px rgba(217, 180, 107, .08), 0 0 38px rgba(217, 180, 107, .38); }
  }

  .m-noxadus-experience,
  .m-noxadus-screen {
    background: #050808;
    color: #f4f1e8;
  }

  .m-noxadus-hero {
    background:
      radial-gradient(circle at 80% 20%, rgba(126, 244, 205, .12), transparent 36%),
      radial-gradient(circle at 12% 78%, rgba(74, 202, 163, .09), transparent 34%),
      #050808;
  }

  .m-noxadus-mosaic-screen {
    justify-content: flex-start;
    padding-top: calc(var(--m-top) + 28px);
  }

  .m-noxadus-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 9px;
    height: min(61svh, 515px);
    min-height: 0;
    margin-top: 18px;
  }

  .m-noxadus-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    overflow: hidden;
    padding: 12px;
    border: 1px solid rgba(142, 234, 203, .24);
    background:
      radial-gradient(circle at var(--tile-x, 80%) var(--tile-y, 20%), rgba(142, 234, 203, .16), transparent 42%),
      rgba(9, 17, 15, .94);
    color: #f4f1e8;
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
  }

  .m-noxadus-tile span {
    color: #8eeacb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .m-noxadus-tile strong {
    margin-top: 6px;
    font-size: clamp(13px, 4vw, 19px);
    line-height: 1.03;
  }

  .m-noxadus-tile:active {
    border-color: rgba(158, 255, 219, .78);
    background:
      radial-gradient(circle at var(--tile-x, 80%) var(--tile-y, 20%), rgba(142, 234, 203, .3), transparent 48%),
      rgba(12, 27, 23, .98);
  }

  .m-tile-tarot {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    border-radius: 12px 28px 16px 9px;
    transform: rotate(-.5deg);
  }

  .m-tile-music {
    --tile-x: 24%;
    grid-column: 1;
    grid-row: 3 / span 2;
    border-radius: 24px 8px 20px 12px;
    transform: rotate(.7deg);
  }

  .m-tile-video {
    grid-column: 2;
    grid-row: 3;
    border-radius: 8px 22px 11px 18px;
    transform: rotate(-1deg);
  }

  .m-tile-game {
    --tile-y: 76%;
    grid-column: 2;
    grid-row: 4 / span 2;
    border-radius: 19px 9px 26px 13px;
    transform: rotate(.8deg);
  }

  .m-tile-journal {
    --tile-x: 20%;
    grid-column: 1;
    grid-row: 5 / span 2;
    border-radius: 10px 24px 14px 28px;
    transform: rotate(-.6deg);
  }

  .m-tile-photo {
    grid-column: 2;
    grid-row: 6;
    border-radius: 22px 12px 25px 8px;
    transform: rotate(-.4deg);
  }

  .m-construction-overlay {
    position: absolute;
    z-index: 60;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(3, 8, 7, .72);
    color: #dffff2;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 150ms, opacity 150ms ease;
  }

  .m-construction-overlay.is-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .m-construction-overlay strong {
    font-size: clamp(28px, 9vw, 52px);
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
  }

  .m-menu-overlay {
    position: absolute;
    z-index: 80;
    inset: 0;
    display: none;
    overflow-y: auto;
    padding: 24px 20px 40px;
    background: #fbfbf7;
    color: #151515;
  }

  .m-reader-page .m-menu-overlay {
    position: fixed;
  }

  .m-menu-overlay.is-open {
    display: block;
  }

  .m-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(21, 21, 21, .16);
  }

  .m-menu-close {
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    font-size: 22px;
    cursor: pointer;
  }

  .m-site-map {
    display: grid;
    gap: 34px;
    margin-top: 34px;
  }

  .m-site-map h2 {
    margin: 0 0 14px;
    font-size: 24px;
  }

  .m-site-map nav {
    display: grid;
  }

  .m-site-map a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(21, 21, 21, .13);
    text-decoration: none;
  }

  @media (max-height: 720px) {
    .m-screen {
      padding-top: calc(var(--m-top) + 18px);
      padding-bottom: calc(var(--m-bottom) + 20px);
    }

    .m-screen h1,
    .m-screen h2 {
      font-size: clamp(34px, 8.8vw, 48px);
    }

    .m-screen-copy {
      margin-top: 14px;
      line-height: 1.42;
    }

    .m-metrics {
      margin-top: 18px;
    }

    .m-metric {
      padding-block: 8px;
    }

    .m-deck-card {
      min-height: 300px;
    }

    .m-manifest-list li {
      padding-block: 8px;
    }

    .m-offer-tile {
      min-height: 78px;
      padding-block: 10px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .m-scroll,
    .m-deck {
      scroll-behavior: auto;
    }

    .m-offer-ad.is-visible {
      animation: none;
    }
  }
}

@media (max-width: 980px) {
  /* Mobile brand system: each part of the site keeps the accent used on desktop. */
  .professional-page .m-screen-kicker,
  .professional-page .m-card-number,
  .professional-page .m-card-proof,
  .professional-page .m-deck-meta {
    color: #516a55;
  }

  .professional-page .mobile-experience .m-button-primary,
  .professional-page .m-deck-card .m-button {
    border-color: #516a55;
    background: #516a55;
    color: #fff;
  }

  .professional-page .m-deck-controls button {
    border-color: rgba(81, 106, 85, .56);
    color: #516a55;
  }

  .professional-page .m-lang button.active {
    background: #516a55;
    color: #fff;
  }

  .professional-page .m-cv-screen {
    background: #efeee7;
  }

  .m-corporate-experience .m-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    border: 0;
  }

  .m-corporate-experience .m-metric {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    border: 0;
  }

  .m-corporate-experience .m-metric strong {
    color: #516a55;
    font-size: clamp(29px, 8.2vw, 40px);
    line-height: .95;
  }

  .m-corporate-experience .m-metric span {
    color: #343d35;
    font-size: clamp(12px, 3.35vw, 14px);
    font-weight: 650;
    line-height: 1.22;
    text-align: left;
  }

  .m-deck {
    grid-auto-columns: 93%;
    padding-right: 7%;
  }

  .latarnik-page .m-screen-kicker,
  .latarnik-page .m-deck-meta,
  .latarnik-page .m-screen-cue {
    color: #d9b46b;
  }

  .latarnik-page .mobile-experience .m-button-primary {
    border-color: #d9b46b;
    background: #d9b46b;
    color: #090909;
  }

  .latarnik-page .m-lang button.active {
    background: #d9b46b;
    color: #090909;
  }

  .latarnik-page .m-deck-controls button {
    border-color: rgba(217, 180, 107, .62);
    color: #d9b46b;
  }

  .m-short-manifest {
    padding-top: calc(var(--m-top) + 34px);
  }

  .m-short-manifest::before {
    background: url("../assets/images/latarnik-manifest-path-640.webp") 18% center / cover no-repeat;
    opacity: .78;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 89%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 89%, transparent 100%);
  }

  .m-short-manifest h2 {
    max-width: none;
    font-size: clamp(32px, 8.5vw, 44px);
    line-height: 1;
  }

  .m-manifest-list {
    gap: 17px;
    margin-top: 28px;
    border: 0;
  }

  .m-manifest-list li {
    gap: 11px;
    padding: 0;
    border: 0;
    font-size: clamp(13px, 3.65vw, 15px);
    line-height: 1.34;
  }

  .m-short-manifest .m-actions {
    justify-content: center;
    margin-top: 34px;
  }

  .m-short-manifest .m-button {
    border-color: #d9b46b;
    color: #d9b46b;
  }

  #m-offer {
    justify-content: center;
  }

  #m-offer h2 {
    max-width: none;
  }

  .m-offer-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .m-offer-tile {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
    align-items: center;
    aspect-ratio: auto;
    min-height: 92px;
    padding: 14px 16px;
    border-color: rgba(217, 180, 107, .34);
    background: rgba(16, 17, 19, .88);
  }

  .m-offer-tile strong {
    font-size: clamp(18px, 5vw, 23px);
    line-height: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .m-offer-tile span {
    margin-top: 0;
    padding-right: 0;
    color: #d9b46b;
    font-size: 12px;
    line-height: normal;
    text-align: right;
  }

  .m-offer-tile::after {
    position: static;
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 24px;
  }

  .m-offer-tile:nth-child(3) {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .m-meeting-disclaimer {
    max-width: 31rem;
    margin: 8px 0 0;
    color: rgba(244, 241, 232, .48);
    font-size: 10px;
    line-height: 1.35;
  }

  .m-offer-ad {
    right: 8px;
    bottom: calc(var(--m-bottom) + 4px);
    width: 84px;
  }

  .m-offer-ad-close {
    top: -6px;
    right: -6px;
    width: 30px;
    height: 30px;
  }

  .noxadus-page .m-screen-kicker,
  .noxadus-page .m-screen-cue,
  .noxadus-page .m-deck-meta {
    color: #8eeacb;
  }

  .noxadus-page .m-lang button.active {
    background: #8eeacb;
    color: #07100e;
  }

  .m-noxadus-mosaic-screen h2 {
    max-width: 10ch;
    font-size: clamp(34px, 9.2vw, 48px);
  }

  .m-noxadus-mosaic {
    position: relative;
    display: block;
    height: min(56svh, 470px);
    margin-top: 20px;
  }

  .m-noxadus-tile {
    position: absolute;
    padding: 10px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
  }

  .m-noxadus-tile strong {
    font-size: clamp(12px, 3.65vw, 17px);
  }

  .m-tile-tarot {
    top: 4%;
    left: 0;
    width: 61%;
    height: 27%;
    transform: rotate(-1.8deg);
  }

  .m-tile-video {
    top: 0;
    right: 0;
    width: 30%;
    height: 18%;
    transform: rotate(2.4deg);
  }

  .m-tile-music {
    top: 36%;
    left: 4%;
    width: 36%;
    height: 29%;
    transform: rotate(2deg);
  }

  .m-tile-game {
    top: 33%;
    right: 2%;
    width: 47%;
    height: 28%;
    transform: rotate(-1.4deg);
  }

  .m-tile-journal {
    bottom: 1%;
    left: 0;
    width: 47%;
    height: 24%;
    transform: rotate(-2.1deg);
  }

  .m-tile-photo {
    right: 7%;
    bottom: 3%;
    width: 34%;
    height: 20%;
    transform: rotate(2.6deg);
  }

  .professional-page .m-menu-overlay,
  .m-reader-corporate .m-menu-overlay {
    background: #fbfbf7;
    color: #151515;
  }

  .professional-page .m-site-map h2,
  .professional-page .m-site-map a span:last-child,
  .m-reader-corporate .m-site-map h2,
  .m-reader-corporate .m-site-map a span:last-child {
    color: #516a55;
  }

  .latarnik-page .m-menu-overlay,
  .m-reader-latarnik .m-menu-overlay {
    background:
      radial-gradient(circle at 78% 10%, rgba(217, 180, 107, .13), transparent 34%),
      #030405;
    color: #f4f1e8;
  }

  .latarnik-page .m-menu-head,
  .latarnik-page .m-site-map a,
  .m-reader-latarnik .m-menu-head,
  .m-reader-latarnik .m-site-map a {
    border-color: rgba(217, 180, 107, .24);
  }

  .latarnik-page .m-site-map h2,
  .latarnik-page .m-site-map a span:last-child,
  .m-reader-latarnik .m-site-map h2,
  .m-reader-latarnik .m-site-map a span:last-child {
    color: #d9b46b;
  }

  .latarnik-page .m-menu-close,
  .m-reader-latarnik .m-menu-close {
    border-color: #d9b46b;
    color: #d9b46b;
  }

  .noxadus-page .m-menu-overlay {
    background:
      radial-gradient(circle at 82% 12%, rgba(142, 234, 203, .18), transparent 36%),
      #07110e;
    color: #effff8;
  }

  .noxadus-page .m-menu-head,
  .noxadus-page .m-site-map a {
    border-color: rgba(142, 234, 203, .23);
  }

  .noxadus-page .m-site-map h2,
  .noxadus-page .m-site-map a span:last-child,
  .noxadus-page .m-menu-close {
    color: #8eeacb;
  }

  .m-reader-corporate .eyebrow {
    color: #516a55;
  }

  .m-reader-corporate .m-reader-cta {
    border-color: #516a55;
    background: #516a55;
    color: #fff;
  }

  .m-reader-corporate .m-reader-proof {
    border-color: rgba(81, 106, 85, .32);
    color: #516a55;
  }

  .m-reader-latarnik .eyebrow {
    color: #d9b46b;
  }

  .m-reader-latarnik .m-reader-cta {
    border-color: #d9b46b;
    background: #d9b46b;
    color: #090909;
  }

  .m-reader-corporate .m-reader-lang button.active {
    background: #516a55;
    color: #fff;
  }

  .m-reader-latarnik .m-reader-lang button.active {
    background: #d9b46b;
    color: #090909;
  }

  .m-reader-section {
    padding-top: 82px;
    scroll-margin-top: 84px;
  }

  @media (max-height: 720px) {
    .m-short-manifest {
      padding-top: calc(var(--m-top) + 18px);
    }

    .m-manifest-list {
      gap: 12px;
      margin-top: 18px;
    }

    .m-short-manifest .m-actions {
      margin-top: 20px;
    }

    .m-offer-list {
      align-self: stretch;
      width: auto;
      margin-top: 20px;
    }

    .m-offer-tile {
      min-height: 78px;
      padding: 10px 14px;
    }

    .m-offer-tile strong {
      font-size: 18px;
    }

    .m-offer-tile span {
      font-size: 10px;
    }

    .m-noxadus-mosaic {
      height: min(51svh, 390px);
      margin-top: 14px;
    }
  }
}

@media (min-width: 981px) {
  body.mobile-app-ready > .mobile-experience {
    display: none !important;
  }
}
