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

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  color: #1b1b1b;
  background: radial-gradient(1200px 600px at 50% 0%, #fff 0%, #f4efe6 55%, #efe3d1 100%);
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.wrap {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 520px;
  background: #0b0f14 url("./images/banner.png") center / cover no-repeat;
}

.hero__overlay {
  min-height: 520px;
  background: linear-gradient(180deg, rgba(11, 15, 20, 0.45), rgba(11, 15, 20, 0.15) 35%, rgba(0, 0, 0, 0.05));
}

.nav {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.nav__logo {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2bd0ff, #fbd74a);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.nav__name {
  font-size: 18px;
}

.nav__links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.nav__link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background-color 150ms ease, color 150ms ease;
}

.nav__link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero__content {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 270px 0 62px;
  color: #fff;
  text-align: center;
}

.hero__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.6px;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.hero__subtitle {
  margin: 14px auto 0;
  max-width: 780px;
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.92);
}

.cta {
  margin: 28px auto 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 16px;
  min-height: 54px;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
  user-select: none;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.btn--store {
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
}

.btn--primary {
  background: linear-gradient(135deg, #ffcf3e, #ff7a2e);
  color: #1b1b1b;
  border-color: rgba(0, 0, 0, 0.12);
  font-weight: 800;
}

.btn--full {
  width: 100%;
  justify-content: center;
}

.btn__icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.btn__icon svg {
  width: 24px;
  height: 24px;
}

.btn__text {
  display: grid;
  text-align: left;
  line-height: 1.05;
}

.btn__kicker {
  font-size: 11px;
  letter-spacing: 0.3px;
  opacity: 0.92;
}

.btn__label {
  font-size: 15px;
  font-weight: 800;
}

.section {
  padding: 64px 0;
}

.section--tight {
  padding-top: 28px;
}

.section--paper {
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, #f7f2ea 0%, #f1e7da 100%);
}

.section--sand {
  background: linear-gradient(180deg, #f5e4c6 0%, #efe0c8 55%, #e8d2b1 100%);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: 34px;
  align-items: center;
}

.split--reverse {
  grid-template-columns: 1.35fr 1.05fr;
}

.split--reverse > .copy {
  order: 2;
}

.split--reverse > .media {
  order: 1;
}

.copy {
  padding: 6px 0;
}

.h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.6vw, 36px);
  letter-spacing: -0.3px;
  color: #2a2a2a;
}

.h3 {
  margin: 18px 0 12px;
  font-size: 22px;
  letter-spacing: -0.2px;
  color: #2a2a2a;
}

.h2--center {
  text-align: center;
}

.lead {
  margin: 0 0 16px;
  color: #3c3c3c;
  font-size: 16px;
}

.list {
  margin: 0;
  padding-left: 18px;
  color: #2c2c2c;
}

.list li + li {
  margin-top: 8px;
}

.media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.6);
}

.media__img {
  width: 100%;
  border-radius: 18px;
}

.studio {
  display: grid;
  gap: 14px;
}

.studio__viewer {
  order: 0;
}

.studio__picker {
  order: 1;
}

.studio__main {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.studio__pick {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.studio__pick:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.studio__pick[aria-pressed="true"] {
  border-color: rgba(255, 122, 46, 0.75);
  box-shadow: 0 16px 45px rgba(255, 122, 46, 0.18), 0 10px 35px rgba(0, 0, 0, 0.12);
}

.studio__pick:focus-visible {
  outline: 3px solid rgba(43, 208, 255, 0.65);
  outline-offset: 2px;
}

.studio__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.card {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 10px;
}

.card__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b0f14;
}

.card__icon--teal {
  background: linear-gradient(135deg, #2ce8da, #6be2ff);
}

.card__icon--amber {
  background: linear-gradient(135deg, #ffd45a, #ff9c2a);
}

.card__icon--pink {
  background: linear-gradient(135deg, #ff66d1, #a86cff);
}

.card__icon svg {
  width: 26px;
  height: 26px;
}

.card__title {
  margin: 2px 0 0;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.card__text {
  margin: 0;
  color: #3c3c3c;
  font-size: 14px;
}

.shop__price {
  margin-top: 6px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #1b1b1b;
}

.form {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
  border: 0;
  padding: 0;
  margin: 0;
}

.field__label {
  font-size: 13px;
  font-weight: 800;
  color: #2a2a2a;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.field__control {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  outline: none;
  transition: box-shadow 150ms ease, border-color 150ms ease;
}

.field__control:focus {
  border-color: rgba(43, 208, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(43, 208, 255, 0.22);
}

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

.option {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  user-select: none;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.option:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

.option__input {
  width: 18px;
  height: 18px;
}

.option__label {
  font-size: 14px;
  color: #1b1b1b;
  font-weight: 700;
}

.card__media {
  border-radius: 14px;
  overflow: hidden;
  margin-top: 6px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}

.thumbs {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.thumb {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.12);
}

.thumb__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.thumb__title {
  margin: 12px 14px 0;
  font-size: 16px;
}

.thumb__text {
  margin: 6px 14px 14px;
  color: #3c3c3c;
  font-size: 14px;
}

.footer {
  background: linear-gradient(180deg, #111418, #080a0d);
  color: rgba(255, 255, 255, 0.86);
  padding: 46px 0 22px;
}

.footer__simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer__links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer__links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 150ms ease, color 150ms ease;
}

.footer__links a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.footer__copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.footer__logo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2bd0ff, #fbd74a);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.footer__desc {
  margin: 10px 0 0;
  max-width: 380px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.footer__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer__link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  transition: color 150ms ease;
}

.footer__link:hover {
  color: #fff;
}

.footer__bar {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.footer__top {
  color: rgba(255, 255, 255, 0.82);
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.footer__top:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 980px) {
  .split,
  .split--reverse {
    grid-template-columns: 1fr;
  }

  .split--reverse > .copy,
  .split--reverse > .media {
    order: initial;
  }

  .cards,
  .thumbs {
    grid-template-columns: 1fr;
  }

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

  .hero__content {
    padding: 58px 0 56px;
  }
}

@media (max-width: 520px) {
  .studio__picker {
    grid-template-columns: 1fr;
  }

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

body.shopPage {
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(43, 208, 255, 0.25), rgba(0, 0, 0, 0) 55%),
    radial-gradient(900px 500px at 85% 20%, rgba(255, 122, 46, 0.22), rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #080b11 0%, #0b0f18 40%, #070a10 100%);
  color: rgba(255, 255, 255, 0.9);
}

.shopPage .hero__overlay {
  background: linear-gradient(180deg, rgba(11, 15, 20, 0.58), rgba(11, 15, 20, 0.22) 40%, rgba(0, 0, 0, 0.08));
}

.shopPage .hero__content {
  padding: 210px 0 62px;
}

.shopTop {
  position: relative;
  padding: 22px 0 30px;
  overflow: hidden;
}

.shopTop__bg {
  position: absolute;
  inset: -120px -120px auto -120px;
  height: 520px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.05)),
    url("./images/banner.png") center / cover no-repeat;
  filter: saturate(0.95) contrast(1.05);
  opacity: 0.55;
  transform: rotate(-2deg) scale(1.06);
}

.shopTop__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
}

.shopBrand {
  display: inline-flex;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.shopMenu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.shopLink {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.shopLink:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.shopLink--active {
  background: linear-gradient(135deg, rgba(255, 122, 46, 0.26), rgba(43, 208, 255, 0.2));
  border-color: rgba(255, 122, 46, 0.32);
  color: #fff;
}

.shopTop__hero {
  position: relative;
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: center;
}

.shopTop__copy {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 22px 22px;
  backdrop-filter: blur(10px);
}

.shopTop__title {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: #fff;
}

.shopTop__subtitle {
  margin: 12px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.shopBadges {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shopBadge {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  padding: 8px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.shopTop__art {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.2);
}

.shopTop__img {
  width: 100%;
  height: auto;
  display: block;
}

.shopMain {
  padding: 26px 0 54px;
}

.shopShell {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 18px;
  align-items: start;
}

.shopIntro {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
}

.shopIntro__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}

.shopIntro__img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.shopH2 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.3px;
  color: #fff;
}

.shopP {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.shopList {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.shopList li + li {
  margin-top: 6px;
}

.shopHeaderRow {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.shopLoading {
  margin-top: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.shopHint {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.shopGrid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shopPack {
  position: relative;
  display: block;
}

.shopPack__radio {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.shopPack__body {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
  cursor: pointer;
  user-select: none;
}

.shopPack__body::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  background: url("./images/coin.png") center / contain no-repeat;
  opacity: 0.95;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.shopPack__title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: #fff;
  font-size: 16px;
}

.shopPack__meta {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.shopPack__price {
  font-weight: 900;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
}

.shopPack__body:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.shopPack__radio:focus-visible + .shopPack__body {
  outline: 3px solid rgba(43, 208, 255, 0.6);
  outline-offset: 2px;
}

.shopPack__radio:checked + .shopPack__body {
  border-color: rgba(255, 122, 46, 0.45);
  background: linear-gradient(135deg, rgba(255, 122, 46, 0.16), rgba(43, 208, 255, 0.12));
}

.shopPack--hot .shopPack__radio:checked + .shopPack__body,
.shopPack--hot .shopPack__body {
  border-color: rgba(255, 207, 62, 0.35);
}

.shopRight {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 12px;
}

.shopPanel {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 22px 75px rgba(0, 0, 0, 0.42);
  padding: 18px;
}

.shopSummary {
  margin-top: 10px;
  border-radius: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}

.shopSummary__label {
  font-size: 12px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.62);
}

.shopSummary__value {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}

.shopSummary__sub {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.shopField {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  border: 0;
  padding: 0;
}

.shopLabel {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.shopInput {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
  transition: box-shadow 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.shopInput:focus {
  border-color: rgba(43, 208, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(43, 208, 255, 0.18);
  background: rgba(0, 0, 0, 0.32);
}

.shopPay {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.shopPay__option {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  user-select: none;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.shopPay__option:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
}

.shopPay__radio {
  width: 18px;
  height: 18px;
}

.shopPay__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.shopSubmit {
  margin-top: 14px;
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 14px 14px;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #101018;
  background: linear-gradient(135deg, #ffcf3e, #ff7a2e);
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.shopSubmit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 70px rgba(255, 122, 46, 0.25);
}

.shopFineprint {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}

.shopAgree {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.shopAgree__box {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.shopAgree__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.shopAgree__text a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shopAgree__text a:hover {
  color: #fff;
}

.shopSideMedia {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.shopSideMedia__img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.shopFooter {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0 30px;
  background: rgba(0, 0, 0, 0.2);
}

.shopFooter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.shopFooter__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.shopFooter__links a {
  color: rgba(255, 255, 255, 0.78);
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
}

.shopFooter__links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.shopFooter__copy {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

@media (max-width: 980px) {
  .shopTop__hero {
    grid-template-columns: 1fr;
  }

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

  .shopRight {
    position: static;
  }

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

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

@media (max-width: 520px) {
  .shopGrid {
    grid-template-columns: 1fr;
  }
}
