html { overflow-x: hidden; }
.jewelry-page { background: #fff; overflow-x: hidden; max-width: 100%; }
.jewelry-page .site-header { position: sticky; background: #fff; backdrop-filter: none; }
.jewelry-page .nav { position: relative; }
.jewelry-page .nav-links { gap: clamp(12px, 1.5vw, 26px); }
.jewelry-page .footer ul { list-style: none; margin: 0; padding: 0; }
.jewelry-page .footer li { margin: 7px 0; }

.jewelry-hero {
  color: #fff;
  background: radial-gradient(circle at 78% 28%, rgba(216,195,154,.16), transparent 34%), linear-gradient(125deg, #101012, #1c1a19);
  padding: clamp(58px, 8vw, 112px) 0;
  overflow: hidden;
}
.jewelry-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.jewelry-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .95; margin-bottom: 26px; }
.jewelry-hero h1 em { color: var(--gold-soft); font-weight: 400; }
.jewelry-hero p { color: rgba(255,255,255,.76); max-width: 620px; font-size: 1.05rem; }
.jewelry-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.jewelry-hero-image { margin: 0; aspect-ratio: 1 / .78; background: #fff; padding: 22px; box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.jewelry-hero-image img { width: 100%; height: 100%; object-fit: contain; }

.jewelry-disclosure { border-bottom: 1px solid var(--line); background: #faf8f3; }
.disclosure-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.disclosure-grid > div { padding: 25px 30px; border-right: 1px solid var(--line); }
.disclosure-grid > div:first-child { padding-left: 0; }
.disclosure-grid > div:last-child { border-right: 0; }
.disclosure-grid span, .disclosure-grid small { display: block; }
.disclosure-grid span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.disclosure-grid strong { display: block; margin-top: 4px; font-family: var(--font-serif); font-size: 1.28rem; font-weight: 600; }
.disclosure-grid small { color: var(--ink-soft); font-size: .78rem; }

.jewelry-group { padding: clamp(66px, 8vw, 108px) 0; scroll-margin-top: 100px; }
.jewelry-group:nth-of-type(odd) { background: var(--bg-alt); }
.jewelry-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.jewelry-section-heading h2 { margin: 0; }
.jewelry-section-heading p { max-width: 500px; margin: 0; }
.jewelry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.jewelry-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jewelry-card { background: #fff; border: 1px solid var(--line); min-width: 0; transition: transform .24s ease, box-shadow .24s ease; }
.jewelry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.jewelry-card-image { display: block; position: relative; background: #f8f7f3; aspect-ratio: 4 / 3; overflow: hidden; }
.jewelry-card-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.jewelry-card-tag { position: absolute; left: 14px; top: 14px; padding: 6px 10px; background: var(--ink); color: #fff; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.jewelry-card-body { padding: 22px 22px 25px; }
.jewelry-card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.jewelry-card h3 { margin: 12px 0 8px; font-size: 1.5rem; }
.jewelry-card-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.jewelry-card-price strong { font-size: 1.08rem; }
.jewelry-card-price span { color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.jewelry-card-body > p { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.jewelry-text-link { color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.jewelry-text-link span { color: var(--gold); }

.jewelry-notes { padding: clamp(62px, 8vw, 98px) 0; background: #111113; color: #fff; }
.jewelry-notes h2 { color: #fff; }
.jewelry-note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); margin-top: 32px; }
.jewelry-note-grid > div { padding: 28px; background: #111113; }
.jewelry-note-grid strong { color: var(--gold-soft); font-family: var(--font-serif); font-size: 1.35rem; }
.jewelry-note-grid p { color: rgba(255,255,255,.7); font-size: .9rem; margin: 8px 0 0; }

.jewelry-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 25px; color: var(--muted); font-size: .75rem; }
.jewelry-breadcrumb a { color: var(--ink-soft); }
.jewelry-product { padding: 34px 0 clamp(70px, 8vw, 110px); }
.jewelry-product-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(38px, 7vw, 86px); align-items: start; }
.jewelry-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; min-width: 0; }
.jewelry-gallery figure { margin: 0; background: #f7f6f2; aspect-ratio: 1; }
.jewelry-gallery figure.is-primary { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.jewelry-gallery img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.image-note { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; max-width: 100%; overflow-wrap: anywhere; }
.jewelry-product-info { position: sticky; top: 116px; min-width: 0; }
.jewelry-product-info h1 { font-size: clamp(2.6rem, 4vw, 4.2rem); line-height: 1; }
.jewelry-product-info h1 span { display: block; }
.jewelry-product-price { display: flex; gap: 13px; align-items: baseline; padding: 14px 0 18px; border-bottom: 1px solid var(--line); }
.jewelry-product-price strong { font-family: var(--font-serif); font-size: 2rem; font-weight: 600; }
.jewelry-product-price span { color: var(--gold); font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.jewelry-product-intro { margin: 22px 0; font-size: 1rem; }
.quality-callout { padding: 17px 18px; border-left: 3px solid var(--gold); background: #faf8f2; }
.quality-callout strong, .quality-callout span { display: block; }
.quality-callout strong { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.quality-callout span { margin-top: 3px; color: var(--ink-soft); font-size: .88rem; }
.jewelry-options { margin: 24px 0; }
.jewelry-options label { display: block; margin: 15px 0 6px; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.jewelry-options select { width: 100%; border: 1px solid var(--line); background: #fff; padding: 13px 12px; font: inherit; }
.jewelry-options .btn { margin-top: 18px; }
.btn-block { width: 100%; }
.checkout-note { margin: 9px 0 0; text-align: center; color: var(--muted); font-size: .75rem; }
.jewelry-checkout-error { padding: 13px 15px; background: #fdf6e3; border-left: 3px solid var(--gold); color: #735f1f; font-size: .86rem; margin-top: 18px; }
.jewelry-specs { margin: 28px 0 0; border-top: 1px solid var(--line); }
.jewelry-specs div { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.jewelry-specs dt { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.jewelry-specs dd { margin: 0; font-size: .86rem; }
.product-notes { background: #171719; }
.jewelry-related { padding: clamp(65px, 8vw, 100px) 0; }

.jewelry-footer { margin-top: 0; }

@media (max-width: 940px) {
  .jewelry-hero-grid, .jewelry-product-grid { grid-template-columns: minmax(0, 1fr); }
  .jewelry-hero-image { max-width: 650px; }
  .jewelry-product-info { position: static; }
  .jewelry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jewelry-page .nav-links { display: none; }
  .jewelry-page .nav-links.is-open { display: flex; }
  .jewelry-page .nav-toggle { display: block; }
}

@media (max-width: 680px) {
  .jewelry-page .topbar .tb-left { display: none; }
  .jewelry-page .topbar .container { justify-content: center; }
  .jewelry-page .nav-cta > .btn { display: none; }
  .jewelry-page .nav-toggle { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
  .disclosure-grid, .jewelry-note-grid { grid-template-columns: 1fr; }
  .disclosure-grid > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .jewelry-section-heading { display: block; }
  .jewelry-section-heading p { margin-top: 12px; }
  .jewelry-grid, .jewelry-grid.compact { grid-template-columns: 1fr; }
  .jewelry-gallery { grid-template-columns: 1fr; }
  .jewelry-gallery figure.is-primary { grid-column: auto; }
  .image-note { grid-column: auto; }
  .jewelry-product-info h1 { font-size: 2.65rem; overflow-wrap: break-word; }
  .jewelry-specs div { grid-template-columns: 1fr; gap: 2px; }
}
