/* ============================================================================================
   VDG Ashvi B2B — clothing storefront design layer
   Built to the approved clothing landing + product references (Reference image/, 2026-09-19).

   Where the gateway is navy/magenta corporate, the clothing vertical is editorial apparel:
   near-black ink on warm cream, stone neutrals, a serif display voice, and the magenta kept for
   the single commercial action on a screen. The shared tokens still supply type scale and motion.
   ============================================================================================ */

.cl {
  --ink: #16150f;
  --ink-2: #5a564c;
  --ink-3: #8d887c;
  --cream: #faf8f5;
  --paper: #ffffff;
  --sand: #f2ede5;
  --stone: #e6dfd4;
  --line: #e4ded4;
  --line-2: #cec5b7;
  --pink: #d6006f;
  --pink-2: #ef2b8d;
  --pink-soft: #fdeaf3;
  --ok: #2f6b4f;
  --warn: #8a6d1f;
  --warn-soft: #f7f0da;

  --shadow-card: 0 1px 2px rgba(22, 21, 15, .04), 0 18px 40px -26px rgba(22, 21, 15, .32);
  --shadow-pop: 0 30px 90px -34px rgba(22, 21, 15, .45);
  --ease: cubic-bezier(.16, 1, .3, 1);

  --serif: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans: var(--ds-font);

  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
}

.cl *, .cl *::before, .cl *::after { box-sizing: border-box; }
:where(.cl) :where(a) { color: inherit; text-decoration: none; }
.cl img { display: block; max-width: 100%; }
.cl p { margin: 0; }
.cl ul { list-style: none; margin: 0; padding: 0; }
.cl h1, .cl h2, .cl h3, .cl h4 { margin: 0; text-wrap: balance; }
.cl :focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
html:has(> body.cl), html { overflow-x: clip; }

.cl-wrap { max-width: 1280px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 44px); }
.cl-vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.cl-skip { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: 10px 18px; z-index: 300; }
.cl-skip:focus { left: 12px; top: 12px; }

/* ---------------------------------------------------------------- display voice */
.cl-serif, .cl h1, .cl h2, .cl .cl-h { font-family: var(--serif); font-weight: 600; letter-spacing: -.015em; font-variation-settings: "SOFT" 0, "WONK" 0; }
.cl-display { font-size: clamp(2.4rem, 6vw, 4.1rem); line-height: 1.04; }
.cl-h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.12; }
.cl-h3 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.2; }
.cl-eyebrow { font-family: var(--sans); font-size: .76rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.cl-lede { color: var(--ink-2); font-size: .97rem; line-height: 1.75; max-width: 62ch; }

/* ---------------------------------------------------------------- buttons */
.cl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-size: .85rem; font-weight: 650; padding: 13px 26px;
  border-radius: 999px; border: 1.5px solid var(--ink); background: var(--ink); color: var(--cream);
  cursor: pointer; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.cl-btn:hover { transform: translateY(-2px); background: #000; }
.cl-btn svg { width: 15px; height: 15px; }
.cl-btn--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.cl-btn--light:hover { background: var(--sand); border-color: var(--sand); }
.cl-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.cl-btn--ghost:hover { background: var(--sand); border-color: var(--ink); }
.cl-btn--onDark { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .4); }
.cl-btn--onDark:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.cl-btn--pink { background: linear-gradient(100deg, var(--pink), var(--pink-2)); border-color: transparent; color: #fff;
  box-shadow: 0 10px 26px -12px rgba(214, 0, 111, .6); }
.cl-btn--pink:hover { background: linear-gradient(100deg, var(--pink-2), var(--pink)); }
.cl-btn[aria-disabled="true"], .cl-btn:disabled { opacity: .45; pointer-events: none; }
.cl-link { display: inline-flex; align-items: center; gap: 7px; font-size: .84rem; font-weight: 650; min-height: 26px; }
.cl-link svg { width: 13px; height: 13px; transition: transform .25s var(--ease); }
.cl-link:hover svg { transform: translateX(4px); }
.cl-round {
  width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line-2);
  display: grid; place-items: center; transition: background .2s var(--ease), border-color .2s var(--ease);
}
.cl-round svg { width: 14px; height: 14px; }
.cl-round:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); }

/* ---------------------------------------------------------------- header */
.cl-top { background: var(--ink); color: rgba(250, 248, 245, .78); font-size: 0.75rem; }
.cl-top .cl-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 4px; }
.cl-top ul { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
/* These are navigation, not body copy: 15px of text is not a target. */
.cl-top a { display: inline-flex; align-items: center; min-height: 34px; }
.cl-top a:hover { color: #fff; }

/* At phone width the tagline pushed the bar to two rows; the links are what a visitor needs. */
@media (max-width: 760px) {
  .cl-top .cl-wrap { justify-content: center; }
  .cl-top ul:first-child { display: none; }
}
.cl-top svg { width: 13px; height: 13px; fill: currentColor; }

.cl-head { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 90; }
.cl-head-in { display: flex; align-items: center; gap: clamp(12px, 2vw, 30px); padding-block: 12px; position: relative; }
.cl-brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.cl-brand img { width: 48px; height: 48px; object-fit: contain; }
.cl-brand b { display: block; font-size: 1rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.cl-brand small { display: block; font-size: 0.75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-top: 3px; }

.cl-nav { display: flex; align-items: center; gap: clamp(9px, 1.4vw, 24px); margin-left: auto; }
.cl-nav > li { position: static; }
.cl-nav > li > a, .cl-nav > li > button {
  display: inline-flex; align-items: center; gap: 5px; font: inherit; font-size: .85rem; font-weight: 600;
  color: var(--ink); background: none; border: 0; padding: 10px 0; cursor: pointer;
  border-bottom: 2px solid transparent; white-space: nowrap;
}
.cl-nav > li > a:hover, .cl-nav > li > button:hover,
.cl-nav > li > a.is-on, .cl-nav > li[data-open="true"] > button { color: var(--pink); border-bottom-color: var(--pink); }
.cl-caret { width: 9px; height: 9px; transition: transform .2s var(--ease); }
.cl-nav > li[data-open="true"] .cl-caret { transform: rotate(180deg); }

.cl-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cl-iconbtn { width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: none; cursor: pointer; color: var(--ink); border-radius: 50%; position: relative; }
.cl-iconbtn:hover { background: var(--sand); }
.cl-iconbtn svg { width: 18px; height: 18px; }
.cl-badge {
  position: absolute; top: 2px; right: 2px; min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 999px; background: var(--pink); color: #fff; font-size: 0.75rem; font-weight: 700;
  display: grid; place-items: center; line-height: 1;
}
.cl-nav-cta { display: none; }
.cl-burger { display: none; width: 40px; height: 40px; border: 1px solid var(--line-2); background: none; border-radius: 9px; cursor: pointer; }
.cl-burger span { display: block; width: 17px; height: 1.5px; background: var(--ink); margin: 3.5px auto; }

/* ---------------------------------------------------------------- mega menu */
.cl-mega {
  position: absolute; left: 50%; transform: translateX(-50%) translateY(6px); top: calc(100% + 12px);
  width: min(1240px, calc(100vw - 32px)); background: var(--paper); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-pop); padding: 22px; z-index: 95;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.cl-nav > li[data-open="true"] .cl-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.cl-mega-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 1.3fr; gap: 0; }
.cl-mega-col { padding: 0 20px; border-right: 1px solid var(--line); }
.cl-mega-col:first-child { padding-left: 4px; }
.cl-mega-col:nth-child(4) { border-right: 0; }
.cl-mega-col h4 { font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 13px; }
.cl-mega-col li { margin-bottom: 9px; }
.cl-mega-col li a { font-size: .85rem; color: var(--ink-2); display: flex; justify-content: space-between; gap: 10px; }
.cl-mega-col li a:hover { color: var(--pink); }
.cl-mega-col li a span { color: var(--ink-3); font-size: .78rem; }
.cl-mega-col .cl-link { margin-top: 12px; color: var(--pink); font-size: .8rem; }
.cl-mega-promo { background: var(--sand); border-radius: 12px; padding: 16px; margin-left: 20px; }
.cl-mega-promo .cl-frame { aspect-ratio: 16 / 10; border-radius: 9px; overflow: hidden; margin-bottom: 13px; }
.cl-mega-promo h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; letter-spacing: -.01em; margin-bottom: 8px; text-transform: none; color: var(--ink); }
.cl-mega-promo p { font-size: .8rem; color: var(--ink-2); line-height: 1.55; margin-bottom: 13px; }
.cl-mega-promo .cl-btn { width: 100%; font-size: .8rem; padding: 11px 14px; }
.cl-mega-foot { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-top: 20px; padding-top: 16px; }
.cl-mega-foot a { display: flex; align-items: center; gap: 11px; padding-inline: 18px; }
.cl-mega-foot a + a { border-left: 1px solid var(--line); }
.cl-mega-foot svg { width: 21px; height: 21px; flex-shrink: 0; }
.cl-mega-foot b { display: block; font-size: .8rem; }
.cl-mega-foot span { display: block; font-size: 0.75rem; color: var(--ink-3); margin-top: 1px; }
.cl-mega-foot a:hover b { color: var(--pink); }

/* ---------------------------------------------------------------- mobile bottom nav */
.cl-tabbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 130;
  background: var(--paper); border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -2px 20px -12px rgba(22, 21, 15, .4);
}
.cl-tabbar ul { display: grid; grid-template-columns: repeat(5, 1fr); }
.cl-tabbar a {
  display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 2px 8px;
  font-size: 0.75rem; font-weight: 600; color: var(--ink-3); position: relative; min-height: 52px; justify-content: center;
}
.cl-tabbar svg { width: 20px; height: 20px; }
.cl-tabbar a.is-on { color: var(--pink); }
.cl-tabbar a.is-on::before { content: ""; position: absolute; top: 0; left: 26%; right: 26%; height: 2px; background: var(--pink); }
.cl-tabbar .cl-badge { top: 4px; right: calc(50% - 20px); }

/* ---------------------------------------------------------------- frames + cards */
.cl-frame { width: 100%; background: var(--sand); overflow: hidden; position: relative; }
.cl-frame img { width: 100%; height: 100%; object-fit: cover; }
.cl-frame--empty { display: grid; place-items: center; color: var(--ink-3); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }

.cl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: clamp(14px, 2vw, 26px); }
.cl-card { display: flex; flex-direction: column; }
.cl-card .cl-frame { aspect-ratio: 4 / 5; border-radius: 6px; margin-bottom: 11px; }
.cl-card .cl-frame img { transition: transform .5s var(--ease); }
.cl-card:hover .cl-frame img { transform: scale(1.04); }
.cl-card-name { font-size: .89rem; font-weight: 600; line-height: 1.35; }
.cl-card-meta { font-size: 0.75rem; color: var(--ink-3); margin-top: 3px; }
.cl-card-price { font-size: .86rem; font-weight: 700; margin-top: 6px; }
.cl-card-price small { font-weight: 500; color: var(--ink-3); font-size: .78rem; }

/* ---------------------------------------------------------------- sections */
.cl-sec { padding-block: clamp(46px, 6.5vw, 86px); }
.cl-sec--paper { background: var(--paper); }
.cl-sec--sand { background: var(--sand); }
.cl-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(24px, 3.5vw, 40px); flex-wrap: wrap; }
.cl-sechead > div { max-width: 62ch; }

/* ---------------------------------------------------------------- hero */
.cl-hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.cl-hero-img { position: absolute; inset: 0; }
.cl-hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.cl-hero-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(14, 13, 10, .95) 0%, rgba(14, 13, 10, .86) 32%, rgba(14, 13, 10, .45) 52%, rgba(14, 13, 10, .1) 70%);
}
.cl-hero .cl-wrap { position: relative; padding-block: clamp(52px, 8vw, 116px); min-height: clamp(480px, 60vh, 640px); display: flex; align-items: center; }
.cl-hero-copy { max-width: 590px; }
.cl-hero .cl-eyebrow { color: rgba(255, 255, 255, .64); }
.cl-hero h1 { color: #fff; }
.cl-hero-sub { font-family: var(--serif); font-size: clamp(1.1rem, 2.1vw, 1.5rem); font-weight: 500; color: rgba(255, 255, 255, .92); margin: 16px 0 14px; line-height: 1.35; }
.cl-hero p.cl-lede { color: rgba(255, 255, 255, .74); max-width: 52ch; }
.cl-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.cl-hero-stats { display: flex; margin-top: clamp(28px, 4vw, 48px); flex-wrap: nowrap; }
.cl-hero-stats > div { padding-right: clamp(12px, 2.2vw, 28px); min-width: 0; }
.cl-hero-stats > div + div { border-left: 1px solid rgba(255, 255, 255, .26); padding-left: clamp(16px, 2.6vw, 34px); }
.cl-hero-stats b { display: block; font-size: clamp(1.1rem, 2vw, 1.55rem); font-weight: 700; color: #fff; white-space: nowrap; }
.cl-hero-stats span { display: block; font-size: 0.75rem; color: rgba(255, 255, 255, .62); margin-top: 3px; line-height: 1.35; }
.cl-hero-mark {
  position: absolute; top: 10%; right: 4%; text-align: right; color: rgba(255, 255, 255, .9);
  font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; line-height: 2;
}
.cl-hero-mark::after { content: ""; display: block; width: 58px; height: 1px; background: rgba(255, 255, 255, .5); margin: 10px 0 0 auto; }
.cl-hero-script {
  position: absolute; right: 5%; bottom: 9%; font-family: var(--serif); font-style: italic;
  font-size: clamp(.95rem, 1.7vw, 1.35rem); color: rgba(255, 255, 255, .92); text-align: right; line-height: 1.4;
}

/* ---------------------------------------------------------------- range cards (landing) */
.cl-ranges { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.cl-range { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.cl-range .cl-frame { aspect-ratio: 1 / 1; }
.cl-range-body { padding: 13px 13px 15px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.cl-range-body b { font-size: .84rem; font-weight: 700; }
.cl-range-body p { font-size: .78rem; color: var(--ink-3); line-height: 1.5; flex: 1; }
.cl-range-body .cl-round { margin-top: 9px; width: 32px; height: 32px; }

/* ---------------------------------------------------------------- why / split band */
.cl-split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.cl-split-img { position: relative; min-height: 380px; }
.cl-split-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cl-split-quote {
  position: absolute; left: 8%; top: 12%; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1.32; color: #fff; text-shadow: 0 2px 20px rgba(0, 0, 0, .55); letter-spacing: .04em; text-transform: uppercase; font-weight: 600;
}
.cl-split-quote::after { content: ""; display: block; width: 52px; height: 2px; background: #fff; margin-top: 12px; }
.cl-split-body { padding: clamp(30px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.cl-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 28px 0; }
.cl-pillar svg { width: 30px; height: 30px; margin-bottom: 10px; }
.cl-pillar b { display: block; font-size: .85rem; font-weight: 700; margin-bottom: 4px; }
.cl-pillar p { font-size: .75rem; color: var(--ink-3); line-height: 1.55; }

/* ---------------------------------------------------------------- process */
.cl-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.cl-step .n { font-family: var(--serif); font-size: 1.15rem; color: var(--ink-3); display: block; margin-bottom: 12px; }
.cl-step svg { width: 28px; height: 28px; margin-bottom: 12px; }
.cl-step b { display: block; font-size: .88rem; font-weight: 700; margin-bottom: 5px; }
.cl-step p { font-size: .76rem; color: var(--ink-3); line-height: 1.6; }

/* ---------------------------------------------------------------- dark band */
.cl-band { position: relative; color: #fff; overflow: hidden; background: var(--ink); }
.cl-band-img { position: absolute; inset: 0; opacity: .5; }
.cl-band-img img { width: 100%; height: 100%; object-fit: cover; }
.cl-band-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 13, 10, .92) 10%, rgba(14, 13, 10, .55) 60%, rgba(14, 13, 10, .75) 100%); }
.cl-band .cl-wrap { position: relative; padding-block: clamp(40px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cl-band h2 { color: #fff; font-size: clamp(1.4rem, 2.8vw, 2.1rem); line-height: 1.2; text-transform: uppercase; letter-spacing: .02em; }
.cl-band-feats { display: flex; gap: clamp(18px, 3vw, 40px); align-items: flex-start; flex-wrap: wrap; }
.cl-band-feat { text-align: center; width: 92px; }
.cl-band-feat i { width: 52px; height: 52px; border: 1.5px solid rgba(255, 255, 255, .4); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 9px; }
.cl-band-feat i svg { width: 22px; height: 22px; }
.cl-band-feat b { font-size: .78rem; font-weight: 600; line-height: 1.4; display: block; }

/* ---------------------------------------------------------------- listing page */
.cl-listing { display: grid; grid-template-columns: 236px minmax(0, 1fr); gap: clamp(20px, 3vw, 44px); padding-block: clamp(22px, 3vw, 36px) clamp(50px, 7vw, 90px); }
.cl-rail { align-self: start; position: sticky; top: 92px; }
.cl-rail > summary { display: none; }
.cl-rail-grp { margin-bottom: 26px; }
.cl-rail-grp h3 { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.cl-rail-grp li { margin-bottom: 2px; }
.cl-rail-grp a { display: flex; justify-content: space-between; gap: 8px; font-size: .84rem; color: var(--ink-2); padding: 6px 9px; border-radius: 5px; min-height: 32px; align-items: center; }
.cl-rail-grp a:hover { background: var(--sand); color: var(--ink); }
.cl-rail-grp a.is-on { background: var(--ink); color: var(--cream); }
.cl-rail-grp a span { font-size: 0.75rem; opacity: .65; }
.cl-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.cl-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 0.75rem; border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 12px; color: var(--ink-2); }
.cl-chip:hover { border-color: var(--ink); color: var(--ink); }
.cl-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.cl-count { font-size: .82rem; color: var(--ink-3); }
.cl-sort { display: flex; align-items: center; gap: 8px; font-size: .82rem; }
.cl-sort select { font: inherit; font-size: .82rem; padding: 8px 12px; border: 1px solid var(--line-2); border-radius: 7px; background: var(--paper); color: var(--ink); }
.cl-pager { display: flex; align-items: center; justify-content: center; gap: 16px; padding-top: clamp(30px, 4vw, 52px); font-size: .84rem; }
.cl-pager a, .cl-pager span { border: 1px solid var(--line-2); padding: 9px 17px; border-radius: 999px; }
.cl-pager span[aria-disabled] { color: var(--ink-3); border-color: var(--line); }
.cl-pager a:hover { border-color: var(--ink); }
.cl-empty { border: 1px dashed var(--line-2); border-radius: 10px; padding: 34px; text-align: center; color: var(--ink-2); max-width: 60ch; }
.cl-crumbs { font-size: 0.75rem; color: var(--ink-3); padding-block: 14px 0; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.cl-crumbs a:hover { color: var(--pink); }
.cl-crumbs svg { width: 11px; height: 11px; opacity: .5; }

/* ---------------------------------------------------------------- PDP */
.cl-pdp { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(24px, 3.6vw, 54px); padding-block: 18px clamp(34px, 4vw, 54px); }
.cl-gal { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 12px; align-items: start; }
.cl-thumbs { display: flex; flex-direction: column; gap: 9px; }
.cl-thumb { width: 78px; aspect-ratio: 3 / 4; border-radius: 5px; overflow: hidden; border: 1.5px solid transparent; background: var(--sand); cursor: pointer; padding: 0; }
.cl-thumb.is-on { border-color: var(--ink); }
.cl-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cl-stage { position: relative; border-radius: 8px; overflow: hidden; background: var(--sand); aspect-ratio: 4 / 5; }
.cl-stage img { width: 100%; height: 100%; object-fit: cover; }

.cl-pdp-side { display: flex; flex-direction: column; gap: 16px; }
.cl-pdp-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--pink); }
.cl-pdp h1 { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.05; }
.cl-pdp-sub { font-family: var(--serif); font-size: clamp(1rem, 1.9vw, 1.3rem); font-weight: 500; color: var(--ink-2); }
.cl-rating { display: flex; align-items: center; gap: 12px; justify-content: space-between; flex-wrap: wrap; font-size: .82rem; }
.cl-rating .stars { display: inline-flex; gap: 2px; color: #c99a2e; }
.cl-rating .stars svg { width: 15px; height: 15px; }
.cl-rating .stars svg.is-empty { color: var(--line-2); }
.cl-rating .sku { color: var(--ink-3); font-size: .76rem; }

.cl-opt { border-top: 1px solid var(--line); padding-top: 16px; }
.cl-opt-label { font-size: .82rem; font-weight: 700; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.cl-opt-label span { font-weight: 500; color: var(--ink-2); }
.cl-swatches { display: flex; gap: 10px; flex-wrap: wrap; }
.cl-swatch { width: 66px; aspect-ratio: 1 / 1; border-radius: 7px; overflow: hidden; border: 1.5px solid var(--line); background: var(--sand); display: block; }
.cl-swatch.is-on { border-color: var(--ink); box-shadow: 0 0 0 2px var(--paper) inset; }
.cl-swatch img { width: 100%; height: 100%; object-fit: cover; }
.cl-swatch-dot { display: grid; place-items: center; }
.cl-swatch-dot i { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-2); display: block; }
.cl-sizes { display: flex; gap: 8px; flex-wrap: wrap; }
.cl-size { min-width: 56px; padding: 10px 14px; border: 1px solid var(--line-2); border-radius: 6px; font-size: .82rem; font-weight: 600; text-align: center; background: var(--paper); cursor: pointer; }
.cl-size.is-on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.cl-size[aria-disabled="true"] { opacity: .4; pointer-events: none; text-decoration: line-through; }

.cl-pdp-ctas { display: grid; grid-template-columns: 1.4fr 1fr; gap: 11px; }
.cl-pdp-ctas .cl-btn { width: 100%; }
.cl-assure { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); padding-top: 16px; }
.cl-assure > div { display: flex; gap: 9px; align-items: flex-start; padding-right: 12px; }
.cl-assure > div + div { border-left: 1px solid var(--line); padding-left: 14px; }
.cl-assure svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--ink-2); }
.cl-assure b { display: block; font-size: .76rem; font-weight: 700; }
.cl-assure span { display: block; font-size: 0.75rem; color: var(--ink-3); }

.cl-detail { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(18px, 2.6vw, 34px); padding-block: clamp(20px, 3vw, 36px); }
.cl-detail-shots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.cl-detail-shots .cl-frame { aspect-ratio: 1 / 1; border-radius: 7px; margin-bottom: 9px; }
.cl-detail-shots b { display: block; font-size: .8rem; font-weight: 700; }
.cl-detail-shots span { display: block; font-size: 0.75rem; color: var(--ink-3); margin-top: 2px; }
.cl-keyfeat { background: var(--sand); border-radius: 10px; padding: 20px; }
.cl-keyfeat h3 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 13px; }
.cl-keyfeat li { display: flex; gap: 9px; align-items: flex-start; font-size: .82rem; color: var(--ink-2); margin-bottom: 9px; line-height: 1.5; }
.cl-keyfeat svg { width: 16px; height: 16px; color: var(--ok); flex-shrink: 0; margin-top: 2px; }

.cl-tabs { border-bottom: 1px solid var(--line); display: flex; gap: clamp(14px, 2.6vw, 34px); overflow-x: auto; }
.cl-tab { font: inherit; font-size: .85rem; font-weight: 600; background: none; border: 0; padding: 13px 0; color: var(--ink-3); cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; }
.cl-tab.is-on { color: var(--ink); border-bottom-color: var(--ink); }
.cl-tabpanel { padding-block: clamp(20px, 3vw, 34px); display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(20px, 3vw, 40px); }
.cl-tabpanel[hidden] { display: none; }
.cl-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.cl-specs > div { display: flex; gap: 9px; align-items: flex-start; }
.cl-specs svg { width: 22px; height: 22px; color: var(--ink-2); flex-shrink: 0; }
.cl-specs b { display: block; font-size: 0.75rem; color: var(--ink-3); font-weight: 600; }
.cl-specs span { display: block; font-size: .82rem; font-weight: 600; }
.cl-spectable { width: 100%; border-collapse: collapse; font-size: .85rem; }
.cl-spectable th, .cl-spectable td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); }
.cl-spectable th { color: var(--ink-3); font-weight: 600; width: 42%; }
.cl-promo { position: relative; border-radius: 12px; overflow: hidden; background: var(--ink); color: #fff; padding: 26px; align-self: start; }
.cl-promo-img { position: absolute; inset: 0; opacity: .45; }
.cl-promo-img img { width: 100%; height: 100%; object-fit: cover; }
.cl-promo-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 13, 10, .95) 30%, rgba(14, 13, 10, .5) 100%); }
.cl-promo > * { position: relative; }
.cl-promo h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 9px; }
.cl-promo p { font-size: .85rem; color: rgba(255, 255, 255, .78); line-height: 1.6; margin-bottom: 18px; max-width: 40ch; }

/* ---------------------------------------------------------------- cart */
.cl-cart { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(22px, 3vw, 44px); padding-block: clamp(22px, 3vw, 34px) clamp(50px, 7vw, 86px); }
.cl-scope { display: inline-flex; border: 1px solid var(--line-2); border-radius: 999px; padding: 4px; gap: 4px; margin-bottom: 22px; }
.cl-scope a { font-size: .82rem; font-weight: 650; padding: 9px 20px; border-radius: 999px; color: var(--ink-2); }
.cl-scope a.is-on { background: var(--ink); color: var(--cream); }
.cl-line { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cl-line .cl-frame { aspect-ratio: 4 / 5; border-radius: 6px; }
.cl-line h3 { font-size: .95rem; font-weight: 650; font-family: var(--sans); letter-spacing: 0; }
.cl-line-meta { font-size: .76rem; color: var(--ink-3); margin-top: 5px; line-height: 1.7; }
.cl-line-meta b { color: var(--ink-2); font-weight: 600; }
.cl-line-actions { display: flex; gap: 14px; margin-top: 11px; font-size: .78rem; }
.cl-line-actions button { font: inherit; font-size: .78rem; background: none; border: 0; padding: 0; color: var(--ink-3); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.cl-line-actions button:hover { color: var(--pink); }
.cl-line-right { text-align: right; }
.cl-line-right b { font-size: .95rem; font-weight: 700; display: block; }
.cl-line-right span { font-size: 0.75rem; color: var(--ink-3); }
.cl-summary { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 22px; align-self: start; position: sticky; top: 92px; }
.cl-summary h2 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 16px; }
.cl-summary dl { display: grid; grid-template-columns: 1fr auto; gap: 10px 12px; font-size: .85rem; margin: 0 0 16px; }
.cl-summary dt { color: var(--ink-2); }
.cl-summary dd { margin: 0; text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.cl-summary .total { border-top: 1px solid var(--line); padding-top: 13px; font-size: 1.05rem; font-weight: 700; }
.cl-summary .cl-btn { width: 100%; margin-top: 4px; }
.cl-note { font-size: .76rem; color: var(--ink-3); line-height: 1.6; margin-top: 12px; }
.cl-lock { background: var(--sand); border-radius: 9px; padding: 15px; font-size: .82rem; color: var(--ink-2); line-height: 1.6; }
.cl-lock b { display: block; color: var(--ink); margin-bottom: 5px; }

/* ---------------------------------------------------------------- footer */
.cl-foot { background: var(--ink); color: rgba(250, 248, 245, .74); }
.cl-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr; gap: clamp(20px, 3vw, 44px); padding-block: clamp(38px, 5vw, 60px) 26px; }
.cl-foot h4 { font-family: var(--sans); font-size: .82rem; font-weight: 700; color: #fff; margin-bottom: 14px; }
.cl-foot li { margin-bottom: 8px; }
.cl-foot a, .cl-foot p { font-size: .81rem; line-height: 1.65; }
.cl-foot a:hover { color: #fff; }
.cl-foot .cl-brand b, .cl-foot .cl-brand small { color: #fff; }
.cl-foot .cl-brand small { color: rgba(250, 248, 245, .55); }
.cl-foot-social { display: flex; gap: 6px; margin-top: 12px; }
/* 16x22 before this — the glyph's own box. A target has to be bigger than its icon. */
.cl-foot-social a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; }
.cl-foot-social a:hover { background: rgba(250, 248, 245, .12); }
.cl-foot-social svg { width: 16px; height: 16px; fill: rgba(250, 248, 245, .7); }
.cl-foot-social a:hover svg { fill: #fff; }
.cl-news { display: flex; border: 1px solid rgba(255, 255, 255, .22); border-radius: 7px; overflow: hidden; margin-top: 8px; }
.cl-news input { flex: 1; min-width: 0; background: none; border: 0; padding: 11px 13px; font: inherit; font-size: .81rem; color: #fff; }
.cl-news input::placeholder { color: rgba(250, 248, 245, .45); }
.cl-news input:focus { outline: none; }
.cl-news button { border: 0; background: var(--paper); color: var(--ink); padding: 0 15px; cursor: pointer; display: grid; place-items: center; }
.cl-news button svg { width: 15px; height: 15px; }
.cl-foot-bar { border-top: 1px solid rgba(255, 255, 255, .12); }
.cl-foot-bar .cl-wrap { display: flex; justify-content: space-between; gap: 14px; padding-block: 16px; font-size: 0.75rem; color: rgba(250, 248, 245, .5); flex-wrap: wrap; }

/* ---------------------------------------------------------------- responsive */
@media (max-width: 1180px) {
  .cl-ranges { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cl-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
  .cl-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .cl-mega-col { border-right: 0; }
  .cl-mega-promo { grid-column: 1 / -1; margin-left: 0; }
  .cl-mega-foot { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 14px; }
  .cl-mega-foot a + a { border-left: 0; }
  .cl-foot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cl-detail { grid-template-columns: 1fr; }
  .cl-tabpanel { grid-template-columns: 1fr; }
  .cl-cart { grid-template-columns: 1fr; }
  .cl-summary { position: static; }
}
@media (max-width: 900px) {
  .cl-burger { display: block; }
  .cl-head-in { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 10px; }
  /* Phone header: burger left, logo centred, actions right — the logo is the anchor. */
  .cl-brand { grid-column: 2; justify-content: center; flex-direction: column; gap: 2px; text-align: center; }
  .cl-brand img { width: 40px; height: 40px; }
  .cl-brand b { font-size: .84rem; }
  .cl-brand small { font-size: 0.75rem; letter-spacing: .13em; }
  .cl-actions { grid-column: 3; }
  .cl-nav {
    position: fixed; inset: 0 auto 0 0; width: min(330px, 86vw); background: var(--paper);
    flex-direction: column; align-items: stretch; gap: 0; padding: 72px 20px 28px; overflow-y: auto;
    box-shadow: var(--shadow-pop); transform: translateX(-100%); visibility: hidden;
    transition: transform .3s var(--ease), visibility .3s; z-index: 140; margin-left: 0;
  }
  .cl-nav[data-mobile="open"] { transform: translateX(0); visibility: visible; }
  .cl-nav > li > a, .cl-nav > li > button { width: 100%; justify-content: space-between; padding-block: 13px; border-bottom: 1px solid var(--line); white-space: normal; }
  .cl-nav-cta { display: list-item; }
  .cl-nav-cta a { border-bottom: 0; }
  .cl-head-cta { display: none; }
  .cl-mega { position: static; transform: none; width: auto; border: 0; box-shadow: none; padding: 0 0 12px; border-radius: 0; display: none; }
  .cl-nav > li[data-open="true"] .cl-mega { display: block; opacity: 1; visibility: visible; transform: none; }
  .cl-mega-grid { grid-template-columns: 1fr; }
  .cl-mega-col { padding: 0; }
  .cl-mega-foot { grid-template-columns: 1fr; }
  .cl-mega-foot a { padding-inline: 0; }
  .cl-tabbar { display: block; }
  .cl { padding-bottom: 62px; }
  .cl-split { grid-template-columns: 1fr; }
  .cl-split-img { min-height: 260px; }
  .cl-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-pdp { grid-template-columns: 1fr; }
  .cl-listing { grid-template-columns: 1fr; }
  .cl-rail { position: static; border: 1px solid var(--line-2); border-radius: 10px; background: var(--paper); }
  .cl-rail > summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding: 13px 16px; font-size: .85rem; font-weight: 650; min-height: 46px; }
  .cl-rail[open] > summary { border-bottom: 1px solid var(--line); }
  .cl-rail-in { padding: 16px; }
  .cl-detail-shots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-assure { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 0; }
  .cl-assure > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .cl-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-hero-mark { display: none; }
}
@media (min-width: 901px) { .cl-rail-in { display: block !important; } }
@media (max-width: 620px) {
  .cl-ranges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-steps, .cl-pillars { grid-template-columns: 1fr; }
  .cl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .cl-gal { grid-template-columns: 1fr; }
  .cl-thumbs { flex-direction: row; overflow-x: auto; order: 2; }
  .cl-thumb { width: 62px; flex-shrink: 0; }
  .cl-pdp-ctas { grid-template-columns: 1fr; }
  .cl-detail-shots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-foot-grid { grid-template-columns: 1fr; }
  .cl-hero-script { display: none; }
  .cl-hero-stats { flex-wrap: wrap; }
  .cl-hero-stats > div { padding: 6px 16px 6px 0; }
  .cl-hero-stats > div + div { border-left: 0; padding-left: 0; }
  .cl-line { grid-template-columns: 74px minmax(0, 1fr); }
  .cl-line-right { grid-column: 2; text-align: left; margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .cl *, .cl *::before, .cl *::after { transition: none !important; animation: none !important; }
  .cl-btn:hover, .cl-card:hover .cl-frame img { transform: none; }
}

/* V4-4f — breadcrumb links were 35x15: the text's own box. They are navigation, so they get a
   target rather than the inline-link exemption. */
.cl-crumbs a { display: inline-flex; align-items: center; min-height: 26px; }
