/* =========================================================
   CROWNEX — Fine Timepieces
   Design system per CROWNEX Brand Guidelines v1.0
   Navy 60% · Ivory/Graphite 20% · Gold/Champagne 15% · Emerald 5% (CTA)
   ========================================================= */

:root {
  --navy: #0B1B33;
  --navy-deep: #081426;
  --navy-card: #101f36;
  --graphite: #1C2A3F;
  --gold: #C9A227;
  --gold-light: #E8CF8F;
  --ivory: #F7F3EA;
  --mist: #A8B3C4;
  --emerald: #128A66;
  --ink: #0B1B33;
  --danger: #d06a6a;
  --line: rgba(201, 162, 39, .28);
  --line-soft: rgba(232, 207, 143, .14);
  --shadow: 0 18px 44px rgba(0, 0, 0, .38);
  --ff-display: 'Cinzel', Georgia, 'Times New Roman', serif;
  --ff-body: 'Jost', 'Segoe UI', system-ui, sans-serif;
  --ff-bn: 'Noto Serif Bengali', serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(201, 162, 39, .07), transparent 60%),
    radial-gradient(900px 480px at -10% 30%, rgba(28, 42, 63, .55), transparent 55%),
    var(--navy);
  color: var(--ivory);
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 600; line-height: 1.25; letter-spacing: .04em; }
::selection { background: rgba(201, 162, 39, .35); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--navy-deep); }
::-webkit-scrollbar-thumb { background: #2a3d59; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--navy); padding: 10px 18px; z-index: 999; }
.skip-link:focus { left: 12px; top: 12px; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 900px; }

.section { padding: 72px 0; }
.section-tight { padding: 46px 0; }
.eyebrow {
  display: block; font-size: 11px; font-weight: 500; letter-spacing: .42em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.section-head { text-align: center; margin-bottom: 42px; }
.section-head h2 { font-size: clamp(24px, 3vw, 34px); letter-spacing: .08em; }
.section-sub { color: var(--mist); font-size: 15.5px; max-width: 660px; margin: 12px auto 0; }
.section-head .rule { width: 64px; height: 1px; background: var(--gold); margin: 16px auto 0; opacity: .7; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--ff-body); font-size: 13px; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  padding: 13px 26px; border: 1px solid transparent; border-radius: 4px;
  cursor: pointer; line-height: 1; transition: all .2s ease; white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, #D9B23A, var(--gold) 55%, #A8861D);
  color: var(--navy);
}
.btn-gold:hover { filter: brightness(1.09); transform: translateY(-1px); }
.btn-outline { border-color: var(--line); color: var(--gold); background: transparent; }
.btn-outline:hover { background: rgba(201, 162, 39, .08); }
.btn-emerald { background: var(--emerald); color: #fff; }
.btn-emerald:hover { background: #0f7a5a; transform: translateY(-1px); }
.btn-ghost { color: var(--mist); border-color: transparent; background: transparent; }
.btn-ghost:hover { color: var(--ivory); }
.btn-lg { padding: 15px 34px; font-size: 14px; }
.btn-sm { padding: 10px 18px; font-size: 12px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none !important; }

.icon-btn {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--line-soft); border-radius: 8px;
  color: var(--mist); background: rgba(8, 20, 38, .4); cursor: pointer; transition: all .2s;
}
.icon-btn:hover { color: var(--gold); border-color: var(--line); }

/* ---------- topbar ---------- */
.topbar { background: var(--navy-deep); border-bottom: 1px solid var(--line-soft); }
.topbar-in { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 7px 20px; }
.announce { font-size: 12px; color: var(--mist); letter-spacing: .04em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar-links { display: flex; gap: 22px; flex-shrink: 0; }
.topbar-links a {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--mist); transition: color .2s; white-space: nowrap;
}
.topbar-links a:hover { color: var(--gold); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 300;
  background: var(--hdr-bg, rgba(11, 27, 51, .97));
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: 0 12px 34px rgba(0, 0, 0, .45); }
.header-in { display: flex; align-items: center; gap: 26px; padding-top: 13px; padding-bottom: 13px; }
.logo img { height: 62px; width: auto; filter: drop-shadow(0 0 10px rgba(201, 162, 39, .35)) drop-shadow(0 2px 4px rgba(0, 0, 0, .5)); }
.logo:hover img { filter: drop-shadow(0 0 16px rgba(201, 162, 39, .55)) drop-shadow(0 0 4px rgba(0, 0, 0, .5)); }

.search-wrap { position: relative; flex: 1; max-width: 560px; }
.search-form {
  display: flex; align-items: center; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(8, 20, 38, .6); transition: border-color .2s;
}
.search-form:focus-within { border-color: var(--gold); }
.search-form input {
  flex: 1; background: transparent; border: 0; outline: 0; color: var(--ivory);
  padding: 10px 10px 10px 20px; font-size: 14.5px; min-width: 0;
}
.search-form input::placeholder { color: rgba(168, 179, 196, .55); }
.search-form button {
  background: none; border: 0; cursor: pointer; color: var(--gold);
  width: 46px; height: 46px; display: grid; place-items: center; flex-shrink: 0;
}
.suggest {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 120;
  background: var(--navy-card); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow); overflow: hidden;
}
.suggest a {
  display: grid; grid-template-columns: 1fr auto; gap: 2px 14px;
  padding: 11px 18px; border-bottom: 1px solid var(--line-soft); transition: background .15s;
}
.suggest a:last-child { border-bottom: 0; }
.suggest a:hover { background: rgba(201, 162, 39, .07); }
.suggest b { font-size: 14px; font-weight: 500; color: var(--ivory); grid-column: 1; }
.suggest span { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); grid-column: 1; }
.suggest i { font-style: normal; font-size: 14px; color: var(--ivory); grid-column: 2; grid-row: 1 / span 2; align-self: center; }

.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.cur-switch {
  display: flex; align-items: center; gap: 8px; padding: 4px 12px;
  border: 1px solid var(--line); border-radius: 999px;
  font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase;
}
.cur-opt {
  background: none; border: 0; cursor: pointer; color: var(--mist);
  padding: 4px 8px; border-radius: 999px; letter-spacing: .12em; text-transform: uppercase;
  font-size: 11.5px; transition: all .2s;
}
.cur-opt.on { background: var(--gold); color: var(--navy); font-weight: 600; }
.cur-sep { color: rgba(168, 179, 196, .4); }
.icon-link { position: relative; color: var(--mist); display: grid; place-items: center; transition: color .2s; }
.icon-link:hover { color: var(--gold); }
.badge {
  position: absolute; top: -7px; right: -9px; min-width: 18px; height: 18px;
  background: var(--gold); color: var(--navy); font-size: 10.5px; font-weight: 700;
  border-radius: 999px; display: grid; place-items: center; padding: 0 4px; line-height: 1;
}
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-burger span { display: block; width: 20px; height: 1.6px; background: var(--ivory); margin: 4.5px 0; transition: all .25s; }

/* ---------- main nav ---------- */
.main-nav { border-top: 1px solid var(--line-soft); background: rgba(8, 20, 38, .5); }
.nav-list { display: flex; gap: 2px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: block; padding: 13px 16px; font-size: 12px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: var(--mist);
  position: relative; transition: color .2s;
}
.nav-list > li > a::after {
  content: ''; position: absolute; left: 16px; right: 16px; bottom: 7px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.nav-list > li > a:hover, .nav-list > li > a.active { color: var(--gold); }
.nav-list > li > a:hover::after, .nav-list > li > a.active::after { transform: scaleX(1); }
.drop {
  position: absolute; top: 100%; left: 0; min-width: 210px; z-index: 130;
  background: var(--navy-card); border: 1px solid var(--line); border-top: 2px solid var(--gold);
  border-radius: 0 0 10px 10px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a {
  display: block; padding: 11px 20px; font-size: 13.5px; color: var(--mist);
  letter-spacing: .05em; transition: all .15s;
}
.drop a:hover { color: var(--gold); background: rgba(201, 162, 39, .06); }
.drop-grid { display: grid; grid-template-columns: 1fr 1fr; padding: 8px 0; }
.drop-all {
  color: var(--gold); font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  padding: 14px 20px; border-top: 1px solid var(--line-soft);
}
.nav-veil { display: none; }

/* ---------- toast ---------- */
.toast {
  position: fixed; top: 18px; right: 18px; z-index: 999;
  max-width: 360px; padding: 14px 20px; border-radius: 10px;
  background: rgba(8, 20, 38, .94); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid var(--line); color: var(--ivory); font-size: 14.5px;
  box-shadow: var(--shadow); animation: toast-in .3s ease;
}
.toast-success { border-color: rgba(18, 138, 102, .65); }
.toast-error { border-color: rgba(208, 106, 106, .65); }
.toast-info { border-color: var(--line); }
@keyframes toast-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }

/* ---------- page hero ---------- */
.page-hero {
  background:
    linear-gradient(180deg, rgba(8, 20, 38, .2), rgba(11, 27, 51, .9)),
    radial-gradient(700px 260px at 80% 0%, rgba(201, 162, 39, .12), transparent 60%);
  border-bottom: 1px solid var(--line-soft);
  padding: 44px 0 38px; margin-bottom: 44px;
}
.page-hero h1 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: .1em; }
.page-hero p { color: var(--mist); margin-top: 8px; max-width: 640px; }
.crumb { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--mist); margin-bottom: 14px; }
.crumb a:hover { color: var(--gold); }
.crumb span { color: var(--gold); }

/* ---------- hero slider ---------- */
.hero { position: relative; height: clamp(500px, 78vh, 720px); overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity .9s ease;
}
.slide.on { opacity: 1; }
.slide::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(95% 130% at 50% 42%, rgba(8, 20, 38, .30) 0%, rgba(8, 20, 38, .48) 55%, rgba(8, 20, 38, .78) 100%),
    linear-gradient(90deg, rgba(8, 20, 38, .66) 0%, rgba(8, 20, 38, .38) 45%, rgba(8, 20, 38, .34) 65%, rgba(8, 20, 38, .60) 100%);
}
.slide-content { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; }
.slide-inner { max-width: 780px; margin: 0 auto; }
.slide-inner h1 { font-size: clamp(32px, 4.6vw, 58px); letter-spacing: .08em; margin: 6px 0 16px; }
.slide-inner .slide-sub { color: #d7dde7; font-size: 16.5px; font-weight: 300; max-width: 560px; margin: 0 auto 28px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(8, 20, 38, .55); color: var(--gold); cursor: pointer; font-size: 20px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: all .2s;
}
.hero-arrow:hover { background: var(--gold); color: var(--navy); }
.hero-arrow.prev { left: 22px; }
.hero-arrow.next { right: 22px; }
.hero-dots { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; gap: 9px; z-index: 5; }
.hero-dots .container { display: flex; gap: 9px; justify-content: center; }
.hero-dot {
  width: 26px; height: 3px; border: 0; background: rgba(232, 207, 143, .3);
  cursor: pointer; transition: background .25s; padding: 0;
}
.hero-dot.on { background: var(--gold); }

/* ---------- brand wall ---------- */
.brand-wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 14px; }
.brand-tile {
  background: rgba(28, 42, 63, .5); border: 1px solid var(--line-soft); border-radius: 10px;
  height: 96px; display: grid; place-items: center; padding: 14px 10px;
  transition: all .22s ease;
}
.brand-tile:hover { border-color: var(--line); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0, 0, 0, .3); }
.brand-tile img { max-height: 42px; max-width: 100%; width: auto; object-fit: contain; opacity: .85; transition: opacity .2s; }
.brand-tile:hover img { opacity: 1; }

/* ---------- trust strip ---------- */
.trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  border: 1px solid var(--line-soft); border-radius: 14px; padding: 26px 28px;
  background: linear-gradient(180deg, rgba(28, 42, 63, .55), rgba(8, 20, 38, .5));
}
.trust-item { display: flex; gap: 14px; align-items: center; }
.trust-item svg { flex-shrink: 0; color: var(--gold); }
.trust-item b { display: block; font-size: 14px; font-weight: 500; letter-spacing: .06em; }
.trust-item small { color: var(--mist); font-size: 12.5px; line-height: 1.45; display: block; }

/* ---------- category tiles ---------- */
.cat-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-tile {
  position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 5;
  border: 1px solid var(--line-soft); display: block;
}
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cat-tile:hover img { transform: scale(1.06); }
.cat-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8, 20, 38, .92) 100%);
}
.cat-tile-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; z-index: 2; }
.cat-tile-body h3 { font-size: 20px; letter-spacing: .1em; }
.cat-tile-body span {
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold);
}

/* ---------- product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 18px; }
.product-card {
  background: rgba(28, 42, 63, .5); border: 1px solid var(--line-soft); border-radius: 12px;
  overflow: hidden; transition: all .22s ease; display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); border-color: var(--line); box-shadow: var(--shadow); }
.pc-media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #0a1626; }
.pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .pc-media img { transform: scale(1.06); }
.pc-badge {
  position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--navy);
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.pc-oos { background: #5b6b80; color: var(--ivory); }
.pc-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.pc-brand { font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); opacity: .9; }
.pc-name { font-size: 15.5px; margin: 7px 0 2px; letter-spacing: .03em; }
.pc-name a:hover { color: var(--gold); }
.pc-model { font-size: 12px; color: var(--mist); letter-spacing: .04em; }
.pc-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 10px 0 14px; }
.price-main { font-size: 18px; font-weight: 600; letter-spacing: .02em; }
.price-old { font-size: 13px; color: var(--mist); text-decoration: line-through; }
.price-alt { font-size: 12px; color: var(--mist); }
.pc-actions { display: flex; gap: 8px; margin-top: auto; }
.pc-actions .btn { flex: 1; padding: 12px 10px; font-size: 11.5px; letter-spacing: .18em; }
.pc-actions .icon-btn { width: 44px; height: 100%; min-height: 44px; flex-shrink: 0; }

/* ---------- shop ---------- */
.shop-wrap { display: grid; grid-template-columns: 262px 1fr; gap: 34px; align-items: start; }
.sidebar {
  position: sticky; top: 120px; background: rgba(28, 42, 63, .4);
  border: 1px solid var(--line-soft); border-radius: 12px; padding: 22px;
}
.sidebar h3 { font-size: 15px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.f-group { margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.f-group:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.f-title { font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.f-list label {
  display: flex; align-items: center; gap: 9px; color: var(--mist);
  padding: 4.5px 0; cursor: pointer; font-size: 14px; transition: color .15s;
}
.f-list label:hover { color: var(--ivory); }
.f-list input[type="checkbox"] { accent-color: var(--gold); width: 15px; height: 15px; }
.f-count { margin-left: auto; font-size: 12px; opacity: .55; }
.f-range { display: flex; gap: 8px; align-items: center; }
.f-range input { width: 100%; }
.filter-toggle { display: none; }

.shop-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.results-count { font-size: 13.5px; color: var(--mist); letter-spacing: .04em; }
.results-count b { color: var(--gold); font-weight: 500; }
.sort-select { max-width: 230px; }
.active-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.af-chip {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px;
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; color: var(--gold-light);
}
.af-chip button { background: none; border: 0; color: var(--gold); cursor: pointer; font-size: 13px; line-height: 1; }
.empty-state {
  padding: 64px 24px; text-align: center; border: 1px dashed var(--line-soft);
  border-radius: 12px; color: var(--mist); font-size: 15px;
}
.empty-state .crown { font-size: 34px; color: var(--gold); display: block; margin-bottom: 10px; }

/* ---------- pagination ---------- */
.pagination { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 44px; flex-wrap: wrap; }
.pg {
  min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 8px;
  border: 1px solid var(--line-soft); border-radius: 8px; color: var(--mist);
  font-size: 14px; transition: all .18s;
}
a.pg:hover { border-color: var(--gold); color: var(--gold); }
.pg.active { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 600; }
.pg-dots { color: var(--mist); padding: 0 4px; }

/* ---------- product detail ---------- */
.pd-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.pd-main-img { border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; aspect-ratio: 1 / 1; background: #0a1626; }
.pd-main-img img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pd-thumb {
  width: 84px; aspect-ratio: 1; border: 1px solid var(--line-soft); border-radius: 8px;
  overflow: hidden; cursor: pointer; opacity: .6; transition: all .2s; background: #0a1626;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumb:hover { opacity: .9; }
.pd-thumb.on { border-color: var(--gold); opacity: 1; }
.pd-brand { font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); }
.pd-info h1 { font-size: clamp(22px, 2.6vw, 30px); margin: 8px 0 2px; letter-spacing: .04em; }
.pd-model { font-size: 13.5px; color: var(--mist); letter-spacing: .08em; margin-bottom: 16px; }
.pd-price {
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  padding: 16px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  margin-bottom: 18px;
}
.pd-price .price-main { font-size: 27px; }
.pd-price .price-old { font-size: 16px; }
.pd-price .price-alt { font-size: 14px; }
.pd-meta { display: grid; gap: 7px; font-size: 14px; color: var(--mist); margin-bottom: 20px; }
.pd-meta b { color: var(--ivory); font-weight: 500; }
.pd-meta .ok { color: var(--emerald); }
.pd-meta .no { color: var(--danger); }
.pd-buy { display: flex; gap: 12px; margin-bottom: 14px; }
.pd-buy .btn { flex: 1; padding: 15px 18px; }
.qty {
  display: inline-flex; align-items: center; border: 1px solid var(--line-soft);
  border-radius: 4px; overflow: hidden; flex-shrink: 0;
}
.qty button {
  width: 42px; height: 48px; background: rgba(8, 20, 38, .5); border: 0;
  color: var(--gold); font-size: 18px; cursor: pointer; transition: background .15s;
}
.qty button:hover { background: rgba(201, 162, 39, .12); }
.qty input {
  width: 52px; text-align: center; background: transparent; border: 0; outline: 0;
  font-size: 15px; font-weight: 500;
}
.pd-wish-row { display: flex; gap: 10px; margin-bottom: 22px; }
.pd-wish-row .icon-btn { width: 48px; height: 48px; }
.pd-wish-row .icon-btn:hover svg { fill: var(--gold); }
.w-badge {
  display: inline-flex; gap: 9px; align-items: center; border: 1px solid var(--line);
  border-radius: 8px; padding: 11px 15px; color: var(--gold-light); font-size: 12.5px;
  letter-spacing: .05em; background: rgba(201, 162, 39, .05);
}
.w-badge svg { color: var(--gold); flex-shrink: 0; }

.tabs { margin-top: 36px; }
.tab-btns { display: flex; gap: 2px; border-bottom: 1px solid var(--line-soft); flex-wrap: wrap; }
.tab-btns button {
  background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px;
  padding: 12px 18px; font-size: 12px; font-weight: 500; letter-spacing: .22em;
  text-transform: uppercase; color: var(--mist); cursor: pointer; transition: all .2s;
}
.tab-btns button:hover { color: var(--ivory); }
.tab-btns button.on { color: var(--gold); border-bottom-color: var(--gold); }
.tab-pane { display: none; padding: 22px 2px; color: #d5dce6; font-size: 15px; line-height: 1.75; }
.tab-pane.on { display: block; }
.tab-pane p { margin-bottom: 12px; }
.spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.spec-table th {
  width: 190px; text-align: left; color: var(--mist); font-weight: 400;
  padding: 9px 14px 9px 0; border-bottom: 1px solid var(--line-soft); vertical-align: top;
}
.spec-table td { color: var(--ivory); padding: 9px 0; border-bottom: 1px solid var(--line-soft); }

/* ---------- cart / checkout ---------- */
.cart-wrap, .co-wrap { display: grid; grid-template-columns: 1fr 370px; gap: 34px; align-items: start; }
.cart-table { border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; background: rgba(28, 42, 63, .35); }
.cart-row {
  display: grid; grid-template-columns: 86px 1fr 120px 120px 34px; gap: 16px;
  padding: 16px; border-bottom: 1px solid var(--line-soft); align-items: center;
}
.cart-row:last-child { border-bottom: 0; }
.cart-row > img { width: 86px; height: 86px; object-fit: cover; border-radius: 8px; background: #0a1626; }
.cr-name { font-family: var(--ff-display); font-size: 15px; letter-spacing: .03em; }
.cr-model { font-size: 12.5px; color: var(--mist); }
.cr-price { font-size: 13.5px; color: var(--mist); }
.cr-total { font-size: 16px; font-weight: 600; }
.qty.sm { align-self: center; }
.qty.sm button { width: 34px; height: 38px; font-size: 15px; }
.qty.sm input { width: 40px; font-size: 14px; }
.cr-remove { background: none; border: 0; color: var(--mist); font-size: 20px; cursor: pointer; line-height: 1; transition: color .2s; }
.cr-remove:hover { color: var(--danger); }
.cart-foot { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

.summary {
  background: rgba(28, 42, 63, .5); border: 1px solid var(--line-soft);
  border-radius: 12px; padding: 26px; position: sticky; top: 120px;
}
.summary h3 { font-size: 16px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.s-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; color: var(--mist); padding: 7px 0; }
.s-row b { color: var(--ivory); font-weight: 500; }
.s-total {
  border-top: 1px solid var(--line); margin-top: 12px; padding-top: 14px;
  display: flex; justify-content: space-between; align-items: baseline;
}
.s-total span { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.s-total b { font-family: var(--ff-display); font-size: 22px; letter-spacing: .04em; }
.s-coupon { display: flex; gap: 8px; margin: 16px 0 4px; }
.s-coupon { align-items: stretch; }
.s-coupon input {
  flex: 1 1 0; min-width: 0; width: 100%;
  background: rgba(8, 20, 38, .65); border: 1px solid var(--line);
  border-radius: 9px; color: var(--ivory);
  padding: 11px 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em;
}
.s-coupon input::placeholder { color: rgba(168, 179, 196, .5); text-transform: none; letter-spacing: .04em; }
.s-coupon input:focus { outline: none; border-color: var(--gold); }
.s-coupon .btn-sm { white-space: nowrap; align-self: stretch; }
.s-note { font-size: 12.5px; color: var(--mist); min-height: 18px; margin-top: 6px; }
.s-note.ok { color: var(--emerald); }
.s-note.err { color: var(--danger); }
.summary .btn { width: 100%; margin-top: 16px; }

/* ---------- forms ---------- */
label.f-label { display: block; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
input[type="search"], input[type="number"], select, textarea {
  width: 100%; background: rgba(8, 20, 38, .65); border: 1px solid var(--line-soft);
  border-radius: 8px; color: var(--ivory); padding: 12px 14px; font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201, 162, 39, .12);
}
input::placeholder, textarea::placeholder { color: rgba(168, 179, 196, .5); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 38px; }
select option { background: var(--navy-card); color: var(--ivory); }
textarea { min-height: 120px; resize: vertical; }
.form-row { margin-bottom: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-err { font-size: 13px; color: var(--danger); margin-top: 8px; }
.field-err { border-color: rgba(208, 106, 106, .6) !important; }

.pay-opt {
  display: flex; gap: 13px; align-items: flex-start; border: 1px solid var(--line-soft);
  border-radius: 10px; padding: 15px 16px; margin-bottom: 10px; cursor: pointer;
  transition: all .2s; position: relative;
}
.pay-opt input { accent-color: var(--gold); margin-top: 3px; }
.pay-opt b { display: block; font-size: 14.5px; font-weight: 500; }
.pay-opt small { color: var(--mist); font-size: 12.5px; line-height: 1.5; display: block; margin-top: 2px; }
.pay-opt.on { border-color: var(--gold); background: rgba(201, 162, 39, .05); }
.pay-note { font-size: 12.5px; color: var(--mist); background: rgba(8, 20, 38, .5); border: 1px solid var(--line-soft); border-radius: 8px; padding: 10px 14px; margin: 10px 0 4px; }

/* ---------- auth / account ---------- */
.auth-card {
  max-width: 480px; margin: 34px auto 60px; border: 1px solid var(--line-soft);
  border-radius: 14px; padding: 36px; background: rgba(28, 42, 63, .45);
}
.auth-card h1 { font-size: 24px; letter-spacing: .14em; text-align: center; margin-bottom: 6px; }
.auth-card .auth-sub { text-align: center; color: var(--mist); font-size: 14px; margin-bottom: 24px; }
.auth-tabs { display: flex; margin-bottom: 24px; border-bottom: 1px solid var(--line-soft); }
.auth-tabs button {
  flex: 1; background: none; border: 0; border-bottom: 2px solid transparent;
  padding: 12px; font-size: 12px; font-weight: 500; letter-spacing: .22em;
  text-transform: uppercase; color: var(--mist); cursor: pointer; transition: all .2s; margin-bottom: -1px;
}
.auth-tabs button.on { color: var(--gold); border-bottom-color: var(--gold); }
.auth-alt { text-align: center; margin-top: 18px; font-size: 13.5px; color: var(--mist); }
.auth-alt a { color: var(--gold); }
.forgot-link { display: inline-block; margin-top: 10px; font-size: 13px; color: var(--gold); }

.myacc { display: grid; grid-template-columns: 250px 1fr; gap: 34px; align-items: start; }
.ma-nav { border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; background: rgba(28, 42, 63, .35); }
.ma-nav a {
  display: block; padding: 14px 20px; font-size: 13.5px; letter-spacing: .1em;
  color: var(--mist); border-bottom: 1px solid var(--line-soft); border-left: 3px solid transparent;
  transition: all .18s;
}
.ma-nav a:last-child { border-bottom: 0; }
.ma-nav a:hover { color: var(--ivory); background: rgba(201, 162, 39, .05); }
.ma-nav a.on { color: var(--gold); background: rgba(201, 162, 39, .07); border-left-color: var(--gold); }
.ma-card {
  background: rgba(28, 42, 63, .4); border: 1px solid var(--line-soft);
  border-radius: 12px; padding: 28px; margin-bottom: 22px;
}
.ma-card h2 { font-size: 20px; letter-spacing: .1em; margin-bottom: 18px; }
.ma-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-mini { border: 1px solid var(--line-soft); border-radius: 10px; padding: 18px; text-align: center; background: rgba(8, 20, 38, .4); }
.stat-mini b { display: block; font-family: var(--ff-display); font-size: 26px; color: var(--gold); }
.stat-mini span { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--mist); }

.order-card { border: 1px solid var(--line-soft); border-radius: 12px; margin-bottom: 16px; overflow: hidden; background: rgba(28, 42, 63, .35); }
.oc-head {
  display: flex; gap: 18px; flex-wrap: wrap; align-items: center;
  padding: 15px 20px; background: rgba(8, 20, 38, .45); border-bottom: 1px solid var(--line-soft);
  font-size: 13.5px; color: var(--mist);
}
.oc-head b { color: var(--ivory); font-weight: 500; }
.oc-head .grow { margin-left: auto; }
.status-pill {
  padding: 4px 12px; border-radius: 999px; font-size: 10.5px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
}
.st-pending { background: rgba(201, 162, 39, .15); color: var(--gold-light); }
.st-confirmed, .st-delivered { background: rgba(18, 138, 102, .16); color: #5fd3a8; }
.st-shipped { background: rgba(79, 143, 208, .16); color: #8fbcf0; }
.st-cancelled, .st-failed { background: rgba(208, 106, 106, .14); color: #e8a0a0; }
.oc-items { padding: 8px 20px 18px; }
.oc-item { display: flex; gap: 14px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.oc-item:last-child { border-bottom: 0; }
.oc-item img { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; background: #0a1626; }
.oc-item .oi-name { flex: 1; }
.oc-item .oi-name small { display: block; color: var(--mist); font-size: 12px; }
.oc-total { padding: 0 20px 18px; text-align: right; font-size: 15px; color: var(--mist); }
.oc-total b { color: var(--ivory); font-size: 17px; margin-left: 8px; }

/* ---------- order success / status ---------- */
.result-card {
  max-width: 760px; margin: 40px auto 60px; text-align: center;
  border: 1px solid var(--line); border-radius: 16px; padding: 52px 40px;
  background: rgba(28, 42, 63, .4);
}
.result-card.err { border-color: rgba(208, 106, 106, .4); }
.check-ring {
  width: 78px; height: 78px; border-radius: 999px; border: 2px solid var(--emerald);
  color: var(--emerald); display: grid; place-items: center; margin: 0 auto 20px;
}
.result-card.err .check-ring { border-color: var(--danger); color: var(--danger); }
.result-card h1 { font-size: 26px; letter-spacing: .12em; }
.result-card .ord-no { font-family: var(--ff-display); color: var(--gold); font-size: 21px; letter-spacing: .22em; margin: 12px 0 8px; }
.result-card p { color: var(--mist); font-size: 15px; max-width: 520px; margin: 0 auto 8px; }
.result-card .cta-row { justify-content: center; margin-top: 24px; }
.trk-box { max-width: 560px; margin: 30px auto 50px; text-align: left; }
.trk-status-line { display: flex; gap: 14px; align-items: center; margin-top: 18px; }

/* ---------- store locator ---------- */
.loc-wrap { display: grid; grid-template-columns: 350px 1fr; gap: 26px; align-items: start; }
.loc-panel { border: 1px solid var(--line-soft); border-radius: 12px; padding: 22px; background: rgba(28, 42, 63, .4); }
.loc-panel h2 { font-size: 19px; letter-spacing: .14em; margin-bottom: 16px; }
.loc-stores { display: grid; gap: 14px; max-height: 620px; overflow-y: auto; padding-right: 6px; }
.store-card { border: 1px solid var(--line-soft); border-radius: 12px; padding: 18px; background: rgba(28, 42, 63, .5); transition: border-color .2s; }
.store-card:hover { border-color: var(--line); }
.store-card h4 { font-size: 16px; letter-spacing: .06em; color: var(--gold); margin-bottom: 7px; }
.store-card p { font-size: 14px; color: var(--mist); line-height: 1.6; }
.store-card p a { color: var(--ivory); }
.store-call { display: inline-block; margin-top: 10px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.store-call:hover { color: var(--gold-light); }
.map-box { height: 620px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line-soft); background: #0a1626; position: sticky; top: 120px; }
#map { width: 100%; height: 100%; }
.map-note { padding: 18px; color: var(--mist); font-size: 13.5px; }

/* ---------- blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card {
  border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden;
  background: rgba(28, 42, 63, .45); transition: all .22s;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--line); box-shadow: var(--shadow); }
.blog-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.bc-body { padding: 20px; }
.bc-date { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--mist); }
.bc-body h3 { font-size: 17.5px; margin: 9px 0 8px; letter-spacing: .03em; line-height: 1.4; }
.bc-body h3 a:hover { color: var(--gold); }
.bc-body p { font-size: 14px; color: var(--mist); margin-bottom: 12px; }
.read-more { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.read-more:hover { color: var(--gold-light); }

.bp-head { text-align: center; max-width: 780px; margin: 0 auto 34px; }
.bp-head h1 { font-size: clamp(24px, 3vw, 34px); letter-spacing: .05em; line-height: 1.35; }
.bp-body { max-width: 800px; margin: 0 auto; font-size: 16px; line-height: 1.85; color: #dfe5ee; }
.bp-body p { margin-bottom: 16px; }
.bp-body h2, .bp-body h3 { margin: 28px 0 12px; letter-spacing: .05em; }
.bp-body img { border-radius: 10px; margin: 18px 0; }
.bp-body ul, .bp-body ol { margin: 0 0 16px 22px; list-style: disc; }
.bp-body li { margin-bottom: 7px; }
.bp-body blockquote { border-left: 3px solid var(--gold); padding: 8px 0 8px 22px; color: var(--mist); font-style: italic; margin: 18px 0; }
.bp-meta { display: flex; gap: 18px; justify-content: center; color: var(--mist); font-size: 13px; margin-top: 14px; letter-spacing: .06em; }

/* ---------- static / prose ---------- */
.prose { max-width: 840px; margin: 0 auto; font-size: 16px; line-height: 1.85; color: #dfe5ee; }
.prose h2 { font-size: 22px; margin: 34px 0 14px; letter-spacing: .06em; position: relative; padding-left: 18px; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; background: var(--gold); }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 0 0 16px 22px; list-style: disc; }
.prose li { margin-bottom: 7px; }
.prose a { color: var(--gold); }
.prose .lead { font-size: 17.5px; color: var(--ivory); }
.about-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.about-hero img { border-radius: 14px; border: 1px solid var(--line-soft); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.c-block { border: 1px solid var(--line-soft); border-radius: 12px; padding: 20px 22px; margin-bottom: 14px; background: rgba(28, 42, 63, .4); }
.c-block h3 { font-size: 15px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.c-block p { font-size: 14.5px; color: var(--mist); }
.c-block a { color: var(--ivory); }
.c-block a:hover { color: var(--gold); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); margin-top: 84px; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px; padding: 58px 20px 42px; }
.f-col h4 { font-size: 13.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.f-col ul a { display: inline-block; font-size: 14px; color: var(--mist); padding: 4.5px 0; transition: color .18s; }
.f-col ul a:hover { color: var(--gold); }
.f-brand img { height: 56px; width: auto; margin-bottom: 18px; }
.f-brand p { font-size: 14px; color: var(--mist); line-height: 1.7; max-width: 300px; }
.socials { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.soc {
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 1px solid var(--line-soft); border-radius: 999px;
  font-size: 10px; font-weight: 600; letter-spacing: .08em; color: var(--mist);
  transition: all .2s;
}
.soc:hover { border-color: var(--gold); color: var(--gold); }
.f-line { font-size: 14px; color: var(--mist); padding: 3px 0; }
.f-line a { color: var(--mist); transition: color .18s; }
.f-line a:hover { color: var(--gold); }
.newsletter { display: flex; gap: 8px; margin-top: 18px; }
.newsletter input { flex: 1; padding: 11px 14px; font-size: 14px; min-width: 0; }
.newsletter .btn { padding: 11px 18px; font-size: 11.5px; }
.nl-note { font-size: 12.5px; color: var(--emerald); margin-top: 8px; min-height: 16px; }
.footer-bottom { border-top: 1px solid var(--line-soft); padding: 18px 0; }
.fb-in { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--mist); }
.pay-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-chips span {
  border: 1px solid var(--line-soft); padding: 4px 11px; border-radius: 4px;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--mist);
}

/* ---------- 404 ---------- */
.error-404 { text-align: center; padding: 90px 20px; }
.error-404 .num { font-family: var(--ff-display); font-size: clamp(70px, 12vw, 120px); color: var(--gold); letter-spacing: .14em; line-height: 1; }
.error-404 p { color: var(--mist); margin: 16px 0 28px; }

/* ---------- invoice (print) ---------- */
.invoice { max-width: 800px; margin: 30px auto 60px; background: #fff; color: #1a2230; border-radius: 12px; padding: 44px; }
.invoice .inv-head { display: flex; justify-content: space-between; gap: 20px; border-bottom: 2px solid #C9A227; padding-bottom: 22px; margin-bottom: 22px; }
.invoice .inv-head img { height: 44px; }
.invoice h1 { font-size: 22px; color: #0B1B33; }
.invoice table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 18px 0; }
.invoice th { text-align: left; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #7a8699; padding: 9px 8px; border-bottom: 1px solid #e3e0d5; }
.invoice td { padding: 10px 8px; border-bottom: 1px solid #eeece4; }
.invoice .inv-totals { margin-left: auto; max-width: 300px; font-size: 14px; }
.invoice .inv-totals div { display: flex; justify-content: space-between; padding: 5px 0; }
.invoice .inv-totals .grand { font-weight: 700; font-size: 17px; border-top: 2px solid #C9A227; margin-top: 8px; padding-top: 10px; }
.inv-print-btn { margin-top: 22px; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .search-wrap { max-width: 420px; }
  .trust { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
  .nav-burger { display: block; }
  .main-nav {
    position: fixed; top: 0; left: 0; bottom: 0; width: min(330px, 86vw); z-index: 220;
    background: var(--navy-deep); border-right: 1px solid var(--line);
    transform: translateX(-103%); transition: transform .28s ease; overflow-y: auto;
    padding: 26px 0 40px;
  }
  body.nav-open .main-nav { transform: none; box-shadow: var(--shadow); }
  body.nav-open .nav-veil { display: block; position: fixed; inset: 0; background: rgba(0, 0, 0, .55); z-index: 210; }
  .nav-list { flex-direction: column; gap: 0; width: 100%; padding: 0 18px; }
  .nav-list > li > a { padding: 13px 10px; font-size: 13px; border-bottom: 1px solid var(--line-soft); }
  .nav-list > li > a::after { display: none; }
  .drop {
    position: static; opacity: 1; visibility: visible; transform: none;
    border: 0; border-left: 2px solid var(--line); border-radius: 0; box-shadow: none;
    background: transparent; display: none; min-width: 0;
  }
  .has-drop.open .drop { display: block; }
  .drop-grid { grid-template-columns: 1fr; }
  .drop a { padding: 10px 18px; }

  .shop-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; display: none; }
  .sidebar.open { display: block; }
  .filter-toggle {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
    border: 1px solid var(--line); background: none; color: var(--gold);
    padding: 10px 18px; border-radius: 4px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; cursor: pointer;
  }
  .pd-wrap, .cart-wrap, .co-wrap { grid-template-columns: 1fr; }
  .summary { position: static; }
  .myacc { grid-template-columns: 1fr; }
  .ma-nav { display: flex; overflow-x: auto; }
  .ma-nav a { white-space: nowrap; border-left: 0; border-bottom: 2px solid transparent; }
  .ma-nav a.on { border-bottom-color: var(--gold); }
  .loc-wrap { grid-template-columns: 1fr; }
  .map-box { position: static; height: 420px; }
  .cat-tiles { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .about-hero { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .topbar-in { justify-content: center; gap: 14px; padding: 5px 14px; }
  .topbar-links { gap: 14px; }
  .announce { display: none; }
  .header-in { gap: 10px; flex-wrap: wrap; padding-top: 9px; padding-bottom: 9px; }
  .logo { flex-shrink: 0; }
  .logo img { height: 46px; }
  .header-actions { margin-left: auto; gap: 11px; }
  .search-wrap { order: 3; flex-basis: 100%; max-width: none; min-width: 0; margin-top: 2px; }
  .search-form input { font-size: 16px; padding: 11px 10px 11px 16px; }
  .search-form button { width: 44px; height: 44px; }
  .cur-switch { padding: 2px 7px; gap: 3px; }
  .cur-opt { padding: 3px 6px; font-size: 10px; }
  .nav-burger { padding: 8px; }
  .nav-burger span { width: 22px; }
  .section { padding: 52px 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pc-body { padding: 12px; }
  .pc-name { font-size: 13.5px; }
  .pc-actions .btn { font-size: 10.5px; padding: 11px 6px; letter-spacing: .1em; }
  .cart-row { grid-template-columns: 64px 1fr auto; grid-template-rows: auto auto; }
  .cart-row > img { width: 64px; height: 64px; grid-row: span 2; }
  .cart-row .cr-cell-price { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .blog-grid, .cat-tiles, .trust { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .fb-in { justify-content: center; text-align: center; }
  .pd-buy { flex-direction: column; }
  .auth-card { padding: 26px 20px; }
  .invoice { padding: 26px 18px; }
  .result-card { padding: 40px 22px; }
}

/* ---------- print ---------- */
@media print {
  body { background: #fff; }
  .topbar, .site-header, .main-nav, .site-footer, .inv-print-btn, .toast { display: none !important; }
  .invoice { margin: 0; border: 0; box-shadow: none; }
}

/* =========================================================
   FEATURED BRANDS CAROUSEL  (wide AI banners)
   ========================================================= */
.brand-carousel-sec { padding: 68px 0 60px; background: var(--navy-deep); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.bc-viewport { position: relative; overflow: hidden; }
.bc-track {
  display: flex; gap: 20px; padding: 4px 26px 8px;
  transition: transform .65s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.bc-track.dragging { transition: none; }
.bc-slide {
  position: relative; flex: 0 0 calc((100% - 40px) / 3);
  min-height: 300px; border-radius: 14px; overflow: hidden;
  display: block; text-decoration: none;
  border: 1px solid rgba(232,207,143,.12);
  background: var(--navy-card);
}
.bc-slide img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .9s ease;
}
.bc-slide:hover img { transform: scale(1.06); }
.bc-grad { position: absolute; inset: 0; background: linear-gradient(198deg, rgba(8,20,38,0) 42%, rgba(8,20,38,.93) 100%); }
.bc-label { position: absolute; left: 24px; right: 24px; bottom: 20px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.bc-label b { font-family: var(--ff-display); font-size: 25px; letter-spacing: .12em; text-transform: uppercase; }
.bc-label small { color: var(--gold-light); font-size: 13.5px; letter-spacing: .03em; }
.bc-label em { font-style: normal; color: var(--mist); font-size: 12.5px; margin-top: 7px; letter-spacing: .06em; }
.bc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(201,162,39,.55); background: rgba(11,27,51,.72);
  color: var(--gold); font-size: 24px; line-height: 1; cursor: pointer;
  backdrop-filter: blur(4px); transition: background .2s, color .2s;
  display: flex; align-items: center; justify-content: center;
}
.bc-arrow:hover { background: var(--gold); color: var(--navy); }
.bc-arrow.prev { left: 10px; }
.bc-arrow.next { right: 10px; }
.bc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.bc-dot {
  width: 26px; height: 4px; border-radius: 2px; border: 0; padding: 0;
  background: rgba(168,179,196,.3); cursor: pointer; transition: background .25s, width .25s;
}
.bc-dot.on { background: var(--gold); width: 38px; }
@media (max-width: 992px) {
  .bc-slide { flex: 0 0 calc((100% - 20px) / 2); min-height: 262px; }
}
@media (max-width: 640px) {
  .bc-slide { flex: 0 0 100%; min-height: 224px; }
  .bc-arrow { display: none; }
  .brand-carousel-sec { padding: 48px 0 42px; }
}

/* =========================================================
   LOGO WALL  (white "Explore Our Brands" section)
   ========================================================= */
.logo-wall { background: var(--ivory); padding: 76px 0 70px; }
.logo-wall .section-head h2 { color: var(--navy); }
.logo-wall .section-sub { color: #5b6a83; }
.logo-wall .rule { opacity: 1; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.logo-tile {
  background: #fff; border: 1px solid #e2dccd; border-radius: 10px;
  min-height: 168px; display: flex; align-items: center; justify-content: center;
  padding: 28px 22px; transition: border-color .25s, box-shadow .25s, transform .25s;
}
.logo-tile img { max-height: 84px; max-width: 86%; width: auto; object-fit: contain; }
.logo-tile:hover { border-color: var(--gold); box-shadow: 0 16px 34px rgba(11,27,51,.10); transform: translateY(-3px); }
.lw-cta { text-align: center; margin-top: 32px; }
.btn-outline-navy { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }
@media (max-width: 900px) { .logo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .logo-grid { grid-template-columns: repeat(2, 1fr); } .logo-tile { min-height: 104px; } .logo-wall { padding: 54px 0 48px; } }

/* =========================================================
   DUAL PRICING  (BDT main + USD secondary, always visible)
   ========================================================= */
.price-usd {
  display: inline-block; margin-left: 10px; font-size: 14px;
  color: var(--mist); font-weight: 500; letter-spacing: .02em;
}
.pd-price .price-usd { font-size: 16px; }
.cr-usd, .sum-usd {
  display: inline-block; margin-left: 8px; font-size: 12.5px;
  color: var(--mist); font-weight: 400;
}
.s-row .sum-usd { float: right; margin-left: 0; }
.s-total .sum-usd { float: right; margin-left: 0; }

/* =========================================================
   FEATURED BRANDS  (full 3x2 grid, timezonebd style)
   ========================================================= */
.brand-grid-sec { padding: 68px 0 60px; background: var(--navy-deep); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0 12px; }
.bg-tile {
  position: relative; display: block; border-radius: 12px; overflow: hidden;
  aspect-ratio: 16 / 9; background: var(--navy-card); text-decoration: none;
  border: 1px solid rgba(232,207,143,.12);
}
.bg-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .8s ease;
}
.bg-tile:hover img { transform: scale(1.05); }
.bg-grad { position: absolute; inset: 0; background: linear-gradient(198deg, rgba(8,20,38,0) 45%, rgba(8,20,38,.92) 100%); }
.bg-label { position: absolute; left: 22px; right: 22px; bottom: 18px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.bg-label b { font-family: var(--ff-display); font-size: 22px; letter-spacing: .12em; text-transform: uppercase; }
.bg-label small { color: var(--gold-light); font-size: 13px; letter-spacing: .03em; }
.bg-label em { font-style: normal; color: var(--mist); font-size: 12px; margin-top: 6px; letter-spacing: .06em; }
@media (max-width: 992px) { .brand-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .brand-grid { grid-template-columns: 1fr; gap: 10px; padding: 0 10px; } .brand-grid-sec { padding: 48px 0 42px; } }

/* =========================================================
   LOGO MARQUEE  (auto-scrolling logo row, timezonebd style)
   ========================================================= */
.lm-viewport {
  overflow: hidden; padding: 10px 0 6px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.lm-track { display: flex; width: max-content; animation: lm-scroll 55s linear infinite; }
.lm-viewport:hover .lm-track { animation-play-state: paused; }
.lm-set { display: flex; gap: 16px; padding-right: 16px; }
.lm-set .logo-tile { flex: 0 0 300px; width: 300px; min-height: 176px; }
@keyframes lm-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .lm-track { animation: none; } }


/* =========================================================
   CONTACT PAGE
   ========================================================= */
.ct-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 40px; align-items: start; padding-top: 54px; }
.ct-info { display: grid; gap: 16px; }
.ct-card h3 { font-family: var(--ff-display); font-size: 17px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.ct-card p { color: var(--mist); font-size: 14.5px; line-height: 1.7; }
.ct-card a { color: var(--ink); font-weight: 600; text-decoration: none; }
.ct-card a:hover { color: var(--gold); }
.ct-hours { color: var(--gold-light) !important; font-size: 13px !important; margin-top: 8px; }
.ct-form { display: grid; gap: 16px; }
.ct-form .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-form label, .f-row label { display: grid; gap: 7px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); font-weight: 600; }
.ct-form input, .ct-form select, .ct-form textarea {
  width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 12px 14px; font: inherit; font-size: 14.5px; color: var(--ink); letter-spacing: 0; text-transform: none;
}
.ct-form input:focus, .ct-form select:focus, .ct-form textarea:focus { outline: 2px solid var(--gold); border-color: transparent; }
.ct-fine { font-size: 12px; color: var(--mist); margin: 0; }
.ct-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.ct-svc { border-top: 2px solid var(--gold); padding-top: 16px; }
.ct-svc h4 { font-family: var(--ff-display); letter-spacing: .08em; text-transform: uppercase; font-size: 15px; margin-bottom: 8px; }
.ct-svc p { color: var(--mist); font-size: 13.5px; line-height: 1.7; }
@media (max-width: 992px) { .ct-grid { grid-template-columns: 1fr; } .ct-services { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 560px) { .ct-form .f-row { grid-template-columns: 1fr; } }

/* full-bleed section (Popular Timepieces) */
.section-full { padding-left: 0; padding-right: 0; }
.section-full > .container { max-width: 100%; padding: 0 28px; }
@media (max-width: 640px) { .section-full > .container { padding: 0 16px; } }
/* bigger brand logos in marquee */
.lm-set .logo-tile img { max-height: 96px; max-width: 88%; }

/* =========================================================
   V4 FIXES — popular 6x2 · shop 4/row · form contrast · mobile
   ========================================================= */
.pop-6 { grid-template-columns: repeat(6, 1fr); gap: 16px; }
@media (max-width: 1279px) { .pop-6 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 991px)  { .pop-6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 639px)  { .pop-6 { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

@media (min-width: 1100px) { .shop-wrap .product-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

.ct-form input, .ct-form select, .ct-form textarea { color: #0B1B33; }
.ct-form input::placeholder, .ct-form select::placeholder, .ct-form textarea::placeholder { color: #93a0b4; opacity: 1; }

@media (max-width: 640px) {
  .hero { height: clamp(440px, 76vh, 600px); }
  .slide-inner h1 { font-size: clamp(28px, 8.2vw, 42px); }
  .slide-inner .slide-sub { font-size: 14.5px; }
  .hero-arrow { width: 38px; height: 38px; font-size: 16px; }
  .hero-arrow.prev { left: 10px; }
  .hero-arrow.next { right: 10px; }
  .logo-wall { padding: 56px 0 50px; }
}
@media (max-width: 480px) {
  .topbar-links { gap: 10px; }
  .topbar-links a { font-size: 10px; letter-spacing: .08em; }
  .pc-actions .btn { font-size: 10px; letter-spacing: .08em; }
}

/* =========================================================
   V5 — brands page big transparent logos · socials · floaters · chatbot
   ========================================================= */
.brand-wall-lg { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.brand-tile-lg {
  background: #fff; border: 1px solid #e4ddca; border-radius: 12px;
  height: 216px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; padding: 28px 22px; opacity: 1;
}
.brand-tile-lg:hover { border-color: var(--gold); box-shadow: 0 18px 40px rgba(0,0,0,.45); transform: translateY(-4px); }
.brand-tile-lg img {
  max-height: 96px; max-width: 82%; width: auto; object-fit: contain; opacity: 1;
  filter: none; mix-blend-mode: normal;
}
.brand-tile-lg span {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: #5b6a83; font-weight: 600;
}
@media (max-width: 640px) {
  .brand-wall-lg { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .brand-tile-lg { height: 168px; padding: 20px 14px; gap: 10px; }
  .brand-tile-lg img { max-height: 64px; }
  .brand-tile-lg span { font-size: 9.5px; letter-spacing: .1em; }
}

/* ---------- footer social icons ---------- */
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.soc {
  width: 40px; height: 40px; border-radius: 50%; display: inline-grid; place-items: center;
  background: rgba(255,255,255,.06); border: 1px solid var(--line-soft);
  color: #cfd8e6; transition: all .2s; text-decoration: none;
}
.soc:hover { background: var(--gold); color: #081426; border-color: var(--gold); transform: translateY(-2px); }
.soc svg { width: 19px; height: 19px; display: block; }
.soc-wa:hover { background: #25D366; color: #fff; border-color: #25D366; }
.soc-messenger:hover { background: #0084FF; color: #fff; border-color: #0084FF; }

/* ---------- floating WhatsApp + Messenger (left) ---------- */
.cnx-floats { position: fixed; left: 18px; bottom: 18px; z-index: 120; display: flex; flex-direction: column; gap: 12px; }
.cnx-float {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.4); position: relative; text-decoration: none;
  transition: transform .18s;
}
.cnx-float:hover { transform: scale(1.08); }
.cnx-float svg { width: 27px; height: 27px; }
.cnx-float-wa { background: #25D366; color: #fff; }
.cnx-float-messenger { background: linear-gradient(135deg, #00B2FF, #006AFF 60%, #A033FF); color: #fff; }
.cnx-float .tip {
  position: absolute; left: 64px; top: 50%; transform: translateY(-50%) translateX(-6px);
  background: #081426; color: #fff; font-size: 12px; letter-spacing: .04em;
  padding: 7px 12px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none;
  transition: all .18s; font-family: var(--ff-body);
}
.cnx-float:hover .tip { opacity: 1; transform: translateY(-50%) translateX(0); }
@media (max-width: 640px) {
  .cnx-floats { left: 12px; bottom: 12px; gap: 10px; }
  .cnx-float { width: 48px; height: 48px; }
  .cnx-float svg { width: 24px; height: 24px; }
  .cnx-float .tip { display: none; }
}

/* ---------- chatbot ---------- */
.chat-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 121;
  width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(135deg, #D9B23A, var(--gold) 55%, #A8861D); color: #081426;
  display: grid; place-items: center; box-shadow: 0 14px 34px rgba(0,0,0,.5);
  transition: transform .18s;
}
.chat-fab:hover { transform: scale(1.07); }
.chat-fab svg { width: 28px; height: 28px; }
.chat-fab .pulse {
  position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(201,162,39,.55);
  animation: cnxpulse 2.2s ease-out infinite;
}
@keyframes cnxpulse { 0% { transform: scale(.9); opacity: .8; } 100% { transform: scale(1.35); opacity: 0; } }
.chat-panel {
  position: fixed; right: 20px; bottom: 92px; z-index: 122;
  width: 350px; max-width: calc(100vw - 28px); height: 520px; max-height: calc(100vh - 120px);
  background: #0d1c33; border: 1px solid rgba(201,162,39,.4); border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.6); display: none; flex-direction: column; overflow: hidden;
}
.chat-panel.open { display: flex; }
.chat-head {
  background: linear-gradient(135deg, #101f36, #0B1B33); padding: 14px 16px;
  display: flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--line-soft);
}
.chat-head .ava {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto;
  background: linear-gradient(135deg, #D9B23A, #A8861D); color: #081426; font-family: var(--ff-display);
  font-size: 17px; font-weight: 700;
}
.chat-head b { font-size: 14.5px; letter-spacing: .04em; display: block; }
.chat-head small { color: #7fd1a8; font-size: 11.5px; }
.chat-head small::before { content: '●'; margin-right: 5px; font-size: 9px; vertical-align: 1px; }
.chat-head button {
  margin-left: auto; background: none; border: 0; color: #8fa3bf; font-size: 22px;
  cursor: pointer; line-height: 1; padding: 4px;
}
.chat-msgs { flex: 1; overflow-y: auto; padding: 16px 14px; display: flex; flex-direction: column; gap: 10px; }
.cmsg { max-width: 84%; padding: 10px 13px; border-radius: 12px; font-size: 13.5px; line-height: 1.55; word-wrap: break-word; }
.cmsg.bot { background: #16263f; color: #d7dde7; border: 1px solid rgba(255,255,255,.06); align-self: flex-start; border-bottom-left-radius: 4px; }
.cmsg.me { background: linear-gradient(135deg, #D9B23A, #b8921f); color: #0b1b33; align-self: flex-end; border-bottom-right-radius: 4px; font-weight: 500; }
.cmsg a { color: var(--gold-light); }
.cmsg.me a { color: #0b1b33; font-weight: 700; }
.cmsg .typing { display: inline-flex; gap: 4px; }
.cmsg .typing i { width: 6px; height: 6px; border-radius: 50%; background: #8fa3bf; animation: cnxdot 1s infinite; }
.cmsg .typing i:nth-child(2) { animation-delay: .18s; }
.cmsg .typing i:nth-child(3) { animation-delay: .36s; }
@keyframes cnxdot { 0%,100% { opacity: .3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
.chat-chips { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 14px 10px; }
.chip {
  background: none; border: 1px solid var(--line); color: var(--gold-light);
  font-size: 12px; padding: 7px 12px; border-radius: 999px; cursor: pointer; transition: all .15s;
  font-family: var(--ff-body); letter-spacing: .02em;
}
.chip:hover { background: rgba(201,162,39,.12); }
.chat-in { display: flex; gap: 8px; padding: 12px 12px; border-top: 1px solid var(--line-soft); background: #0a1729; }
.chat-in input {
  flex: 1; background: #101f36; border: 1px solid var(--line-soft); border-radius: 999px;
  color: #e8edf5; font-size: 13.5px; padding: 11px 15px; outline: none; font-family: var(--ff-body);
}
.chat-in input::placeholder { color: #5f7189; }
.chat-in button {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(135deg, #D9B23A, var(--gold) 55%, #A8861D); color: #081426;
  display: grid; place-items: center;
}
.chat-in button svg { width: 18px; height: 18px; }
.chat-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 12px 12px;
  background: #25D366; color: #fff; text-decoration: none; border-radius: 10px;
  font-size: 13px; font-weight: 600; padding: 11px; letter-spacing: .02em;
}
.chat-wa svg { width: 17px; height: 17px; }
@media (max-width: 640px) {
  .chat-fab { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .chat-panel { right: 14px; bottom: 80px; }
}

/* ---------- cart drawer (right side) ---------- */
.cart-veil {
  position: fixed; inset: 0; z-index: 400; background: rgba(4, 10, 20, .6);
  opacity: 0; transition: opacity .25s ease; backdrop-filter: blur(2px);
}
.cart-veil.show { opacity: 1; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 410;
  width: min(430px, 94vw); background: var(--navy-deep);
  border-left: 1px solid var(--line); box-shadow: -18px 0 50px rgba(0,0,0,.5);
  transform: translateX(103%); transition: transform .3s cubic-bezier(.22,.8,.36,1);
  display: flex; flex-direction: column;
}
.cart-drawer.open { transform: none; }
body.cd-open { overflow: hidden; }
.cd-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px; border-bottom: 1px solid var(--line);
  background: var(--navy-deep); flex-shrink: 0;
}
.cd-head h3 { font-family: var(--ff-display); font-size: 19px; letter-spacing: .12em; color: var(--ivory); text-transform: uppercase; }
.cd-count { color: var(--gold); font-size: 14px; }
.cd-close { background: none; border: 1px solid var(--line); color: var(--ivory); width: 34px; height: 34px; border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; transition: all .2s; }
.cd-close:hover { border-color: var(--gold); color: var(--gold); }
.cd-body { flex: 1; overflow-y: auto; padding: 8px 22px 18px; }
.cd-empty { text-align: center; color: var(--mist); padding: 48px 0; font-size: 14.5px; }
.cd-row {
  display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center;
  padding: 14px 0; border-bottom: 1px solid var(--line-soft); position: relative;
}
.cd-row img { width: 62px; height: 62px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.cd-name { color: var(--ivory); font-size: 14px; font-weight: 500; line-height: 1.3; display: block; }
.cd-name:hover { color: var(--gold); }
.cd-qty { color: var(--mist); font-size: 12.5px; display: block; margin-top: 3px; }
.cd-line { color: var(--gold); font-weight: 600; font-size: 14px; white-space: nowrap; }
.cd-tools { position: absolute; left: 74px; bottom: 2px; display: flex; gap: 6px; align-items: center; }
.cd-q {
  width: 24px; height: 24px; border-radius: 6px; border: 1px solid var(--line);
  background: none; color: var(--ivory); cursor: pointer; font-size: 14px; line-height: 1;
  display: grid; place-items: center; transition: all .15s;
}
.cd-q:hover { border-color: var(--gold); color: var(--gold); }
.cd-x {
  width: 24px; height: 24px; border-radius: 6px; border: 1px solid var(--line);
  background: none; color: var(--mist); cursor: pointer; font-size: 15px; line-height: 1;
  display: grid; place-items: center; transition: all .15s; margin-left: 2px;
}
.cd-x:hover { border-color: #c0564f; color: #e0796f; }
.cd-foot { border-top: 1px solid var(--line); padding: 16px 22px 20px; background: rgba(8, 20, 38, .6); }
.cd-subtotal { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; color: var(--mist); font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; }
.cd-subtotal b { color: var(--gold); font-size: 19px; letter-spacing: 0; }
.cd-checkout { display: block; text-align: center; width: 100%; }
.cd-alt { display: flex; justify-content: space-between; margin-top: 12px; }
.cd-alt a { color: var(--mist); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.cd-alt a:hover { color: var(--gold); }
.cd-clear { background: none; border: 0; color: var(--mist); font-size: 13px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 0; }
.cd-clear:hover { color: #e0796f; }
.f-credit { font-size: 12px; color: var(--mist); margin-top: 6px; }
.f-credit a { color: var(--gold); text-decoration: none; }
.f-credit a:hover { text-decoration: underline; }


/* ---------- page builder: hero, stats, split image ---------- */
.pg-hero { text-align: center; max-width: 820px; margin: 0 auto; padding: 72px 20px 20px; }
.pg-eyebrow {
  color: var(--gold); letter-spacing: .34em; text-transform: uppercase;
  font-size: 11.5px; font-weight: 600; margin: 0 0 18px;
  display: inline-flex; align-items: center; gap: 14px;
}
.pg-eyebrow::before, .pg-eyebrow::after { content: ''; width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.pg-eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }
.pg-title {
  font-family: var(--ff-display); font-size: clamp(30px, 5vw, 48px); font-weight: 600;
  color: var(--ivory); letter-spacing: .04em; line-height: 1.22; margin: 0 0 20px;
}
.pg-lead { font-size: 18.5px; line-height: 1.78; color: var(--mist); margin: 0; }
.pg-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line-soft); border: 1px solid var(--line-soft);
  border-radius: 14px; overflow: hidden; margin: 46px 0;
}
.pg-stat { background: rgba(8, 20, 38, .6); text-align: center; padding: 26px 12px 24px; }
.pg-stat b {
  display: block; font-family: var(--ff-display); font-size: 30px; font-weight: 600;
  color: var(--gold); letter-spacing: .04em; margin-bottom: 8px;
}
.pg-stat span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--mist); }
.pg-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin: 50px 0; }
.pg-split.split-right { direction: rtl; }
.pg-split.split-right > * { direction: ltr; }
.pg-split .pg-img { margin: 0; }
.pg-split-text .split-lead { font-size: 17px; line-height: 1.8; color: var(--mist); margin: 0; }
.pg-split-text .pg-cap { margin-bottom: 0; text-align: left; }
@media (max-width: 860px) {
  .pg-split { grid-template-columns: 1fr; gap: 22px; margin: 38px 0; }
  .pg-split.split-right { direction: ltr; }
  .pg-split.split-right > * { direction: ltr; }
  .pg-stats { grid-template-columns: repeat(2, 1fr); }
  .pg-stat b { font-size: 24px; }
  .pg-hero { padding: 52px 16px 12px; }
}
/* ---------- page builder blocks (admin-designed pages) ---------- */
.pg { max-width: 880px; margin: 0 auto; padding: 64px 20px 70px; }
.pg .pg-h {
  font-family: var(--ff-display); font-size: clamp(26px, 4vw, 40px); font-weight: 600;
  color: var(--ivory); letter-spacing: .05em; line-height: 1.3;
  margin: 0 0 20px; padding-bottom: 16px; position: relative;
}
.pg .pg-h::after { content: ''; position: absolute; left: 0; bottom: 0; width: 66px; height: 2px; background: var(--gold); }
.pg .pg-t { font-size: 16.5px; line-height: 1.85; color: var(--mist); margin: 0 0 22px; }
.pg .pg-t.lead { font-size: 19.5px; color: var(--ivory); line-height: 1.75; }
.pg .pg-img {
  width: 100%; height: auto; display: block; border-radius: 14px;
  border: 1px solid var(--line-soft); box-shadow: var(--shadow); margin: 36px 0 0;
}
.pg .pg-cap { text-align: center; font-size: 13px; color: var(--mist); opacity: .8; margin: -24px 0 36px; }
.pg .pg-list { margin: 0 0 28px; padding: 0; list-style: none; }
.pg .pg-list li { position: relative; padding: 8px 0 8px 30px; color: var(--mist); font-size: 15.5px; line-height: 1.7; }
.pg .pg-list li::before { content: '\25C6'; position: absolute; left: 4px; top: 11px; color: var(--gold); font-size: 10px; }
.pg .pg-btn { text-align: center; margin: 40px 0; }
.pg .pg-div { text-align: center; margin: 42px 0; color: var(--gold); letter-spacing: 1.4em; font-size: 11px; text-indent: 1.4em; }

/* ---------- cart drawer: mobile full-screen, products centered ---------- */
@media (max-width: 640px) {
  .cart-drawer {
    width: 100vw; left: 0; right: 0; top: 0; bottom: 0;
    border-left: 0; overflow: hidden;
  }
  .cd-head {
    padding: 16px 18px 13px; background: var(--navy-deep);
    border-bottom: 1px solid var(--line-soft); flex-shrink: 0;
  }
  .cd-head h3 { font-size: 17px; }
  .cd-close { width: 42px; height: 42px; font-size: 26px; }
  .cd-body {
    padding: 18px 16px; gap: 12px;
    display: flex; flex-direction: column;
    justify-content: safe center;
  }
  .cd-row {
    flex-shrink: 0; grid-template-columns: 64px 1fr auto; row-gap: 6px;
    padding: 14px; margin: 0;
    background: rgba(255,255,255,.025);
    border: 1px solid var(--line-soft); border-radius: 14px;
  }
  .cd-row img { width: 64px; height: 64px; border-radius: 10px; }
  .cd-name { font-size: 14.5px; }
  .cd-tools { position: static; grid-column: 1 / -1; justify-content: flex-start; margin-top: 6px; gap: 8px; }
  .cd-q, .cd-x { width: 44px; height: 44px; font-size: 20px; border-radius: 10px; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
  .cd-foot { padding: 14px 18px calc(18px + env(safe-area-inset-bottom, 0px)); flex-shrink: 0; }
  .cd-subtotal b { font-size: 18px; }
}
@media (min-width: 641px) {
  .cd-q, .cd-x { touch-action: manipulation; }
}
