:root {
  --vp-accent: #9b71bd;
  --vp-accent-2: #56308d;
  --vp-ink: #19171c;
  --vp-text: #19171c;
  --vp-muted: #736e79;
  --vp-line: #e6e3df;
  --vp-soft: #faf9fb;
  --vp-shadow: 0 10px 30px rgba(48, 25, 55, .10);
  --bg: #f7f7f9;
  --paper: #f7f7f8;
  --panel: #fff;
  --panel2: #f5f4f7;
  --surface: #fff;
  --surface2: #f5f4f7;
  --border: #e6e3df;
  --line: #e6e3df;
  --text: #19171c;
  --ink: #19171c;
  --muted: #736e79;
  --accent: #9b71bd;
  --accent2: #56308d;
  --shadow: 0 10px 30px rgba(48, 25, 55, .10);
  --r: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body, .vp-page {
  margin: 0;
  min-width: 280px;
  background: var(--paper);
  color: var(--text);
  font: 400 14px/1.55 Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; color: inherit; }
input, select, textarea { min-width: 0; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:disabled { opacity: .5; cursor: not-allowed; }
img { max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1, h2, h3 { line-height: 1.25; overflow-wrap: break-word; }
p { overflow-wrap: break-word; }
[hidden], .hidden { display: none !important; }
:focus-visible { outline: 3px solid #bd6ea2; outline-offset: 3px; }
.vp-container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 3000; background: white; color: #222; padding: 12px 20px; border: 2px solid var(--accent); }
.skip-link:focus { top: 12px; }

.store-top { background:#19171c; color:#e6def1; font-size:11px; letter-spacing:.3px; }
.store-top > div { display:flex; justify-content:space-between; padding-block:8px; }
.store-header { position:sticky; top:0; z-index:100; background:#fff; color:#19171c; border-bottom:1px solid #e6e3df; }
.header-main { min-height:94px; display:grid; grid-template-columns:190px minmax(200px,1fr) auto auto; align-items:center; gap:36px; }
.store-logo { display:block; line-height:0; background:#19171c; border-radius:8px; padding:0 10px; }
.store-logo img { width:170px; height:64px; object-fit:contain; }
.header-search { display:flex; height:46px; background:#f6f5f2; border:1px solid #eceae6; border-radius:8px; overflow:hidden; }
.header-search:focus-within { box-shadow: 0 0 0 3px #ca7bb840, 0 4px 16px #140d202b; }
.header-search input { flex:1; width:100%; border:0; background:transparent; color:#19171c; padding:0 18px; font-size:13px; }
.header-search button { width:50px; flex-shrink:0; background:transparent; color:#19171c; border:0; display:grid; place-items:center; }
.header-order { display: flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1.4; }
.header-order strong { font-size: 14px; font-weight: 600; }
.header-order svg { width: 26px; height: 26px; }
.header-cart { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.header-cart b { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:#19171c; color:#fff; font-size:11px; }
.header-nav-wrap { border-top:1px solid #f0eeeb; background:#fff; }
.header-nav { min-height: 45px; display: flex; align-items: stretch; gap: 30px; font-size: 13px; }
.header-nav > a { display: flex; align-items: center; position: relative; }
.header-nav > a:hover, .header-nav > a[aria-current] { color:#7041b5; }
.header-nav > a[aria-current]::after { content: ''; height: 2px; position: absolute; bottom: 0; left: 0; right: 0; background: #d97cba; }
.category-menu { position: relative; margin-right: 8px; }
.category-menu summary { display: flex; align-items: center; gap: 10px; height: 45px; padding-right: 25px; border-right: 1px solid #e6e3df; list-style: none; cursor: pointer; font-weight: 600; }
.category-menu summary::-webkit-details-marker { display: none; }
.category-menu summary svg:first-child { width: 18px; height: 18px; }
.category-menu summary svg:last-child { width: 14px; height: 14px; }
.category-dropdown { position: absolute; top: 45px; left: 0; min-width: 245px; max-width: min(340px, 85vw); max-height: 65vh; overflow: auto; background: #fff; color: var(--text); border: 1px solid var(--line); box-shadow: 0 12px 25px #211c261a; border-radius: 0 0 8px 8px; padding: 8px; }
.category-dropdown a { display: block; padding: 11px 13px; border-radius: 4px; }
.category-dropdown a:hover { background: #f5f1f6; color: var(--accent); }
.header-contact { margin-left:auto; padding:0; display:flex; align-items:center; gap:8px; border:0; background:transparent; color:#19171c; }
.header-contact svg { width: 18px; height: 18px; }
.header-icon { width: 42px; height: 44px; border: 0; background: transparent; color: inherit; display: grid; place-items: center; }
.menu-toggle { display: none; }
.mobile-menu { position: fixed; margin: 0; height: 100dvh; max-height: 100dvh; width: 340px; max-width: 90vw; border: 0; padding: 0 22px 24px; background: white; color: var(--text); }
.mobile-menu::backdrop { background: #1a102780; }
.menu-title { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 20px; }
.mobile-menu nav, .mobile-category-list { display: grid; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid #eeedf0; }
.mobile-menu h3 { margin: 25px 0 6px; font-size: 13px; color: var(--muted); font-weight: 600; }
.mobile-category-list a { padding: 10px 0; font-size: 14px; }
.menu-support { display: flex; align-items: center; gap: 9px; margin-top: 24px; width: 100%; padding: 13px 12px; background: #f7f1f6; border: 1px solid #e4cede; border-radius: 6px; color: var(--accent); }
.menu-support svg { width: 20px; height: 20px; }

.store-banner { display:grid; grid-template-columns:1.05fr 1fr; background:#eae2f5; margin-top:28px; border:0; border-radius:16px; overflow:hidden; min-height:470px; }
.banner-copy { padding:54px; align-self:center; }
.banner-label { display:block; font-size:11px; font-weight:600; letter-spacing:1.8px; color:#604082; }
.banner-copy h1 { margin:22px 0; font-size:clamp(40px,5vw,66px); font-weight:600; line-height:1.03; letter-spacing:-3px; max-width:520px; }
.banner-copy p { margin:0 0 30px; max-width:330px; color:#665773; font-size:15px; line-height:1.7; }
.banner-image { position:relative; min-width:0; padding:38px; display:grid; place-items:center; background:#f1eee7; }
.banner-image::before { content:""; position:absolute; width:300px; height:300px; max-width:80%; border-radius:50%; border:1px solid #dbd5cb; }
.banner-image img { position:relative; width:100%; height:340px; object-fit:contain; mix-blend-mode:multiply; }
.store-button { display:inline-flex; align-items:center; justify-content:center; gap:20px; min-height:48px; padding:13px 23px; background:#19171c; color:#fff; border:1px solid #19171c; border-radius:6px; font-size:13px; font-weight:600; transition:background .2s; }
.store-button svg { width: 17px; height: 17px; }
.store-button:hover { background:#7041b5; border-color:#7041b5; }
.store-button.secondary { background:transparent; color:#19171c; box-shadow:none; }
.store-button.secondary:hover { background: #f8f2f7; }
.home-products { padding-top:64px; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:26px; }
.section-heading h2 { margin:0; font-size:34px; font-weight:600; letter-spacing:-1.2px; }
.section-heading > a { display:inline-flex; align-items:center; gap:8px; color:#19171c; font-size:13px; white-space:nowrap; padding-bottom:4px; border-bottom:1px solid #b9b3bd; }
.section-heading > a svg { width: 16px; height: 16px; }
.view-all { text-align: center; padding: 26px 0 0; }
.purchase-info { margin-top:70px; padding:38px 0; border:0; border-top:1px solid #dfdadf; border-bottom:1px solid #dfdadf; border-radius:0; background:transparent; box-shadow:none; }
.purchase-info > h2 { margin:0 0 30px; font-size:28px; font-weight:600; letter-spacing:-.8px; }
.purchase-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.purchase-steps article { display: flex; align-items: flex-start; gap: 14px; }
.purchase-steps article > svg { color:#7041b5; width:32px; height:32px; padding:4px; }
.purchase-steps h3 { margin: 0 0 7px; font-size: 14px; font-weight: 650; }
.purchase-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.store-faq { display:grid; grid-template-columns:1fr 1.7fr; gap:70px; margin-top:70px; margin-bottom:70px; }
.store-faq .section-heading h2 { font-size:32px; line-height:1.15; }
.faq-list { background:transparent; border:0; border-top:1px solid #dfdadf; border-radius:0; overflow:hidden; box-shadow:none; }
.faq-list details[open] { background: #fcf8fc; }
.faq-list details + details { border-top: 1px solid var(--line); }
.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:20px; list-style:none; padding:22px 0; cursor:pointer; font-size:14px; font-weight:500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 16px; height: 16px; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list p { padding:0 0 22px; margin:0; max-width:850px; font-size:13px; color:var(--muted); line-height:1.75; }

.vp-main { min-height:55vh; padding:36px 0 64px; }
.vp-breadcrumb { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; color: var(--muted); font-size: 12px; margin-bottom: 24px; }
.vp-breadcrumb i { font-size: 8px; }
.vp-breadcrumb a:hover { color: var(--accent); }
.vp-hero-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.vp-hero-title h1 { margin:0; font-size:44px; letter-spacing:-1.8px; font-weight:600; }
.vp-hero-title p { color: var(--muted); margin: 8px 0 0; max-width: 670px; font-size: 14px; }
.vp-count { color: var(--muted); font-size: 13px; white-space: nowrap; }
.vp-toolbar { display: grid; grid-template-columns: minmax(180px, 1fr) 205px 185px; gap: 12px; margin-bottom: 18px; }
.vp-control { position: relative; }
.vp-control > i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.vp-input, .vp-select { height: 44px; width: 100%; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 0 12px; color: var(--text); font-size: 13px; }
.vp-control .vp-input { padding-left: 38px; }
.vp-filter-row { display: flex; align-items: center; gap: 9px; overflow-x: auto; padding: 0 0 15px; margin-bottom: 5px; scrollbar-width: thin; }
.vp-chip { flex-shrink:0; padding:9px 18px; min-height:40px; background:transparent; border:1px solid #ded9e4; color:#645c6c; border-radius:24px; font-size:12px; }
.vp-chip:hover, .vp-chip.is-active { background:#19171c; border-color:#19171c; color:#fff; }
.vp-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; }
.vp-card { display:flex; flex-direction:column; min-width:0; background:transparent; border:0; border-radius:0; overflow:hidden; }
.vp-card:hover { box-shadow:none; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) { .vp-card:hover { transform:none; } }
.vp-card-media { aspect-ratio:1/1.12; border:1px solid #e9e7ec; background:#fff; position:relative; overflow:hidden; border-radius:10px; }
.vp-card-media > a { position: absolute; inset: 0; display: grid; place-items: center; }
.vp-card-media img { width:100%; height:100%; padding:26px; object-fit:contain;  transition:transform .3s ease; }
.vp-card:hover .vp-card-media img { transform: scale(1.035); }
.vp-card-zoom { position: absolute; right: 10px; bottom: 10px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: #635668; display: grid; place-items: center; }
.vp-card-zoom svg { width: 17px; height: 17px; }
.vp-card-images { position: absolute; right: 10px; top: 10px; display: flex; align-items: center; gap: 4px; background: #ffffffef; border: 1px solid #e8e5ea; padding: 3px 6px; border-radius: 4px; color: var(--muted); font-size: 10px; }
.vp-card-body { padding:18px 0 0; display:flex; flex-direction:column; flex:1; border:0; background:none; }
.vp-card-category, .vp-card-code { color:#82788b; font-size:10px; font-weight:500; line-height:1.4; margin-bottom:8px; letter-spacing:.5px; }
.vp-card-title { margin:0 0 10px; font-size:16px; font-weight:500; line-height:1.45; min-height:46px; }
.vp-card-title a:hover { color: var(--accent); }
.vp-card-price { font-size:21px; font-weight:650; letter-spacing:-.6px; margin-top:auto; }
.vp-stock { display: block; color: #33774d; font-size: 11px; margin-top: 6px; }
.vp-stock.is-out { color: #9a515d; }
.vp-card-meta { margin-top: 12px; }
.vp-card-add { display:flex; align-items:center; justify-content:center; gap:9px; width:100%; min-height:44px; border:1px solid #d8d2dd; border-radius:6px; background:transparent; color:#19171c; font-size:12px; font-weight:500; transition:background .2s; }
.vp-card-add svg { width: 17px; height: 17px; }
.vp-card-add:hover:not(:disabled) { background:#19171c; color:#fff; border-color:#19171c; box-shadow:none; }
.vp-card-add:disabled { border-color: #ccc; color: #999; background: #f7f7f7; }
.vp-mini-actions { display: flex; gap: 8px; }
.vp-icon-btn { width: 38px; min-height: 38px; border: 1px solid var(--line); border-radius: 5px; background: #fff; display: grid; place-items: center; }
.vp-icon-btn.is-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.vp-empty { grid-column: 1 / -1; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 50px 22px; color: var(--muted); font-size: 14px; }
.vp-empty > i { display: block; font-size: 27px; color: var(--accent); margin-bottom: 15px; }
.vp-empty > a { display: inline-block; color: var(--accent); text-decoration: underline; margin-top: 12px; }
.vp-empty .retry-load { display: block; margin: 18px auto 0; padding: 10px 20px; border: 1px solid var(--line); background: #fff; border-radius: 5px; color: var(--accent); }

.vp-product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 32px; align-items: start; }
.vp-gallery { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 12px; min-width: 0; }
.vp-gallery.is-single { grid-template-columns: 1fr; }
.vp-gallery.is-single .vp-thumbs, .vp-gallery.is-single .vp-gallery-nav { display: none; }
.vp-thumbs { display: flex; flex-direction: column; gap: 9px; max-height: 560px; overflow: auto; }
.vp-thumb { flex-shrink: 0; width: 74px; height: 74px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.vp-thumb.is-active { border: 2px solid var(--accent); }
.vp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.vp-main-image { position:relative; display:grid; place-items:center; height:540px; background:#fff; border:0; border-radius:12px; overflow:hidden; }
.vp-main-image > img { width:100%; height:100%; object-fit:contain; padding:30px; cursor:zoom-in;  }
.vp-gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1px solid var(--line); border-radius: 50%; width: 38px; height: 38px; }
.vp-gallery-nav.prev { left: 10px; }
.vp-gallery-nav.next { right: 10px; }
.vp-zoom-box { position: absolute; right: 14px; bottom: 14px; width: 40px; height: 40px; background: #fff; border: 1px solid var(--line); border-radius: 6px; color: var(--accent); }
.vp-product-info { padding:14px 12px 26px 24px; border:0; border-radius:0; background:transparent; box-shadow:none; }
.vp-product-kicker { color: var(--accent); font-size: 12px; }
.vp-product-title { font-size:36px; font-weight:600; letter-spacing:-1.2px; line-height:1.18; margin:15px 0; }
.vp-product-ref { display: flex; gap: 15px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.vp-product-price { font-size: 32px; font-weight: 650; margin: 22px 0 5px; letter-spacing: -.6px; }
.vp-availability { font-size: 12px; color: #3c7957; }
.vp-availability.is-out { color: #9a515d; }
.vp-description { white-space: pre-line; font-size: 14px; color: #625c68; line-height: 1.75; margin: 20px 0; }
.vp-meta-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 15px; }
.vp-meta-item span, .vp-meta-item strong { display: block; font-size: 12px; }
.vp-meta-item span { color: var(--muted); margin-bottom: 3px; }
.vp-meta-item strong { font-weight: 500; }
.vp-buy-row { display: grid; grid-template-columns: 112px 1fr; gap: 12px; margin-top: 24px; }
.vp-qty { display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; }
.vp-qty button { border: 0; background: none; font-size: 21px; min-height: 46px; }
.vp-qty span { text-align: center; font-weight: 600; font-size: 14px; }
.vp-add { padding:13px; min-height:48px; background:#19171c; color:#fff; border:1px solid #19171c; border-radius:6px; font-size:13px; font-weight:600; }
.vp-add:hover:not(:disabled) { background: var(--accent2); }
.vp-secondary-actions { display: flex; gap: 10px; margin-top: 12px; }
.vp-secondary-actions > a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 6px; min-height: 42px; font-size: 12px; }
.vp-safe-note { display: flex; gap: 10px; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 17px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.vp-safe-note > i { color: var(--accent); margin-top: 4px; }
.vp-related { margin-top: 40px; }
.vp-related-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.vp-related-head h2 { font-size: 24px; margin: 5px 0 0; }
.vp-related-head > a { color: var(--accent); font-size: 13px; }
.vp-related-head small { font-size: 11px; }

.vp-cart-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 24px; align-items: start; }
.vp-panel { background: #fff; border: 1px solid #e2d9e7; border-radius: 12px; overflow: hidden; box-shadow: var(--vp-shadow); }
.vp-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #fff, #f6eef8); }
.vp-panel-head h2 { font-size: 18px; font-weight: 600; margin: 0; }
.vp-cart-items { padding: 0 20px; }
.vp-cart-item { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.vp-cart-item:last-child { border: 0; }
.vp-cart-item img { width: 76px; height: 82px; object-fit: contain; }
.vp-cart-item h3 { font-size: 14px; line-height: 1.4; font-weight: 500; margin: 0 0 7px; }
.vp-cart-item .price { font-size: 16px; font-weight: 600; }
.vp-cart-actions { display: flex; gap: 8px; align-items: center; }
.vp-cart-qty { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.vp-cart-qty button { background: #fff; border: 0; width: 31px; height: 36px; font-size: 18px; }
.vp-cart-qty span { min-width: 25px; text-align: center; font-size: 12px; }
.vp-remove { width: 32px; height: 36px; border: 0; background: #fff; color: #a35464; }
.vp-summary { padding: 22px; }
.vp-total { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.vp-total strong { font-size: 27px; letter-spacing: -.5px; }
.vp-total-note { font-size: 12px; color: var(--muted); line-height: 1.7; margin: 8px 0 22px; }
.vp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 12px; }
.vp-field { display: grid; gap: 7px; }
.vp-field.full { grid-column: 1 / -1; }
.vp-field label { font-size: 12px; font-weight: 500; color: #645c68; }
.vp-field input, .vp-field select, .vp-field textarea { width: 100%; border: 1px solid #d8d5dc; border-radius: 5px; min-height: 42px; padding: 10px; background: #fff; color: var(--text); font-size: 13px; }
.vp-field textarea { min-height: 80px; resize: vertical; }
.vp-checkout { width: 100%; margin-top: 20px; min-height: 46px; border: 0; background: var(--accent); color: #fff; border-radius: 6px; font-size: 14px; font-weight: 600; }
.vp-legal { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 12px 0 0; }
.vp-btn { min-height: 40px; border: 1px solid var(--line); border-radius: 5px; padding: 9px 14px; background: #fff; color: #655b68; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 500; }
.vp-btn.primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.vp-btn:hover { border-color: var(--accent); }

.vp-modal, .vp-lightbox { position: fixed; inset: 0; z-index: 1500; display: none; align-items: center; justify-content: center; padding: 24px; background: #18101ece; }
.vp-modal.is-open, .vp-lightbox.is-open { display: flex; }
.vp-modal-card { width:min(900px,100%); position:relative; max-height:calc(100dvh - 48px); overflow-y:auto; border-radius:16px; background:#faf9f6; }
.vp-modal-close { position: absolute; right: 12px; top: 12px; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--text); }
.vp-quick-grid { display: grid; grid-template-columns: 1fr 1fr; }
.vp-quick-media { display:grid; place-items:center; padding:32px; min-height:400px; background:#fff; }
.vp-quick-media img { width:100%; max-height:400px; object-fit:contain;  }
.vp-quick-info { padding: 45px 30px 30px; }
.vp-quick-info h2 { font-size: 26px; margin: 10px 0; }
.vp-quick-info p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.vp-quick-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 25px; }
.vp-lightbox { z-index: 1600; background: #161219ed; }
.vp-lightbox > img { max-width: 95vw; max-height: 90dvh; object-fit: contain; }
.vp-lightbox > button { position: absolute; right: 20px; top: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; }
.vp-toast { position: fixed; bottom: 24px; left: 50%; max-width: min(430px, 80vw); transform: translate(-50%, 20px); z-index: 2000; background: #28212d; color: #fff; padding: 13px 18px; border-radius: 7px; font-size: 13px; box-shadow: 0 5px 20px #0002; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.vp-toast.is-show { opacity: 1; transform: translate(-50%, 0); }
.vp-support { position: fixed; right: 20px; bottom: 20px; z-index: 900; }
.vp-support-toggle { width: 52px; height: 52px; border-radius: 50%; background: var(--accent); color: #fff; border: 0; font-size: 20px; box-shadow: 0 4px 16px #38203230; }
.vp-support-card { display: none; position: absolute; right: 0; bottom: 66px; width: min(360px, calc(100vw - 32px)); max-height: calc(100dvh - 110px); overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 15px 45px #29172b30; }
.vp-support-card.is-open { display: block; }
.vp-support-head { display: flex; align-items: center; gap: 10px; padding: 15px; background: #29222e; color: #fff; }
.vp-support-head strong { font-size: 13px; font-weight: 600; }
.vp-support-head small { display: block; color: #c4b8cc; font-size: 11px; margin-top: 3px; }
.vp-support-dot { width: 8px; height: 8px; border-radius: 50%; background: #999; flex-shrink: 0; }
.vp-support-dot.online { background: #45c37a; }
.vp-support-dot.busy { background: #e7b553; }
.vp-support-close { margin-left: auto; min-width: 34px; height: 34px; background: transparent; border: 0; color: #fff; font-size: 24px; }
.vp-support-body { padding: 13px; }
.vp-support-body input, .vp-support-body textarea { width: 100%; padding: 10px; background: #fff; color: var(--text); border: 1px solid var(--line); border-radius: 5px; font-size: 13px; }
.vp-support-body textarea { min-height: 62px; resize: vertical; }
.vp-support-messages { display: flex; flex-direction: column; gap: 8px; height: 215px; overflow-y: auto; background: #f6f4f7; margin: 12px 0; padding: 12px; border-radius: 5px; }
.vp-support-msg { align-self: flex-start; max-width: 90%; background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 9px 11px; font-size: 13px; white-space: pre-wrap; overflow-wrap: anywhere; }
.vp-support-msg.visitante { align-self: flex-end; background: #f0e0ed; border-color: #e5cde0; }
.vp-support-msg small { display: block; text-align: right; font-size: 10px; color: var(--muted); margin-top: 4px; }
.vp-support-form { display: grid; grid-template-columns: 1fr 44px; gap: 8px; }
.vp-support-form > button { border: 0; border-radius: 5px; background: var(--accent); color: #fff; }

.store-footer { margin-top:60px; background:#19171c; color:#f7f5fa; border:0; }
.footer-columns { display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:44px; padding-block:44px; }
.footer-about img { display: block; width: 215px; height: 81px; object-fit: contain; margin-top: -14px; margin-bottom: 8px; }
.footer-columns h2 { margin: 0 0 19px; font-size: 14px; font-weight: 600; }
.footer-columns > div > a, .footer-columns > div > button { display: block; padding: 0; margin: 0 0 11px; border: 0; background: none; color: #cac2d0; font-size: 12px; text-align: left; }
.footer-columns > div > a:hover, .footer-columns > div > button:hover { color: #fff; text-decoration: underline; }
.footer-columns p { color: #cac2d0; font-size: 12px; margin: 0 0 13px; }
.footer-columns .admin-link { margin-top: 20px; color: #a39aaa; font-size: 11px; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-block: 19px; border-top: 1px solid #463b50; color: #afa3b9; font-size: 11px; }

.page { max-width: 1200px; }
.lookup, .notfound, .success, .steps, .card, .panel, .login-card, .stat { border-radius: 12px; box-shadow: 0 6px 22px #37203f0b; }
.lookup { max-width: 650px; margin-top: 30px; padding: 35px; }
.lookup h1 { font-size: 31px; letter-spacing: -.6px; line-height: 1.2; }
.lookup-icon { border-radius: 8px; background: #f3e5ef; color: var(--accent); }
.lookup-form input, .lookup-form button, .token-mini, .token-box, .success .token-box, .success .order { border-radius: 6px; }
.lookup-form input { font-size: 13px; }
.lookup-form button, .chat-form button, .btn-primary { background: var(--accent); color: #fff; }
.hero h1 { font-size: 34px; line-height: 1.2; }
.chat-card { top: 155px; }
.token-box { background: #fbf5fa; }
.token { overflow-wrap: anywhere; }
.token.is-short { font-size: clamp(17px, 4.3vw, 26px); letter-spacing: .04em; white-space: nowrap; word-break: normal; overflow-wrap: normal; }
.success .token-box { border-color: #a085c2; background: #eee7f7; box-shadow: none; }
.head h1 { font-size: 34px; }
.success .head p { font-size: 14px; }
.btn { border-radius: 6px; }
.v-simple-main { min-height: 55vh; display: grid; place-items: center; padding: 50px 20px; }
.v-simple-card { width: min(550px, 100%); border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 35px; text-align: center; }
.v-simple-card img { width: 170px; height: 64px; object-fit: contain; background: #241f29; border-radius: 6px; }
.v-simple-card h1 { font-size: 29px; }
.v-simple-card p { color: var(--muted); }
.v-simple-card > a { display: inline-block; background: var(--accent); color: #fff; border-radius: 6px; margin-top: 15px; padding: 11px 20px; }
.admin-vampira .login { background: #f4f2f6; }
.admin-vampira .login-card { padding: 32px; border-top: 4px solid var(--accent); }
.admin-vampira .login-logo, .admin-vampira .brand-mark, .admin-vampira .brand i { background: var(--accent); color: #fff; border-radius: 6px; }
.admin-vampira .topbar { min-height: 70px; height: auto; padding-block: 12px; gap: 15px; flex-wrap: wrap; background: #fff; color: var(--text); }
.admin-vampira .input, .admin-vampira select, .admin-vampira textarea, .admin-vampira .product, .admin-vampira .chip, .admin-vampira .img-card, .admin-vampira .preview-file, .admin-vampira .mini, .admin-vampira .messages, .admin-vampira .chat-send, .admin-vampira .visitor-summary { background: #fff; color: var(--text); border-color: var(--line); border-radius: 6px; }
.admin-vampira .btn { border-radius: 6px; }
.admin-vampira .btn-primary { background: var(--accent); color: #fff; }
.admin-vampira .btn-dark { background: #332b3c; color: #fff; border-color: #332b3c; }
.admin-vampira .file strong { color: var(--text); }
.admin-vampira .product img, .admin-vampira .prod img { background: #f8f7f9; }
.admin-vampira .btn-green, .admin-vampira .notice.ok { color: #286844; }
.admin-vampira .btn-danger, .admin-vampira .notice.err, .admin-vampira .trash { color: #9c304d; }
.admin-vampira .star { color: #7e601b; }
.admin-vampira .move { color: #4b56a1; }
.admin-vampira .msg.admin { color: #fff; }
.admin-vampira .grid > *, .admin-vampira .main-grid > * { min-width: 0; }


/* Collection navigation and shared storefront sections. */
.hero-image-label { position:absolute; top:24px; left:28px; font-size:9px; letter-spacing:2px; color:#81776a; }
.hero-image-link { position:absolute; bottom:23px; left:28px; right:28px; display:flex; align-items:center; justify-content:space-between; font-size:12px; font-weight:600; }
.hero-image-link span { display:grid; place-items:center; width:32px; height:32px; border:1px solid #c9c0b5; border-radius:50%; }
.store-benefits { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-block:22px; border-bottom:1px solid #e3dedf; font-size:11px; color:#6e6575; }
.store-benefits > * { display:flex; align-items:center; gap:10px; }
.store-benefits > *::before { content:""; width:5px; height:5px; background:#8c65bb; border-radius:50%; flex-shrink:0; }
.collections { margin-top:52px; }
.section-kicker { display:block; font-size:10px; font-weight:600; letter-spacing:1.5px; color:#877291; margin-bottom:12px; }
.collection-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.collection-tile { position:relative; display:flex; align-items:center; overflow:hidden; min-height:220px; padding:28px; border-radius:10px; background:#ece8f3; }
.collection-tile>div { z-index:1; width:62%; }
.collection-tile>div>span:first-child { font-size:9px; color:#766b80; letter-spacing:1px; }
.collection-tile h3 { font-size:23px; letter-spacing:-.7px; font-weight:500; line-height:1.2; margin:16px 0 24px; }
.collection-link { font-size:11px; border-bottom:1px solid #b2a6be; padding-bottom:5px; }
.collection-tile img { position:absolute; right:-20px; bottom:12px; width:47%; height:170px; object-fit:contain; mix-blend-mode:multiply; transition:transform .25s; }
.collection-tile:hover img { transform:translateY(-5px); }
.collection-figures { background:#e4e9eb; }
.collection-music { background:#ede7de; }
.footer-invite { display:flex; align-items:center; justify-content:space-between; gap:25px; padding-block:42px; border-bottom:1px solid #38313f; }
.footer-invite>div>span { color:#b99cd5; font-size:9px; letter-spacing:1.8px; }
.footer-invite h2 { margin:12px 0 0; font-size:30px; font-weight:500; letter-spacing:-.8px; }
.footer-invite button { display:inline-flex; align-items:center; gap:42px; padding:14px 22px; min-height:48px; border:1px solid #716177; border-radius:6px; color:#fff; background:transparent; }
.footer-invite button:hover { background:#302738; }
.vp-panel { box-shadow:none; }
.vp-field input:focus, .vp-field select:focus, .vp-field textarea:focus { outline:2px solid #bfa2de; outline-offset:2px; }
@media (min-width: 1200px) {
  .vp-product-info { position: sticky; top: 156px; }
}
@media (max-width: 1050px) {
  .header-main { grid-template-columns: 170px minmax(180px, 1fr) auto auto; gap: 22px; }
  .store-logo img { width:150px; height:58px; }
  .cart-label { display: none; }
  .header-nav { gap: 22px; }
  .header-nav > a { font-size: 12px; }
  .header-contact { font-size: 12px; }
  .vp-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vp-product { grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: 20px; }
  .vp-gallery { grid-template-columns: 1fr; }
  .vp-thumbs { flex-direction: row; order: 2; }
  .vp-main-image { height: 430px; }
  .vp-product-info { padding: 22px; }
  .vp-product-title { font-size: 26px; }
  .vp-cart-layout { grid-template-columns: 1fr 1fr; gap: 18px; }
  .vp-cart-item { grid-template-columns: 65px 1fr; }
  .vp-cart-actions { grid-column: 2; }
  .purchase-steps { gap: 20px; }
  .purchase-steps article { gap: 10px; }
  .footer-columns { gap: 23px; }
}
@media (max-width: 800px) {
  .vp-container { width: calc(100% - 32px); }
  .store-top { font-size: 11px; }
  .store-top > div { justify-content: center; padding-block: 5px; }
  .store-top a { display: none; }
  .header-main { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; padding-block: 12px; min-height: 0; }
  .menu-toggle { display: grid; grid-column: 1; grid-row: 1; }
  .store-logo { grid-column: 2; grid-row: 1; justify-self: center; }
  .store-logo img { width:140px; height:52px; }
  .header-cart { grid-column: 3; grid-row: 1; gap: 6px; min-width: 49px; }
  .header-cart svg { width: 25px; height: 25px; }
  .header-order, .header-nav-wrap { display: none; }
  .header-search { grid-column: 1 / -1; grid-row: 2; height: 42px; }
  .header-search input { font-size: 16px; }
  .store-banner { min-height:360px; grid-template-columns:1fr 1fr; margin-top:20px; }
  .banner-copy { padding: 25px; }
  .banner-copy h1 { font-size:40px; letter-spacing:-1.8px; }
  .banner-copy p { font-size: 13px; }
  .banner-image { padding: 20px; }
  .banner-image img { height: 230px; }
  .vp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .vp-card-media img { padding: 20px; }
  .section-heading h2 { font-size: 23px; }
  .vp-toolbar { grid-template-columns: 1fr 1fr; }
  .vp-control { grid-column: 1 / -1; }
  .vp-product { grid-template-columns: 1fr; }
  .vp-gallery { grid-template-columns: 74px minmax(0, 1fr); }
  .vp-thumbs { order: 0; flex-direction: column; }
  .vp-main-image { height: 480px; }
  .vp-product-info { position: static; }
  .vp-cart-layout { grid-template-columns: 1fr; }
  .vp-cart-item { grid-template-columns: 76px minmax(0, 1fr) auto; }
  .vp-cart-actions { grid-column: auto; }
  .purchase-steps { grid-template-columns: 1fr; gap: 23px; }
  .purchase-steps article { gap: 17px; }
  .purchase-steps p { font-size: 13px; }
  .purchase-steps h3 { font-size: 15px; }
  .purchase-info { padding:30px 0; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 32px; }
  .vp-quick-grid { grid-template-columns: 1fr; }
  .vp-quick-media { min-height: 240px; padding: 25px; }
  .vp-quick-media img { max-height: 260px; }
  .vp-quick-info { padding: 15px 25px 25px; }
  .vp-quick-info .vp-product-price { margin-top: 14px; }
  .chat-card { position: static; }
}
@media (max-width:800px) {
 .store-faq { grid-template-columns:1fr; gap:20px; margin-top:45px; }
 .store-faq .section-heading { margin-bottom:0; }
 .collection-grid { grid-template-columns:1fr 1fr; gap:14px; }
 .collection-tile:last-child { grid-column:1/-1; min-height:170px; }
 .collection-tile:last-child img { right:15px; width:40%; height:140px; }
 .collection-tile { min-height:210px; padding:24px; }
 .collection-tile h3 { font-size:21px; }
 .store-benefits { flex-wrap:wrap; justify-content:center; gap:12px 24px; }
 .footer-invite h2 { font-size:26px; }
 .banner-image::before { height:240px; width:240px; }
}
@media (max-width: 500px) {
  html { scroll-padding-top: 140px; }
  .vp-container { width: calc(100% - 28px); }
  .store-logo img { width:126px; height:47px; }
  .store-top { font-size: 10px; }
  .header-cart b { width: 20px; height: 20px; font-size: 11px; }
  .store-banner { grid-template-columns:1fr; min-height:0; border-radius:12px; }
  .banner-copy { padding:32px 26px; }
  .banner-label { font-size:10px; letter-spacing:1.3px; }
  .banner-copy h1 { font-size:46px; line-height:1.02; letter-spacing:-2px; margin:18px 0; }
  .banner-copy p { font-size:14px; line-height:1.65; margin-bottom:22px; }
  .banner-image { padding:24px; min-height:260px; }
  .banner-image img { height:240px; }
  .banner-copy .store-button { padding:13px 20px; min-height:48px; font-size:13px; gap:20px; }
  .home-products { padding-top:40px; }
  .section-heading { margin-bottom: 15px; gap: 10px; }
  .section-heading h2 { font-size: 21px; letter-spacing: -.35px; }
  .section-heading > a { font-size: 12px; gap: 4px; }
  .vp-chip { padding: 7px 12px; font-size: 11px; }
  .vp-filter-row { gap: 7px; padding-bottom: 12px; }
  .vp-grid { gap: 12px; }
  .vp-card { border-radius: 10px; }
  .vp-card-body { padding:13px 0 0; }
  .vp-card-media img { padding: 12px; }
  .vp-card-category, .vp-card-code { font-size: 10px; }
  .vp-card-title { font-size: 12px; min-height: 35px; margin-bottom: 8px; line-height: 1.5; }
  .vp-card-price { font-size: 19px; }
  .vp-stock { font-size: 10px; line-height: 1.4; min-height: 28px; }
  .vp-card-add { min-height: 39px; padding: 6px; gap: 5px; font-size: 11px; }
  .vp-card-zoom { right: 7px; bottom: 7px; width: 30px; height: 30px; }
  .vp-card-meta { margin-top: 10px; }
  .vp-card-images { font-size: 9px; right: 7px; top: 7px; }
  .view-all { padding-top: 22px; }
  .purchase-info { margin-top:40px; padding:28px 0; }
  .purchase-info > h2, .store-faq .section-heading h2 { font-size: 21px; }
  .store-faq { margin-block:40px; }
  .faq-list summary { padding:20px 0; font-size:13px; }
  .faq-list p { padding:0 0 20px; font-size:13px; }
  .vp-main { padding-top: 20px; }
  .vp-breadcrumb { font-size: 11px; margin-bottom: 18px; }
  .vp-hero-title { align-items: flex-start; margin-bottom: 22px; }
  .vp-hero-title h1 { font-size: 28px; }
  .vp-hero-title p { font-size: 13px; }
  .vp-count { font-size: 11px; margin-top: 8px; }
  .vp-toolbar { gap: 10px; }
  .vp-input, .vp-select { font-size: 12px; padding-inline: 10px; }
  .vp-input { font-size: 16px; }
  .vp-gallery { grid-template-columns: 1fr; }
  .vp-thumbs { order: 2; flex-direction: row; }
  .vp-main-image { height: 350px; }
  .vp-main-image > img { padding: 20px; }
  .vp-thumb { width: 64px; height: 64px; }
  .vp-product-info { padding: 20px; }
  .vp-product-title { font-size: 25px; }
  .vp-product-price { font-size: 29px; }
  .vp-buy-row { grid-template-columns: 96px 1fr; gap: 9px; }
  .vp-qty { grid-template-columns: 30px 1fr 30px; }
  .vp-add { padding: 8px; font-size: 12px; }
  .vp-add i { display: none; }
  .vp-secondary-actions { flex-wrap: wrap; }
  .vp-related-head { align-items: flex-end; gap: 15px; }
  .vp-related-head h2 { font-size: 22px; }
  .vp-related-head > a { font-size: 11px; }
  .vp-panel-head { padding: 16px; }
  .vp-panel-head h2 { font-size: 17px; }
  .vp-summary { padding: 18px; }
  .vp-cart-items { padding-inline: 16px; }
  .vp-cart-item { grid-template-columns: 65px minmax(0, 1fr); gap: 12px; }
  .vp-cart-item img { width: 65px; height: 75px; }
  .vp-cart-actions { grid-column: 2; }
  .vp-form-grid { grid-template-columns: 1fr; }
  .vp-field input, .vp-field textarea, .vp-field select { font-size: 16px; }
  .vp-field label { font-size: 13px; }
  .vp-modal { padding: 14px; }
  .vp-modal-card { max-height: calc(100dvh - 28px); }
  .vp-support { bottom: 14px; right: 14px; }
  .vp-support-body input, .vp-support-body textarea { font-size: 16px; }
  .vp-support-messages { height: 195px; }
  .store-footer { margin-top: 32px; }
  .footer-columns { gap: 28px 20px; padding-block: 30px; }
  .footer-about img { width: 170px; height: 65px; margin-top: -10px; }
  .footer-columns h2 { font-size: 13px; margin-bottom: 15px; }
  .footer-columns > div > a, .footer-columns > div > button, .footer-columns p { font-size: 11px; overflow-wrap: anywhere; }
  .footer-legal { flex-direction: column; gap: 6px; font-size: 10px; padding-bottom: 26px; }
  .lookup { padding: 25px 20px; margin-top: 15px; }
  .lookup h1 { font-size: 28px; }
  .lookup-form input { font-size: 16px; }
  .head h1 { font-size: 29px; }
  .hero h1 { font-size: 30px; }
  .admin-vampira .topbar { position: static; padding: 12px; }
  .admin-vampira .login-card { padding: 24px; }
  .admin-vampira .presence, .admin-vampira .tabs, .admin-vampira .panel-head { flex-wrap: wrap; }
  .admin-vampira .heading { display: block; }
}
@media (max-width:500px) {
 .section-heading h2, .store-faq .section-heading h2 { font-size:27px; letter-spacing:-.9px; }
 .section-heading { align-items:center; }
 .section-kicker { font-size:9px; margin-bottom:8px; }
 .collections { margin-top:34px; }
 .collection-grid { grid-template-columns:1fr; gap:12px; }
 .collection-tile, .collection-tile:last-child { min-height:175px; padding:25px; }
 .collection-tile img, .collection-tile:last-child img { right:8px; bottom:10px; width:43%; height:155px; }
 .collection-tile h3 { margin:12px 0 18px; font-size:25px; }
 .store-benefits { font-size:10px; justify-content:flex-start; padding:19px 4px; gap:12px; }
 .store-benefits>* { width:100%; }
 .hero-image-label { top:15px; left:20px; font-size:8px; }
 .hero-image-link { left:20px; right:20px; bottom:13px; }
 .banner-image { padding-bottom:44px; }
 .footer-invite { flex-direction:column; align-items:flex-start; padding-block:32px; gap:22px; }
 .footer-invite h2 { font-size:26px; }
 .footer-columns { grid-template-columns:1fr 1fr; }
 .footer-about { grid-column:1/-1; }
 .vp-card { border-radius:0; }
 .vp-card-media { aspect-ratio:1/1.15; }
 .vp-card-title { font-size:13px; font-weight:500; }
 .vp-card-add { min-height:44px; }
 .header-order { display:none; }
 .vp-product-info { padding:22px 0; }
 .vp-card-zoom { width:36px; height:36px; }
}
@media (max-width: 350px) {
  .header-main { column-gap: 5px; }
  .banner-copy h1 { font-size:39px; }
  .banner-copy p { font-size:13px; }
  .banner-label { font-size: 7px; }
  .banner-image { padding: 8px; }
  .vp-card-body { padding:12px 0 0; }
  .vp-card-add svg { display: none; }
  .vp-card-price { font-size: 17px; }
  .vp-toolbar { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.brand-masthead { display:flex; justify-content:center; align-items:center; background:#f5e9d3; padding:8px 24px; border-top:3px solid #9b71bd; }
.reference-header { position:relative; border:0; }
.brand-masthead .store-logo { width:min(100%,480px); background:transparent; padding:0; border-radius:0; text-align:center; }
.brand-masthead .store-logo img { display:block; width:100%; height:auto; object-fit:contain; }
.reference-header .header-nav-wrap { display:block; border-bottom:3px solid #9b71bd; background:#fff; }
.reference-header .header-nav { gap:22px; align-items:center; min-height:53px; }
.reference-header .category-menu summary { border-right:0; padding-right:0; font-size:12px; }
.reference-header .header-nav>a { min-height:48px; font-size:12px; }
.reference-header .header-contact { font-size:12px; }
.reference-header .header-order { display:flex; gap:7px; font-size:10px; line-height:1.2; }
.reference-header .header-order strong { font-size:11px; }
.reference-header .header-order svg { width:22px; height:22px; }
.reference-header .header-cart { gap:7px; font-size:11px; }
.reference-header .header-cart b { width:19px; height:19px; font-size:10px; }
.reference-header .header-cart svg { width:22px; height:22px; }
.nav-search { position:relative; flex-shrink:0; }
.nav-search>summary { display:grid; place-items:center; width:40px; height:44px; list-style:none; cursor:pointer; }
.nav-search>summary::-webkit-details-marker { display:none; }
.nav-search>summary svg { width:21px; height:21px; }
.nav-search .header-search { position:absolute; right:0; top:48px; width:min(360px,calc(100vw - 32px)); background:#fff; border:1px solid #9b71bd; box-shadow:0 8px 20px #211b2b20; z-index:110; }
.reference-hero { background:#ffdf78; border-bottom:3px solid #9b71bd; }
.reference-hero-inner { display:grid; grid-template-columns:1fr 1fr; align-items:center; min-height:480px; }
.reference-hero .banner-copy { padding:50px 56px; }
.reference-hero .banner-copy h1 { font-size:clamp(38px,4vw,60px); letter-spacing:-2px; font-weight:650; margin:22px 0; }
.reference-hero .banner-copy p { color:#685277; }
.reference-hero .banner-label { color:#785194; }
.reference-portrait { display:flex; align-items:flex-end; justify-content:center; min-width:0; height:480px; }
.reference-portrait img { display:block; height:100%; width:100%; object-fit:contain; mix-blend-mode:multiply; }
.collections { margin-top:50px; }
.section-kicker { color:#785194; }
@media(max-width:1100px) and (min-width:801px) {
 .reference-header .header-nav { gap:13px; }
 .reference-header .header-nav>a,.reference-header .header-contact { font-size:10px; }
 .reference-header .header-contact svg { display:none; }
}
@media(max-width:800px) {
 .brand-masthead { padding:6px 16px; }
 .brand-masthead .store-logo { width:330px; max-width:100%; }
 .reference-header .header-nav { gap:12px; min-height:54px; }
 .reference-header .header-nav>.desktop-nav-link,.reference-header .category-menu,.reference-header .header-contact { display:none; }
 .reference-header .menu-toggle { display:grid; }
 .reference-header .nav-search { margin-left:auto; }
 .reference-header .header-order { display:flex; }
 .reference-header .header-cart { min-width:46px; }
 .reference-header .cart-label { display:none; }
 .nav-search .header-search { position:fixed; left:16px; right:16px; top:auto; width:auto; margin-top:6px; }
 .reference-hero-inner { min-height:380px; }
 .reference-hero .banner-copy { padding:28px 15px; }
 .reference-hero .banner-copy h1 { font-size:36px; letter-spacing:-1.3px; }
 .reference-hero .banner-copy p { font-size:13px; }
 .reference-portrait { height:380px; }
}
@media(max-width:500px) {
 .reference-hero-inner { grid-template-columns:1fr; }
 .reference-hero .banner-copy { text-align:center; padding:34px 12px 12px; }
 .reference-hero .banner-copy h1 { font-size:40px; margin:18px auto; }
 .reference-hero .banner-copy p { margin:0 auto 20px; max-width:290px; }
 .reference-hero .banner-copy .store-button { min-height:44px; }
 .reference-portrait { height:340px; margin-top:14px; }
 .reference-header .header-order span { font-size:9px; }
 .reference-header .header-order strong { font-size:10px; }
 .collections { margin-top:34px; }
 .brand-masthead .store-logo { width:270px; max-width:100%; }
 .reference-header .header-nav { gap:8px; }
}

.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.brand-hero { background:#f7f7f8; border-bottom:1px solid #dfd6e7; }
.brand-hero picture { display:block; width:min(100%,1440px); margin-inline:auto; }
.brand-hero picture img { display:block; width:100%; height:auto; object-fit:contain; }
.brand-hero-action { display:flex; align-items:center; justify-content:space-between; gap:24px; padding-block:20px; }
.brand-hero-action p { font-size:14px; color:#685974; margin:0; }
.footer-about img { width:240px; height:auto; margin:0 0 18px; border-radius:4px; }
@media(max-width:600px) {
 .brand-hero-action { flex-direction:column; gap:14px; text-align:center; padding-block:20px; }
 .brand-hero-action p { font-size:13px; }
 .brand-hero-action .store-button { width:100%; }
 .footer-about img { width:220px; height:auto; }
}

/* Minimal hero: one message, one figure, a quiet 3D motion layer. */
.minimal-hero { position:relative; overflow:hidden; background:radial-gradient(circle at 73% 48%, #f0e5fb 0, #f7f7f8 36%, #f7f7f8 70%); border-bottom:1px solid #ddd2e8; }
.minimal-hero::before { content:""; position:absolute; width:560px; height:560px; right:9%; top:50%; transform:translateY(-50%); border:1px solid #d9c7e9; border-radius:50%; opacity:.7; }
.minimal-hero-inner { display:grid; grid-template-columns:1fr 1fr; min-height:540px; align-items:center; }
.minimal-copy { position:relative; z-index:2; padding:60px 20px 60px 8%; }
.minimal-kicker { display:block; color:#8765a7; font-size:10px; font-weight:700; letter-spacing:2px; margin-bottom:24px; animation:heroReveal .8s both; }
.minimal-copy h1 { margin:0; color:#19171c; font-size:clamp(45px,6vw,82px); font-weight:500; line-height:.94; letter-spacing:-4px; animation:heroReveal .9s .08s both; }
.minimal-copy h1 em { color:#7041b5; font-style:normal; }
.minimal-copy p { max-width:300px; margin:27px 0 28px; color:#766b80; font-size:14px; line-height:1.7; animation:heroReveal .9s .16s both; }
.minimal-copy .store-button { animation:heroReveal .9s .24s both; }
.minimal-figure { position:relative; align-self:stretch; min-height:540px; display:flex; align-items:flex-end; justify-content:center; perspective:1000px; }
.minimal-figure img { position:relative; z-index:2; width:min(100%,430px); height:100%; object-fit:contain; object-position:center bottom; mix-blend-mode:multiply; filter:drop-shadow(20px 20px 20px #34214116); animation:figureEntrance 1.1s .15s both, figureFloat 7s 1.2s ease-in-out infinite; transform-origin:center bottom; }
.figure-glow { position:absolute; z-index:0; width:340px; height:340px; border-radius:50%; background:#c6a8e833; filter:blur(6px); animation:glowPulse 5s ease-in-out infinite; }
.figure-orbit { position:absolute; z-index:1; border:1px solid #9b71bd66; border-radius:50%; transform:rotateX(67deg) rotateZ(-18deg); animation:orbitSpin 13s linear infinite; }
.orbit-one { width:390px; height:180px; }
.orbit-two { width:320px; height:145px; transform:rotateX(67deg) rotateZ(26deg); animation-duration:17s; animation-direction:reverse; opacity:.6; }
@keyframes heroReveal { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@keyframes figureEntrance { from { opacity:0; transform:translateY(38px) rotateY(-8deg) scale(.96); } to { opacity:1; transform:translateY(0) rotateY(0) scale(1); } }
@keyframes figureFloat { 0%,100% { transform:translateY(0) rotateY(0); } 50% { transform:translateY(-10px) rotateY(2deg); } }
@keyframes orbitSpin { to { transform:rotateX(67deg) rotateZ(342deg); } }
@keyframes glowPulse { 0%,100% { opacity:.55; transform:scale(.92); } 50% { opacity:.9; transform:scale(1.04); } }
@media (prefers-reduced-motion:reduce) { .minimal-kicker,.minimal-copy h1,.minimal-copy p,.minimal-copy .store-button,.minimal-figure img,.figure-glow,.figure-orbit { animation:none; } }
@media(max-width:800px) { .minimal-hero::before { width:380px; height:380px; right:-100px; top:63%; } .minimal-hero-inner { grid-template-columns:1fr 1fr; min-height:530px; } .minimal-copy { padding:42px 0 42px 4%; } .minimal-copy h1 { font-size:48px; letter-spacing:-2.4px; } .minimal-copy p { font-size:12px; } .minimal-figure { min-height:530px; } .minimal-figure img { width:125%; } .figure-orbit.orbit-one { width:290px; height:140px; } .figure-orbit.orbit-two { width:230px; height:110px; } }
@media(max-width:500px) { .minimal-hero::before { top:70%; right:-100px; } .minimal-hero-inner { grid-template-columns:1fr; min-height:720px; } .minimal-copy { padding:48px 18px 0; text-align:center; } .minimal-kicker { font-size:9px; } .minimal-copy h1 { font-size:52px; } .minimal-copy p { margin:22px auto; } .minimal-copy .store-button { width:auto; } .minimal-figure { min-height:390px; margin-top:-8px; } .minimal-figure img { width:min(100%,330px); } .figure-glow { width:260px; height:260px; } }
/* Brand reveal: the wordmark arrives as a single composed object, with a restrained 3D pass. */
.hero-mark-stage { position:relative; display:inline-block; perspective:900px; transform-style:preserve-3d; animation:markSettle 1.2s both; }
.hero-mark-stage::after { content:""; position:absolute; left:0; right:5%; bottom:-10px; height:1px; background:linear-gradient(90deg,transparent,#9b71bd,transparent); transform:scaleX(.2); transform-origin:center; animation:markLine 1.4s .5s both; }
.hero-mark-glint { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.hero-mark-glint::after { content:""; position:absolute; top:-30%; bottom:-30%; left:-30%; width:18%; background:linear-gradient(90deg,transparent,#fff9,transparent); transform:skewX(-18deg) translateX(-700%); animation:markGlint 6s 1.6s ease-in-out infinite; }
@keyframes markSettle { 0% { opacity:0; transform:rotateX(32deg) rotateY(-14deg) translateY(24px) scale(.92); filter:blur(8px); } 55% { opacity:1; transform:rotateX(-4deg) rotateY(3deg) translateY(-3px) scale(1.02); filter:blur(0); } 100% { transform:rotateX(0) rotateY(0) translateY(0) scale(1); } }
@keyframes markLine { to { transform:scaleX(1); } }
@keyframes markGlint { 0%,65%,100% { transform:skewX(-18deg) translateX(-700%); opacity:0; } 72% { opacity:1; } 88% { transform:skewX(-18deg) translateX(700%); opacity:0; } }
@media(max-width:800px) { .minimal-copy h1 { white-space:nowrap; font-size:clamp(34px,7vw,54px); letter-spacing:-2px; } .minimal-figure img { mix-blend-mode:multiply; } }
@media(max-width:500px) { .minimal-copy h1 { white-space:normal; } }

.home-catalog-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:18px 0 8px;font-size:13px;color:var(--muted)}
.home-catalog-tools .vp-select{min-width:190px}
#homeCatalogDescription{max-width:640px;margin:8px 0 0;color:var(--muted);font-size:15px;line-height:1.55}
.collection-description{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
