:root {
  --vp-accent: #9b71bd;
  --vp-accent-2: #61417f;
  --vp-ink: #221b29;
  --vp-text: #221b29;
  --vp-muted: #736a79;
  --vp-line: #e2dce5;
  --vp-soft: #f1ecf5;
  --vp-shadow: 0 16px 44px -30px #34203d40;
  --bg: #f8f6f9;
  --paper: #f8f6f9;
  --panel: #fff;
  --panel2: #f1ecf5;
  --surface: #fff;
  --surface2: #f1ecf5;
  --border: #e2dce5;
  --line: #e2dce5;
  --text: #221b29;
  --ink: #221b29;
  --muted: #736a79;
  --accent: #9b71bd;
  --accent2: #61417f;
  --green: #26725a;
  --red: #a03951;
  --orange: #926122;
  --blue: #416b94;
  --shadow: 0 16px 44px -30px #34203d40;
  --r: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body, .vp-page { margin: 0; min-width: 280px; background: var(--paper); color: var(--text); font: 400 14px/1.6 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
input, select, textarea { min-width: 0; accent-color: var(--accent2); }
textarea { resize: vertical; }
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.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1, h2, h3 { line-height: 1.15; text-wrap: balance; }
p { line-height: 1.7; }
[hidden], .hidden { display: none !important; }
::selection { background: #d9c6e8; color: #221b29; }
:focus-visible { outline: 3px solid #9366b2; outline-offset: 4px; }
.vp-container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 3000; padding: 12px 20px; background: #fff; color: var(--ink); border: 2px solid var(--accent2); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Navigation */
.store-top { background: #241c2e; color: #e6d9ef; font-size: 10px; letter-spacing: .08em; }
.store-top > div { display: flex; justify-content: space-between; gap: 16px; padding-block: 8px; }
.store-top a { color: #f5edf9; }
.store-header { position: sticky; top: 0; z-index: 100; background: #fcfbfd; color: var(--ink); border-bottom: 1px solid var(--line); }
.header-main { min-height: 100px; display: grid; grid-template-columns: 200px minmax(160px, 1fr) auto auto; align-items: center; gap: 32px; }
.store-logo { display: block; line-height: 0; }
.store-logo img { display: block; width: 210px; height: 72px; object-fit: contain; }
.header-nav-wrap { border-top: 1px solid var(--line); }
.header-nav { min-height: 56px; display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 500; }
.header-nav > a { position: relative; display: flex; align-items: center; min-height: 54px; white-space: nowrap; }
.header-nav > a:hover, .header-nav > a[aria-current] { color: var(--accent2); }
.header-nav > a[aria-current]::after { content: ''; position: absolute; left: 0; right: 0; bottom: 8px; height: 2px; background: var(--accent); }
.category-menu { position: relative; flex-shrink: 0; }
.category-menu summary { display: flex; align-items: center; gap: 8px; min-height: 50px; list-style: none; }
.category-menu summary::-webkit-details-marker, .nav-search > summary::-webkit-details-marker { display: none; }
.category-menu summary svg:first-child { width: 17px; height: 17px; }
.category-menu summary svg:last-child { width: 12px; height: 12px; }
.category-menu[open] > summary { color: var(--accent2); }
.category-dropdown { position: absolute; z-index: 110; left: 0; top: calc(100% + 8px); min-width: 250px; max-width: min(340px, 85vw); max-height: 65vh; overflow: auto; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 44px #25142e1a; }
.category-dropdown a { display: block; padding: 12px 14px; border-radius: 7px; }
.category-dropdown a:hover { color: var(--accent2); background: var(--vp-soft); }
.header-search { display: flex; height: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f5f2f7; }
.header-search:focus-within { outline: 2px solid var(--accent); outline-offset: 2px; }
.header-search input { flex: 1; width: 100%; border: 0; padding: 0 16px; background: transparent; color: var(--ink); font-size: 13px; }
.header-search button { display: grid; place-items: center; width: 48px; flex-shrink: 0; border: 0; background: transparent; }
.header-contact { margin-left: auto; display: flex; align-items: center; gap: 8px; padding: 10px 0; border: 0; background: transparent; font-size: 12px; white-space: nowrap; }
.header-contact svg { width: 19px; height: 19px; }
.header-order { display: flex; align-items: center; gap: 9px; font-size: 10px; line-height: 1.35; }
.header-order strong { font-size: 12px; font-weight: 600; }
.header-order svg, .header-cart svg { width: 22px; height: 22px; }
.header-cart { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.header-cart b { display: grid; place-items: center; min-width: 21px; height: 21px; padding-inline: 4px; border-radius: 50%; background: var(--accent2); color: #fff; font-size: 10px; }
.header-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 8px; background: transparent; color: inherit; }
.header-icon:hover { background: var(--vp-soft); }
.menu-toggle { display: none; }
.reference-header { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 26px; padding-inline: max(24px, calc((100% - 1360px) / 2)); }
.brand-masthead { display: flex; align-items: center; justify-content: center; padding: 9px 0; }
.brand-masthead .store-logo { width: 100%; }
.brand-masthead .store-logo img { width: 100%; height: 70px; mix-blend-mode: multiply; }
.reference-header .header-nav-wrap { min-width: 0; border: 0; }
.reference-header .header-nav { width: 100%; gap: 20px; min-height: 88px; }
.reference-header .header-cart .cart-label { display: none; }
.nav-search { position: relative; flex-shrink: 0; }
.nav-search > summary { list-style: none; display: grid; place-items: center; width: 40px; height: 44px; }
.nav-search > summary svg { width: 20px; height: 20px; }
.nav-search .header-search { position: absolute; right: 0; top: calc(100% + 8px); width: min(370px, calc(100vw - 32px)); z-index: 110; background: #fff; box-shadow: 0 12px 32px #24152b1a; }
.mobile-menu { position: fixed; margin: 0; height: 100dvh; max-height: 100dvh; width: min(360px, 90vw); max-width: 90vw; border: 0; padding: 0 24px 30px; background: #fcfbfd; color: var(--ink); overflow-y: auto; }
.mobile-menu::backdrop { background: #20172799; backdrop-filter: blur(3px); }
.menu-title { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 24px; }
.mobile-menu nav, .mobile-category-list { display: grid; }
.mobile-menu nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.mobile-menu h3 { margin: 30px 0 10px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.mobile-category-list a { padding: 11px 0; }
.menu-support { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-top: 26px; padding: 15px; background: var(--vp-soft); color: var(--accent2); border: 1px solid var(--line); border-radius: 8px; }

/* Home */
.minimal-hero { position: relative; overflow: hidden; isolation: isolate; background: #251c30; color: #fcf8ff; }
.minimal-hero-inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: center; min-height: 620px; gap: 40px; }
.minimal-copy { position: relative; z-index: 2; min-width: 0; padding: 72px 0 82px; }
.minimal-kicker { display: block; color: #d0b7e2; font-size: 10px; font-weight: 500; letter-spacing: .19em; margin-bottom: 30px; }
.hero-mark-stage { display: block; max-width: 100%; }
.minimal-copy h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(80px, 8.8vw, 126px); line-height: .97; letter-spacing: -.06em; overflow-wrap: anywhere; }
.minimal-copy h1 em { display: inline-block; max-width: 100%; margin-top: 18px; font: 500 .465em/1.1 Inter, Arial, sans-serif; letter-spacing: -.045em; color: #c4a2dd; }
.minimal-copy p { max-width: 380px; margin: 28px 0 32px; color: #cec1d7; font-size: 16px; line-height: 1.8; }
.minimal-copy .store-button { min-height: 56px; gap: 42px; background: #ecdef5; border-color: #ecdef5; color: #2d2038; }
.minimal-copy .store-button:hover { background: #fff; border-color: #fff; }
.minimal-copy .store-button span { font-size: 21px; font-weight: 400; }
.minimal-figure { position: relative; align-self: stretch; min-width: 0; min-height: 620px; display: flex; align-items: flex-end; justify-content: center; padding-top: 54px; }
.minimal-figure::before { content: ''; position: absolute; inset: 34px -16px -30px; border: 1px solid #a584b746; border-radius: 230px 230px 0 0; pointer-events: none; }
.minimal-figure img { position: relative; display: block; width: min(100%, 345px); height: auto; max-height: 570px; object-fit: contain; object-position: center bottom; border-radius: 190px 190px 0 0; background: #f4ecdf; box-shadow: 0 25px 60px #100b1b38; }
.figure-orbit, .figure-glow, .hero-mark-glint { display: none; }
.collections { margin-top: 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 32px; }
.section-heading > div { min-width: 0; }
.section-kicker { display: block; margin-bottom: 14px; color: var(--accent2); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.section-heading h2 { margin: 0; max-width: 760px; font-size: clamp(28px, 3vw, 40px); font-weight: 600; letter-spacing: -.055em; line-height: 1.14; }
.section-heading > a { display: inline-flex; align-items: center; gap: 20px; flex-shrink: 0; padding: 9px 0; border-bottom: 1px solid #9d8daa; font-size: 12px; }
.section-heading > a svg { width: 18px; height: 18px; }
.collection-section-description, #homeCatalogDescription { max-width: 650px; margin: 15px 0 0; font-size: 15px; color: var(--muted); line-height: 1.75; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.collection-tile { position: relative; display: flex; flex-direction: column; align-items: stretch; min-width: 0; overflow: hidden; padding: 26px; border: 1px solid #e2d9e9; border-radius: 14px; background: #eee7f4; transition: border-color .25s, transform .25s; }
.collection-tile:nth-child(3n + 2) { background: #e9ecec; border-color: #dce1e1; }
.collection-tile:nth-child(3n) { background: #f0ebe6; border-color: #e3dbd3; }
.collection-tile > div { position: relative; z-index: 1; width: 100%; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.collection-tile > img { position: static; order: -1; display: block; width: 100%; height: 210px; padding: 0 22px; margin: 0 0 26px; object-fit: contain; mix-blend-mode: normal; filter: drop-shadow(0 10px 9px #22132c16); transition: transform .35s; }
.collection-number, .collection-tile > div > span:first-child { font-size: 10px; color: #72617e; letter-spacing: .13em; }
.collection-tile h3 { margin: 12px 0 14px; font-size: 25px; font-weight: 500; letter-spacing: -.045em; line-height: 1.2; }
.collection-description { margin: 0 0 20px; font-size: 13px; color: #655a6c; line-height: 1.65; }
.collection-link { display: inline-block; margin-top: auto; padding: 7px 0 3px; border-bottom: 1px solid #a99bb4; font-size: 11px; font-weight: 500; }
.home-products { padding-top: 92px; }
.home-catalog-tools { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin: 0 0 24px; color: var(--muted); font-size: 12px; }
.home-catalog-tools .vp-select { width: 210px; min-width: 0; }
.view-all { padding-top: 32px; text-align: center; }
.store-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 14px 24px; background: #2d2238; color: #fff; border: 1px solid #2d2238; border-radius: 7px; font-size: 13px; font-weight: 500; transition: background .2s, border-color .2s, transform .2s; }
.store-button svg { width: 18px; height: 18px; }
.store-button:hover { background: var(--accent2); border-color: var(--accent2); }
.store-button.secondary { background: transparent; color: var(--ink); border-color: #b7a8c2; }
.store-button.secondary:hover { background: var(--vp-soft); }
.purchase-info { margin-top: 88px; padding: 40px; background: #eee7f4; border: 1px solid #e1d7e9; border-radius: 16px; }
.purchase-info > h2 { margin: 0 0 32px; font-size: 30px; font-weight: 500; letter-spacing: -.045em; }
.purchase-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.purchase-steps article { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.purchase-steps article + article { border-left: 1px solid #d9cce4; padding-left: 30px; }
.purchase-steps article > svg { width: 42px; height: 42px; color: var(--accent2); stroke-width: 1.25; }
.purchase-steps h3 { margin: 0 0 10px; font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.purchase-steps p { margin: 0; color: #6d5e79; font-size: 13px; line-height: 1.8; }
.store-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin-top: 96px; margin-bottom: 96px; }
.store-faq .section-heading { align-items: flex-start; }
.store-faq .section-heading h2 { max-width: 320px; font-size: 42px; }
.faq-list { border-top: 1px solid #cdc2d5; }
.faq-list details { border-bottom: 1px solid #cdc2d5; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; list-style: none; font-size: 15px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; height: 18px; color: var(--accent2); transition: transform .2s; }
.faq-list details[open] summary { color: var(--accent2); }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list p { margin: 0; padding: 0 30px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }

/* Catalog */
.vp-main { min-height: 60vh; padding: 36px 0 80px; }
.vp-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; font-size: 11px; color: var(--muted); }
.vp-breadcrumb i { font-size: 7px; }
.vp-breadcrumb a:hover { color: var(--accent2); }
.vp-hero-title { display: flex; justify-content: space-between; align-items: flex-end; gap: 26px; margin-bottom: 38px; }
.vp-hero-title h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); font-weight: 500; letter-spacing: -.055em; }
.vp-hero-title p { max-width: 660px; margin: 14px 0 0; font-size: 14px; color: var(--muted); }
.vp-count { font-size: 12px; color: var(--muted); white-space: nowrap; }
.vp-toolbar { display: grid; grid-template-columns: minmax(180px, 1fr) 215px 190px; gap: 12px; padding: 16px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 12px; background: #eeebf1; }
.vp-control { position: relative; }
.vp-control > i { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: var(--muted); }
.vp-input, .vp-select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid #dcd3e3; border-radius: 7px; background: #fff; color: var(--ink); font-size: 13px; }
.vp-control .vp-input { padding-left: 40px; }
.vp-filter-row { display: flex; align-items: center; gap: 10px; max-width: 100%; overflow-x: auto; padding: 0 0 16px; margin-bottom: 12px; scrollbar-width: thin; }
.vp-chip { flex-shrink: 0; min-height: 42px; padding: 10px 20px; background: transparent; border: 1px solid #d5cbdc; border-radius: 6px; color: #62516f; font-size: 12px; transition: background .2s, color .2s; }
.vp-chip:hover { background: #ebe2f2; }
.vp-chip.is-active { background: #2d2238; border-color: #2d2238; color: #fff; }
.vp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.vp-card { display: flex; flex-direction: column; min-width: 0; padding: 10px; overflow: hidden; border: 1px solid #e5dfe9; border-radius: 14px; background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.vp-card-media { position: relative; aspect-ratio: 1 / 1.12; overflow: hidden; border-radius: 8px; background: #f3f0f5; }
.vp-card-media > a { position: absolute; inset: 0; display: grid; grid-template-rows: minmax(0, 1fr); place-items: center; min-width: 0; min-height: 0; }
.vp-card-media img { width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: 100%; padding: 20px; object-fit: contain; transition: transform .4s; }
.vp-card-zoom { position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #e1d6e7; border-radius: 50%; background: #fff; color: var(--accent2); box-shadow: 0 3px 10px #22142a0a; }
.vp-card-zoom svg { width: 17px; height: 17px; }
.vp-card-images { position: absolute; top: 10px; right: 10px; display: flex; align-items: center; gap: 5px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 5px; background: #fffffff0; font-size: 10px; color: #62516f; }
.vp-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px 10px 10px; }
.vp-card-category, .vp-card-code { margin-bottom: 9px; color: #75617f; font-size: 10px; font-weight: 500; letter-spacing: .08em; }
.vp-card-title { margin: 0 0 18px; min-height: 46px; font-size: 15px; font-weight: 500; letter-spacing: -.015em; line-height: 1.5; text-wrap: initial; }
.vp-card-title a:hover { color: var(--accent2); }
.vp-card-price { margin-top: auto; font-size: 22px; font-weight: 600; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.vp-stock { display: block; margin-top: 5px; color: #277358; font-size: 10px; }
.vp-stock.is-out { color: #a03951; }
.vp-card-meta { margin-top: 18px; }
.vp-card-add { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 44px; padding: 9px; border: 1px solid #30243d; border-radius: 7px; background: #30243d; color: #fff; font-size: 11px; font-weight: 500; transition: background .2s, border-color .2s; }
.vp-card-add svg { width: 16px; height: 16px; }
.vp-card-add:hover:not(:disabled) { background: var(--accent2); border-color: var(--accent2); }
.vp-card-add:disabled { border-color: #ddd5e2; background: #f2eef5; color: #76677e; opacity: 1; }
.vp-mini-actions { display: flex; gap: 8px; }
.vp-icon-btn { display: grid; place-items: center; width: 42px; min-height: 42px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.vp-icon-btn.is-primary { background: var(--accent2); color: #fff; border-color: var(--accent2); }
.vp-empty { grid-column: 1 / -1; border: 1px dashed #cdc0d7; border-radius: 14px; background: #f0ebf4; padding: 65px 24px; text-align: center; color: #72637e; font-size: 14px; }
.vp-empty > i { display: block; margin-bottom: 18px; font-size: 28px; color: var(--accent2); }
.vp-empty > a { display: inline-block; margin-top: 16px; color: var(--accent2); text-decoration: underline; }
.vp-empty .retry-load { display: block; margin: 20px auto 0; padding: 11px 22px; border: 1px solid #c0afcc; border-radius: 7px; background: #fff; color: var(--accent2); }

/* Product detail */
.vp-product { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: start; gap: 64px; }
.vp-gallery { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; 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: 12px; max-height: 600px; overflow: auto; }
.vp-thumb { flex-shrink: 0; width: 72px; height: 80px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.vp-thumb.is-active { border: 2px solid var(--accent2); background: #f1eaf6; }
.vp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.vp-main-image { position: relative; display: grid; grid-template-rows: minmax(0, 1fr); place-items: center; height: 600px; background: #f0ebf3; border: 1px solid #e0d7e7; border-radius: 14px; overflow: hidden; }
.vp-main-image > img { width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: 100%; padding: 36px; object-fit: contain; cursor: zoom-in; }
.vp-gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.vp-gallery-nav.prev { left: 12px; }
.vp-gallery-nav.next { right: 12px; }
.vp-zoom-box { position: absolute; bottom: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--accent2); }
.vp-product-info { min-width: 0; padding: 12px 0; }
.vp-product-kicker { display: inline-block; padding: 6px 11px; border: 1px solid #d7c7e2; border-radius: 5px; background: #eee5f5; color: var(--accent2); font-size: 11px; }
.vp-product-title { margin: 22px 0 18px; font-size: clamp(28px, 3.2vw, 42px); font-weight: 500; letter-spacing: -.05em; line-height: 1.12; text-wrap: initial; }
.vp-product-ref { display: flex; flex-wrap: wrap; gap: 15px; font-size: 11px; color: var(--muted); }
.vp-product-price { margin: 26px 0 3px; font-size: 38px; font-weight: 600; letter-spacing: -.06em; }
.vp-availability { color: #277358; font-size: 11px; }
.vp-availability.is-out { color: #a03951; }
.vp-description { margin: 26px 0; white-space: pre-line; color: #716477; font-size: 14px; line-height: 1.85; }
.vp-meta-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vp-meta-item span, .vp-meta-item strong { display: block; font-size: 12px; }
.vp-meta-item span { margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.vp-meta-item strong { font-weight: 500; }
.vp-buy-row { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; margin-top: 26px; }
.vp-qty { display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; min-height: 54px; border: 1px solid #cfc1da; border-radius: 7px; background: #fff; }
.vp-qty button { min-height: 52px; border: 0; background: transparent; font-size: 21px; }
.vp-qty span { text-align: center; font-size: 14px; font-weight: 600; }
.vp-add { min-height: 54px; padding: 14px; border: 1px solid #2d2238; border-radius: 7px; background: #2d2238; color: #fff; font-size: 13px; font-weight: 500; }
.vp-add:hover:not(:disabled) { background: var(--accent2); border-color: var(--accent2); }
.vp-secondary-actions { display: flex; gap: 12px; margin-top: 12px; }
.vp-secondary-actions > a { display: flex; flex: 1; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 8px; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; }
.vp-secondary-actions > a:hover { background: #eee7f4; }
.vp-safe-note { display: flex; gap: 12px; margin-top: 26px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.vp-safe-note > i { color: var(--accent2); margin-top: 4px; }
.vp-related { margin-top: 88px; }
.vp-related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.vp-related-head h2 { margin: 10px 0 0; font-size: 34px; font-weight: 500; letter-spacing: -.05em; }
.vp-related-head > a { font-size: 12px; color: var(--accent2); }
.vp-related-head small { font-size: 10px; }

/* Cart and forms */
.vp-cart-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: start; gap: 30px; }
.vp-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.vp-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 26px; border-bottom: 1px solid var(--line); background: #fcfafc; }
.vp-panel-head h2 { margin: 0; font-size: 20px; font-weight: 500; letter-spacing: -.035em; }
.vp-cart-items { padding: 0 26px; }
.vp-cart-item { display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.vp-cart-item:last-child { border: 0; }
.vp-cart-item img { width: 86px; height: 104px; padding: 8px; border-radius: 7px; object-fit: contain; background: #f3eff6; }
.vp-cart-item h3 { margin: 0 0 12px; font-size: 14px; font-weight: 500; line-height: 1.5; text-wrap: initial; }
.vp-cart-item .price { font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.vp-cart-actions { display: flex; align-items: center; gap: 8px; }
.vp-cart-qty { display: flex; align-items: center; border: 1px solid #dacfe2; border-radius: 6px; overflow: hidden; }
.vp-cart-qty button { width: 32px; height: 40px; background: #faf8fc; border: 0; font-size: 18px; }
.vp-cart-qty span { min-width: 24px; text-align: center; font-size: 12px; }
.vp-remove { width: 36px; height: 40px; border: 0; border-radius: 6px; color: #a03951; background: #fbf0f3; }
.vp-summary { padding: 28px; }
.vp-total { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 14px; }
.vp-total strong { font-size: 32px; letter-spacing: -.05em; }
.vp-total-note { margin: 10px 0 26px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.75; }
.vp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
.vp-field { display: grid; gap: 8px; }
.vp-field.full { grid-column: 1 / -1; }
.vp-field label { color: #64526f; font-size: 11px; font-weight: 500; }
.vp-field input, .vp-field select, .vp-field textarea { width: 100%; min-height: 46px; padding: 12px; background: #fcfafd; color: var(--ink); border: 1px solid #dcd1e4; border-radius: 7px; font-size: 13px; }
.vp-field textarea { min-height: 94px; }
.vp-field input:focus, .vp-field select:focus, .vp-field textarea:focus { outline: 2px solid #b799ce; outline-offset: 2px; }
.vp-checkout { width: 100%; min-height: 54px; margin-top: 26px; padding: 14px; border: 1px solid var(--accent2); border-radius: 7px; background: var(--accent2); color: #fff; font-size: 14px; font-weight: 500; }
.vp-checkout:hover:not(:disabled) { background: #442b5b; }
.vp-legal { margin: 14px 0 0; font-size: 11px; color: var(--muted); line-height: 1.8; }
.vp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 16px; border: 1px solid #d7cadd; border-radius: 7px; background: #fff; color: #65516f; font-size: 12px; font-weight: 500; }
.vp-btn.primary { background: var(--accent2); color: #fff; border-color: var(--accent2); }
.vp-btn:hover { border-color: var(--accent2); }

/* Dialogs and support */
.vp-modal, .vp-lightbox { position: fixed; inset: 0; z-index: 1500; display: none; align-items: center; justify-content: center; padding: 28px; background: #201528b8; backdrop-filter: blur(5px); }
.vp-modal.is-open, .vp-lightbox.is-open { display: flex; }
.vp-modal-card { position: relative; width: min(960px, 100%); max-height: calc(100dvh - 56px); overflow-y: auto; border: 1px solid #ffffff30; border-radius: 16px; background: #fcfafc; box-shadow: 0 35px 100px #140b2640; }
.vp-modal-close { position: absolute; right: 14px; top: 14px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.vp-quick-grid { display: grid; grid-template-columns: 1fr 1fr; }
.vp-quick-media { display: grid; place-items: center; min-height: 460px; padding: 36px; background: #eee8f3; }
.vp-quick-media img { width: 100%; max-height: 430px; object-fit: contain; }
.vp-quick-info { padding: 64px 36px 36px; }
.vp-quick-info h2 { margin: 20px 0; font-size: 30px; font-weight: 500; letter-spacing: -.04em; line-height: 1.2; }
.vp-quick-info p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.vp-quick-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vp-lightbox { z-index: 1600; background: #16101ced; }
.vp-lightbox > img { max-width: 92vw; max-height: 86dvh; object-fit: contain; }
.vp-lightbox > button { position: absolute; right: 22px; top: 22px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; }
.vp-toast { position: fixed; bottom: 28px; left: 50%; z-index: 2000; max-width: min(460px, 80vw); padding: 15px 22px; border: 1px solid #ffffff26; border-radius: 10px; background: #2d2038; color: #fff; box-shadow: 0 12px 34px #21132f25; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .2s, transform .2s; font-size: 13px; }
.vp-toast.is-show { opacity: 1; transform: translate(-50%, 0); }
.vp-support { position: fixed; bottom: 22px; right: 22px; z-index: 900; }
.vp-support-toggle { width: 56px; height: 56px; border: 1px solid #d3b9e3; border-radius: 18px; background: #61417f; color: #fff; box-shadow: 0 8px 24px #2b174a38; font-size: 21px; }
.vp-support-card { display: none; position: absolute; bottom: 72px; right: 0; width: min(380px, calc(100vw - 32px)); max-height: calc(100dvh - 120px); overflow: auto; border: 1px solid #ddd1e6; border-radius: 16px; background: #fff; box-shadow: 0 20px 70px #2111282e; }
.vp-support-card.is-open { display: block; }
.vp-support-head { display: flex; align-items: center; gap: 12px; padding: 19px; background: #2d2038; color: #fff; }
.vp-support-head strong { font-size: 14px; font-weight: 500; }
.vp-support-head small { display: block; margin-top: 4px; color: #d1bbdf; font-size: 11px; }
.vp-support-dot { width: 8px; height: 8px; flex-shrink: 0; border-radius: 50%; background: #b3a4bc; }
.vp-support-dot.online { background: #65cc9a; }
.vp-support-dot.busy { background: #e6b975; }
.vp-support-close { margin-left: auto; min-width: 36px; height: 36px; border: 0; background: transparent; color: #fff; font-size: 26px; }
.vp-support-body { padding: 18px; }
.vp-support-body input, .vp-support-body textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: #fcfafd; color: var(--ink); font-size: 13px; }
.vp-support-body textarea { min-height: 68px; }
.vp-support-messages { display: flex; flex-direction: column; gap: 10px; height: 235px; overflow: auto; padding: 14px; margin: 16px 0; border-radius: 8px; background: #f2edf6; }
.vp-support-msg { align-self: flex-start; max-width: 90%; padding: 11px 13px; border: 1px solid #e3d9e9; border-radius: 10px 10px 10px 2px; background: #fff; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; }
.vp-support-msg.visitante { align-self: flex-end; border-color: #d8c7e3; border-radius: 10px 10px 2px 10px; background: #e5d7ef; }
.vp-support-msg small { display: block; margin-top: 6px; color: #74617e; text-align: right; font-size: 9px; }
.vp-support-form { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 10px; }
.vp-support-form > button { border: 0; border-radius: 7px; background: var(--accent2); color: #fff; }

/* Footer */
.store-footer { margin-top: 48px; background: #241c2e; color: #f4edf8; }
.footer-invite { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 54px; border-bottom: 1px solid #51405d; }
.footer-invite > div > span { color: #c5a4dd; font-size: 10px; letter-spacing: .17em; }
.footer-invite h2 { margin: 17px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 3.4vw, 46px); font-weight: 400; letter-spacing: -.04em; }
.footer-invite button { display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; min-width: 190px; min-height: 54px; padding: 14px 22px; border: 1px solid #a68ab6; border-radius: 7px; background: transparent; color: #f4edf8; font-size: 13px; }
.footer-invite button:hover { background: #3e2d4c; }
.footer-invite button span { font-size: 23px; }
.footer-columns { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-block: 52px; }
.footer-about img { display: block; width: 220px; height: auto; margin: 0 0 20px; border-radius: 5px; }
.footer-columns h2 { margin: 0 0 22px; font-size: 13px; font-weight: 500; }
.footer-columns > div > a, .footer-columns > div > button { display: block; padding: 0; margin: 0 0 13px; border: 0; background: none; color: #bcaec8; text-align: left; font-size: 12px; }
.footer-columns > div > a:hover, .footer-columns > div > button:hover { color: #fff; }
.footer-columns p { margin: 0 0 13px; color: #bcaec8; font-size: 12px; }
.footer-columns .admin-link { margin-top: 24px; color: #a996b8; font-size: 10px; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid #51405d; color: #b1a0bd; font-size: 10px; }

/* Shared admin controls */
.admin-vampira .page-editor { visibility: var(--admin-page-editor-visibility, hidden); }
.admin-vampira { background: #f5f3f7; }
.admin-vampira .login { background: #eee8f3; }
.admin-vampira .login-card { padding: 40px; border: 1px solid #dcd0e5; border-radius: 18px; background: #fff; box-shadow: 0 30px 75px -40px #44265255; }
.admin-vampira .login-logo, .admin-vampira .brand-mark, .admin-vampira .brand i { background: #eee2f7; color: var(--accent2); border-radius: 10px; }
.admin-vampira .topbar { min-height: 76px; height: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 30px; background: #2b2036; color: #fff; border-bottom: 1px solid #44334f; }
.admin-vampira .brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 500; }
.admin-vampira .input, .admin-vampira select, .admin-vampira textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 46px; padding: 11px 13px; border: 1px solid #dcd2e3; border-radius: 7px; background: #fcfafd; color: var(--ink); font-size: 13px; }
.admin-vampira textarea { min-height: 100px; }
.admin-vampira .input:focus, .admin-vampira select:focus, .admin-vampira textarea:focus { outline: 2px solid #b799ce; outline-offset: 2px; }
.admin-vampira .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 11px 17px; border: 1px solid transparent; border-radius: 7px; font-size: 12px; font-weight: 500; cursor: pointer; }
.admin-vampira .btn-primary { background: #61417f; color: #fff; border-color: #61417f; }
.admin-vampira .btn-primary:hover { background: #452b5c; }
.admin-vampira .btn-dark { background: #eee7f4; color: #513765; border-color: #ded0e8; }
.admin-vampira .topbar .btn-dark { color: #f4eafa; background: #43304f; border-color: #695275; }
.admin-vampira .btn-danger { color: #a03951; background: #fbedf0; border-color: #eed2db; }
.admin-vampira .btn-green { color: #236448; background: #e8f4ed; border-color: #cee5d7; }
.admin-vampira .grid > *, .admin-vampira .main-grid > *, .admin-vampira .heading > * { min-width: 0; }
.admin-vampira .card, .admin-vampira .panel { border: 1px solid #e1d8e7; border-radius: 13px; background: #fff; box-shadow: 0 5px 22px #35223f05; overflow: hidden; }
.admin-vampira .card-head, .admin-vampira .panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 24px; border-bottom: 1px solid #e8e0ed; }
.admin-vampira .card-head h2, .admin-vampira .panel-head h2 { margin: 0; font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.admin-vampira .card-body { padding: 24px; }
.admin-vampira .field label { font-size: 11px; font-weight: 500; color: #715f7d; letter-spacing: .015em; text-transform: none; }
.admin-vampira .notice { padding: 14px 16px; border-radius: 8px; font-size: 12px; line-height: 1.7; }
.admin-vampira .notice.ok { background: #eaf6ee; color: #236448; }
.admin-vampira .notice.err, .admin-vampira .error { background: #fbedf0; color: #96334a; border-color: #e8c5cf; }
.admin-vampira .empty { padding: 48px 24px; color: var(--muted); text-align: center; font-size: 13px; }
.admin-vampira .toast { position: fixed; bottom: 24px; right: 24px; z-index: 2000; max-width: calc(100vw - 48px); padding: 14px 20px; border-radius: 9px; background: #2d2038; color: #fff; box-shadow: 0 12px 35px #28172f25; font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s, transform .2s; }
.admin-vampira .toast.show { opacity: 1; transform: none; }

/* Secondary and legacy layouts */
.page { max-width: 1200px; }
.token { overflow-wrap: anywhere; }
.token.is-short { white-space: nowrap; overflow-wrap: normal; word-break: normal; font-size: clamp(18px, 4.5vw, 28px); letter-spacing: .06em; }
.v-simple-main { min-height: 65vh; display: grid; place-items: center; padding: 60px 24px; }
.v-simple-card { width: min(560px, 100%); padding: 42px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.v-simple-card img { width: 180px; height: 68px; object-fit: contain; border-radius: 6px; }
.v-simple-card h1 { font-size: 32px; font-weight: 500; letter-spacing: -.04em; }
.v-simple-card p { color: var(--muted); }
.v-simple-card > a { display: inline-block; margin-top: 18px; padding: 13px 22px; border-radius: 7px; background: var(--accent2); color: #fff; }
.store-banner, .reference-hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.store-banner { margin-top: 30px; border-radius: 16px; overflow: hidden; background: #eee5f5; }
.banner-copy { padding: 50px; }
.banner-label { font-size: 10px; letter-spacing: .16em; color: var(--accent2); }
.banner-copy h1 { font-size: clamp(38px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; }
.banner-copy p { max-width: 380px; margin-bottom: 28px; color: var(--muted); }
.banner-image, .reference-portrait { position: relative; display: grid; place-items: center; min-width: 0; padding: 30px; }
.banner-image img, .reference-portrait img { width: 100%; height: 420px; object-fit: contain; }
.reference-hero, .brand-hero { background: #eee7f4; }
.brand-hero picture { display: block; width: min(100%, 1440px); margin: auto; }
.brand-hero picture img { display: block; width: 100%; height: auto; }
.brand-hero-action, .store-benefits { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; }
.brand-hero-action p, .store-benefits { color: var(--muted); font-size: 13px; }
.store-benefits { border-bottom: 1px solid var(--line); }
.store-benefits > * { display: flex; align-items: center; gap: 10px; }
.hero-image-label { position: absolute; top: 20px; left: 24px; font-size: 10px; letter-spacing: .12em; }
.hero-image-link { position: absolute; bottom: 18px; left: 24px; right: 24px; display: flex; justify-content: space-between; font-size: 12px; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .collection-tile:hover { transform: translateY(-4px); border-color: #b39ac5; }
  .collection-tile:hover img { transform: translateY(-5px); }
  .vp-card:hover { transform: translateY(-4px); border-color: #baa4ca; box-shadow: 0 18px 34px -24px #40254f48; }
  .vp-card:hover .vp-card-media img { transform: scale(1.045); }
}
@media (min-width: 1101px) {
  .vp-product-info { position: sticky; top: 112px; }
}
@media (max-width: 1250px) {
  .reference-header { grid-template-columns: 185px minmax(0, 1fr); gap: 22px; }
  .reference-header .header-nav { gap: 15px; }
  .reference-header .header-nav > a, .reference-header .header-contact, .reference-header .category-menu summary { font-size: 11px; }
  .reference-header .header-contact { gap: 5px; }
  .reference-header .header-order span { display: none; }
  .vp-product { gap: 36px; }
}
@media (max-width: 1050px) {
  .vp-container { width: calc(100% - 48px); }
  .reference-header { grid-template-columns: 180px minmax(0, 1fr); }
  .reference-header .header-nav { justify-content: flex-end; gap: 18px; min-height: 78px; }
  .reference-header .header-nav > .desktop-nav-link, .reference-header .category-menu, .reference-header .header-contact { display: none; }
  .reference-header .menu-toggle { display: grid; order: 4; }
  .reference-header .header-order span { display: block; }
  .brand-masthead .store-logo img { height: 60px; }
  .header-main { grid-template-columns: 160px minmax(150px, 1fr) auto auto; gap: 20px; }
  .header-main .store-logo img { width: 155px; }
  .header-nav { gap: 18px; }
  .cart-label { display: none; }
  .minimal-hero-inner { gap: 30px; min-height: 560px; }
  .minimal-copy h1 { font-size: 94px; }
  .minimal-copy h1 em { font-size: .41em; }
  .minimal-figure { min-height: 560px; }
  .minimal-figure img { max-height: 500px; }
  .collection-tile { padding: 22px; }
  .collection-tile > img { height: 175px; padding-inline: 8px; }
  .collection-tile h3 { font-size: 23px; }
  .vp-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .vp-product { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; }
  .vp-gallery { grid-template-columns: 1fr; }
  .vp-thumbs { order: 2; flex-direction: row; }
  .vp-main-image { height: 510px; }
  .vp-cart-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 20px; }
  .vp-cart-item { grid-template-columns: 70px minmax(0, 1fr); gap: 14px; }
  .vp-cart-item img { width: 70px; height: 92px; }
  .vp-cart-actions { grid-column: 2; }
  .store-faq { gap: 50px; }
  .footer-columns { gap: 28px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  .header-main { grid-template-columns: 44px minmax(0, 1fr) auto; padding-block: 14px; gap: 12px; }
  .header-main .menu-toggle { display: grid; }
  .header-main .store-logo { justify-self: center; }
  .header-main > .header-search { grid-column: 1 / -1; order: 5; }
  .header-main > .header-order, .store-header:not(.reference-header) .header-nav-wrap { display: none; }
  .reference-header { padding-inline: 20px; grid-template-columns: 165px minmax(0, 1fr); gap: 10px; }
  .reference-header .header-nav { gap: 10px; }
  .reference-header .header-order span { display: none; }
  .minimal-hero-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); min-height: 460px; gap: 20px; }
  .minimal-copy { padding-block: 56px; }
  .minimal-copy h1 { font-size: clamp(68px, 11vw, 88px); }
  .minimal-copy h1 em { font-size: .36em; letter-spacing: -.045em; }
  .minimal-kicker { font-size: 9px; line-height: 1.8; margin-bottom: 24px; }
  .minimal-copy p { font-size: 13px; margin-block: 24px; }
  .minimal-copy .store-button { min-height: 50px; gap: 24px; font-size: 12px; padding-inline: 18px; }
  .minimal-figure { min-height: 460px; }
  .minimal-figure img { max-height: 425px; }
  .minimal-figure::before { inset-inline: -10px; }
  .collections, .purchase-info { margin-top: 64px; }
  .section-heading { gap: 20px; margin-bottom: 25px; }
  .section-heading h2 { font-size: 31px; }
  .section-heading > a { gap: 8px; font-size: 11px; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .collection-tile { padding: 20px; }
  .collection-tile h3 { font-size: 23px; }
  .home-products { padding-top: 64px; }
  .vp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .purchase-info { padding: 30px; }
  .purchase-steps { grid-template-columns: 1fr; gap: 24px; }
  .purchase-steps article { flex-direction: row; gap: 18px; }
  .purchase-steps article + article { padding: 24px 0 0; border-left: 0; border-top: 1px solid #d9cce4; }
  .purchase-steps article > svg { flex-shrink: 0; width: 34px; height: 34px; }
  .store-faq { grid-template-columns: 1fr; gap: 12px; margin-block: 64px; }
  .store-faq .section-heading h2 { max-width: none; font-size: 34px; }
  .vp-main { padding-block: 26px 50px; }
  .vp-breadcrumb { margin-bottom: 28px; }
  .vp-toolbar { grid-template-columns: 1fr 1fr; padding: 12px; gap: 10px; }
  .vp-toolbar .vp-control { grid-column: 1 / -1; }
  .vp-product { grid-template-columns: 1fr; gap: 28px; }
  .vp-gallery { grid-template-columns: 72px minmax(0, 1fr); }
  .vp-thumbs { flex-direction: column; order: 0; }
  .vp-main-image { height: 500px; }
  .vp-product-title { font-size: 36px; }
  .vp-cart-layout { grid-template-columns: 1fr; }
  .vp-cart-item { grid-template-columns: 86px minmax(0, 1fr) auto; }
  .vp-cart-actions { grid-column: auto; }
  .vp-related { margin-top: 60px; }
  .vp-related-head h2 { font-size: 28px; }
  .vp-quick-grid { grid-template-columns: 1fr; }
  .vp-quick-media { min-height: 260px; padding: 28px; }
  .vp-quick-media img { max-height: 300px; }
  .vp-quick-info { padding: 28px; }
  .vp-quick-info h2 { font-size: 26px; }
  .footer-invite { padding-block: 36px; }
  .footer-invite h2 { font-size: 34px; }
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; padding-block: 38px; }
  .admin-vampira .topbar { flex-wrap: wrap; padding: 15px 20px; }
  .admin-vampira .card-head, .admin-vampira .panel-head { padding: 19px; }
  .admin-vampira .card-body { padding: 19px; }
  .store-banner, .reference-hero-inner { grid-template-columns: 1fr; }
  .brand-hero-action, .store-benefits { flex-wrap: wrap; }
}
@media (max-width: 520px) {
  .vp-container { width: calc(100% - 36px); }
  .store-top { font-size: 9px; letter-spacing: .01em; }
  .store-top > div { padding-block: 7px; }
  .reference-header { grid-template-columns: 138px minmax(0, 1fr); padding-inline: 14px; gap: 4px; }
  .reference-header .header-nav { gap: 3px; min-height: 72px; }
  .brand-masthead { padding: 6px 0; }
  .brand-masthead .store-logo img { height: 54px; }
  .reference-header .header-order { display: none; }
  .reference-header .header-cart { gap: 4px; min-width: 46px; }
  .reference-header .header-icon, .nav-search > summary { width: 38px; }
  .nav-search .header-search { position: fixed; left: 16px; right: 16px; width: auto; top: auto; margin-top: 12px; }
  .minimal-hero-inner { grid-template-columns: 1fr; gap: 0; }
  .minimal-copy { padding: 48px 8px 0; }
  .minimal-copy h1 { font-size: clamp(72px, 21vw, 100px); }
  .minimal-copy h1 em { font-size: .405em; margin-top: 14px; }
  .minimal-kicker { margin-bottom: 24px; font-size: 9px; letter-spacing: .1em; }
  .minimal-copy p { max-width: 300px; margin: 24px 0; font-size: 14px; }
  .minimal-copy .store-button { min-height: 50px; padding-inline: 22px; gap: 30px; }
  .minimal-figure { min-height: 0; padding-top: 0; margin: 48px 28px 0; }
  .minimal-figure img { width: 250px; max-height: 420px; }
  .minimal-figure::before { inset: -16px 0 -20px; border-radius: 150px 150px 0 0; }
  .collections, .purchase-info { margin-top: 52px; }
  .section-kicker { font-size: 9px; margin-bottom: 12px; }
  .section-heading { align-items: flex-start; gap: 14px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > a { margin-top: 3px; }
  .collection-grid { grid-template-columns: 1fr; gap: 14px; }
  .collection-tile { display: grid; grid-template-columns: minmax(0, 1fr) 125px; align-items: center; gap: 10px; padding: 24px; }
  .collection-tile > img { grid-column: 2; grid-row: 1; height: 160px; padding: 0; margin: 0; }
  .collection-tile > div { grid-column: 1; grid-row: 1; }
  .collection-tile h3 { font-size: 24px; margin-block: 12px; }
  .collection-number, .collection-tile > div > span:first-child { font-size: 9px; letter-spacing: .08em; }
  .collection-description { font-size: 12px; }
  .collection-link { font-size: 10px; }
  .home-products { padding-top: 56px; }
  .home-catalog-tools { margin: 4px 0 22px; }
  .home-catalog-tools .vp-select { width: 185px; }
  .vp-grid { gap: 12px; }
  .vp-card { padding: 6px; border-radius: 10px; }
  .vp-card-media { border-radius: 6px; aspect-ratio: 1 / 1.18; }
  .vp-card-media img { padding: 12px; }
  .vp-card-body { padding: 14px 6px 7px; }
  .vp-card-category { font-size: 9px; margin-bottom: 8px; }
  .vp-card-title { font-size: 13px; min-height: 58px; margin-bottom: 14px; }
  .vp-card-price { font-size: 20px; }
  .vp-card-add { font-size: 10px; gap: 5px; padding: 7px 3px; }
  .vp-card-add svg { width: 14px; height: 14px; }
  .vp-card-meta { margin-top: 14px; }
  .vp-card-zoom { right: 6px; bottom: 6px; width: 34px; height: 34px; }
  .vp-card-images { top: 6px; right: 6px; font-size: 9px; }
  .vp-stock { font-size: 9px; }
  .vp-chip { padding-inline: 15px; font-size: 11px; }
  .purchase-info { padding: 27px 24px; }
  .purchase-info > h2 { font-size: 27px; margin-bottom: 27px; }
  .purchase-steps h3 { font-size: 15px; }
  .purchase-steps p { font-size: 12px; }
  .store-faq { margin-block: 56px; }
  .store-faq .section-heading h2 { font-size: 31px; }
  .faq-list summary { padding-block: 21px; font-size: 14px; }
  .faq-list p { font-size: 13px; padding-right: 0; }
  .vp-hero-title { align-items: flex-start; flex-wrap: wrap; gap: 16px; margin-bottom: 26px; }
  .vp-hero-title h1 { font-size: 36px; }
  .vp-hero-title p { font-size: 13px; }
  .vp-toolbar { padding: 10px; }
  .vp-input, .vp-select { font-size: 12px; }
  .vp-input { font-size: 16px; }
  .vp-breadcrumb { font-size: 10px; gap: 8px; margin-bottom: 22px; }
  .vp-gallery { grid-template-columns: 1fr; }
  .vp-thumbs { order: 2; flex-direction: row; }
  .vp-thumb { width: 66px; height: 74px; }
  .vp-main-image { height: 420px; }
  .vp-main-image > img { padding: 25px; }
  .vp-product-title { font-size: 31px; }
  .vp-product-price { font-size: 36px; }
  .vp-buy-row { grid-template-columns: 102px minmax(0, 1fr); gap: 10px; }
  .vp-qty { grid-template-columns: 32px 1fr 32px; }
  .vp-add { font-size: 12px; padding: 12px 8px; }
  .vp-add i { display: none; }
  .vp-related-head { gap: 15px; }
  .vp-related-head h2 { font-size: 28px; }
  .vp-related-head > a { font-size: 11px; }
  .vp-cart-item { grid-template-columns: 72px minmax(0, 1fr); gap: 15px; }
  .vp-cart-item img { width: 72px; height: 94px; }
  .vp-cart-actions { grid-column: 2; }
  .vp-cart-items { padding-inline: 20px; }
  .vp-summary { padding: 24px 20px; }
  .vp-panel-head { padding: 20px; }
  .vp-panel-head h2 { font-size: 18px; }
  .vp-panel-head .vp-btn { font-size: 11px; padding-inline: 10px; }
  .vp-form-grid { grid-template-columns: 1fr; gap: 17px; }
  .vp-field input, .vp-field select, .vp-field textarea, .vp-support-body input, .vp-support-body textarea { font-size: 16px; }
  .vp-modal { padding: 12px; }
  .vp-modal-card { max-height: calc(100dvh - 24px); }
  .vp-quick-info { padding: 26px; }
  .vp-quick-media { min-height: 220px; }
  .vp-quick-media img { max-height: 270px; }
  .vp-support { bottom: 16px; right: 16px; }
  .vp-support-toggle { width: 50px; height: 50px; border-radius: 16px; }
  .vp-support-messages { height: 195px; }
  .vp-support-card { bottom: 64px; }
  .store-footer { margin-top: 32px; }
  .footer-invite { flex-direction: column; align-items: flex-start; gap: 26px; padding-block: 36px; }
  .footer-invite h2 { font-size: 35px; }
  .footer-invite button { min-width: 170px; }
  .footer-columns { gap: 32px 20px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about img { width: 200px; }
  .footer-columns > div > a, .footer-columns > div > button, .footer-columns p { font-size: 11px; overflow-wrap: anywhere; }
  .footer-legal { flex-direction: column; gap: 10px; padding-bottom: 76px; }
  .admin-vampira .topbar { padding: 14px 16px; }
  .admin-vampira .login-card { padding: 28px; }
  .admin-vampira .input, .admin-vampira select, .admin-vampira textarea { font-size: 16px; }
  .admin-vampira .card-head { flex-wrap: wrap; gap: 14px; }
  .v-simple-card { padding: 30px 24px; }
}
@media (max-width: 360px) {
  .reference-header { grid-template-columns: 116px minmax(0, 1fr); }
  .minimal-copy { padding-inline: 0; }
  .minimal-copy h1 { font-size: 73px; }
  .collection-tile { grid-template-columns: minmax(0, 1fr) 100px; padding: 20px; }
  .vp-card-add svg { display: none; }
  .vp-card-price { font-size: 18px; }
  .vp-toolbar { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
