:root {
  --black: #050608;
  --ink: #0a1018;
  --navy: #101b2a;
  --navy-soft: #17283a;
  --gold: #d8ad63;
  --gold-soft: #f0d08b;
  --ivory: #f5ead6;
  --muted: #b9ad9c;
  --line: rgba(216, 173, 99, 0.24);
  --shadow: rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: "Inter", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 26px clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.78), rgba(5, 6, 8, 0));
}

.landing-page .site-header {
  min-height: 0;
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.landing-page nav {
  position: absolute;
  top: 22px;
  left: clamp(20px, 5vw, 72px);
  max-width: none;
  flex-wrap: nowrap;
  margin-top: 0;
}

.language-switch {
  position: absolute;
  top: 26px;
  right: clamp(20px, 5vw, 72px);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 16px;
  padding: 0 3px;
  border: 1px solid rgba(216, 173, 99, 0.28);
  color: rgba(245, 234, 214, 0.78);
  background: rgba(5, 6, 8, 0.28);
  font-size: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.language-switch a.active {
  color: var(--gold-soft);
  border-color: rgba(240, 208, 139, 0.58);
}

.flag-img {
  display: block;
  width: 11px;
  height: 7px;
  object-fit: cover;
  border: 1px solid rgba(245, 234, 214, 0.62);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
}

.cart-link {
  position: absolute;
  top: 22px;
  right: clamp(70px, calc(5vw + 50px), 122px);
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(216, 173, 99, 0.88);
  border: 1px solid rgba(216, 173, 99, 0.28);
  background: rgba(5, 6, 8, 0.28);
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.cart-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  display: grid;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  place-items: center;
  color: #130d05;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255, 233, 177, 0.68);
  border-radius: 999px;
  background: var(--gold-soft);
  box-shadow: 0 6px 18px rgba(216, 173, 99, 0.28);
}

.cart-badge[hidden] {
  display: none;
}

.cart-link:hover {
  color: var(--gold-soft);
  border-color: rgba(240, 208, 139, 0.58);
  transform: translateY(-1px);
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--gold-soft);
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-brand img {
  display: block;
  width: 54px;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.logo-brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  color: var(--gold-soft);
}

.site-header .logo-brand {
  gap: 0;
}

nav,
.footer-links {
  display: flex;
  gap: clamp(14px, 2.2vw, 30px);
  align-items: center;
  color: rgba(245, 234, 214, 0.76);
  font-size: 13px;
  text-transform: uppercase;
}

nav a,
.footer-links a,
.card-link {
  transition: color 220ms ease, opacity 220ms ease;
}

nav a:hover,
.footer-links a:hover,
.card-link:hover {
  color: var(--gold-soft);
}

.social-icon {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: rgba(216, 173, 99, 0.82);
}

.social-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.social-icon:hover {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  width: 100%;
  height: min(40vh, 400px);
  overflow: hidden;
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-psymagination-clean.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html[lang="en"] .hero-bg {
  background-image: url("assets/hero-vision-en.png");
}

html[lang="en"] .landing-page .hero-bg {
  background-image: url("assets/hero-psymagination-clean.png");
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.18));
}

.landing-page .hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.03) 0%, rgba(5, 6, 8, 0.1) 38%, rgba(5, 6, 8, 0.48) 62%, rgba(5, 6, 8, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.2), rgba(5, 6, 8, 0.04) 48%, rgba(5, 6, 8, 0.32));
}

.hero-mark {
  position: absolute;
  z-index: 2;
  top: 8.3%;
  left: 76.1%;
  width: clamp(42px, 5.4vw, 76px);
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.landing-page .hero-mark {
  display: none;
}

.hero-copy-lockup {
  position: absolute;
  z-index: 2;
  top: calc(18% - 34px);
  right: clamp(52px, 7vw, 112px);
  width: min(35vw, 480px);
  color: var(--ivory);
  text-align: center;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.8);
}

.hero-copy-lockup img {
  display: block;
  width: clamp(32px, 3.2vw, 46px);
  height: auto;
  margin: 0 auto 6px;
  opacity: 0.9;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.52));
}

.hero-brand-text {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.25vw, 46px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-motto {
  margin: 7px 0 0;
  color: var(--gold-soft);
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-divider {
  display: block;
  width: min(78%, 360px);
  height: 1px;
  margin: clamp(12px, 1.45vw, 20px) auto clamp(10px, 1.25vw, 16px);
  background: linear-gradient(90deg, transparent, rgba(216, 173, 99, 0.78), transparent);
}

.hero-copy-lockup h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.55vw, 50px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-copy-lockup p:last-child {
  margin: clamp(10px, 1.25vw, 17px) auto 0;
  max-width: 420px;
  color: rgba(245, 234, 214, 0.86);
  font-size: clamp(13px, 1.16vw, 17px);
  line-height: 1.48;
}

.journal-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: end;
  padding-top: 150px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.94), rgba(5, 6, 8, 0.52), rgba(5, 6, 8, 0.88)),
    url("assets/about-reference-crop.png") center / cover no-repeat;
}

.journal-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 72%, rgba(216, 173, 99, 0.18), transparent 34%),
    linear-gradient(180deg, transparent 55%, var(--black));
}

.journal-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-left: clamp(18px, 3vw, 42px);
}

.journal-hero-copy p:last-child {
  max-width: 640px;
  color: rgba(245, 234, 214, 0.78);
  font-size: 20px;
  line-height: 1.8;
}

.journal-section {
  padding: clamp(42px, 6vw, 86px) clamp(32px, 7vw, 104px);
  background:
    linear-gradient(180deg, var(--black), #080b0f 52%, var(--black));
}

.journal-feature {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto clamp(26px, 4vw, 46px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(16, 27, 42, 0.72), rgba(5, 6, 8, 0.86));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.journal-feature span,
.journal-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.journal-feature h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.95;
}

.journal-feature p,
.journal-card p {
  margin: 0;
  color: rgba(245, 234, 214, 0.72);
  line-height: 1.8;
}

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

.journal-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(216, 173, 99, 0.18);
  background: rgba(16, 27, 42, 0.34);
}

.journal-card h3 {
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

.section-heading p,
.about-copy p,
.product-card p,
.site-footer p {
  color: rgba(245, 234, 214, 0.74);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.center-action {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #130d05;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-color: rgba(240, 208, 139, 0.8);
}

.btn-secondary {
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.04);
}

.section {
  padding: clamp(86px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.landing-preview {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr 0.9fr;
  min-height: 0;
  height: 43vh;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 8%, rgba(216, 173, 99, 0.12), transparent 32%),
    linear-gradient(180deg, #050608, #0b121c);
}

.landing-panel {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(14px, 2vw, 24px);
  overflow: hidden;
  border-right: 1px solid rgba(216, 173, 99, 0.18);
}

.landing-panel:last-child {
  border-right: 0;
}

.panel-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.panel-heading h2 {
  font-size: clamp(24px, 2.4vw, 36px);
  color: var(--gold-soft);
  text-transform: uppercase;
}

.world-panel .panel-heading h2 {
  font-size: clamp(20px, 1.8vw, 30px);
  white-space: nowrap;
}

.panel-heading a {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.panel-kicker,
.world-caption {
  margin: 0 0 10px;
  color: rgba(245, 234, 214, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.world-panel .world-caption {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}

.shop-panel .panel-kicker {
  display: none;
}

.mini-products {
  position: relative;
  min-height: 210px;
  margin-top: 16px;
}

.mini-product {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-items: end;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  transform: translateY(8px);
  animation: shopSetCycle 25s ease-in-out infinite;
}

.mini-product .product-image {
  width: 100%;
  min-height: 0;
  height: 100%;
  margin-bottom: 12px;
  border: 0;
}

.mini-product .product-image::before {
  inset: 22px;
}

.mini-product .product-image::after {
  width: 64px;
  height: 64px;
}

.mini-product strong {
  display: block;
  color: var(--ivory);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.mini-product small {
  display: block;
  margin-top: 4px;
  color: var(--gold-soft);
  font-size: 11px;
  text-align: center;
}

.mini-product:nth-child(2) {
  animation-delay: 5s;
}

.mini-product:nth-child(3) {
  animation-delay: 10s;
}

.mini-product:nth-child(4) {
  animation-delay: 15s;
}

.mini-product:nth-child(5) {
  animation-delay: 20s;
}

@keyframes shopSetCycle {
  0%,
  16% {
    opacity: 1;
    transform: translateY(0);
  }

  20%,
  95% {
    opacity: 0;
    transform: translateY(-8px);
  }

  96% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-button {
  align-self: center;
  margin-top: auto;
}

.landing-page .shop-panel .mini-products {
  min-height: 160px;
  margin-top: 12px;
}

.landing-page .shop-panel .panel-button {
  min-height: 40px;
  margin-top: 12px;
  margin-bottom: 6px;
}

.world-map-preview {
  position: relative;
  flex: 1;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.55), 0 25px 90px var(--shadow);
  background: #050608;
}

.world-map-preview::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(180deg, rgba(5, 6, 8, 0.12), rgba(5, 6, 8, 0.44)),
    url("assets/hero-atlas.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: mapCinematic 24s ease-in-out infinite alternate;
  will-change: transform, background-position;
}

.preview-land {
  position: absolute;
  z-index: 2;
  max-width: 160px;
  color: rgba(245, 234, 214, 0.8);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.92);
}

.preview-land.origin {
  left: 15%;
  top: 27%;
}

.preview-land.flames {
  left: 34%;
  top: 56%;
  color: var(--gold-soft);
}

.preview-land.mirrors {
  right: 14%;
  top: 28%;
  opacity: 0.64;
}

.preview-land.shadows {
  right: 10%;
  top: 52%;
  opacity: 0.56;
}

.preview-land.transformation {
  right: 22%;
  bottom: 11%;
  opacity: 0.56;
}

.about-preview-image {
  min-height: 150px;
  margin-top: 16px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  background-image: linear-gradient(rgba(5, 6, 8, 0.05), rgba(5, 6, 8, 0.24)), url("assets/about-reference-crop.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 70px var(--shadow);
}

.landing-page .about-panel {
  background-image:
    linear-gradient(180deg, rgba(5, 6, 8, 0.18), rgba(5, 6, 8, 0.44) 52%, rgba(5, 6, 8, 0.86)),
    url("assets/about-reference-crop.png");
  background-size: cover;
  background-position: center;
}

.landing-page .about-preview-image {
  display: none;
}

.landing-page .about-panel .panel-heading,
.landing-page .about-panel p,
.landing-page .about-panel .btn {
  position: relative;
  z-index: 1;
}

.landing-page .about-panel p {
  margin-top: auto;
  margin-bottom: 8px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
}

.landing-page .about-panel .btn {
  margin-top: 0;
}

.about-panel p {
  color: rgba(245, 234, 214, 0.74);
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.35;
}

.about-panel .btn {
  align-self: center;
  margin-top: auto;
}

.page-section {
  padding-top: clamp(132px, 13vw, 170px);
}

.page-title {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2,
.about-copy h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.sets {
  background:
    radial-gradient(circle at 20% 5%, rgba(216, 173, 99, 0.12), transparent 34%),
    linear-gradient(180deg, #07080b, #0b121c);
}

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

.product-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px var(--shadow);
}

.product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-bottom: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(240, 208, 139, 0.28), transparent 29%),
    linear-gradient(150deg, rgba(16, 27, 42, 0.88), rgba(5, 6, 8, 0.98));
}

.product-image::before,
.product-image::after {
  position: absolute;
  content: "";
  inset: 30px;
  border: 1px solid rgba(240, 208, 139, 0.42);
}

.product-image::after {
  inset: auto 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 42px rgba(216, 173, 99, 0.36);
}

.product-alpha {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/alpha-echoes-father-son.png") center top / contain no-repeat,
    linear-gradient(145deg, #101d2d, #050608);
}

.product-alpha::before,
.product-alpha::after,
.product-cat::before,
.product-cat::after,
.product-dragon::before,
.product-dragon::after,
.product-thinkers::before,
.product-thinkers::after,
.product-talkative::before,
.product-talkative::after {
  display: none;
}

.product-cat {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/cat-tales-mother-daughter.png") center top / contain no-repeat,
    linear-gradient(145deg, #12161b, #101f2f);
}

.product-dragon {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/dragon-hearts-flames-love.png") center top / contain no-repeat,
    linear-gradient(145deg, #160909, #152034);
}

.product-thinkers {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/when-great-thinkers-meet-tiktok.png") center top / contain no-repeat,
    linear-gradient(145deg, #160d08, #050608);
}

.product-talkative {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04), rgba(5, 6, 8, 0.18)),
    url("assets/the-talkative-coin.png") center top / contain no-repeat,
    linear-gradient(145deg, #241009, #050608);
}

.product-card h3,
.value h3 {
  font-size: 24px;
  color: var(--gold-soft);
}

.product-card p {
  flex: 1;
  margin: 12px 0 18px;
  color: rgba(245, 234, 214, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.product-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ivory);
}

.card-link {
  position: relative;
  z-index: 2;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.stretched-link {
  position: static;
}

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding-right: clamp(20px, 5vw, 72px);
  padding-bottom: clamp(46px, 7vw, 90px);
  padding-left: clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 173, 99, 0.13), transparent 32%),
    linear-gradient(180deg, #07080b, #0b121c);
}

.product-detail-media {
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 90px var(--shadow);
}

.product-detail-media img,
.preview-card img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-copy {
  max-width: 720px;
}

.detail-back {
  display: inline-block;
  margin-bottom: 18px;
}

.product-detail-copy .page-title {
  margin-bottom: 18px;
}

.detail-price {
  display: block;
  margin-bottom: 24px;
  color: var(--gold-soft);
  font-size: 18px;
}

.product-detail-copy p {
  margin: 0 0 18px;
  color: rgba(245, 234, 214, 0.76);
  font-size: 17px;
  line-height: 1.75;
  text-align: justify;
}

.detail-button {
  margin-top: 12px;
}

.set-language-choice {
  display: grid;
  gap: 10px;
  margin: 26px 0 6px;
  padding: 18px;
  border: 1px solid rgba(216, 173, 99, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.set-language-choice legend {
  padding: 0 8px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.set-language-choice label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 234, 214, 0.82);
  font-size: 14px;
  line-height: 1.4;
}

.set-language-choice input {
  width: 16px;
  height: 16px;
  accent-color: var(--gold-soft);
}

.set-language-error {
  margin: 2px 0 0;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.set-language-error[hidden] {
  display: none;
}

.product-preview-section {
  padding: clamp(44px, 6vw, 82px) clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #0b121c, #050608);
}

.cart-section {
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 173, 99, 0.13), transparent 32%),
    radial-gradient(circle at 82% 10%, rgba(64, 109, 142, 0.14), transparent 30%),
    linear-gradient(180deg, #07080b, #0b121c);
}

.cart-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(18px, 3vw, 34px);
  max-width: 1040px;
  margin: 0 auto;
}

.cart-empty,
.cart-summary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 90px var(--shadow);
}

.cart-empty {
  display: grid;
  justify-items: center;
  min-height: 360px;
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
}

.cart-empty-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--gold-soft);
  border: 1px solid rgba(216, 173, 99, 0.35);
  border-radius: 50%;
  background: rgba(216, 173, 99, 0.08);
}

.cart-empty-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.cart-empty h2,
.cart-summary h2 {
  margin: 0 0 12px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1;
}

.cart-empty p {
  max-width: 470px;
  margin: 0 0 28px;
  color: rgba(245, 234, 214, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.cart-summary {
  align-self: start;
  padding: 26px;
}

.cart-summary h2 {
  font-size: 30px;
}

.cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: rgba(245, 234, 214, 0.7);
  border-bottom: 1px solid rgba(216, 173, 99, 0.16);
}

.cart-line strong {
  color: var(--gold-soft);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.cart-summary .btn {
  width: 100%;
  margin-top: 24px;
}

.cart-summary .btn:disabled {
  cursor: default;
  opacity: 0.48;
  transform: none;
}

.cart-items-list {
  display: grid;
  width: 100%;
  gap: 14px;
  margin-bottom: 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(216, 173, 99, 0.16);
  background: rgba(5, 6, 8, 0.34);
  text-align: left;
}

.cart-item img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.cart-item h2 {
  margin: 0 0 8px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1;
}

.cart-item p {
  margin: 0;
  color: rgba(245, 234, 214, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.cart-item-meta {
  display: block;
  margin-top: 4px;
  color: rgba(240, 208, 139, 0.78);
}

.cart-item strong {
  color: var(--gold-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.cart-remove {
  color: rgba(245, 234, 214, 0.7);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-remove:hover {
  color: var(--gold-soft);
}

.checkout-section {
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 173, 99, 0.13), transparent 32%),
    radial-gradient(circle at 82% 10%, rgba(64, 109, 142, 0.14), transparent 30%),
    linear-gradient(180deg, #07080b, #0b121c);
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(18px, 3vw, 34px);
  max-width: 1120px;
  margin: 0 auto;
}

.checkout-form,
.checkout-summary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 90px var(--shadow);
}

.checkout-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.checkout-form h2,
.checkout-summary h2,
.checkout-empty h2 {
  margin: 0 0 10px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1;
}

.checkout-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  color: var(--ivory);
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid rgba(216, 173, 99, 0.22);
  background: rgba(5, 6, 8, 0.46);
  outline: none;
}

.checkout-form input {
  min-height: 46px;
  padding: 0 14px;
}

.checkout-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: rgba(240, 208, 139, 0.66);
  box-shadow: 0 0 0 3px rgba(216, 173, 99, 0.12);
}

.invoice-toggle {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  color: rgba(245, 234, 214, 0.82);
  cursor: pointer;
  letter-spacing: 0.08em;
}

.invoice-toggle input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  accent-color: var(--gold-soft);
}

.invoice-fields {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(216, 173, 99, 0.18);
  background: rgba(5, 6, 8, 0.3);
}

.invoice-fields[hidden] {
  display: none;
}

.checkout-form .btn {
  justify-self: start;
  margin-top: 8px;
}

.order-message {
  margin: 0;
  color: rgba(240, 208, 139, 0.84);
  font-size: 13px;
  line-height: 1.6;
}

.order-message[hidden] {
  display: none;
}

.checkout-summary {
  align-self: start;
  padding: 26px;
}

.checkout-items {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.checkout-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(216, 173, 99, 0.16);
  background: rgba(5, 6, 8, 0.34);
}

.checkout-item img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-item h2 {
  margin: 0 0 6px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.checkout-item p {
  margin: 0;
  color: rgba(245, 234, 214, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.checkout-item strong {
  grid-column: 2;
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.checkout-empty {
  padding: 24px;
  border: 1px solid rgba(216, 173, 99, 0.16);
  background: rgba(5, 6, 8, 0.34);
}

.checkout-empty p {
  margin: 0 0 22px;
  color: rgba(245, 234, 214, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

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

.preview-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.preview-card::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "Psymagination";
  color: rgba(255, 248, 230, 0.36);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4.4vw, 70px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.72),
    0 0 1px rgba(60, 34, 10, 0.55);
  transform: rotate(-24deg);
  pointer-events: none;
}

.preview-card img {
  height: 100%;
  object-fit: cover;
}

.preview-placeholder {
  display: grid;
  place-items: center;
  color: rgba(245, 234, 214, 0.46);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-section {
  background:
    radial-gradient(circle at 50% 45%, rgba(216, 173, 99, 0.13), transparent 32%),
    linear-gradient(180deg, #0b121c, #050608);
}

.map-wrap {
  position: relative;
  min-height: 570px;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050608;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.62), 0 25px 90px var(--shadow);
}

.map-wrap::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.58) 62%, rgba(5, 6, 8, 0.78)),
    linear-gradient(180deg, rgba(5, 6, 8, 0.2), rgba(5, 6, 8, 0.44)),
    url("assets/hero-atlas.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: mapCinematic 24s ease-in-out infinite alternate;
  will-change: transform, background-position;
  opacity: 1;
}

.map-wrap::after {
  position: absolute;
  content: "";
  inset: 9%;
  background-image:
    linear-gradient(rgba(216, 173, 99, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 173, 99, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle, black, transparent 72%);
  pointer-events: none;
}

.mist {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: radial-gradient(circle at 72% 20%, rgba(245, 234, 214, 0.18), transparent 28%),
    linear-gradient(90deg, transparent, rgba(210, 215, 216, 0.12), transparent);
  filter: blur(14px);
  opacity: 0.65;
}

.continent {
  position: absolute;
  z-index: 4;
  width: min(260px, 34vw);
  padding: 18px;
  border: 1px solid rgba(216, 173, 99, 0.3);
  background: rgba(5, 6, 8, 0.58);
  backdrop-filter: blur(8px);
  text-shadow: none;
}

.continent span {
  display: block;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
}

.continent small {
  display: block;
  margin-top: 8px;
  color: rgba(245, 234, 214, 0.7);
}

.locked {
  opacity: 0.42;
  filter: blur(0.3px);
}

.origin {
  left: 8%;
  top: 16%;
}

.flames {
  right: 8%;
  top: 18%;
}

.mirrors {
  left: 41%;
  top: 43%;
}

.shadows {
  left: 10%;
  bottom: 13%;
}

.transformation {
  right: 10%;
  bottom: 12%;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  padding: clamp(86px, 10vw, 140px) clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #050608, #0a1018);
}

.about-image {
  min-height: 560px;
  background-image: linear-gradient(rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.28)), url("assets/about-reference-crop.png");
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line);
  box-shadow: 0 26px 90px var(--shadow);
}

.about-copy p {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

.about-copy .btn {
  margin-top: 32px;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding: 1px clamp(20px, 5vw, 72px);
}

.value {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 34px;
  text-align: center;
  background: #070a0f;
}

.value-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--gold-soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 24px;
}

.landing-values {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(216, 173, 99, 0.18), rgba(216, 173, 99, 0.08), rgba(216, 173, 99, 0.18)),
    #070a0f;
  padding: 0 clamp(20px, 5vw, 72px);
}

.landing-values .value {
  min-height: 94px;
  grid-template-columns: auto 1fr;
  place-items: center start;
  align-content: center;
  gap: 16px;
  padding: 19px 22px;
  text-align: left;
  background: transparent;
}

.landing-values .value-icon {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  color: var(--gold);
}

.landing-values .value-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.landing-values h3 {
  margin: 0 0 7px;
  color: var(--gold-soft);
  font-size: 12px;
  line-height: 1.18;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-values p {
  margin: 0;
  color: rgba(245, 234, 214, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 8px clamp(20px, 5vw, 72px);
  background: #050608;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.footer-brand img {
  width: 32px;
}

.footer-brand span {
  display: grid;
  gap: 2px;
}

.footer-brand strong {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-brand em {
  color: var(--gold-soft);
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-center {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.footer-center .footer-links {
  gap: 14px;
  justify-content: center;
}

.site-footer small {
  grid-column: auto;
  justify-self: end;
  color: rgba(245, 234, 214, 0.5);
  font-size: 11px;
}

.site-footer p {
  display: none;
}

.landing-page {
  --landing-hero-height: min(58vh, 560px);
  --landing-values-height: 112px;
  --landing-footer-height: 64px;
  min-height: 100vh;
  overflow-x: hidden;
}

.landing-page .hero {
  height: var(--landing-hero-height);
}

.landing-page .hero-bg {
  background-size: cover;
  background-position: center;
}

.landing-page .landing-preview {
  min-height: 430px;
  height: auto;
}

.landing-page .landing-values {
  min-height: var(--landing-values-height);
  height: auto;
}

.landing-page .landing-values .value {
  min-height: 0;
  height: 100%;
}

.landing-page .site-footer {
  min-height: var(--landing-footer-height);
  padding-top: 6px;
  padding-bottom: 6px;
}

.reveal {
  animation: fadeUp 1100ms ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-14px, -8px, 0);
  }
}

@keyframes mapCinematic {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
    background-position: center;
  }
  to {
    transform: scale(1.1) translate3d(-18px, -10px, 0);
    background-position: 48% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  .mini-product {
    opacity: 0;
    transform: none;
  }

  .mini-product:first-child {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    padding-top: 20px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .language-switch {
    top: 20px;
    right: clamp(20px, 5vw, 72px);
  }

  .cart-link {
    top: 16px;
    right: clamp(70px, calc(5vw + 50px), 122px);
  }

  .about {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    background-size: cover;
    background-position: center;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-hero {
    min-height: 64vh;
  }

  .product-grid,
  .values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .cart-shell {
    grid-template-columns: 1fr;
  }

  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .cart-item img {
    width: 74px;
    height: 74px;
  }

  .cart-item strong,
  .cart-remove {
    grid-column: 2;
    justify-self: start;
  }

  .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-values .value {
    padding: 14px 12px;
  }

  .landing-preview {
    grid-template-columns: 0.95fr 1.1fr 0.9fr;
  }

  .landing-panel {
    padding: 24px 16px;
  }

  .panel-heading {
    display: block;
  }

  .panel-heading a {
    display: inline-block;
    margin-top: 10px;
  }

  .mini-products {
    min-height: 188px;
  }

  .world-map-preview {
    min-height: 360px;
    margin-top: 61px;
  }

  .about-image {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .landing-page {
    --landing-hero-height: 52vh;
    --landing-values-height: 132px;
    --landing-footer-height: 64px;
  }

  .site-header {
    position: absolute;
    display: block;
  }

  .landing-page .site-header {
    display: block;
    min-height: 0;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  nav {
    margin-top: 14px;
    justify-content: flex-start;
    font-size: 11px;
  }

  .landing-page nav {
    top: 22px;
    left: clamp(18px, 5vw, 32px);
    width: calc(100% - 150px);
    gap: 8px;
    font-size: 9px;
    line-height: 1;
  }

  .language-switch {
    top: 18px;
    right: clamp(18px, 5vw, 32px);
  }

  .cart-link {
    top: 14px;
    right: clamp(66px, calc(5vw + 47px), 82px);
    width: 24px;
    height: 24px;
  }

  .cart-link svg {
    width: 15px;
    height: 15px;
  }

  .hero {
    height: 39vh;
  }

  .hero-bg {
    background-size: cover;
    background-position: center;
  }

  .product-grid,
  .values {
    grid-template-columns: 1fr;
  }

  .sets .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .sets .product-card {
    padding: 8px;
  }

  .sets .product-image {
    margin-bottom: 10px;
  }

  .sets .product-card h3 {
    font-size: 15px;
    line-height: 1.05;
  }

  .sets .product-card p {
    display: none;
  }

  .sets .product-card strong {
    margin: 8px 0 10px;
    font-size: 11px;
  }

  .sets .card-link {
    font-size: 9px;
  }

  .product-detail {
    gap: 24px;
    padding-top: 120px;
  }

  .product-detail-copy p {
    font-size: 14px;
    line-height: 1.65;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }

  .footer-brand img {
    width: 24px;
  }

  .footer-brand {
    gap: 7px;
  }

  .footer-brand strong {
    font-size: 15px;
  }

  .footer-brand em {
    font-size: 6px;
    letter-spacing: 0.18em;
  }

  .site-footer small {
    font-size: 8px;
    line-height: 1.3;
    text-align: right;
  }

  .landing-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-inline: 0;
  }

  .landing-values .value {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 112px;
    padding: 16px 8px;
    text-align: center;
  }

  .landing-values .value-icon {
    width: 28px;
    height: 28px;
    margin-inline: auto;
    font-size: 18px;
  }

  .landing-values h3 {
    font-size: 8px;
    line-height: 1.35;
  }

  .landing-values p {
    font-size: 8px;
    line-height: 1.45;
  }

  .landing-preview {
    grid-template-columns: 0.95fr 1.1fr 0.9fr;
  }

  .landing-panel {
    padding: 12px 8px;
    border-right: 1px solid rgba(216, 173, 99, 0.18);
    border-bottom: 0;
  }

  .landing-panel:last-child {
    border-right: 0;
  }

  .panel-heading h2 {
    font-size: 22px;
  }

  .world-panel .panel-heading h2 {
    font-size: 14px;
  }

  .world-map-preview {
    margin-top: 1px;
  }

  .about-preview-image {
    margin-top: 16px;
  }

  .mini-products {
    min-height: 168px;
  }

  .mini-product .product-image {
    min-height: 0;
    margin-bottom: 8px;
  }

  .mini-product {
    padding: 0;
  }

  .mini-product strong,
  .mini-product small {
    font-size: 9px;
  }

  .world-map-preview {
    min-height: 0;
  }

  .about-preview-image {
    min-height: 96px;
    margin-bottom: 8px;
  }

  .about-panel p {
    font-size: 8px;
    line-height: 1.28;
    margin-bottom: 7px;
  }

  .landing-page .landing-panel .btn {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .map-wrap {
    min-height: 680px;
  }

  .continent {
    width: min(210px, 56vw);
    right: auto;
  }

  .origin {
    left: 7%;
    top: 9%;
  }

  .flames {
    left: 40%;
    top: 20%;
  }

  .mirrors {
    left: 18%;
    top: 41%;
  }

  .shadows {
    left: 6%;
    top: 62%;
    bottom: auto;
  }

  .transformation {
    left: 38%;
    top: 77%;
    bottom: auto;
  }
}

@media (max-width: 640px) and (orientation: portrait) {
  .landing-page {
    --landing-hero-height: 360px;
  }

  .landing-page .hero-bg {
    background-size: contain;
    background-position: top center;
  }

  .landing-page .hero-copy-lockup {
    top: 118px;
    left: 50%;
    right: auto;
    width: min(82vw, 320px);
    transform: translateX(-50%);
  }

  .landing-page .landing-preview {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
  }

  .landing-page .landing-panel {
    min-height: 360px;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 173, 99, 0.18);
  }

  .landing-page .landing-panel:last-child {
    border-bottom: 0;
  }

  .landing-page .shop-panel .mini-products {
    min-height: 230px;
  }

  .world-panel .panel-heading h2 {
    font-size: 22px;
  }

  .landing-page .world-map-preview {
    min-height: 230px;
  }

  .landing-page .about-panel p {
    font-size: 12px;
    line-height: 1.45;
  }

  .landing-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-values .value {
    min-height: 126px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .landing-page {
    --landing-hero-height: 300px;
  }
}
