:root {
  --plum: #251128;
  --plum-soft: #442047;
  --gold: #c39337;
  --gold-soft: #f5dfaa;
  --cream: #fbf7ef;
  --paper: #ffffff;
  --ink: #1f1820;
  --muted: #756d76;
  --line: #eadfce;
  --success: #166c4a;
  --danger: #a63737;
  --shadow: 0 24px 60px rgba(37, 17, 40, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { max-width: 1200px; min-height: 118px; margin: auto; padding: 12px 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.menu-link { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; justify-self: start; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(37,17,40,.07); }
.menu-link span { height: 2px; border-radius: 999px; background: var(--plum); }
.brand { display: flex; align-items: center; }
.center-brand { justify-self: center; flex-direction: column; gap: 3px; text-align: center; }
.brand img { width: 104px; height: 104px; object-fit: cover; border-radius: 50%; box-shadow: 0 16px 38px rgba(37,17,40,.18); }
.brand strong { color: var(--plum); font-size: 17px; line-height: 1; }
.brand small { color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 950; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 12px; font-weight: 900; color: var(--muted); }
.support-link { color: var(--success); }
.cart-link { display: inline-flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 999px; background: var(--plum); color: #fff; box-shadow: 0 14px 28px rgba(37,17,40,.18); }
.cart-link strong { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #17091a; font-size: 12px; }

.product-section { background: linear-gradient(180deg, #fff 0%, #fffaf4 100%); }
.product-shell { max-width: 1220px; margin: auto; padding: 46px 22px 42px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .82fr); gap: 34px; align-items: start; }
.product-media { min-width: 0; }
.gallery-main { position: relative; overflow: hidden; aspect-ratio: 1.05/1; border-radius: 26px; background: #f6ede2; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-arrow { position: absolute; top: 50%; left: 18px; transform: translateY(-50%); width: 48px; height: 48px; border: 0; border-radius: 16px; background: rgba(255,255,255,.88); color: var(--plum); font-size: 34px; line-height: 1; cursor: pointer; box-shadow: 0 12px 26px rgba(37,17,40,.16); }
.gallery-arrow.next { left: auto; right: 18px; background: var(--plum); color: #fff; }
.thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.thumbs button { padding: 0; border: 2px solid transparent; border-radius: 18px; overflow: hidden; aspect-ratio: 1.15/1; background: #fff; cursor: pointer; box-shadow: 0 12px 26px rgba(37,17,40,.08); transition: transform .18s ease, border-color .18s ease; }
.thumbs button:hover { transform: translateY(-2px); border-color: var(--gold); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }

.product-panel, .panel { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.product-panel { position: sticky; top: 112px; overflow: hidden; }
.premium-configurator { border-radius: 28px; border-color: #ead8bd; background: linear-gradient(180deg, #fff, #fffaf4); box-shadow: 0 28px 70px rgba(37,17,40,.13); }
.product-title-block { padding: 8px 4px 18px; border-bottom: 1px solid var(--line); }
.panel-kicker, .eyebrow { color: var(--gold); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 950; }
.product-title-block h2 { margin: 10px 0 8px; color: var(--plum); font-size: 34px; line-height: 1.08; letter-spacing: 0; }
.product-title-block p { margin: 12px 0 0; color: var(--muted); line-height: 1.62; }
.rating-line { display: flex; align-items: center; gap: 8px; color: var(--gold); font-size: 13px; font-weight: 900; }
.rating-line strong { color: var(--ink); }
.rating-line small { color: var(--muted); }
.mini-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.mini-trust span { padding: 8px 11px; border-radius: 999px; background: #f8f1e8; color: var(--plum); font-size: 12px; font-weight: 950; }
.configurator { padding: 26px; }
.price-strip { margin: 18px 0 10px; min-height: 76px; display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid #ead8bd; border-radius: 20px; background: #fff; box-shadow: 0 16px 34px rgba(37,17,40,.06); }
.price-strip > div { display: grid; gap: 3px; }
.price-strip strong { color: var(--plum); font-size: 34px; line-height: 1; letter-spacing: 0; }
.price-strip small { color: var(--muted); font-weight: 900; }
.price-strip del { color: #948993; font-size: 18px; font-weight: 850; text-decoration-thickness: 2px; }
.price-strip.has-offer small { margin-left: auto; padding: 7px 10px; border-radius: 999px; color: #145a3d; background: #eaf8ef; font-size: 12px; }
.config-stack { display: grid; gap: 16px; margin-top: 18px; }
.config-option { padding: 0; border: 0; }
.premium-option { padding: 15px; border: 1px solid #ecdfcc; border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 14px 34px rgba(37,17,40,.045); }
.quantity-option { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.quantity-option .config-head { margin-bottom: 0; }
.config-head { display: flex; justify-content: space-between; gap: 12px; align-items: end; margin-bottom: 9px; }
.config-label { color: var(--plum); font-weight: 950; }
.config-head p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.config-head strong { color: var(--gold); font-size: 14px; white-space: nowrap; }

input, textarea, select { width: 100%; min-height: 52px; border: 1px solid #e4d9ca; border-radius: 16px; padding: 14px 15px; font: inherit; background: #fff; color: var(--ink); outline: none; box-shadow: 0 10px 24px rgba(37,17,40,.04); transition: border-color .18s ease, box-shadow .18s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(195,147,55,.14); }
input.is-invalid, textarea.is-invalid, select.is-invalid { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(166,55,55,.12); }
label { display: grid; gap: 8px; font-weight: 850; font-size: 14px; line-height: 1.25; }
.field-error { min-height: 16px; color: var(--danger); font-size: 12px; font-weight: 850; }
.qty { width: 146px; height: 48px; display: grid; grid-template-columns: 44px 58px 44px; overflow: hidden; border: 1px solid #e4d9ca; border-radius: 999px; background: #fff; box-shadow: 0 10px 22px rgba(37,17,40,.06); }
.qty button, .mini-stepper button { border: 0; background: transparent; color: var(--plum); font-size: 20px; font-weight: 950; cursor: pointer; }
.qty button:hover, .mini-stepper button:hover { background: #fff2d9; }
.qty input { height: 46px; padding: 0; border: 0; border-left: 1px solid #efe5d8; border-right: 1px solid #efe5d8; border-radius: 0; text-align: center; font-weight: 950; box-shadow: none; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { min-height: 58px; display: grid; align-content: center; gap: 3px; padding: 12px 14px; border: 1px solid #e4d9ca; border-radius: 16px; background: linear-gradient(180deg, #fff, #fffaf3); box-shadow: 0 10px 24px rgba(37,17,40,.05); transition: .18s ease; }
.choice-card b { color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.choice-card small { color: var(--muted); font-weight: 850; }
.choice-card.is-selected span, .choice-card:has(input:checked) span { border-color: var(--gold); background: #fff4db; box-shadow: 0 0 0 4px rgba(195,147,55,.13); }
.upload-box { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; padding: 13px; border: 1px dashed rgba(195,147,55,.62); border-radius: 18px; background: #fffaf2; cursor: pointer; }
.premium-upload { min-height: 98px; padding: 16px; border-style: solid; border-color: #e8d5b7; background: linear-gradient(135deg, #fff, #fff7e8); }
.upload-box input { display: none; }
.upload-icon { padding: 10px 14px; border-radius: 999px; background: var(--plum); color: #fff; font-size: 12px; font-weight: 950; box-shadow: 0 10px 22px rgba(37,17,40,.16); }
.upload-box small, .upload-box em { color: var(--muted); font-style: normal; font-size: 12px; overflow-wrap: anywhere; }
.upload-box em { grid-column: 1 / -1; padding-left: 4px; }
.addon-quantity { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid #ead8bd; border-radius: 18px; background: linear-gradient(180deg, #fff, #fff9ee); }
.addon-quantity strong { color: var(--plum); }
.addon-quantity small { display: block; margin-top: 4px; color: var(--muted); font-weight: 750; }
.mini-stepper { width: 126px; height: 42px; display: grid; grid-template-columns: 40px 46px 40px; overflow: hidden; border: 1px solid #e4d9ca; border-radius: 999px; background: #fff; }
.mini-stepper span { display: grid; place-items: center; border-left: 1px solid #efe5d8; border-right: 1px solid #efe5d8; color: var(--plum); font-weight: 950; }
.field-wrap { position: relative; }
.field-wrap input, .field-wrap textarea { padding-right: 66px; }
.field-wrap textarea { min-height: 82px; resize: vertical; }
.counter { position: absolute; right: 14px; bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 900; }
.checkout-dock { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.total-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.total-row span { color: var(--muted); font-weight: 900; }
.total-row strong { color: var(--plum); font-size: 32px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.checkout-dock .actions { display: grid; grid-template-columns: 1fr 1fr; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border: 0; border-radius: 999px; font-weight: 950; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn.primary { color: #160916; background: linear-gradient(135deg, #be8728, #f6dda0); box-shadow: 0 16px 32px rgba(190,135,40,.26); }
.btn.dark { color: #fff; background: var(--plum); box-shadow: 0 16px 32px rgba(37,17,40,.22); }
.btn.ghost { color: var(--plum); background: #fff; border: 1px solid var(--line); }
.btn.danger { color: var(--danger); background: #fff1f1; border: 1px solid #e5bcbc; }
.btn.whatsapp { color: #fff; background: linear-gradient(135deg, #128c55, #20c66a); box-shadow: 0 16px 32px rgba(18,140,85,.22); }
.btn.wide { width: 100%; }
.breakdown { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; margin-top: 14px; padding: 12px; border-radius: 16px; background: #fbf6ee; color: var(--muted); font-size: 13px; }
.breakdown strong { color: var(--ink); }

.cart-drawer { position: fixed; inset: 0; z-index: 60; pointer-events: none; }
.cart-drawer.is-open { pointer-events: auto; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(20, 8, 22, .38); opacity: 0; transition: opacity .2s ease; }
.cart-drawer.is-open .drawer-scrim { opacity: 1; }
.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: -24px 0 70px rgba(37,17,40,.22);
  transform: translateX(105%);
  transition: transform .24s ease;
  overflow-y: auto;
}
.cart-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.drawer-head h2 { margin: 0; color: var(--plum); }
.drawer-head a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fbf6ee; font-size: 28px; line-height: 1; }
.drawer-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.drawer-line img { width: 72px; height: 72px; object-fit: cover; border-radius: 16px; }
.drawer-line small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.drawer-line b { color: var(--plum); }
.drawer-total { display: flex; justify-content: space-between; align-items: center; margin: 18px 0; padding: 16px; border-radius: 18px; background: #fbf6ee; }
.drawer-total span { color: var(--muted); font-weight: 900; }
.drawer-total strong { color: var(--plum); font-size: 26px; }
.drawer-panel .btn { width: 100%; margin-top: 10px; }

.content-bands { max-width: 1200px; margin: auto; padding: 46px 22px 60px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.detail-grid article, .faq-block { padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 16px 42px rgba(37,17,40,.07); }
.detail-grid p, .faq-block p { color: var(--muted); line-height: 1.65; }
.faq-block { margin-top: 16px; }
.faq-block details { border-top: 1px solid var(--line); padding: 15px 0; }
.faq-block summary { cursor: pointer; color: var(--plum); font-weight: 950; }

.container { max-width: 1200px; margin: auto; padding: 28px 22px; }
.panel, .pad { padding: 24px; }
.grid { display: grid; gap: 14px; }
.grid.two { grid-template-columns: repeat(2, 1fr); align-items: start; }
.page-grid { display: grid; grid-template-columns: 1fr 360px; gap: 24px; align-items: start; }
.checkout-side { display: grid; gap: 18px; }
.whatsapp-panel { display: grid; gap: 10px; padding: 18px; border: 1px solid rgba(22,108,74,.22); border-radius: 18px; background: linear-gradient(180deg, #f3fff8, #fff); }
.whatsapp-panel h2 { margin: 0; color: var(--plum); font-size: 20px; }
.whatsapp-panel p { margin: 0; color: var(--muted); line-height: 1.55; }
.success-panel .actions { margin-top: 18px; }
.success-whatsapp { margin-top: 22px; max-width: 520px; }
.info-list { display: grid; gap: 4px; margin: 12px 0 0; }
.info-list p { margin: 0; }
.info-label { color: var(--ink); font-weight: 950; }
.track-results { display: grid; gap: 14px; min-width: 0; }
.track-results .notice { margin-bottom: 0; }
.track-results .btn { width: 100%; }
.track-card { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fffaf3; }
.track-card h2 { margin: 4px 0 0; color: var(--plum); }
.track-card p { margin: 0; color: var(--muted); }
.track-meta { display: grid; gap: 6px; }
.cart-line { display: grid; grid-template-columns: 84px minmax(0, 1fr) minmax(72px, auto); gap: 16px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 84px; height: 84px; object-fit: cover; border-radius: 14px; }
.cart-line h3 { margin: 0 0 8px; color: var(--plum); }
.cart-line p { margin: 4px 0; }
.cart-qty-label { display: block; margin-top: 10px; color: var(--ink); font-size: 13px; font-weight: 950; }
.cart-qty-control { width: 144px; height: 42px; display: grid; grid-template-columns: 42px 60px 42px; overflow: hidden; margin-top: 7px; border: 1px solid #e4d9ca; border-radius: 999px; background: #fff; box-shadow: 0 10px 22px rgba(37,17,40,.06); }
.cart-qty-control button { border: 0; background: transparent; color: var(--plum); font-size: 19px; font-weight: 950; cursor: pointer; }
.cart-qty-control button:hover { background: #fff4db; }
.cart-qty-control input { min-height: 40px; padding: 0; border: 0; border-left: 1px solid #efe5d8; border-right: 1px solid #efe5d8; border-radius: 0; text-align: center; font-weight: 950; box-shadow: none; pointer-events: none; }
.cart-line-price { justify-self: end; align-self: center; color: var(--plum); white-space: nowrap; }
.cart-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.cart-actions .btn { min-height: 42px; padding: 9px 14px; }
.summary-line { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.muted { color: var(--muted); }
.lead { color: var(--muted); font-size: 17px; line-height: 1.6; }
.notice { padding: 12px 14px; border-radius: 16px; background: #fff7e1; border: 1px solid var(--line); margin-bottom: 14px; }
.notice.error { background: #fff1f1; border-color: #e7b9b9; color: var(--danger); }

.admin-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 100vh; background: var(--cream); }
.admin-side { background: var(--plum); color: #fff; padding: 22px; }
.admin-side a { display: block; padding: 10px 0; color: var(--gold-soft); }
.admin-main { min-width: 0; padding: 24px; overflow-x: hidden; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat { padding: 18px; }
.admin-section { margin-top: 24px; }
.admin-section-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.admin-section-head h2 { margin: 0; color: var(--plum); }
.admin-options { display: grid; gap: 16px; margin: 18px 0 24px; }
.admin-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.admin-checks { display: flex; flex-wrap: wrap; gap: 14px; }
.admin-checks label { display: flex; align-items: center; gap: 8px; }
.quick-status-form { min-width: 300px; display: grid; grid-template-columns: minmax(128px, 1fr) auto auto; gap: 8px; align-items: center; }
.quick-status-form select { min-height: 42px; padding: 8px 10px; border-radius: 12px; }
.quick-status-form .btn { min-height: 42px; padding: 8px 14px; }
.inline-check { width: auto; display: inline-flex; grid-auto-flow: column; align-items: center; gap: 7px; white-space: nowrap; font-size: 13px; color: var(--muted); }
.inline-check input { width: auto; box-shadow: none; }
.status-pill { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 10px; border-radius: 999px; background: #fff4db; color: var(--plum); font-size: 12px; font-weight: 950; white-space: nowrap; }
.design-summary { width: min(100%, 260px); display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 12px; align-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; color: inherit; transition: border-color .18s ease, box-shadow .18s ease; }
.design-summary:hover { border-color: var(--gold); box-shadow: 0 10px 24px rgba(37,17,40,.08); }
.design-stack { position: relative; display: flex; align-items: center; width: 132px; height: 58px; padding-right: 8px; }
.design-stack img { position: relative; width: 58px; height: 52px; flex: 0 0 58px; object-fit: cover; border-radius: 8px; border: 2px solid #fff; background: #fff; box-shadow: 0 6px 14px rgba(37,17,40,.12); }
.design-stack img:not(:first-child) { margin-left: -22px; }
.design-stack img:nth-child(1) { z-index: 3; }
.design-stack img:nth-child(2) { z-index: 2; }
.design-stack img:nth-child(3) { z-index: 1; }
.design-count { position: absolute; right: 0; bottom: -2px; z-index: 4; min-width: 28px; height: 28px; display: grid; place-items: center; padding: 0 6px; border: 2px solid #fff; border-radius: 999px; background: var(--plum); color: #fff; font-size: 11px; font-weight: 950; }
.design-summary-copy { min-width: 0; }
.design-summary strong, .design-summary small { display: block; overflow: hidden; text-overflow: ellipsis; }
.design-summary strong { color: var(--plum); font-size: 14px; white-space: nowrap; }
.design-summary small { margin-top: 3px; color: var(--gold); font-size: 12px; font-weight: 900; line-height: 1.25; white-space: normal; }
.design-grid { display: flex; flex-wrap: wrap; gap: 10px; align-items: start; min-width: 0; }
.design-grid.compact { max-width: 220px; max-height: 90px; overflow: hidden; }
.design-card { width: 82px; display: grid; gap: 5px; }
.design-thumb { display: grid; gap: 5px; color: var(--plum); font-size: 12px; font-weight: 950; text-align: center; }
.design-thumb img { width: 82px; height: 68px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 18px rgba(37,17,40,.08); }
.design-download { min-height: 28px; display: grid; place-items: center; padding: 5px 7px; border-radius: 999px; background: #fff4db; color: var(--plum); font-size: 11px; font-weight: 950; }
.design-grid.full { display: grid; grid-template-columns: repeat(auto-fill, minmax(142px, 1fr)); max-height: 460px; overflow-y: auto; gap: 12px; margin: 10px 0 18px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fffdf9; }
.design-grid.full .design-card { width: auto; min-width: 0; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; }
.design-grid.full .design-thumb img { width: 100%; height: 112px; }
.uploaded-designs { scroll-margin-top: 20px; margin-top: 26px; }
.uploaded-designs:target { padding: 12px; border-radius: 8px; box-shadow: 0 0 0 3px rgba(195,147,55,.2); }
.uploaded-designs-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.uploaded-designs-head h2, .uploaded-designs-head p { margin: 0; }
.uploaded-designs-head p { margin-top: 4px; font-size: 13px; }
.uploaded-designs-head > span { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: var(--plum); color: #fff; font-size: 13px; font-weight: 950; }
.admin-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.admin-title-row h1, .admin-title-row p { margin: 0; }
.admin-title-row p { margin-top: 4px; }
.order-total { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; background: #fff2d8; color: var(--plum); font-size: 13px; font-weight: 950; }
.order-filter { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(190px, 240px) auto; gap: 10px; align-items: center; margin-bottom: 16px; }
.order-filter input, .order-filter select { min-height: 48px; }
.orders-list { display: grid; gap: 12px; min-width: 0; }
.admin-order-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(37,17,40,.05); }
.admin-order-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border-bottom: 1px solid var(--line); background: #fffaf3; }
.admin-order-head > div { min-width: 0; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.order-kicker, .order-field-label { display: block; color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: 0; }
.admin-order-id { color: var(--plum); font-size: 17px; font-weight: 950; }
.admin-order-head time { color: var(--muted); font-size: 12px; }
.admin-order-grid { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(170px, .75fr) minmax(155px, .65fr) minmax(250px, 1.1fr); gap: 18px; align-items: start; padding: 16px; }
.admin-order-block { min-width: 0; display: grid; gap: 8px; }
.admin-order-facts { min-width: 0; display: grid; gap: 12px; margin: 0; }
.admin-order-facts div { min-width: 0; }
.admin-order-facts dt { margin-bottom: 3px; color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.admin-order-facts dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 850; overflow-wrap: anywhere; }
.admin-order-facts .order-amount { color: var(--plum); font-size: 18px; }
.order-status-form { min-width: 0; display: grid; gap: 8px; }
.order-status-form select { min-height: 44px; padding: 9px 11px; border-radius: 8px; }
.order-status-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.order-status-footer .btn { min-height: 40px; padding: 8px 14px; }
.order-details-link { width: fit-content; color: var(--gold); font-size: 12px; font-weight: 950; }
.admin-empty-state { display: grid; place-items: center; gap: 5px; min-height: 180px; padding: 28px; border: 1px dashed var(--line); border-radius: 8px; background: #fff; color: var(--muted); text-align: center; }
.admin-empty-state strong { color: var(--plum); font-size: 18px; }
.admin-image-tools { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fffaf3; }
.admin-image-preview { width: min(280px, 100%); aspect-ratio: 1.25/1; margin-top: 10px; object-fit: cover; border-radius: 14px; border: 1px solid var(--line); background: #fff; }
.admin-gallery-preview { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.admin-gallery-preview img { width: 92px; height: 78px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); background: #fff; }
.order-customization { margin: 12px 0; }
.upload-preview { width: fit-content; max-width: 100%; display: inline-grid; grid-template-columns: 82px minmax(0, auto); gap: 10px; align-items: center; padding: 8px 12px 8px 8px; border: 1px solid var(--line); border-radius: 14px; background: #fffaf3; color: var(--plum); font-weight: 900; }
.upload-preview img { width: 82px; height: 70px; object-fit: cover; border-radius: 10px; }
.email-log { display: grid; gap: 10px; margin: 0; padding-left: 18px; color: var(--muted); }
.email-log small { display: block; margin-top: 2px; }
.delete-row { margin: -10px 0 6px; text-align: right; }
table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: #fff; }
.admin-main table { display: block; overflow-x: auto; white-space: nowrap; }
td small { display: block; margin-top: 4px; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #fff2d8; color: var(--plum); font-size: 13px; }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 20px; background: linear-gradient(135deg, #1d0b20, #3b193c); }
.auth-card { width: min(472px, 100%); display: grid; gap: 22px; padding: 34px; }
.auth-card h1 { margin: 2px 0 0; color: var(--plum); line-height: 1.12; }
.auth-card label { gap: 11px; }
.auth-card input { min-height: 54px; }
.auth-card .btn { justify-self: start; min-width: 118px; margin-top: 8px; }
.auth-logo { width: 92px; height: 92px; object-fit: cover; border-radius: 50%; margin: 0 auto 14px; }
.mobile-bar { display: none; }

@media (max-width: 900px) {
  .nav { min-height: 92px; padding: 8px 16px; }
  .brand img { width: 76px; height: 76px; }
  .brand small { display: none; }
  .nav-actions .track-link { display: none; }
  .product-shell, .page-grid { grid-template-columns: 1fr; gap: 22px; padding: 20px 14px 34px; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-main { padding: 20px 14px 34px; }
  .product-panel { position: static; }
  .gallery-main { aspect-ratio: 1.18/1; border-radius: 22px; }
  .thumbs { display: flex; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x mandatory; }
  .thumbs button { flex: 0 0 86px; scroll-snap-align: start; border-radius: 14px; }
  .configurator { padding: 22px; }
  .product-title-block h2 { font-size: 28px; }
  .quantity-option, .addon-quantity { grid-template-columns: 1fr; }
  .premium-qty, .mini-stepper { width: 100%; max-width: 180px; }
  .checkout-dock .actions, .detail-grid, .grid.two, .stats { grid-template-columns: 1fr; }
  .success-panel .actions, .track-card .actions { display: grid; }
  .quick-status-form { min-width: 260px; grid-template-columns: 1fr; }
  .inline-check { justify-content: start; }
  .cart-line { grid-template-columns: 72px 1fr; }
  .cart-line img { width: 72px; height: 72px; }
  .cart-line-price { grid-column: 1 / -1; justify-self: end; }
  .admin-side { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 10px; padding: 14px; }
  .admin-side h2 { grid-column: 1 / -1; margin: 0 0 6px; }
  .admin-side a { min-width: 0; padding: 8px 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; font-size: 13px; text-align: center; }
  .content-bands { padding: 28px 14px 48px; }
  .mobile-bar { position: sticky; bottom: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 10px 14px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(37,17,40,.12); }
}
@media (max-width: 1200px) {
  .admin-order-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .admin-title-row { align-items: start; flex-direction: column; gap: 8px; }
  .admin-title-row p { display: none; }
  .admin-order-head { align-items: flex-start; flex-direction: column; }
  .order-filter, .admin-order-grid { grid-template-columns: 1fr; }
  .order-filter .btn { width: 100%; }
  .design-summary { width: 100%; }
  .order-status-footer { align-items: stretch; flex-direction: column; }
  .order-status-footer .btn { width: 100%; }
}
@media (max-width: 520px) {
  .nav-actions { visibility: hidden; }
  .center-brand strong { font-size: 14px; }
  .gallery-arrow { display: none; }
  .product-shell { padding-top: 14px; }
  .product-title-block h2 { font-size: 25px; }
  .upload-box { grid-template-columns: 1fr; text-align: center; }
  .upload-box em { padding-left: 0; }
  .price-strip { align-items: flex-start; flex-direction: column; gap: 8px; }
  .price-strip.has-offer small { margin-left: 0; }
  .auth-shell { padding: 14px; align-items: start; padding-top: 28px; }
  .auth-card { padding: 24px; gap: 20px; }
  .auth-card h1 { font-size: 30px; }
}

/* Premium customer storefront */
.announcement-bar { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 44px; padding: 7px 20px; background: var(--plum); color: #fff4d8; font-size: 11px; font-weight: 850; }
.announcement-bar span { position: relative; }
.announcement-bar span + span::before { content: ''; position: absolute; left: -23px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.site-header { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(37,17,40,.06); backdrop-filter: blur(18px); }
.nav { max-width: 1320px; min-height: 84px; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); padding: 10px 28px; }
.brand { width: fit-content; gap: 11px; }
.brand img { width: 58px; height: 58px; border: 1px solid rgba(195,147,55,.45); box-shadow: 0 10px 24px rgba(37,17,40,.13); }
.brand > span { display: grid; gap: 4px; }
.brand strong { font-size: 18px; }
.brand small { letter-spacing: 0; font-size: 10px; }
.header-promises { display: flex; align-items: center; justify-content: center; gap: 30px; }
.header-promises > span { display: grid; gap: 2px; padding-left: 18px; border-left: 1px solid var(--line); }
.header-promises b { color: var(--plum); font-size: 12px; }
.header-promises small { color: var(--muted); font-size: 10px; }
.nav-actions { gap: 18px; font-size: 13px; }
.nav-actions a:not(.cart-link) { padding: 8px 0; }
.cart-link { min-height: 42px; padding: 8px 9px 8px 14px; border-radius: 8px; }
.cart-link strong { width: 26px; height: 26px; }

.product-section { background: #fff; }
.product-shell { max-width: 1320px; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 44px; padding: 42px 28px 48px; }
.product-media { position: sticky; top: 116px; }
.gallery-main { aspect-ratio: 1.08/1; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 24px 54px rgba(37,17,40,.11); }
.gallery-badge { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 11px; border-radius: 6px; background: rgba(255,255,255,.92); color: var(--plum); font-size: 11px; font-weight: 950; box-shadow: 0 8px 20px rgba(37,17,40,.12); }
.gallery-arrow { width: 44px; height: 44px; left: 14px; border-radius: 8px; font-size: 30px; }
.gallery-arrow.next { right: 14px; }
.thumbs { gap: 10px; margin-top: 12px; }
.thumbs button { border-radius: 6px; box-shadow: none; border-color: var(--line); }
.thumbs button:hover { transform: none; }
.media-assurance { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.media-assurance > span { display: grid; gap: 3px; padding: 14px 16px; background: #fffaf3; }
.media-assurance b { color: var(--plum); font-size: 12px; }
.media-assurance small { color: var(--muted); font-size: 11px; }
.product-panel { top: 116px; }
.premium-configurator { padding: 28px; border-radius: 8px; background: #fff; box-shadow: 0 24px 58px rgba(37,17,40,.1); }
.product-title-block { padding: 0 0 22px; }
.product-title-block h1 { margin: 9px 0 9px; color: var(--plum); font-size: 36px; line-height: 1.08; }
.product-title-block p { max-width: 540px; margin-top: 13px; font-size: 15px; }
.rating-line { font-size: 12px; }
.activity-row { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 15px; padding: 11px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.activity-item { display: inline-flex; align-items: center; gap: 4px; color: var(--muted); font-size: 12px; font-weight: 750; }
.activity-item i { width: 7px; height: 7px; margin-right: 3px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(22,108,74,.1); }
.activity-item b { color: var(--plum); }
.mini-trust { margin-top: 13px; }
.mini-trust span { padding: 7px 9px; border-radius: 6px; background: #f7f2ea; font-size: 11px; }
.price-strip { min-height: 70px; margin: 18px 0 0; padding: 12px 0 15px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.price-strip strong { font-size: 38px; }
.price-strip.has-offer small { border-radius: 6px; }
.config-stack { gap: 0; margin-top: 2px; }
.premium-option { padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.config-head { align-items: start; margin-bottom: 11px; }
.config-label { font-size: 15px; }
.config-head p { font-size: 12px; }
.quantity-option { grid-template-columns: 1fr auto; }
.qty, .mini-stepper { border-radius: 8px; box-shadow: none; }
.qty { width: 150px; }
.qty button, .mini-stepper button { font-size: 18px; }
.upload-box { border-radius: 8px; }
.premium-upload { min-height: 88px; grid-template-columns: auto minmax(0, 1fr); padding: 13px; background: #fffaf2; }
.upload-icon { padding: 11px 13px; border-radius: 7px; box-shadow: none; }
.upload-copy { display: grid; gap: 3px; min-width: 0; }
.upload-copy strong { color: var(--plum); font-size: 13px; }
.upload-box em { padding: 8px 10px; border-radius: 6px; background: #fff; }
.addon-quantity { padding: 12px 13px; border-radius: 8px; background: #fffaf3; }
.addon-quantity small { font-size: 11px; }
.choice-card span, .field-wrap input, .field-wrap textarea { border-radius: 8px; }
.checkout-dock { margin-top: 0; padding-top: 18px; }
.total-row { margin-bottom: 12px; }
.total-row strong { font-size: 31px; }
.btn { border-radius: 8px; box-shadow: none; }
.btn.primary { background: linear-gradient(135deg, #d49c35, #f3d582); box-shadow: 0 10px 24px rgba(190,135,40,.2); }
.btn.dark { background: var(--plum); box-shadow: 0 10px 24px rgba(37,17,40,.18); }
.purchase-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.breakdown { border-radius: 8px; }

.trust-band { max-width: 1320px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.trust-band > div { position: relative; display: grid; gap: 3px; padding: 22px 24px 22px 62px; }
.trust-band > div + div { border-left: 1px solid var(--line); }
.trust-band span { position: absolute; top: 22px; left: 22px; color: var(--gold); font-size: 12px; font-weight: 950; }
.trust-band strong { color: var(--plum); font-size: 14px; }
.trust-band small { color: var(--muted); }
.content-bands { max-width: 1320px; padding: 72px 28px 84px; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { margin: 8px 0 12px; color: var(--plum); font-size: 34px; line-height: 1.18; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.detail-grid { gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.detail-grid article { position: relative; min-height: 270px; padding: 28px; border: 0; border-radius: 0; box-shadow: none; }
.detail-grid article > span { color: var(--gold); font-size: 12px; font-weight: 950; }
.detail-grid article h3 { margin: 16px 0 10px; color: var(--plum); font-size: 20px; }
.faq-block { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; gap: 0 38px; margin-top: 24px; padding: 32px; border-radius: 8px; box-shadow: none; }
.faq-heading { grid-row: 1 / span 8; }
.faq-heading h2 { margin: 8px 0 10px; color: var(--plum); }
.faq-block details { grid-column: 2; }

.site-footer { border-top: 1px solid rgba(255,255,255,.12); background: var(--plum); color: #fff; }
.footer-inner { max-width: 1320px; min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; margin: auto; padding: 32px 28px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; }
.footer-brand span { display: grid; gap: 3px; }
.footer-brand small, .footer-inner > p { color: #d9cad9; font-size: 11px; }
.footer-links { display: flex; gap: 22px; color: #f5dfaa; font-size: 12px; font-weight: 850; }
.footer-inner > p { justify-self: end; margin: 0; }

.drawer-panel { width: min(460px, 94vw); padding: 28px; }
.drawer-head { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin-top: 4px; }
.drawer-head a { border-radius: 8px; }
.drawer-lines { min-height: 90px; }
.drawer-line { grid-template-columns: 70px minmax(0, 1fr) auto; }
.drawer-line img { border-radius: 7px; }
.drawer-total { border-radius: 8px; }
.drawer-continue { display: block; margin: 15px 0 0; color: var(--gold); font-size: 13px; font-weight: 950; text-align: center; }
.drawer-assurance { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }

.container { max-width: 1240px; padding: 42px 24px 72px; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.page-heading h1 { margin: 7px 0 6px; color: var(--plum); font-size: 38px; }
.page-heading p { margin: 0; color: var(--muted); }
.cart-page { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.cart-content { min-width: 0; }
.add-more-link { flex: 0 0 auto; padding: 11px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--plum); font-size: 12px; font-weight: 950; }
.cart-list { display: grid; gap: 12px; }
.cart-line { grid-template-columns: 112px minmax(0, 1fr); gap: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.cart-line > img { width: 112px; height: 112px; border-radius: 7px; }
.cart-line-title { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.cart-line-title h3 { margin-top: 5px; }
.cart-line-price { font-size: 18px; }
.cart-customizations { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.cart-customizations > span { display: inline-flex; gap: 4px; padding: 6px 8px; border-radius: 6px; background: #faf5ed; color: var(--muted); font-size: 11px; }
.cart-customizations b { color: var(--plum); }
.cart-customizations small { color: var(--gold); font-weight: 900; }
.cart-line-controls { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: 12px; }
.cart-qty-control { border-radius: 8px; box-shadow: none; }
.remove-link { min-height: 38px; padding: 7px 10px; border: 0; background: transparent; color: var(--danger); font-weight: 900; cursor: pointer; }
.order-summary, .checkout-summary { position: sticky; top: 118px; padding: 24px; border-radius: 8px; box-shadow: 0 18px 42px rgba(37,17,40,.08); }
.order-summary h2 { margin: 7px 0 8px; color: var(--plum); }
.summary-line:last-of-type { margin-top: 6px; color: var(--plum); font-size: 18px; }
.summary-assurance { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }

.checkout-heading > a { color: var(--gold); font-size: 12px; font-weight: 950; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 28px; align-items: start; }
.checkout-form { display: grid; gap: 16px; }
.checkout-section { display: grid; gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.form-section-head { display: flex; align-items: start; gap: 13px; margin-bottom: 3px; }
.form-section-head > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border-radius: 50%; background: var(--plum); color: #fff; font-size: 12px; font-weight: 950; }
.form-section-head h2 { margin: 0; color: var(--plum); font-size: 20px; }
.form-section-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.optional-label { color: var(--muted); font-size: 11px; font-weight: 700; }
.checkout-section input, .checkout-section select, .checkout-section textarea, .track-form input { border-radius: 8px; box-shadow: none; }
.checkout-section textarea { min-height: 90px; resize: vertical; }
.payment-choice { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 18px; border: 1px solid rgba(22,108,74,.2); border-radius: 8px; background: #f5fbf7; }
.payment-choice > span { padding: 7px 9px; border-radius: 6px; background: var(--success); color: #fff; font-size: 11px; font-weight: 950; }
.payment-choice div { display: grid; gap: 2px; }
.payment-choice small { color: var(--muted); }
.checkout-submit { min-height: 56px; }
.checkout-summary { display: grid; gap: 8px; }
.checkout-items { display: grid; gap: 12px; padding: 14px 0 10px; border-bottom: 1px solid var(--line); }
.checkout-item { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.checkout-item img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; }
.checkout-item div { display: grid; gap: 2px; }
.checkout-item strong { color: var(--plum); font-size: 12px; }
.checkout-item small { color: var(--muted); font-size: 10px; }
.checkout-item b { color: var(--plum); font-size: 12px; }
.checkout-assurance { display: grid; gap: 3px; margin-top: 12px; padding: 13px; border-radius: 8px; background: #faf5ed; }
.checkout-assurance strong { color: var(--plum); font-size: 12px; }
.checkout-assurance span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.track-page { max-width: 1080px; }
.track-heading > span { padding: 9px 12px; border-radius: 6px; background: #edf8f1; color: var(--success); font-size: 11px; font-weight: 950; }
.track-layout { display: grid; grid-template-columns: minmax(320px, .72fr) 1.28fr; gap: 20px; align-items: start; }
.track-form, .track-results { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.track-form { display: grid; gap: 15px; }
.track-form > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.track-results { min-height: 310px; align-content: start; }
.track-card { padding: 0; border: 0; border-radius: 0; background: #fff; }
.track-card header { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.track-card header h2 { margin: 6px 0 0; font-size: 26px; }
.track-live { padding: 7px 9px; border-radius: 6px; background: #edf8f1; color: var(--success); font-size: 10px; font-weight: 950; }
.track-customer { display: grid; gap: 3px; padding: 14px; border-radius: 8px; background: #faf5ed; }
.track-customer span, .track-meta span { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.track-customer small { color: var(--muted); }
.track-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.track-progress span { height: 5px; border-radius: 999px; background: #e8e0d5; }
.track-progress span.done { background: var(--success); }
.track-meta { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.track-meta p { display: grid; gap: 4px; padding: 11px; border: 1px solid var(--line); border-radius: 7px; }
.track-meta strong { color: var(--plum); font-size: 12px; }

.success-page { max-width: 960px; }
.success-hero { padding: 52px 28px 34px; text-align: center; }
.success-mark { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--success); color: #fff; font-size: 25px; font-weight: 950; }
.success-hero h1 { margin: 8px 0 10px; color: var(--plum); font-size: 40px; }
.success-hero > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; color: var(--muted); line-height: 1.65; }
.success-order-id { width: fit-content; display: grid; gap: 4px; margin: 24px auto 0; padding: 12px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; }
.success-order-id span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.success-order-id strong { color: var(--plum); }
.success-details { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.success-details > div { display: grid; gap: 5px; padding: 20px; background: #fff; text-align: center; }
.success-details span { color: var(--muted); font-size: 11px; }
.success-details strong { color: var(--plum); font-size: 14px; }
.success-actions { display: flex; justify-content: center; gap: 10px; margin: 20px 0 30px; }
.success-support { display: grid; grid-template-columns: 1fr minmax(220px, 300px); gap: 28px; align-items: center; padding: 26px; border: 1px solid rgba(22,108,74,.2); border-radius: 8px; background: #f5fbf7; }
.success-support h2 { margin: 7px 0; color: var(--plum); }
.success-support p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.55; }

.mobile-bar { border-top-color: var(--line); }
.mobile-bar > div { display: grid; }
.mobile-bar small { color: var(--muted); font-size: 10px; }

@media (max-width: 1000px) {
  .header-promises { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .product-shell { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: 26px; }
  .cart-page, .checkout-layout { grid-template-columns: minmax(0, 1fr) 320px; }
}

@media (max-width: 900px) {
  .announcement-bar { gap: 18px; }
  .nav { min-height: 76px; padding: 8px 16px; }
  .brand img { width: 52px; height: 52px; }
  .product-shell { grid-template-columns: 1fr; padding: 24px 16px 36px; }
  .product-media, .product-panel { position: static; }
  .trust-band { margin: 0 16px; }
  .cart-page, .checkout-layout, .track-layout { grid-template-columns: 1fr; }
  .order-summary, .checkout-summary { position: static; }
  .checkout-summary { order: -1; }
  .faq-block { grid-template-columns: 1fr; }
  .faq-heading { grid-row: auto; }
  .faq-block details { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .announcement-bar span:not(:first-child) { display: none; }
  .announcement-bar span + span::before { display: none; }
  .nav { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); width: 100%; }
  .brand { grid-column: 2; justify-self: center; }
  .brand > span { display: none; }
  .nav-actions { grid-column: 3; position: static; min-width: 0; justify-self: end; visibility: visible; gap: 8px; }
  .nav-actions .support-link, .nav-actions .track-link { display: none; }
  .cart-link { min-height: 40px; padding-left: 11px; }
  .gallery-main { aspect-ratio: 1.02/1; }
  .gallery-badge { top: 10px; left: 10px; }
  .premium-configurator { padding: 20px 17px; }
  .product-title-block h1 { font-size: 29px; }
  .activity-row { display: grid; }
  .quantity-option { grid-template-columns: 1fr auto; }
  .premium-upload { grid-template-columns: 1fr; text-align: left; }
  .premium-upload .upload-icon { width: fit-content; }
  .upload-box em { grid-column: 1; }
  .trust-band, .detail-grid { grid-template-columns: 1fr; }
  .trust-band > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .content-bands { padding: 54px 16px 62px; }
  .section-heading h2 { font-size: 28px; }
  .detail-grid article { min-height: auto; }
  .faq-block { padding: 22px 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 14px; }
  .container { padding: 30px 14px 58px; }
  .page-heading { align-items: start; flex-direction: column; gap: 14px; }
  .page-heading h1 { font-size: 32px; }
  .add-more-link { width: 100%; text-align: center; }
  .cart-line { grid-template-columns: 82px minmax(0, 1fr); gap: 13px; padding: 13px; }
  .cart-line > img { width: 82px; height: 82px; }
  .cart-line-title { display: grid; }
  .cart-line-price { grid-row: 1; justify-self: start; font-size: 15px; }
  .cart-customizations, .cart-line-controls { grid-column: 1 / -1; }
  .cart-line-controls { align-items: center; }
  .checkout-section { padding: 20px 16px; }
  .checkout-section .grid.two { grid-template-columns: 1fr; }
  .checkout-summary { padding: 18px; }
  .track-heading > span { display: none; }
  .track-form, .track-results { padding: 18px 16px; }
  .track-meta { grid-template-columns: 1fr; }
  .success-hero { padding: 34px 12px 28px; }
  .success-hero h1 { font-size: 32px; }
  .success-details, .success-support { grid-template-columns: 1fr; }
  .success-details > div + div { border-top: 1px solid var(--line); }
  .success-actions { display: grid; }
  .success-support { padding: 21px 17px; }
  .mobile-bar { grid-template-columns: minmax(100px, auto) 1fr; }
}

@media (max-width: 380px) {
  .nav { padding-inline: 10px; }
  .cart-link { gap: 6px; padding: 7px; }
  .cart-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}

/* Launch-ready admin workspace */
[hidden], .admin-toggle[hidden] { display: none !important; }
input[type="checkbox"], input[type="radio"] { width: 18px; height: 18px; min-height: 0; flex: 0 0 18px; margin: 0; padding: 0; border-radius: 4px; box-shadow: none; accent-color: var(--plum); }
.activity-item i { animation: activityPulse 2.4s ease-out infinite; }
.activity-item b { display: inline-block; min-width: 1ch; }
.activity-item b.is-updating { animation: activityValue .45s ease; }
@keyframes activityPulse {
  0%, 45% { box-shadow: 0 0 0 4px rgba(22,108,74,.1); }
  70% { box-shadow: 0 0 0 8px rgba(22,108,74,0); }
  100% { box-shadow: 0 0 0 4px rgba(22,108,74,.1); }
}
@keyframes activityValue {
  0% { opacity: .35; transform: translateY(3px); }
  100% { opacity: 1; transform: translateY(0); }
}

.admin-layout { grid-template-columns: 248px minmax(0, 1fr); background: #f6f3ee; }
.admin-side { position: sticky; top: 0; z-index: 20; height: 100vh; display: flex; flex-direction: column; padding: 22px 16px; background: #211024; border-right: 1px solid rgba(255,255,255,.08); }
.admin-brand { display: flex !important; align-items: center; gap: 11px; min-width: 0; margin-bottom: 30px; padding: 6px 8px !important; color: #fff !important; }
.admin-brand img { width: 42px; height: 42px; flex: 0 0 42px; object-fit: cover; border: 1px solid rgba(245,223,170,.35); border-radius: 50%; }
.admin-brand span { min-width: 0; display: grid; gap: 3px; }
.admin-brand strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.admin-brand small { color: #cbbdca; font-size: 10px; }
.admin-side nav { display: grid; gap: 5px; }
.admin-side nav a, .admin-side-footer a { display: flex; align-items: center; min-height: 42px; padding: 10px 12px; border: 1px solid transparent; border-radius: 7px; color: #d9cad9; font-size: 13px; font-weight: 800; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.admin-side nav a:hover, .admin-side nav a.is-active { border-color: rgba(245,223,170,.18); background: rgba(255,255,255,.08); color: #fff2cd; }
.admin-side nav a.is-active { box-shadow: inset 3px 0 0 var(--gold); }
.admin-side-footer { display: grid; gap: 4px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-side-footer a { min-height: 36px; padding-top: 7px; padding-bottom: 7px; color: #bbaaba; }
.admin-side-footer a:last-child { color: #f5dfaa; }
.admin-main { min-width: 0; padding: 34px 36px 72px; overflow-x: clip; }
.admin-main-inner { width: min(1180px, 100%); margin: 0 auto; }
.admin-page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.admin-page-heading > div { min-width: 0; }
.admin-kicker { margin: 0 0 7px; color: var(--gold); font-size: 10px; font-weight: 950; text-transform: uppercase; }
.admin-page-heading h1 { margin: 0; color: var(--plum); font-size: 34px; line-height: 1.1; }
.admin-page-heading p:not(.admin-kicker) { max-width: 680px; margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.admin-page-heading > .btn, .admin-page-heading > .order-total, .admin-page-heading > .status-pill { flex: 0 0 auto; }
.admin-form { display: grid; gap: 14px; }
.admin-form-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(37,17,40,.045); }
.admin-form-card-head { display: flex; align-items: flex-start; gap: 13px; padding: 19px 22px; border-bottom: 1px solid var(--line); background: #fffcf8; }
.admin-form-card-head > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border-radius: 6px; background: #f6ead3; color: var(--gold); font-size: 10px; font-weight: 950; }
.admin-form-card-head h2 { margin: 0; color: var(--plum); font-size: 17px; }
.admin-form-card-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.admin-form-card > :not(.admin-form-card-head) { margin: 22px; }
.admin-fields { min-width: 0; display: grid; gap: 16px; }
.admin-fields.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-fields + .admin-fields { margin-top: 16px; }
.admin-fields label, .admin-form-card label, .admin-option-body label { min-width: 0; color: #2c202b; font-size: 12px; font-weight: 850; }
.admin-main input:not([type="checkbox"]):not([type="radio"]), .admin-main textarea, .admin-main select { min-height: 46px; padding: 11px 13px; border-radius: 7px; box-shadow: none; font-size: 13px; }
.admin-main textarea { min-height: 94px; resize: vertical; line-height: 1.5; }
.admin-main textarea[name="faq"], .admin-main textarea[name="galleryPaths"], .admin-main textarea[name="choices"] { min-height: 128px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; }
.field-hint { margin-left: 5px; color: var(--muted); font-size: 10px; font-weight: 650; }
.admin-field-label { display: block; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.admin-money-input { position: relative; display: block; }
.admin-money-input b { position: absolute; top: 50%; left: 13px; z-index: 1; transform: translateY(-50%); color: var(--gold); font-size: 14px; }
.admin-money-input input { padding-left: 31px !important; }
.admin-main input[type="file"] { min-height: 52px !important; padding: 7px !important; background: #fffaf3; cursor: pointer; }
.admin-main input[type="file"]::file-selector-button { min-height: 36px; margin-right: 10px; padding: 8px 12px; border: 0; border-radius: 6px; background: var(--plum); color: #fff; font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }
.admin-media-grid { min-width: 0; display: grid; grid-template-columns: minmax(220px, .7fr) minmax(300px, 1.3fr); gap: 24px; align-items: start; }
.admin-media-preview { min-width: 0; display: grid; gap: 10px; }
.admin-image-preview { width: 100%; max-width: 360px; aspect-ratio: 1.3 / 1; margin: 0; border-radius: 7px; box-shadow: none; }
.admin-logo-preview { width: 108px; height: 108px; object-fit: cover; border: 1px solid var(--line); border-radius: 50%; }
.admin-empty-media { min-height: 180px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 7px; color: var(--muted); font-size: 12px; }
.admin-gallery-block { margin-top: 24px !important; padding-top: 22px; border-top: 1px solid var(--line); }
.admin-card-subhead { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.admin-card-subhead h3, .admin-card-subhead p { margin: 0; }
.admin-card-subhead h3 { color: var(--plum); font-size: 15px; }
.admin-card-subhead p { margin-top: 3px; color: var(--muted); font-size: 11px; }
.admin-card-subhead > span { padding: 6px 8px; border-radius: 5px; background: #f8f1e8; color: var(--plum); font-size: 10px; font-weight: 900; }
.admin-gallery-preview { display: grid; grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); gap: 9px; max-height: 270px; overflow-y: auto; margin: 0 0 18px; padding: 10px; border: 1px solid var(--line); border-radius: 7px; background: #fcfaf6; }
.admin-gallery-preview figure { min-width: 0; margin: 0; padding: 6px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.admin-gallery-preview img { width: 100%; height: 82px; border: 0; border-radius: 4px; }
.admin-gallery-preview figcaption { padding: 6px 2px 1px; color: var(--muted); font-size: 9px; }
.admin-toggle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.admin-toggle { position: relative; min-width: 0; display: grid !important; grid-template-columns: 38px minmax(0, 1fr); gap: 11px !important; align-items: center; min-height: 64px; padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: #fcfaf6; cursor: pointer; }
.admin-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.admin-toggle-track { position: relative; width: 38px; height: 22px; border-radius: 999px; background: #cfc7bd; transition: background .18s ease; }
.admin-toggle-track::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(37,17,40,.18); transition: transform .18s ease; }
.admin-toggle input:checked + .admin-toggle-track { background: var(--success); }
.admin-toggle input:checked + .admin-toggle-track::after { transform: translateX(16px); }
.admin-toggle input:focus-visible + .admin-toggle-track { outline: 3px solid rgba(195,147,55,.25); outline-offset: 2px; }
.admin-toggle-copy { min-width: 0; display: grid; gap: 3px; }
.admin-toggle-copy strong { color: var(--plum); font-size: 12px; }
.admin-toggle-copy small { color: var(--muted); font-size: 10px; font-weight: 650; line-height: 1.35; }
.admin-save-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 4px; padding: 13px 14px 13px 18px; border: 1px solid rgba(195,147,55,.34); border-radius: 8px; background: #fffcf8; box-shadow: 0 12px 30px rgba(37,17,40,.08); }
.admin-save-bar > div { display: grid; gap: 2px; }
.admin-save-bar strong { color: var(--plum); font-size: 12px; }
.admin-save-bar span { color: var(--muted); font-size: 10px; }
.admin-save-bar .btn { min-width: 150px; min-height: 44px; }
.admin-options { gap: 12px; margin-top: 0; }
.admin-option-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(37,17,40,.045); }
.admin-option-card > form:first-child { min-width: 0; }
.admin-option-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: #fffcf8; }
.admin-option-head h2, .admin-option-head p { margin: 0; }
.admin-option-head h2 { margin-top: 4px; color: var(--plum); font-size: 17px; }
.admin-option-head p { margin-top: 4px; color: var(--muted); font-size: 10px; }
.admin-option-type { color: var(--gold); font-size: 9px; font-weight: 950; text-transform: uppercase; }
.admin-status { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 8px; border-radius: 5px; background: #f2ece4; color: var(--muted); font-size: 9px; font-weight: 950; text-transform: uppercase; }
.admin-status.is-live { background: #e9f6ee; color: var(--success); }
.admin-option-body { min-width: 0; display: grid; gap: 16px; padding: 20px; }
.admin-option-actions { display: flex; justify-content: flex-end; padding: 0 20px 18px; }
.admin-option-actions .btn { min-height: 42px; padding: 10px 14px; }
.admin-option-delete { padding: 12px 20px; border-top: 1px solid var(--line); background: #fffafa; text-align: right; }
.admin-option-delete .btn { min-height: 36px; padding: 7px 10px; background: transparent; border: 0; }
.admin-create-option { overflow: hidden; border: 1px dashed #ceb991; border-radius: 8px; background: #fffaf3; }
.admin-create-option summary { display: flex; align-items: center; gap: 12px; padding: 17px 20px; cursor: pointer; list-style: none; }
.admin-create-option summary::-webkit-details-marker { display: none; }
.admin-create-option summary > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; background: var(--plum); color: #fff; font-size: 18px; }
.admin-create-option summary > div { display: grid; gap: 2px; }
.admin-create-option summary strong { color: var(--plum); font-size: 13px; }
.admin-create-option summary small { color: var(--muted); font-size: 10px; }
.admin-create-option[open] summary { border-bottom: 1px solid var(--line); }
.admin-integration-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.admin-integration-row strong { color: var(--plum); font-size: 13px; }
.admin-integration-row p { max-width: 720px; margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { min-width: 0; padding: 18px; border-radius: 8px; box-shadow: 0 12px 30px rgba(37,17,40,.045); }
.stat p { margin: 0; font-size: 11px; }
.stat h2 { margin: 8px 0 0; color: var(--plum); font-size: 24px; }
.admin-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.admin-table-wrap table, .admin-main table { display: table; min-width: 880px; overflow: visible; border-radius: 0; }
.admin-table-wrap th, .admin-table-wrap td { padding: 13px; }
.inline-check { min-width: 0; gap: 7px; }
.inline-check input { width: 16px; height: 16px; min-height: 0; flex-basis: 16px; }
.inline-check.is-disabled { opacity: .56; cursor: not-allowed; white-space: normal; }
.admin-fulfilment-form .inline-check { min-height: 42px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fcfaf6; }
.admin-order-detail { grid-template-columns: minmax(0, 1fr) minmax(310px, 360px); }
.notice.success { background: #edf8f1; border-color: #bfdfca; color: var(--success); }
.checkout-consent { display: grid !important; grid-template-columns: 18px minmax(0, 1fr); gap: 12px !important; align-items: start; padding: 14px 15px; border: 1px solid var(--line); border-radius: 7px; background: #fcfaf6; cursor: pointer; }
.checkout-consent input { margin-top: 2px; }
.checkout-consent > span { display: grid; gap: 3px; }
.checkout-consent strong { color: var(--plum); font-size: 12px; }
.checkout-consent small { color: var(--muted); font-size: 10px; font-weight: 650; line-height: 1.45; }
.checkout-consent-error { margin-top: -8px; }

@media (max-width: 1100px) {
  .admin-main { padding: 28px 24px 64px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-order-detail { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .admin-layout { display: block; }
  .admin-side { position: sticky; width: 100%; height: auto; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 8px 12px; align-items: center; padding: 9px 12px 8px; }
  .admin-brand { margin: 0; padding: 0 !important; }
  .admin-brand img { width: 36px; height: 36px; flex-basis: 36px; }
  .admin-brand span { display: none; }
  .admin-side nav { grid-column: 1 / -1; grid-row: 2; display: flex; gap: 3px; overflow-x: auto; padding-bottom: 0; scrollbar-width: none; }
  .admin-side nav::-webkit-scrollbar { display: none; }
  .admin-side nav a { min-height: 34px; flex: 0 0 auto; padding: 7px 8px; font-size: 10px; text-align: left; }
  .admin-side nav a.is-active { box-shadow: inset 0 -2px 0 var(--gold); }
  .admin-side-footer { grid-column: 2; grid-row: 1; justify-self: end; display: block; margin: 0; padding: 0; border: 0; }
  .admin-side-footer a:first-child { display: none; }
  .admin-side-footer a { min-height: 30px; padding: 6px 8px; font-size: 10px; white-space: nowrap; }
  .admin-main { padding: 24px 16px 58px; }
  .admin-media-grid { grid-template-columns: 1fr; }
  .settings-identity { grid-template-columns: 140px minmax(0, 1fr); }
}
@media (max-width: 680px) {
  .admin-page-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .admin-page-heading h1 { font-size: 28px; }
  .admin-page-heading > .btn, .admin-page-heading > .order-total, .admin-page-heading > .status-pill { width: 100%; justify-content: center; text-align: center; }
  .admin-fields.two, .admin-toggle-grid, .stats { grid-template-columns: 1fr; }
  .admin-form-card-head { padding: 16px; }
  .admin-form-card > :not(.admin-form-card-head) { margin: 16px; }
  .admin-save-bar { align-items: stretch; flex-direction: column; }
  .admin-save-bar .btn { width: 100%; }
  .admin-option-body { padding: 16px; }
  .admin-option-head, .admin-option-actions, .admin-option-delete { padding-left: 16px; padding-right: 16px; }
  .settings-identity { grid-template-columns: 1fr; }
  .admin-gallery-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-integration-row { align-items: flex-start; flex-direction: column; }
}
.mobile-bar { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  .activity-item i, .activity-item b.is-updating { animation: none; }
}
