:root {
  --black: #080706;
  --ink: #191715;
  --paper: #fffdfa;
  --soft: #f5f1ea;
  --line: #ded4c4;
  --gold: #c8a24a;
  --gold-dark: #8c6b1f;
  --muted: #776f64;
  --shadow: 0 20px 50px rgba(8, 7, 6, 0.13);
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(200, 162, 74, 0.7); outline-offset: 3px; }
img { display: block; width: 100%; }

.site-splash {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff7df;
  background:
    radial-gradient(circle at 50% 38%, rgba(241,215,129,.22), transparent 30%),
    linear-gradient(90deg, rgba(8,7,6,.86), rgba(8,7,6,.42) 48%, rgba(8,7,6,.86)),
    linear-gradient(180deg, rgba(8,7,6,.36), rgba(8,7,6,.82)),
    url("./splash-watch-background.jpeg") center 42% / cover,
    #080706;
  opacity: 1;
  visibility: visible;
  transition: opacity 800ms ease, visibility 800ms ease;
}
.site-splash.is-hiding {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-splash-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(460px, 82vw);
  animation: splashLift 1500ms ease both;
}
.site-splash-inner img {
  width: min(360px, 76vw);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(241,215,129,.54);
  border-radius: 50%;
  box-shadow:
    0 32px 90px rgba(0,0,0,.48),
    0 0 0 10px rgba(8,7,6,.42),
    0 0 44px rgba(200,162,74,.2);
}
.site-splash-inner p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 4vw, 2.5rem);
  text-align: center;
  text-shadow: 0 12px 28px rgba(0,0,0,.74);
}
@keyframes splashLift {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px clamp(12px, 2.5vw, 30px);
  background:
    radial-gradient(circle at 18% 0%, rgba(241, 215, 129, .22), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .12), transparent 30%),
    linear-gradient(90deg, rgba(8,7,6,.92), rgba(24,21,17,.64), rgba(8,7,6,.94)),
    url("./diamond-banner.jpg") center 50% / cover;
  border-bottom: 1px solid rgba(241, 215, 129, 0.42);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 42px rgba(8, 7, 6, 0.34);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: white;
}
.brand-menu-button {
  flex: 0 0 auto;
  padding: 6px 9px 6px 6px;
  border: 1px solid rgba(241, 215, 129, .22);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
    rgba(8,7,6,.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.2);
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.brand-menu-button:hover {
  border-color: rgba(241, 215, 129, .64);
  transform: translateY(-1px);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #f1d781;
  background:
    radial-gradient(circle at 35% 20%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(145deg, rgba(40,32,16,.95), rgba(8,7,6,.98));
  border: 1px solid rgba(241,215,129,.78);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .7rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 4px rgba(8,7,6,.92), 0 0 0 1px rgba(255,255,255,.1), 0 10px 22px rgba(0,0,0,.34);
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand-copy strong {
  max-width: 168px;
  font-family: Georgia, "Times New Roman", serif;
  color: #fff7df;
  font-size: clamp(.78rem, .92vw, .9rem);
  font-weight: 600;
  white-space: normal;
}
.brand small {
  margin-top: 3px;
  color: rgba(241,215,129,.78);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  overflow: visible;
  color: rgba(255,255,255,.88);
  font-size: clamp(.68rem, .78vw, .78rem);
}
.nav-links a {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 6px 7px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    rgba(8,7,6,.62);
  box-shadow: 0 8px 18px rgba(0,0,0,.26);
  text-shadow: 0 2px 8px rgba(0,0,0,.9), 0 0 16px rgba(0,0,0,.65);
}
.nav-links a:hover {
  border-color: rgba(241,215,129,.38);
  color: #fff7df;
  background: rgba(8,7,6,.78);
}
.nav-highlight { color: #f1d781; font-weight: 900; }
.cart-pill {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 4px;
  border-radius: 99px;
  background: var(--black);
  color: var(--gold);
  border: 1px solid rgba(200,162,74,.56);
  font-size: .76rem;
}

.sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 19;
  background: rgba(8,7,6,.58);
  backdrop-filter: blur(3px);
}
.site-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: min(360px, 88vw);
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(241,215,129,.52) rgba(8,7,6,.4);
  padding: 24px;
  color: white;
  background:
    radial-gradient(circle at 24% 8%, rgba(241,215,129,.18), transparent 34%),
    linear-gradient(rgba(8,7,6,.96), rgba(8,7,6,.9)),
    url("./diamond-banner.jpg") center / cover;
  border-right: 1px solid rgba(241,215,129,.46);
  box-shadow: 28px 0 60px rgba(0,0,0,.42);
  transform: translateX(-105%);
  transition: transform 200ms;
}
.site-sidebar::-webkit-scrollbar { width: 8px; }
.site-sidebar::-webkit-scrollbar-track { background: rgba(8,7,6,.38); }
.site-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(241,215,129,.54);
}
.site-sidebar.is-open { transform: translateX(0); }
.sidebar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(241,215,129,.22);
}
.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sidebar-head strong, .sidebar-head small { display: block; }
.sidebar-head strong {
  font-family: Georgia, "Times New Roman", serif;
  color: #fff7df;
  font-size: 1.16rem;
  font-weight: 600;
}
.sidebar-head small { margin-top: 5px; color: rgba(241,215,129,.72); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sidebar-close, .icon-button {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(241,215,129,.46);
  border-radius: 999px;
  background: rgba(8,7,6,.68);
  color: #f1d781;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}
.sidebar-links { display: grid; gap: 11px; padding-top: 22px; }
.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  color: white;
  font-weight: 850;
}
.sidebar-links a:hover {
  border-color: rgba(241,215,129,.36);
  color: #f1d781;
  background: rgba(8,7,6,.62);
}

main { min-height: 70vh; }
.hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(90px, 10vw, 140px) clamp(20px, 6vw, 88px);
  color: white;
  background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.38)), url("./don-logo.jpg") center / cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(255,253,250,.96));
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 6.6rem);
  font-weight: 500;
  line-height: .92;
}
h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
}
h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}
.hero p { max-width: 590px; color: rgba(255,255,255,.84); font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.7; }
.hero-actions, .card-actions, .preview-actions, .footer-links, .builder-actions, .custom-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 160ms, box-shadow 160ms, background 160ms;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.button-gold { background: linear-gradient(135deg, var(--gold), #f1d781); color: #171106; }
.button-dark { background: var(--black); color: white; }
.button-light, .button-ghost { background: white; border-color: var(--line); color: var(--ink); }
.button-ghost { background: rgba(255,255,255,.12); color: white; border-color: rgba(255,255,255,.42); }
.button.disabled { pointer-events: auto; opacity: .92; }

.section, .product-grid, .customizer-layout, .preview-layout, .cart-layout, .product-detail-hero, .vendor-profile, .page-hero, .checkout-placeholder {
  padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px);
}
.section-heading { max-width: 720px; margin-bottom: 28px; }
.engagement-feature {
  display: grid;
  grid-template-columns: minmax(260px,.52fr) minmax(0,1fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #fffdfa, #f2eadb);
}
.engagement-feature > div:first-child p:not(.eyebrow), .diamond-video-section .section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: #4f473d;
  line-height: 1.8;
}
.collection-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ring-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
}
.ring-showcase .product-card {
  box-shadow: 0 10px 24px rgba(8,7,6,.1);
}
.ring-showcase .product-image-link img,
.ring-showcase .product-card img {
  aspect-ratio: 1 / .82;
}
.ring-showcase .product-card-body {
  padding: 14px;
}
.ring-showcase h3 {
  font-size: 1rem;
  line-height: 1.18;
}
.ring-showcase .muted {
  margin-bottom: 12px;
  font-size: .9rem;
}
.ring-showcase .button {
  min-height: 38px;
  padding: 9px 13px;
  font-size: .9rem;
}
.ring-showcase .eyebrow {
  font-size: .64rem;
  letter-spacing: .11em;
}
.collection-tile {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: white;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.collection-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}
.collection-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-tile span {
  position: relative;
  z-index: 2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(280px,1fr);
  gap: 28px;
  align-items: center;
  background: var(--soft);
}
.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.trust-band div { padding: 28px clamp(18px,4vw,48px); background: var(--black); color: white; }
.trust-band strong, .trust-band span { display: block; }
.trust-band span { margin-top: 6px; color: rgba(255,255,255,.66); }

.page-hero.compact {
  position: relative;
  padding-bottom: 24px;
  background: var(--black);
  color: white;
}
.page-hero-logo {
  position: absolute;
  top: 22px;
  right: clamp(18px,5vw,72px);
  width: clamp(86px, 13vw, 150px);
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid rgba(200,162,74,.52);
  box-shadow: 0 12px 24px rgba(0,0,0,.28);
}
.page-hero.compact h1 { max-width: 900px; font-size: clamp(2.2rem, 5vw, 4.6rem); }
.page-hero .button { margin-top: 6px; }
.product-card {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(8,7,6,.08);
}
.product-image-link img, .product-card img { aspect-ratio: 4 / 3.4; object-fit: cover; }
.product-card-body { padding: 18px; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; min-height: 46px; color: var(--gold-dark); font-weight: 800; }

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(280px,1fr);
  gap: 36px;
  align-items: center;
  background: var(--black);
  color: white;
}
.product-media-stack {
  display: grid;
  gap: 12px;
}
.product-detail-hero img, .preview-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
}
.product-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.16);
}
.product-description { color: rgba(255,255,255,.82); line-height: 1.7; max-width: 780px; }
.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}
.product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(200,162,74,.38);
  background: rgba(255,255,255,.88);
  color: #2a2117;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.product-detail-hero .product-badges span {
  background: rgba(255,255,255,.14);
  color: #f8efd3;
}
.product-notice {
  margin: 14px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: rgba(200,162,74,.1);
  color: #4f473d;
  line-height: 1.6;
  font-weight: 750;
}
.product-detail-hero .product-notice {
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
}
.diamond-origin-note {
  max-width: 760px;
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(241,215,129,.34);
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  line-height: 1.55;
}
.customizer-panel .diamond-origin-note {
  background: #f8efd9;
  border-color: rgba(200,162,74,.38);
  color: #6f551a;
}
.diamond-origin-note strong { color: var(--gold-dark); }
.product-detail-hero .diamond-origin-note strong { color: #f1d781; }
.natural-diamond-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(8,7,6,.72);
  backdrop-filter: blur(6px);
}
.natural-diamond-dialog {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(241,215,129,.42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(241,215,129,.15), transparent 34%),
    linear-gradient(145deg, #fffdfa, #f5f1ea);
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}
.natural-diamond-dialog h2 {
  margin-bottom: 10px;
}
.natural-diamond-dialog p:not(.eyebrow) {
  color: #4f473d;
  line-height: 1.7;
}
.natural-diamond-dialog .button-dark {
  background: var(--black);
}
.natural-diamond-close {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 850;
}
.diamond-media-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 28px);
  background: rgba(8,7,6,.78);
  backdrop-filter: blur(7px);
}
.diamond-media-dialog {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(86vh, 920px);
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(241,215,129,.46);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(241,215,129,.15), transparent 32%),
    linear-gradient(145deg, #fffdfa, #f5f1ea);
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  overflow: auto;
}
.diamond-media-dialog h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}
.diamond-media-preview {
  min-height: min(62vh, 620px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d0b08;
  overflow: hidden;
}
.diamond-media-preview-image,
.diamond-media-preview-video,
.diamond-media-preview-frame {
  display: block;
  width: 100%;
  height: min(62vh, 620px);
  border: 0;
  object-fit: contain;
  background: #0d0b08;
}
.customizer-layout, .preview-layout, .cart-layout {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr);
  gap: 28px;
  align-items: start;
}
.customizer-panel, .summary-panel, .checkout-placeholder, .integration-notes {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.customizer-panel, .summary-panel { padding: clamp(20px,3vw,32px); }
.lede { color: var(--muted); line-height: 1.7; }
.video-preview-note { margin: -4px 0 18px; color: var(--gold-dark); font-weight: 900; }
.option-group { margin: 26px 0; padding: 0; border: 0; }
.option-group legend { margin-bottom: 12px; font-weight: 900; }
.option-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.option-button {
  display: grid;
  place-items: center;
  gap: 2px;
  min-width: 62px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}
.option-button small { color: var(--gold-dark); font-size: .76rem; font-weight: 900; }
.option-button.is-selected { background: var(--black); border-color: var(--gold); color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }
.option-button.is-selected small { color: #f1d781; }
.summary-panel { position: sticky; top: 88px; }
.summary-list { margin: 20px 0; }
.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
dt { color: var(--muted); }
dd { margin: 0; font-weight: 850; text-align: right; }
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.price-row strong { color: var(--gold-dark); font-size: 1.55rem; }
.quote-note { margin: 0; color: var(--gold-dark); font-weight: 900; }
.diamond-video-section {
  padding: clamp(44px,7vw,88px) clamp(18px,5vw,72px);
  background: linear-gradient(135deg, #fffdfa, #f4efe6);
  border-top: 1px solid var(--line);
}
.diamond-video-public {
  display: grid;
  place-items: center;
  min-height: 340px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.video-empty { padding: 28px; color: var(--muted); text-align: center; }
.product-video-player {
  display: block;
  width: 100%;
  max-height: 520px;
  background: #050505;
}

.custom-order-band {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,420px);
  gap: 24px;
  align-items: center;
  padding: clamp(38px,6vw,72px) clamp(18px,5vw,72px);
  background: var(--black);
  color: white;
}
.custom-order-band h2 { margin-bottom: 10px; }
.custom-order-band p:not(.eyebrow), .custom-orders-hero p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}
.custom-order-actions { justify-content: flex-end; }
.custom-form-section, .terms-viewer-section {
  padding: clamp(44px,7vw,88px) clamp(18px,5vw,72px);
  background: var(--soft);
}
.custom-order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(20px,4vw,34px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.custom-order-form label, .diamond-video-form label { display: grid; gap: 8px; color: #4f473d; font-weight: 850; }
.custom-order-form input, .custom-order-form textarea, .custom-order-form select, .import-panel input, .import-panel textarea, .import-fields input, .import-fields textarea, .import-fields select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}
.custom-order-form select { appearance: auto; }
.engagement-build-form {
  max-width: 1120px;
}
.request-choice-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.request-choice-group legend {
  margin-bottom: 8px;
  color: #4f473d;
  font-weight: 850;
}
.request-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.request-choice-pill {
  position: relative;
}
.request-choice-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.request-choice-pill span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdfa;
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
}
.request-choice-pill input:checked + span {
  background: var(--black);
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px var(--gold);
}
.deposit-note {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(200, 162, 74, .5);
  border-radius: 8px;
  background: #fff8e6;
  color: #4f3a12;
}
.deposit-note strong {
  color: var(--gold-dark);
  font-size: 1.08rem;
}
.deposit-note span {
  line-height: 1.55;
}
.import-tool {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: 18px;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 72px);
  background: var(--soft);
}
.import-panel, .import-draft {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.import-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: clamp(20px, 3vw, 30px);
}
.import-panel label, .import-fields label {
  display: grid;
  gap: 8px;
  color: #4f473d;
  font-weight: 850;
}
.import-drafts-section {
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 72px);
}
.import-draft {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
  padding: 16px;
}
.import-draft img, .import-media-empty {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: var(--soft);
}
.import-media-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px dashed var(--line);
}
.import-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.import-fields label:nth-child(3),
.import-fields label:nth-child(4),
.import-fields .builder-actions {
  grid-column: 1 / -1;
}
.approved-import-list {
  display: grid;
  gap: 10px;
}
.approved-import-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.form-wide { grid-column: 1 / -1; }
.form-success {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 6px;
  background: #f8efd9;
  color: var(--gold-dark);
  font-weight: 900;
}
.form-error {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 6px;
  background: #fff0ee;
  color: #8f2e22;
  font-weight: 900;
}
.admin-dashboard-section {
  padding: clamp(44px,7vw,88px) clamp(18px,5vw,72px);
  background: var(--soft);
}
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto 18px;
}
.admin-request-list {
  display: grid;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.admin-helper {
  max-width: 1100px;
  margin: -4px auto 18px;
}
.admin-product-grid {
  display: grid;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.admin-request-card {
  padding: clamp(18px,3vw,28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.admin-request-card h2 {
  margin: 4px 0;
}
.admin-product-card {
  display: grid;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.admin-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: var(--soft);
}
.admin-product-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.admin-product-fields label {
  display: grid;
  gap: 8px;
  color: #4f473d;
  font-weight: 850;
}
.admin-product-fields input,
.admin-product-fields textarea,
.admin-product-fields select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}
.admin-product-fields label:nth-child(3),
.admin-product-fields label:nth-child(4),
.admin-product-fields .builder-actions {
  grid-column: 1 / -1;
}
.diamond-inventory-section {
  padding: clamp(42px,6vw,78px) clamp(18px,5vw,72px);
  background: linear-gradient(180deg, #fffdfa, #f5f1ea);
}
.diamond-filter-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.diamond-filter-bar label {
  display: grid;
  gap: 8px;
  color: #4f473d;
  font-weight: 850;
}
.diamond-filter-bar input,
.diamond-filter-bar select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}
.diamond-api-note {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 13px 15px;
  border: 1px solid rgba(200,162,74,.36);
  border-radius: 8px;
  background: #fff8e8;
  color: var(--gold-dark);
  font-weight: 850;
}
.diamond-inventory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}
.diamond-inventory-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px,3vw,28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 12%, rgba(200,162,74,.14), transparent 26%),
    white;
  box-shadow: var(--shadow);
}
.diamond-inventory-card h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}
.diamond-inventory-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f4f0e8;
}
.diamond-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.diamond-report-pill,
.diamond-report-number {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 11px;
  border: 1px solid rgba(200,162,74,.38);
  border-radius: 999px;
  background: #fff8e8;
  color: var(--gold-dark);
  font-size: .86rem;
  font-weight: 900;
}
.diamond-report-number {
  border-radius: 8px;
  margin: 0;
}
.cart-list { display: grid; gap: 14px; }
.cart-item {
  display: grid;
  grid-template-columns: 132px 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.cart-item img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 6px; }
.quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 900;
  color: var(--ink);
}
.quantity-controls .icon-button {
  min-width: 38px;
  padding: 8px 10px;
}
.empty-state { padding: 28px; border: 1px dashed var(--line); border-radius: 8px; background: var(--soft); }
.checkout-placeholder { max-width: 820px; margin: clamp(34px,8vw,84px) auto; padding: clamp(28px,5vw,58px); text-align: center; }
.checkout-placeholder h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.integration-notes { margin-top: 26px; padding: 20px; text-align: left; background: var(--soft); }
.terms-document {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(22px,4vw,42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.terms-document h2 { margin: 26px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.terms-document p { color: #4f473d; line-height: 1.75; }
.terms-intro { padding-bottom: 20px; border-bottom: 1px solid var(--line); font-weight: 800; }
.policy-document a {
  color: var(--gold-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-business-card {
  margin: 20px 0 10px;
}
.policy-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.policy-link-grid a,
.checkout-policy-support a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdfa;
  color: var(--ink);
  font-size: .93rem;
  font-weight: 850;
}
.checkout-policy-support {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.checkout-policy-support p {
  margin: 0;
  color: #4f473d;
  line-height: 1.6;
}
.checkout-policy-support .policy-link-grid {
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  border-top: 0;
}
.about-us {
  padding: clamp(42px,6vw,78px) clamp(18px,5vw,72px);
  background: var(--soft);
  border-top: 1px solid var(--line);
}
.about-us h2, .about-us p { max-width: 920px; }
.about-us p { color: #4f473d; font-size: 1.08rem; line-height: 1.8; }
.site-footer {
  display: grid;
  grid-template-columns: minmax(260px,1.4fr) minmax(260px,1fr) minmax(180px,.7fr);
  gap: clamp(28px,6vw,72px);
  align-items: start;
  padding: 34px clamp(18px,5vw,72px);
  background: var(--black);
  color: white;
}
.site-footer p { max-width: 560px; margin: 8px 0 0; color: rgba(255,255,255,.62); }
.footer-links { display: grid; gap: 12px; justify-items: start; }
.footer-links a, .footer-contact a { color: var(--gold); font-weight: 800; }
.deploy-version { color: rgba(255,255,255,.42); font-size: .78rem; font-weight: 800; }
.footer-contact { display: grid; gap: 10px; max-width: 360px; }
.footer-contact a { overflow-wrap: anywhere; font-size: 1rem; font-weight: 900; }
.footer-contact span { color: rgba(255,255,255,.62); line-height: 1.5; }

@media (max-width: 980px) {
  .collection-grid, .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ring-showcase { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .customizer-layout, .preview-layout, .cart-layout, .product-detail-hero, .split-section, .engagement-feature, .custom-order-band, .site-footer {
    grid-template-columns: 1fr;
  }
  .import-tool, .import-draft, .admin-product-card, .diamond-filter-bar, .diamond-inventory-grid { grid-template-columns: 1fr; }
  .summary-panel { position: static; }
  .custom-order-actions { justify-content: flex-start; }
}
@media (max-width: 720px) {
  .site-header { align-items: flex-start; }
  .nav-links { display: none; }
  .brand-copy strong { max-width: 170px; font-size: .92rem; }
  .brand small { font-size: .54rem; }
  .hero { min-height: 70vh; }
  .collection-grid, .product-grid, .trust-band, .custom-order-form { grid-template-columns: 1fr; }
  .import-fields, .admin-product-fields { grid-template-columns: 1fr; }
  .ring-showcase {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ring-showcase::-webkit-scrollbar { display: none; }
  .ring-showcase .product-card {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
  }
  .cart-item { grid-template-columns: 88px 1fr; }
.cart-item .icon-button, .cart-item strong { grid-column: 2; justify-self: start; }
  .page-hero-logo { position: static; margin-bottom: 18px; }
}
