/* CABOCHON — the whole identity is what happens in the first 400 pixels: no
   hero, no headline, no stage. The category row IS the top of the page, welded
   flush under the bar at full window width with ZERO gutter between six tiles,
   each closed off by a graphite caption bar carrying a name and a from-price.
   The banner photograph butts straight onto the bottom of that row with no
   margin, so the top of the page reads as one continuous band of photography
   rather than a composed banner. Only after those two full-bleed blocks does
   the page contract into a contained four-across grid — that contraction is
   the entire rhythm. Reading surfaces are bone paper, never white, so the
   eight flat-lays (which ARE on white) punch forward out of the grid. Amber is
   spent on prices, hover and the send button, and on nothing else; the chrome
   carries no colour at all. */
body.t-cabochon {
  background: #f2efe8;
  color: #2a2e34;
  --cb-amber: #a8761a;
  --cb-graphite: #1b1f25;
  --bg-flat: #f2efe8;
  --surface: #ffffff;
  --surface-2: #e7e3d9;
  --line: #ddd8cd;
  --line-strong: #c3bdae;
  --heading: #1b1f25;
  --text: #2a2e34;
  --muted: #6f7178;
  --header-bg: #f2efe8;
  --radius: 0;
  --shadow: none;
}

/* the bar stays flat bone with a hairline — nothing glassy, no colour, and it
   does not float over anything because there is nothing under it to float over */
body.t-cabochon .sf-header, body.t-cabochon .sf-head,
body.t-cabochon .sf-footer, body.t-cabochon .sf-foot, body.t-cabochon .sf-cats {
  background: #f2efe8; border-color: #ddd8cd;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
body.t-cabochon .btn.brand { background: var(--cb-amber); border: 0; color: #17130a; box-shadow: none; font-weight: 600; padding: 13px 30px; }
body.t-cabochon .btn.brand:hover { background: #8d6013; opacity: 1; }

/* THE WELD — full window width, zero padding, zero gutter. Six tiles butted
   flush against each other and against the bottom of the nav bar. */
body.t-cabochon .sc-strip { max-width: none; padding: 0; margin: 0; }
body.t-cabochon .sc-strip-row { grid-template-columns: repeat(6, 1fr); gap: 0; }
body.t-cabochon .sc-strip-card { position: relative; display: block; }
body.t-cabochon .sc-strip-img { aspect-ratio: 4 / 5; border: 0; border-radius: 0; }
body.t-cabochon .sc-strip-label {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
  background: rgba(24, 28, 34, 0.82); color: #ece8de;
  padding: 15px 8px 16px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
}
body.t-cabochon .sc-strip-card:hover .sc-strip-label,
body.t-cabochon .sc-buy-t:hover { color: var(--cb-amber); }

/* the banner loses its margins so it welds onto the strip — two full-bleed
   blocks stacked with no seam, then the contained grid below */
body.t-cabochon .sc-banner { margin: 0 calc(50% - 50vw); min-height: 48vh; padding: 108px 28px 114px; display: flex; align-items: center; justify-content: center; }

/* the catalogue heading is a shelf label, not a statement — the reference has
   no section headings at all, so this one is made to sit down */
body.t-cabochon .sc-buygrid .sc-h2 { text-align: left; font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 34px; }
body.t-cabochon .sc-buy-grid { grid-template-columns: repeat(4, 1fr); gap: 46px 26px; }
body.t-cabochon .sc-buy-media { background: #ffffff; border: 1px solid var(--line); }
body.t-cabochon .sc-buy-cat { color: var(--muted); letter-spacing: 0.2em; font-weight: 600; }
body.t-cabochon .sc-buy-p { color: var(--cb-amber); font-weight: 700; font-size: 15px; }

/* about, demoted to a narrow column after the goods have already sold */
body.t-cabochon .sc-richtext { max-width: 600px; padding: 96px 20px 104px; }

/* the one reversed block on the page, welded flush at the very bottom */
body.t-cabochon .sc-contact-band { background: var(--cb-graphite); color: #cfcbc1; padding: 92px 0 100px; }
body.t-cabochon .sc-contact-band .sc-h2 { color: #f4f1e9; }
body.t-cabochon .sc-contact-band .sc-contact-sub, body.t-cabochon .sc-contact-band .sc-field label { color: #9c9a91; }
body.t-cabochon .sc-contact-band .sc-field input, body.t-cabochon .sc-contact-band .sc-field textarea { background: #262b32; border-color: #363c44; color: #ece9e1; }

@media (max-width: 900px) {
  body.t-cabochon .sc-strip-row { grid-template-columns: repeat(3, 1fr); }
  body.t-cabochon .sc-buy-grid { grid-template-columns: repeat(2, 1fr); }
}

/* NIGHT — bone paper drops to cold gun-metal and the amber lifts, because it is
   still carrying every price and the only control on the page on its own. The
   white product grounds go to a cool near-black so the flat-lays stay the
   brightest thing in the grid, exactly as they are by day. */
html[data-theme="dark"] body.t-cabochon {
  background: #16181c;
  color: #c2c4c8;
  --cb-amber: #d79b3c;
  --cb-graphite: #101216;
  --bg-flat: #16181c;
  --surface: #1d2025;
  --surface-2: #23272d;
  --line: #2e3238;
  --line-strong: #43474e;
  --heading: #eef0f2;
  --text: #c2c4c8;
  --muted: #85888e;
  --header-bg: #16181c;
}
html[data-theme="dark"] body.t-cabochon .sf-header, html[data-theme="dark"] body.t-cabochon .sf-head,
html[data-theme="dark"] body.t-cabochon .sf-footer, html[data-theme="dark"] body.t-cabochon .sf-foot,
html[data-theme="dark"] body.t-cabochon .sf-cats { background: #16181c; border-color: #2e3238; }
html[data-theme="dark"] body.t-cabochon .sc-buy-media { background: #1d2025; border-color: #2e3238; }
html[data-theme="dark"] body.t-cabochon .sc-contact-band { background: #101216; color: #b6b8bc; }
html[data-theme="dark"] body.t-cabochon .sc-contact-band .sc-field input, html[data-theme="dark"] body.t-cabochon .sc-contact-band .sc-field textarea { background: #1b1e23; border-color: #2e3238; }
