@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --rpg-bg: #07060a;
  --rpg-surface: #0e0c12;
  --rpg-surface-2: #15111a;
  --rpg-gold: #c9a34a;
  --rpg-gold-light: #f1d17a;
  --rpg-gold-dark: #71511d;
  --rpg-violet: #8d36ff;
  --rpg-violet-light: #c86cff;
  --rpg-text: #eee7d8;
  --rpg-muted: #a79c8d;
  --rpg-border: rgba(201, 163, 74, .28);
  --rpg-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

html {
  background: var(--rpg-bg);
  scroll-behavior: smooth;
}

body.shop-page {
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(141, 54, 255, .08), transparent 36rem),
    radial-gradient(circle at 8% 48%, rgba(201, 163, 74, .04), transparent 32rem),
    var(--rpg-bg);
  color: var(--rpg-text);
  font-family: 'Inter', Arial, sans-serif;
}

body.shop-page::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.shop-page .container,
.shop-page .contentContainer {
  box-sizing: border-box;
  width: min(100%, 1440px);
  max-width: 1440px;
  overflow: visible;
}

.site-header {
  position: relative;
  z-index: 100;
  overflow: visible;
  border-bottom: 1px solid rgba(201, 163, 74, .22);
  background: rgba(7, 6, 10, .94);
  box-shadow: 0 12px 35px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  min-height: 92px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header .logo {
  float: none;
  width: auto;
  min-width: max-content;
  margin: 0;
}

.site-header .shop-text-logo,
.footerMenu .shop-text-logo {
  display: inline-flex;
  align-items: center;
  color: var(--rpg-gold-light) !important;
  font: 800 27px/1 'Cinzel', Georgia, serif;
  letter-spacing: .02em;
  text-decoration: none;
  text-shadow: 0 0 24px rgba(201, 163, 74, .2);
}

.site-header .shop-text-logo span,
.footerMenu .shop-text-logo span { color: var(--rpg-gold) !important; }
.site-header .shop-text-logo small,
.footerMenu .shop-text-logo small { color: #806427 !important; font-size: .48em; }

.site-header .shop-text-logo .shop-menu-gem,
.footerMenu .shop-text-logo .shop-menu-gem {
  width: 50px !important;
  height: 50px !important;
  margin: 0 10px 0 0 !important;
  vertical-align: 0 !important;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(166, 62, 255, .58));
}

.site-header nav {
  flex: 1;
  text-align: right;
}

.site-header .menu {
  float: none;
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-header .menu li { display: block; padding: 0; }
.site-header .menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #c7b995 !important;
  font: 600 12px/1 'Cinzel', Georgia, serif;
  letter-spacing: .035em;
  text-shadow: none;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.site-header .menu li a:hover {
  border-color: var(--rpg-border);
  background: rgba(201, 163, 74, .055);
  color: var(--rpg-gold-light) !important;
}

.site-header .menu li a i { color: var(--rpg-gold); font-size: 14px; }

.site-header__secure {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin-left: 8px;
  padding: 0 13px !important;
  border: 1px solid var(--rpg-border);
  color: var(--rpg-muted);
  font-size: 10px;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}
.site-header__secure i { color: var(--rpg-gold); font-size: 19px; }

.shop-page .main { margin: 0; overflow: visible; }
.shop-page--home .contentContainer { padding: 20px 24px 0; }

.rpg-storefront {
  float: none;
  width: 100%;
  overflow: visible;
  background: transparent;
  color: var(--rpg-text);
  text-align: left;
}

.rpg-shop-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid rgba(201, 163, 74, .34);
  background-color: #09070c;
  background-image:
    linear-gradient(90deg, rgba(7, 6, 10, .92) 0%, rgba(7, 6, 10, .72) 31%, rgba(7, 6, 10, .1) 62%, rgba(7, 6, 10, .13) 100%),
    linear-gradient(0deg, rgba(7,6,10,.34), transparent 42%),
    url('assets/shop-hero-rpg-v1.png');
  background-position: center, center, center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--rpg-shadow), inset 0 0 80px rgba(0,0,0,.38);
}

.rpg-shop-hero::before,
.rpg-feature::before,
.rpg-product-card::before,
.rpg-category-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(201, 163, 74, .13);
}

.rpg-shop-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.8), inset 0 -80px 90px rgba(0,0,0,.23);
}

.rpg-shop-hero__content {
  position: relative;
  z-index: 2;
  width: min(590px, 56%);
  padding: 68px 64px;
}

.rpg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rpg-violet-light);
  font: 700 12px/1 'Inter', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rpg-shop-hero h1 {
  margin: 16px 0 18px;
  color: #f2eee6;
  font: 600 clamp(38px, 4.4vw, 68px)/.98 'Cinzel', Georgia, serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 0 3px 24px #000;
}

.rpg-shop-hero h1 strong {
  display: inline-block;
  color: var(--rpg-gold-light);
  font-weight: 800;
  letter-spacing: -.025em;
}

.rpg-shop-hero p {
  max-width: 535px;
  margin: 0 0 28px;
  color: #c9c0b3;
  font-size: 15px;
  line-height: 1.72;
}

.rpg-primary-button,
.rpg-feature button,
.rpg-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #e2bf66;
  border-radius: 2px;
  background: linear-gradient(180deg, #d7b75c, #9f7428);
  box-shadow: inset 0 0 0 2px rgba(35,20,2,.32), 0 10px 24px rgba(0,0,0,.34);
  color: #160e03 !important;
  font: 700 12px/1 'Cinzel', Georgia, serif;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.rpg-primary-button:hover,
.rpg-feature button:hover,
.rpg-product-card:hover .rpg-product-card__cta {
  filter: brightness(1.12);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 2px rgba(35,20,2,.28), 0 13px 30px rgba(201,163,74,.16);
}

.rpg-storefront a.rpg-primary-button:link,
.rpg-storefront a.rpg-primary-button:visited,
.rpg-storefront a.rpg-primary-button:hover,
.rpg-storefront a.rpg-primary-button:active {
  color: #160e03 !important;
}

.rpg-shop-hero__trust {
  margin-top: 22px;
  color: #a89d8f;
  font-size: 12px;
}
.rpg-shop-hero__trust i { margin-right: 7px; color: var(--rpg-gold); }

.rpg-payment-strip {
  min-height: 72px;
  margin: 0 14px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(201, 163, 74, .18);
  border-top: 0;
  background: rgba(14, 12, 18, .96);
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}

.rpg-payment-strip > span {
  color: var(--rpg-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rpg-payment-strip img {
  box-sizing: content-box;
  width: auto;
  max-width: 50px;
  height: 25px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}

.rpg-payment-strip a {
  margin-left: auto;
  color: #bdb2a4 !important;
  font-size: 12px;
  text-decoration: none;
}
.rpg-payment-strip a i { margin-right: 6px; color: var(--rpg-violet-light); }

.rpg-category-nav,
#categories.rpg-category-nav,
#categories.rpg-category-nav.scrolling {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  z-index: 90;
  float: none;
  box-sizing: border-box;
  width: 100%;
  margin: 24px 0 0;
  border: 1px solid var(--rpg-border);
  background: rgba(9, 8, 12, .93);
  box-shadow: 0 15px 35px rgba(0,0,0,.3);
  backdrop-filter: blur(15px);
}

.rpg-category-nav .container { width: 100%; padding: 7px; }
.rpg-category-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 7px;
}
.rpg-category-nav li { display: block; }
.rpg-category-nav a,
#categories.rpg-category-nav a {
  min-height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  color: #cabeaa !important;
  font: 700 12px/1 'Cinzel', Georgia, serif;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease;
}
.rpg-category-nav a:hover {
  border-color: rgba(200,108,255,.5) !important;
  background: linear-gradient(180deg, rgba(141,54,255,.18), rgba(141,54,255,.07));
  color: #fff !important;
  box-shadow: inset 0 0 26px rgba(141,54,255,.09);
}
.rpg-category-nav a i { color: var(--rpg-gold); }

.shop-page--home .categoriesMobile {
  box-sizing: border-box;
  width: 100%;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--rpg-border);
  border-radius: 0;
  background: var(--rpg-surface);
  color: var(--rpg-text);
  font: 600 13px 'Inter', sans-serif;
}

.rpg-featured-grid {
  margin: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
  gap: 18px;
}

.rpg-feature {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 42%) 1fr;
  align-items: center;
  border: 1px solid var(--rpg-border);
  background:
    radial-gradient(circle at 25% 50%, rgba(141,54,255,.2), transparent 44%),
    linear-gradient(135deg, #121018, #09080c);
  box-shadow: 0 18px 45px rgba(0,0,0,.32);
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rpg-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 163, 74, .56);
  box-shadow: 0 22px 55px rgba(0,0,0,.42), 0 0 28px rgba(141,54,255,.07);
}
.rpg-feature__art {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 20px;
}
.rpg-feature__art::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(141,54,255,.17);
  filter: blur(40px);
}
.rpg-feature__art img { max-width: 100%; max-height: 250px; object-fit: contain; filter: drop-shadow(0 16px 20px #000); }
.rpg-feature__copy { position: relative; z-index: 2; padding: 34px 38px 34px 12px; }
.rpg-feature__label {
  color: var(--rpg-violet-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rpg-feature__label i { margin-right: 5px; }
.rpg-feature h2 {
  margin: 11px 0 12px;
  color: var(--rpg-gold-light);
  font: 700 clamp(25px, 2.5vw, 40px)/1.1 'Cinzel', Georgia, serif;
  text-transform: uppercase;
}
.rpg-feature p { max-width: 470px; margin: 0 0 22px; color: var(--rpg-muted); font-size: 13px; line-height: 1.65; }
.rpg-feature button { min-height: 42px; padding: 0 18px; cursor: pointer; }

.rpg-feature--wallet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.rpg-feature--wallet .rpg-feature__art { min-height: 145px; padding: 22px 22px 0; }
.rpg-feature--wallet .rpg-feature__art img { max-height: 135px; }
.rpg-feature--wallet .rpg-feature__copy { padding: 8px 30px 30px; }
.rpg-feature--wallet h2 { font-size: 27px; }

.rpg-product-back {
  position: static;
  width: auto;
  padding: 22px 2px 0;
}
.rpg-product-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rpg-gold) !important;
  font: 700 12px 'Cinzel', Georgia, serif;
  text-decoration: none;
  text-transform: uppercase;
}

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

.rpg-card-grid .col-one-three {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  height: auto;
  min-height: 390px;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rpg-border);
  background:
    radial-gradient(circle at 50% 34%, rgba(141,54,255,.08), transparent 34%),
    linear-gradient(180deg, #121018, #0a090d);
  box-shadow: 0 15px 38px rgba(0,0,0,.3);
  color: var(--rpg-text);
  cursor: pointer;
  transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.rpg-card-grid .col-one-three:hover,
.rpg-card-grid .col-one-three:focus-visible {
  z-index: 2;
  outline: none;
  transform: translateY(-5px);
  border-color: rgba(201,163,74,.62);
  box-shadow: 0 24px 55px rgba(0,0,0,.46), 0 0 30px rgba(141,54,255,.07);
}

.rpg-product-card__category {
  position: relative;
  z-index: 2;
  color: var(--rpg-gold);
  font: 700 10px 'Cinzel', Georgia, serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rpg-card-grid .productImage,
.rpg-card-grid .rpg-product-card__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 190px;
  margin: 4px 0 8px;
  display: grid;
  place-items: center;
}
.rpg-card-grid .productImage img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 178px;
  object-fit: contain;
  filter: drop-shadow(0 15px 16px rgba(0,0,0,.76));
  transition: transform .25s ease, filter .25s ease;
}
.rpg-card-grid .col-one-three:hover .productImage img { transform: scale(1.035); filter: drop-shadow(0 17px 18px #000); }

.rpg-card-grid .pname,
.rpg-product-card__name {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rpg-gold-light);
  font: 700 17px/1.34 'Cinzel', Georgia, serif;
  text-align: center;
  text-shadow: 0 2px 12px #000;
  text-transform: uppercase;
}

.rpg-product-card__type,
.rpg-card-grid .price {
  position: relative;
  z-index: 2;
  float: none;
  box-sizing: border-box;
  width: auto;
  margin: 5px auto 10px;
  padding: 4px 10px;
  border: 1px solid rgba(201,163,74,.15);
  border-radius: 999px;
  background: rgba(201,163,74,.06);
  color: #aa9f91;
  font: 600 9px 'Inter', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rpg-card-grid .buyNow,
.rpg-product-card__buy {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.rpg-product-card__cta { width: 100%; min-height: 43px; padding: 0 14px; }
.rpg-payment-options {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.rpg-payment-options .button,
.rpg-payment-options button.button {
  width: auto !important;
  max-width: 100%;
  min-height: 23px;
  margin: 0;
  padding: 4px 7px !important;
  border: 1px solid rgba(201,163,74,.18) !important;
  border-radius: 2px;
  background: rgba(255,255,255,.035) !important;
  box-shadow: none !important;
  color: #a89d8f !important;
  font: 500 8px/1.2 'Inter', sans-serif;
  cursor: inherit;
}
.rpg-payment-options .button:hover { background: rgba(255,255,255,.035) !important; }
.rpg-payment-options .tooltiptext { display: none; }

.rpg-product-card--featured { border-color: rgba(141,54,255,.42) !important; }
.rpg-product-card--featured::after {
  content: 'POLECANE';
  position: absolute;
  top: 15px;
  right: -36px;
  z-index: 4;
  width: 125px;
  padding: 5px 0;
  transform: rotate(38deg);
  background: linear-gradient(90deg, #6b21c9, #b45aff);
  color: white;
  font: 700 8px 'Inter', sans-serif;
  letter-spacing: .12em;
  text-align: center;
}

.rpg-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rpg-category-grid .rpg-category-card { min-height: 350px; align-items: center; text-align: center; }
.rpg-category-card__glow {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(141,54,255,.12);
  filter: blur(32px);
}
.rpg-category-grid .pname { order: 1; min-height: 46px; }
.rpg-category-grid .productImage { order: 2; height: 200px; }
.rpg-category-grid .buyNow {
  order: 3;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid rgba(201,163,74,.16);
  color: var(--rpg-gold-light);
  font: 700 11px 'Cinzel', Georgia, serif;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.rpg-reassurance {
  margin: 28px 0 8px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rpg-border);
  background: linear-gradient(180deg, rgba(21,17,26,.9), rgba(9,8,12,.95));
}
.rpg-reassurance > div {
  min-width: 0;
  padding: 6px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(201,163,74,.18);
}
.rpg-reassurance > div:last-child { border-right: 0; }
.rpg-reassurance > div > i {
  min-width: 34px;
  color: var(--rpg-violet-light);
  font-size: 30px;
  text-align: center;
  filter: drop-shadow(0 0 10px rgba(141,54,255,.45));
}
.rpg-reassurance span { display: block; min-width: 0; }
.rpg-reassurance strong { display: block; margin-bottom: 5px; color: var(--rpg-gold-light); font: 700 11px 'Cinzel', Georgia, serif; text-transform: uppercase; }
.rpg-reassurance small { display: block; color: var(--rpg-muted); font-size: 11px; line-height: 1.5; }

.shop-page .footerMenu {
  box-sizing: border-box;
  margin: 52px 0 0;
  padding: 38px 24px;
  overflow: hidden;
  border-top: 1px solid var(--rpg-border);
  border-bottom: 1px solid rgba(201,163,74,.12);
  background: #0b090e;
}
.shop-page .footerMenu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.footer-brand p { margin: 12px 0 0; color: #857d73; font-size: 12px; }
.shop-page .footerMenu nav { flex: 1; min-width: 0; text-align: right; }
.shop-page .footerMenu .menu {
  float: none;
  width: auto;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}
.shop-page .footerMenu .menu li { display: block; padding: 0; }
.shop-page .footerMenu .menu a { color: #a69b8b !important; font: 600 10px 'Cinzel', Georgia, serif; text-decoration: none; text-transform: uppercase; }
.shop-page .footerMenu .menu a:hover { color: var(--rpg-gold-light) !important; }
.shop-page footer {
  padding: 18px 24px 26px;
  color: #645d54;
  font-size: 10px;
  text-align: center;
}
.shop-page footer .container { display: flex; justify-content: space-between; gap: 20px; }

/* Podstrony zakupu zachowują całą dotychczasową logikę i dostają jedynie spójne tło oraz nagłówek. */
.shop-page--subpage .contentContainer { padding: 24px; }
.shop-page--subpage .zakup { border: 1px solid var(--rpg-border); background: rgba(14,12,18,.96); }
.shop-page--subpage .zakup .fontTop,
.shop-page--subpage .zakup .font49,
.shop-page--subpage .zakup .top p,
.shop-page--subpage .zakup .name { color: #d8caa9 !important; }
.shop-page--subpage .zakup .item {
  border-color: var(--rpg-border);
  background: #0a090d;
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.shop-page--subpage .zakup .payment-header,
.shop-page--subpage .zakup #headerPrzelew,
.shop-page--subpage .zakup #headerSMS,
.shop-page--subpage .zakup #headerPSC,
.shop-page--subpage .zakup #headerPSCPlus,
.shop-page--subpage .zakup #headerBLIKPlus,
.shop-page--subpage .zakup #headerPlus,
.shop-page--subpage .zakup #headerDirectBilling {
  box-sizing: border-box;
  border: 1px solid rgba(201,163,74,.18);
  background: #0a0a0d;
  color: var(--rpg-gold) !important;
}
.shop-page--subpage .zakup input { color: #ded5c7; border-bottom-color: #675d50; }
.shop-page--subpage .zakup input:focus { border-bottom-color: var(--rpg-gold); }
.shop-page--subpage .zakup .back img { filter: sepia(1) saturate(.65) hue-rotate(354deg) brightness(1.12); }

@media (max-width: 1100px) {
  .site-header__inner { padding: 0 20px; }
  .site-header .menu li a { padding: 0 9px; font-size: 10px; }
  .site-header__secure { display: none !important; }
  .rpg-shop-hero { min-height: 460px; background-position: center, center, 56% center; }
  .rpg-shop-hero__content { width: min(540px, 60%); padding: 54px 42px; }
  .rpg-featured-grid { grid-template-columns: 1fr 1fr; }
  .rpg-feature { grid-template-columns: 1fr; text-align: center; }
  .rpg-feature__art { min-height: 165px; padding-bottom: 0; }
  .rpg-feature__art img { max-height: 155px; }
  .rpg-feature__copy { padding: 8px 30px 30px; }
  .rpg-feature p { margin-left: auto; margin-right: auto; }
  .rpg-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header__inner { min-height: 80px; }
  .site-header .shop-text-logo { font-size: 21px; }
  .site-header .shop-text-logo .shop-menu-gem { width: 42px !important; height: 42px !important; }
  .site-header .menu { gap: 3px; }
  .site-header .menu li a { font-size: 0; padding: 0 11px; }
  .site-header .menu li a i { font-size: 17px; margin: 0; }
  .shop-page--home .contentContainer { padding: 12px 12px 0; }
  .rpg-shop-hero { min-height: 520px; align-items: flex-end; background-position: center, center, 63% center; }
  .rpg-shop-hero::after { background: linear-gradient(0deg, rgba(7,6,10,.98) 0%, rgba(7,6,10,.6) 55%, rgba(7,6,10,.1) 100%); box-shadow: inset 0 0 0 1px rgba(0,0,0,.8); }
  .rpg-shop-hero__content { width: 100%; padding: 42px 30px; }
  .rpg-shop-hero p { max-width: 520px; }
  .rpg-payment-strip { margin: 0 7px; flex-wrap: wrap; justify-content: center; padding: 14px; }
  .rpg-payment-strip a { width: 100%; margin: 2px 0 0; text-align: center; }
  .rpg-category-nav { display: none; }
  .shop-page--home .categoriesMobile { display: block; }
  .rpg-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rpg-reassurance { grid-template-columns: 1fr; }
  .rpg-reassurance > div { border-right: 0; border-bottom: 1px solid rgba(201,163,74,.16); }
  .rpg-reassurance > div:last-child { border-bottom: 0; }
  .shop-page .footerMenu .container { flex-direction: column; text-align: center; }
  .shop-page .footerMenu nav { text-align: center; }
  .shop-page .footerMenu .menu { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header__inner { min-height: 72px; padding: 0 12px; gap: 8px; }
  .site-header .shop-text-logo { font-size: 17px; }
  .site-header .shop-text-logo .shop-menu-gem { width: 36px !important; height: 36px !important; margin-right: 6px !important; }
  .site-header .menu li a { padding: 0 8px; }
  .rpg-shop-hero { min-height: 560px; background-position: center, center, 70% center; }
  .rpg-shop-hero__content { padding: 34px 22px; }
  .rpg-shop-hero h1 { font-size: 38px; }
  .rpg-shop-hero p { font-size: 13px; }
  .rpg-primary-button { width: 100%; }
  .rpg-payment-strip > span { width: 100%; text-align: center; }
  .rpg-payment-strip img { max-width: 42px; height: 22px; }
  .rpg-featured-grid { grid-template-columns: 1fr; }
  .rpg-card-grid,
  .rpg-category-grid { grid-template-columns: 1fr; }
  .rpg-card-grid .col-one-three { min-height: 365px; }
  .rpg-reassurance { padding: 12px; }
  .rpg-reassurance > div { padding: 17px 10px; }
  .shop-page footer .container { flex-direction: column; gap: 6px; }
  .shop-page--subpage .contentContainer { padding: 12px; }
}

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