body.shop {
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  background: #fff;
  color: #111;
}
body.shop h1, body.shop h2, body.shop h3, body.shop .display {
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.announce {
  background: #d61545;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 8px 16px;
}
.marquee {
  background: #31006e;
  color: #fff;
  overflow: hidden;
  height: 36px;
}
.marquee div {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: tick 22s linear infinite;
  align-items: center;
  height: 36px;
  font-size: 13px;
  font-weight: 600;
}
.marquee span { white-space: nowrap; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

body.shop .site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
body.shop .header-row { min-height: 88px; gap: 18px; }
body.shop .brand { min-width: 0; }
body.shop .brand-logo,
body.shop .logo-mark {
  height: 76px;
  width: auto;
  display: block;
  border-radius: 12px;
  object-fit: contain;
  background: #f6f1e8;
}
body.shop .brand-text strong {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  color: #31006e;
  letter-spacing: -.02em;
  font-size: 16px;
  white-space: nowrap;
}
body.shop .brand-text small { display: none; }
body.shop .nav {
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2px;
  min-width: 0;
}
body.shop .nav a {
  border-radius: 0;
  font-weight: 500;
  color: #222;
  font-size: 13px;
  padding: 8px 10px;
  white-space: nowrap;
}
body.shop .nav a:hover, body.shop .nav a.is-active {
  background: transparent;
  color: #31006e;
}
body.shop .icon-btn {
  border: 0;
  background: transparent;
  color: #31006e;
}
body.shop .wrap { width: min(1240px, calc(100% - 40px)); }

.podium {
  position: relative;
  width: 100%;
  height: min(56.25vw, 640px);
  min-height: 260px;
  overflow: hidden;
  isolation: isolate;
  background: #31006e;
}
.podium-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: opacity .4s ease;
}
.podium-slide.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.podium-slide[hidden] {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.podium-full-link,
.podium-full {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.podium-full {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.podium-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #31006e;
  font-size: 24px;
  cursor: pointer;
  transform: translateY(-50%);
}
.podium-btn.is-prev { left: 16px; }
.podium-btn.is-next { right: 16px; }
.podium-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.podium-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  cursor: pointer;
}
.podium-dots .is-on { background: #f7ba0c; }
@media (max-width: 980px) {
  .podium { height: min(56vw, 280px); min-height: 170px; }
  .podium-btn { display: none; }
}

.cv { background: #fff; padding: 18px 0 36px; overflow: hidden; }
.cv .wrap { width: min(1280px, calc(100% - 32px)); }
.cv-copy { margin-bottom: 12px; min-width: 0; }
.cv-shell {
  display: grid;
  grid-template-columns: 64px minmax(220px, 1fr) 80px minmax(240px, 300px);
  gap: 20px 28px;
  align-items: center;
}
.cv-thumbs { display: grid; gap: 8px; align-content: start; }
.cv-thumb {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 2px solid transparent;
  background: #f6f6f8;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.cv-thumb img { width: 100%; height: 100%; object-fit: contain; }
.cv-thumb.is-on { border-color: #31006e; }
.cv-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 800;
  color: #111;
}
.cv-copy p { margin: 0; color: #555; font-weight: 500; }
.cv-stage {
  position: relative;
  min-width: 0;
  min-height: 420px;
  display: grid;
  place-items: center;
}
.cv-fig { width: min(100%, 420px); max-height: 460px; object-fit: contain; }
.cv-sizes {
  display: grid;
  justify-items: center;
  gap: 10px;
  align-content: center;
  padding-right: 4px;
}
.cv-sizes-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #888;
  text-align: center;
}
.cv-size { position: relative; display: grid; justify-items: center; gap: 4px; }
.cv-size input { position: absolute; opacity: 0; pointer-events: none; }
.cv-size b {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f7ba0c;
  color: #31006e;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.cv-size em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #31006e;
  letter-spacing: 0;
}
.cv-size input:checked + b { box-shadow: 0 0 0 3px #31006e; }
.cv-nav {
  position: absolute;
  top: 48%;
  width: 34px;
  height: 34px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  color: #111;
  z-index: 2;
  left: 0;
}
.cv-nav.is-next { left: auto; right: 0; }
.cv-side { display: grid; gap: 8px; min-width: 0; }
.cv-pname {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}
.cv-sku { color: #888; font-size: 12px; font-weight: 600; }
.cv-form { display: grid; gap: 6px; }
.cv-form .opt-label { margin-top: 4px; }
.cv-form .file-btn { background: #31006e; min-width: 150px; height: 40px; }
.cv-form .pd-note-field { margin: 6px 0 0; }
.cv-form .pd-note-field input { border: 0; border-bottom: 1px solid #ddd; padding: 8px 0; }
.cv-form .pd-prices { margin: 4px 0; }
.cv-form .pd-prices b { font-size: 22px; }
.cv-form .var-row { gap: 6px; }
.cv-form .var span { min-width: 0; padding: 6px 8px; font-size: 12px; }
.cv-crumb { padding: 16px 0 0; }
.foot-about .foot-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.foot-about .foot-social a { margin: 0; font-weight: 700; color: #31006e; }
.store-hero {
  background: #31006e;
  color: #fff;
  padding: 48px 0 36px;
  border-radius: 0;
}
.store-hero h1 { font-size: clamp(40px, 5vw, 68px); line-height: 1.05; font-weight: 800; }
.store-hero h1 span { color: #f7ba0c; }
.store-kicker { color: #f7ba0c; font-weight: 700; letter-spacing: .04em; }
.store-hero .lead { color: #efe8ff; max-width: 46ch; }
.hero-sizes span {
  background: #f7ba0c;
  color: #31006e;
  border-radius: 999px;
  font-weight: 800;
}

.buy-section { padding: 36px 0; }
.buy-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: start;
  gap: 36px;
}
.shot { background: #fff; border-radius: 0; }
.shot img { border-radius: 0; aspect-ratio: 1; object-fit: cover; }
body.shop .kicker { color: #31006e; letter-spacing: .12em; }
body.shop .buy-section h2 { font-size: 28px; margin: 0 0 8px; }

.cat-bar { padding: 18px 0 8px; }
.cat-row {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px 8px;
}
.cat-tile {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.cat-tile img {
  width: min(100%, 86px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #f3f0ff;
}
.cat-tile:hover span, .cat-tile.is-on span { color: #31006e; }
.cat-tile.is-on img { box-shadow: 0 0 0 3px #31006e; }

.cat-circles {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 18px 10px;
  padding: 8px 0 28px;
}
.cat-circle {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  color: #1a1a1a;
}
.cat-circle-pic {
  width: min(100%, 118px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #efe7ff;
  box-shadow: 0 10px 28px rgba(49, 0, 110, .08);
}
.cat-circle-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  transition: transform .45s ease;
}
.cat-circle:hover .cat-circle-pic img,
.cat-circle.is-on .cat-circle-pic img { transform: scale(1.06); }
.cat-circle.is-on .cat-circle-pic { box-shadow: 0 0 0 3px #31006e, 0 10px 28px rgba(49, 0, 110, .12); }
.cat-circle b {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 12ch;
}
.cat-circle[data-tone="1"] .cat-circle-pic { background: #efe7ff; }
.cat-circle[data-tone="2"] .cat-circle-pic { background: #ffe4ef; }
.cat-circle[data-tone="3"] .cat-circle-pic { background: #ffe8d6; }
.cat-circle[data-tone="4"] .cat-circle-pic { background: #e7f8ee; }
.cat-circle[data-tone="5"] .cat-circle-pic { background: #fff3bf; }
.cat-circle[data-tone="6"] .cat-circle-pic { background: #e8f1ff; }
.cat-circle[data-tone="7"] .cat-circle-pic { background: #f3e8ff; }
.cat-circle[data-tone="8"] .cat-circle-pic { background: #eeeef2; }
.cat-circle[data-tone="9"] .cat-circle-pic { background: #ffe8b8; }

.cat-page { padding: 18px 0 72px; }
.cat-page .crumb { margin-bottom: 10px; }
.cat-page-head h1 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 40px);
  color: #111;
}
.cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.cat-pills a {
  padding: 8px 14px;
  border: 1px solid #ececec;
  color: #222;
  font-size: 13px;
  font-weight: 600;
}
.cat-pills a.is-on,
.cat-pills a:hover {
  background: #31006e;
  border-color: #31006e;
  color: #fff;
}
.cat-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0 18px;
  margin-bottom: 8px;
  border-top: 1px solid #f0f0f0;
}
.cat-toolbar strong { font-size: 15px; font-weight: 600; }
.cat-find {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cat-find input,
.cat-find select {
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f7;
  padding: 0 16px;
  font: inherit;
  color: #222;
}
.cat-find input { width: min(260px, 46vw); }
.cat-all { font-weight: 700; color: #31006e; }
.cat-empty {
  text-align: center;
  padding: 48px 16px;
  display: grid;
  justify-items: center;
  gap: 16px;
}
.cat-empty .pd-add { min-width: 200px; text-decoration: none; display: grid; place-items: center; }
.pd-sku { color: #888; font-size: 13px; margin-bottom: 8px; }
.pd-prices { display: flex; align-items: baseline; gap: 10px; margin: 8px 0 14px; }
.pd-prices s { color: #9a9a9a; font-size: 16px; }
.pd-prices b, .buy-price { color: #111; font-size: 28px; font-weight: 800; }
.opt-label { color: #31006e; letter-spacing: .04em; font-size: 13px; }
.var-row { display: flex; flex-wrap: wrap; gap: 8px; }
.var input { position: absolute; opacity: 0; pointer-events: none; }
.var span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 78px;
  justify-content: center;
  border: 1px solid #ececec;
  background: #fff;
  color: #111;
  padding: 8px 12px;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
}
.var span i {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  opacity: .72;
}
.var input:checked + span {
  background: #31006e;
  border-color: #31006e;
  color: #fff;
}
.pd-file {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  border: 1px dashed #ddd;
  padding: 14px;
}
.pd-file small, .pd-note { color: #777; font-size: 13px; }
.pd-actions { display: flex; gap: 8px; margin-top: 12px; }
.pd-qty {
  width: 72px;
  height: 52px;
  border: 1px solid #ececec;
  text-align: center;
  font-weight: 700;
}
.pd-add, .btn-add {
  flex: 1;
  height: 52px;
  border: 0;
  border-radius: 0;
  background: #31006e;
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
}
.shop-price { color: #111; font-size: 15px; font-weight: 700; display: block; }
.shop-from { display: block; color: #777; font-size: 12px; font-weight: 600; margin-top: 2px; }
body.shop .cards-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
body.shop .card,
body.shop .shop-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  text-align: center;
}
body.shop .card:hover,
body.shop .shop-card:hover {
  transform: none;
  box-shadow: none;
}
body.shop .card .thumb,
body.shop .shop-card .thumb {
  height: auto;
  aspect-ratio: 1;
  border-radius: 22px;
  background: #f4f6fb;
  overflow: hidden;
}
body.shop .card .thumb img,
body.shop .shop-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
body.shop .card .body,
body.shop .shop-card .body {
  padding: 12px 6px 0;
  align-items: center;
}
body.shop .card h3,
body.shop .shop-card h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 6px;
}
body.shop .badge { border-radius: 0 0 8px 0; background: #31006e; }

body.shop .foot-cta {
  background: #fff;
  padding: 22px 16px 40px;
  text-align: center;
}
body.shop .foot-cta a {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 14px 40px;
  font-weight: 700;
  color: #111;
  box-shadow: 0 10px 28px rgba(17, 17, 17, .08);
  text-decoration: none;
}
body.shop .site-footer { background: #e2185a; color: #fff; padding: 36px 0 0; margin-top: 0; }
body.shop .foot-logo { text-align: center; margin-bottom: 28px; }
body.shop .foot-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
body.shop .foot-logo-img {
  height: 96px;
  width: auto;
  border-radius: 18px;
  object-fit: contain;
  background: #f6f1e8;
  box-shadow: 0 10px 28px rgba(17, 17, 17, .14);
}
body.shop .foot-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 32px;
}
body.shop .site-footer a, body.shop .site-footer p { color: #fff; }
body.shop .site-footer h3 {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}
body.shop .site-footer h3.is-sub { margin-top: 16px; }
body.shop .site-footer .is-follow { font-weight: 700; margin-top: 16px; }
body.shop .foot-social { display: flex; gap: 10px; margin-top: 8px; }
body.shop .foot-social a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}
body.shop .legal {
  background: #31006e;
  color: #fff;
  border: 0;
  margin-top: 36px;
  padding: 14px 0;
  justify-content: center;
  text-align: center;
}
body.shop .form-card, body.shop .page-hero { color: #111; }
body.shop .page-hero { padding: 32px 0 0; }
body.shop .page-hero h1 { font-size: clamp(28px, 4vw, 42px); }
body.shop .form-card, body.shop .panel, body.shop .faq details, body.shop .doc {
  border-radius: 0;
  box-shadow: none;
  border-color: #ececec;
}
body.shop .field input, body.shop .field textarea, body.shop .field select, body.shop .news input {
  border-radius: 0;
  border-color: #ececec;
}
body.shop .btn, body.shop .btn-ghost, body.shop .btn-gold, body.shop .btn-wine {
  border-radius: 0;
  background: #31006e;
  color: #fff;
  box-shadow: none;
}
body.shop .btn-ghost { background: #fff; color: #31006e; border: 1px solid #31006e; }
body.shop .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.shop .grid-3 > *, body.shop .gallery-grid > * { min-width: 0; }
body.shop .gallery-grid { border-radius: 0; }
body.shop .btn-wine { background: #31006e; border-radius: 0; }
body.shop .wa-float { border-radius: 50%; }

@media (min-width: 981px) {
  body.shop .menu-toggle { display: none !important; }
  body.shop .nav {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.shop .header-row {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand nav actions";
  }
  body.shop .cat-bar { display: none; }
}
@media (max-width: 980px) {
  body.shop .cards-grid, body.shop .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .buy-grid, .store-hero-grid { grid-template-columns: 1fr; }
  .cat-circles {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 0 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .cat-circle { flex: 0 0 92px; scroll-snap-align: start; }
  .cat-circle-pic { width: 78px; }
  .cat-circle b { font-size: 11px; max-width: none; }
  .cat-toolbar { flex-wrap: wrap; }
  .cat-find { width: 100%; }
  .cat-find input { flex: 1; width: auto; }
}
@media (max-width: 640px) {
  body.shop .cards-grid { grid-template-columns: 1fr 1fr; }
}

body.shop.is-checkout .cat-bar { display: none; }
.pay-page { padding: 28px 0 64px; }
.pay-narrow { max-width: 760px; }
.pay-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.pay-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 13px;
  font-weight: 600;
}
.pay-steps b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  font-size: 13px;
}
.pay-steps .is-on { color: #31006e; }
.pay-steps .is-on b, .pay-steps .is-done b { background: #31006e; color: #fff; border-color: #31006e; }
.pay-steps .is-done { color: #31006e; }
.pay-head h1 { margin: 6px 0 8px; font-size: clamp(28px, 4vw, 42px); }
.pay-head p { color: #666; margin: 0 0 18px; }
.pay-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 20px; align-items: start; }
.pay-card, .pay-summary, .pay-empty {
  background: #fff;
  border: 1px solid #eee;
  padding: 22px;
}
.pay-card h2, .pay-summary h2 { margin: 0 0 14px; font-size: 18px; }
.pay-card .pd-add, .order-card .pd-add { width: 100%; }
.pay-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.pay-method {
  display: grid;
  gap: 4px;
  border: 1px solid #31006e;
  background: #f7f3ff;
  padding: 14px;
  margin: 8px 0 16px;
}
.pay-method span { color: #555; font-size: 13px; }
.pay-lines { display: grid; gap: 12px; }
.pay-lines article, .pay-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
}
.pay-lines img, .pay-item img { width: 72px; height: 72px; object-fit: cover; background: #f4f4f4; }
.pay-lines strong, .pay-item strong, .pay-lines b, .pay-item b { display: block; }
.pay-lines small, .pay-item small { display: block; color: #777; font-size: 12px; }
.pay-item { grid-template-columns: 88px 1fr auto; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.pay-item button { border: 0; background: transparent; color: #d61545; font-weight: 700; cursor: pointer; }
.pay-totals { margin: 16px 0 0; }
.pay-totals div { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid #f2f2f2; }
.pay-totals .is-total { font-size: 20px; font-weight: 800; color: #31006e; }
.pay-trust { margin: 14px 0 0; padding: 0; list-style: none; color: #666; font-size: 13px; }
.pay-trust li { padding: 4px 0 4px 16px; position: relative; }
.pay-trust li:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #f7ba0c; position: absolute; left: 0; top: 10px; }
.pay-go { display: grid; place-items: center; margin-top: 12px; text-decoration: none; }
.pay-empty { text-align: center; padding: 48px 24px; }
.pay-empty .pd-add { display: inline-grid; place-items: center; min-width: 220px; text-decoration: none; }
.bank-hero {
  background: linear-gradient(160deg, #31006e, #5b21b6);
  color: #fff;
  padding: 24px;
  margin-bottom: 16px;
}
.bank-hero strong { display: block; font-size: 40px; margin: 4px 0 12px; }
.bank-hero ol { margin: 0 0 16px; padding-left: 18px; }
.bank-hero dl { margin: 0; display: grid; gap: 8px; }
.bank-hero dt { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }
.bank-hero dd { margin: 0; font-weight: 700; }
.bank-hero .iban { font-size: 18px; letter-spacing: .03em; }
.bank-hero .pay-order-no dd {
  font-size: 20px;
  color: #31006e;
  letter-spacing: .02em;
}
.dekont-drop {
  display: grid;
  gap: 4px;
  border: 1.5px dashed #c4b5fd;
  background: #faf7ff;
  padding: 22px;
  margin-bottom: 14px;
  text-align: center;
}
.dekont-done { margin-bottom: 16px; }
.dekont-preview { width: 100%; max-height: 360px; object-fit: contain; background: #fafafa; margin-top: 8px; }
.order-top, .thanks-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.order-top span, .order-no { letter-spacing: .08em; }
.order-top strong, .order-no { display: block; font-size: 28px; color: #31006e; }
.track-line { list-style: none; margin: 16px 0; padding: 0; display: grid; gap: 8px; }
.track-line li { padding: 8px 12px; background: #fafafa; border-left: 3px solid #eee; }
.track-line .is-on { border-color: #31006e; background: #f6f1ff; font-weight: 700; }
.thanks-card h1 { margin: 8px 0; }
.thanks-actions { margin-top: 16px; flex-wrap: wrap; }
.thanks-actions .pd-add { text-decoration: none; display: inline-grid; place-items: center; padding: 0 22px; }
@media (max-width: 800px) {
  .pay-grid, .pay-fields, .pd-layout { grid-template-columns: 1fr; }
  .pay-steps span { display: none; }
}
.pd-page { padding: 18px 0 56px; }
.crumb { color: #888; font-size: 13px; }
.crumb a { color: #31006e; }
.pd-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr); gap: 28px; align-items: start; }
.pd-stage { background: #f6f3ff; padding: 18px; text-align: center; }
.pd-stage img { width: min(100%, 520px); margin: 0 auto; }
.pd-stage span { display: block; margin-top: 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #666; }
.pd-buy h1 { margin: 6px 0 10px; font-size: clamp(26px, 3vw, 36px); color: #31006e; }
.pd-hint { margin: 0 0 8px; color: #777; font-size: 13px; }
.file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 42px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.file-btn input { display: none; }
.file-name { display: block; margin: 6px 0 12px; color: #888; font-size: 12px; }
.qty-box { display: flex; border: 1px solid #ececec; }
.qty-box button { width: 40px; border: 0; background: #fff; font-size: 18px; cursor: pointer; }
.pd-qty { width: 48px; height: 50px; border: 0; text-align: center; }
.pd-note-field { display: grid; gap: 6px; font-size: 13px; font-weight: 700; margin: 12px 0; }
.pd-note-field input { font-weight: 500; border: 1px solid #ececec; padding: 12px; }
.pd-copy { margin: 28px 0; max-width: 720px; }
.pd-copy ol { padding-left: 18px; }
.ref-slider { max-width: 820px; margin-bottom: 28px; }
.ref-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ref-grid figure { margin: 0; background: #fff; }
.ref-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.ref-grid figcaption { padding: 8px 0 12px; font-weight: 700; }
@media (max-width: 800px) { .ref-grid { grid-template-columns: 1fr 1fr; } }

.ref-page { background: #fff; padding: 8px 0 72px; }
.ref-hero { text-align: center; padding: 28px 0 12px; }
.ref-hero h1 { margin: 8px 0 10px; font-size: clamp(32px, 5vw, 52px); font-weight: 800; }
.ref-hero p { margin: 0 auto; max-width: 52ch; color: #555; }
.ref-case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid #f2f2f2;
}
.ref-case.is-flip .ref-case-pic { order: -1; }
.ref-case-copy h2 { margin: 0 0 12px; font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; line-height: 1.2; }
.ref-case-copy p { margin: 0; color: #555; line-height: 1.65; font-size: 15px; }
.ref-case-pic { margin: 0; }
.ref-case-pic img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: #fafafa;
}
.ref-block { padding: 56px 0 24px; text-align: center; }
.ref-block h2, .ref-split h2, .ref-faq h2, .ref-cta h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
.ref-block > p { margin: 0 auto 28px; max-width: 60ch; color: #555; }
.ref-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}
.ref-mosaic figure { margin: 0; background: #f7f7f9; }
.ref-mosaic img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.ref-mosaic figcaption { padding: 10px 8px 14px; font-size: 13px; font-weight: 600; }
.ref-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 48px 0;
  text-align: left;
}
.ref-split p { color: #555; line-height: 1.6; }
.ref-split ul, .ref-split ol { margin: 12px 0 0; padding-left: 18px; color: #333; line-height: 1.7; }
.ref-faq { max-width: 760px; margin: 0 auto; padding: 12px 0 40px; }
.ref-faq details { border-bottom: 1px solid #eee; padding: 14px 0; }
.ref-faq summary { cursor: pointer; font-weight: 700; font-size: 16px; }
.ref-faq details p { margin: 10px 0 0; color: #555; line-height: 1.6; }
.ref-cta { text-align: center; padding: 28px 24px 8px; }
.ref-cta p { color: #555; margin: 0 0 18px; }
.ref-cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.ref-why { padding: 12px 0 28px; max-width: 760px; margin: 0 auto; }
.ref-why ul { padding-left: 18px; line-height: 1.7; }
.ref-cta-row .pd-add, .ref-cta-row .btn-ghost {
  min-width: 180px;
  height: 50px;
  text-decoration: none;
  display: inline-grid;
  place-items: center;
}
@media (max-width: 800px) {
  .ref-case, .ref-split { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .ref-case.is-flip .ref-case-pic { order: 0; }
  .ref-case-copy { text-align: center; }
  .ref-mosaic { grid-template-columns: 1fr 1fr; }
  .ref-hero { padding: 18px 0 8px; }
}

@media (max-width: 980px) {
  html, body.shop { overflow-x: clip; max-width: 100%; }
  body.shop .wrap { width: calc(100% - 20px); }
  body.shop .brand-text small { display: none; }
  body.shop .brand-text strong { font-size: 13px; }
  body.shop .header-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand actions";
    min-height: 72px;
    gap: 8px;
  }
  body.shop .brand-logo,
  body.shop .logo-mark { height: 58px; }
  body.shop .foot-logo-img { height: 88px; }
  body.shop .header-actions { display: flex; align-items: center; gap: 2px; }
  body.shop .site-header { z-index: 90; background: #fff; }
  body.shop .nav {
    display: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: none;
    z-index: 80;
    background: #fff !important;
    flex-direction: column;
    justify-content: flex-start;
    padding: 108px 22px 40px;
    overflow: auto;
  }
  body.shop .nav.is-open { display: flex !important; }
  body.shop .nav a {
    padding: 16px 4px;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    white-space: normal;
  }
  .announce { font-size: 12px; min-height: 32px; padding: 6px 10px; }
  .cat-bar { padding: 10px 0 4px; }
  .cat-row {
    display: flex !important;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .cat-tile {
    flex: 0 0 76px;
    font-size: 11px;
    line-height: 1.25;
    scroll-snap-align: start;
  }
  .cat-tile img { width: 64px; }
  .store-hero { padding: 22px 0; text-align: center; }
  .store-hero h1 { font-size: 30px; }
  .store-hero .lead { margin-inline: auto; }
  .store-hero-grid,
  .buy-grid,
  .pd-layout,
  .hero-grid,
  .pay-grid,
  .pay-fields { grid-template-columns: 1fr !important; }
  body.shop .menu-toggle { display: grid !important; width: 42px; height: 42px; }
  .cv { padding: 10px 0 24px; }
  .cv .wrap { width: calc(100% - 20px); }
  .cv-shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .cv-copy { text-align: center; margin-bottom: 2px; }
  .cv-copy h1 { font-size: 30px; }
  .cv-thumbs {
    order: 1;
    display: flex;
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .cv-thumb { width: 52px; height: 52px; flex: 0 0 52px; }
  .cv-stage { order: 2; min-height: 300px; }
  .cv-fig { max-height: 320px; width: min(100%, 320px); }
  .cv-sizes {
    order: 3;
    grid-template-columns: repeat(3, 64px);
    justify-content: center;
    justify-items: center;
    gap: 10px 14px;
  }
  .cv-sizes-label { grid-column: 1 / -1; font-size: 11px; }
  .cv-size b { width: 60px; height: 60px; font-size: 12px; }
  .cv-side { order: 4; }
  .cv-pname, .cv-sku { text-align: center; }
  .cv-form .var-row { justify-content: center; }
  .cv-nav { display: none; }
  .cv + .cv { display: none; }
  .hero-sizes { justify-content: center; flex-wrap: wrap; }
  .pd-page, .buy-section, .pay-page { padding: 14px 0 40px; }
  .pd-buy h1 { font-size: 24px; }
  .pd-stage { padding: 8px; }
  .var-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .var span { min-width: 0; width: 100%; padding: 10px 4px; font-size: 13px; }
  .pd-actions { flex-direction: column; align-items: stretch; }
  .file-btn, .pd-add, .pay-go, .qty-box { width: 100%; }
  .qty-box { justify-content: space-between; }
  body.shop .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 10px; }
  body.shop .card .thumb,
  body.shop .shop-card .thumb { border-radius: 16px; }
  body.shop .card .body,
  body.shop .shop-card .body { padding: 10px 2px 0; }
  body.shop .card h3,
  body.shop .shop-card h3 { font-size: 12px; min-height: 2.6em; }
  .cat-page { padding: 10px 0 48px; }
  .cat-page-head h1 { font-size: 24px; margin-bottom: 10px; }
  .shop-price { font-size: 14px; }
  .pay-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pay-steps span { display: none; }
  .pay-card, .pay-summary { padding: 16px; }
  .bank-hero strong { font-size: 28px; }
  .pay-item, .pay-lines article { grid-template-columns: 64px 1fr auto; }
  body.shop .foot-grid { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  body.shop .site-footer { padding: 28px 0 0; }
  body.shop .legal { flex-direction: column; align-items: center; text-align: center; }
  body.shop .legal-nav { justify-content: center; gap: 14px; }
  body.shop .news { flex-direction: column; }
  .nav-backdrop.is-open { display: block; z-index: 60; }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .cv-shell { grid-template-columns: 58px minmax(180px, 1fr) 72px minmax(220px, 260px); gap: 16px 18px; }
  .cv-stage { min-height: 340px; }
  .cv-fig { max-height: 360px; }
}

@media (max-width: 640px) {
  .cv-copy h1 { font-size: 26px; }
  .cv-stage { min-height: 260px; }
  .cv-fig { max-height: 260px; }
  .podium { height: min(56vw, 220px); min-height: 150px; }
  body.shop .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 8px; }
  body.shop .foot-grid { grid-template-columns: 1fr; gap: 20px; }
  body.shop .header-row { min-height: 54px; }
  .wa-float { right: 12px; bottom: 12px; width: 52px; height: 52px; }
}
