:root{
  --ink:#080808;
  --cream:#fbf7ee;
  --cream-2:#f3ecdf;
  --paper:#fffdf8;
  --gold:#d4af37;
  --gold-light:#f6e3a3;
  --rose:#d4af37;
  --mauve:#b89020;
  --muted:#6f6f6f;
  --line:#e7dfcf;
  --green:#2f7c5c;
  --shadow:0 18px 50px rgba(43,31,23,.10);
  --soft-shadow:0 8px 24px rgba(43,31,23,.07);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 0%,rgba(212,175,55,.08),transparent 22rem),
    linear-gradient(180deg,#fffdf8 0%,#fbf7ee 46%,#f7f1e6 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
button,input,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-shell{width:min(1180px,calc(100% - 24px));margin:0 auto 52px}
.hero{
  position:relative;
  overflow:hidden;
  min-height:350px;
  margin-top:14px;
  padding:52px 24px 42px;
  text-align:center;
  color:#fff;
  border:1px solid rgba(212,175,55,.42);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% -10%, rgba(212,175,55,.14), transparent 34%),
    linear-gradient(135deg,#000000 0%,#080808 52%,#111111 100%);
  box-shadow:0 20px 54px rgba(0,0,0,.18);
}
.hero:after{
  content:"";
  position:absolute;inset:0;
  opacity:.14;
  background-image:radial-gradient(circle,rgba(255,255,255,.65) .8px,transparent 1.2px);
  background-size:30px 30px;
  pointer-events:none;
}
.hero-glow{position:absolute;border-radius:999px;filter:blur(4px);opacity:.24}
.hero-glow-a{width:300px;height:300px;left:-100px;top:-110px;background:#d4af37}
.hero-glow-b{width:320px;height:320px;right:-120px;bottom:-170px;background:#d4af37}
.brand-mark,.mini-mark{
  display:grid;place-items:center;
  border:1px solid rgba(230,207,170,.8);
  color:var(--gold-light);
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.04em;
  border-radius:50%;
}
.brand-mark{
  position:relative;z-index:1;
  width:70px;height:70px;margin:0 auto 16px;
  font-size:25px;
  box-shadow:0 0 0 7px rgba(230,207,170,.06);
}
.eyebrow,.modal-kicker{
  position:relative;z-index:1;
  text-transform:uppercase;
  letter-spacing:.19em;
  font-weight:800;
  font-size:11px;
}
.eyebrow{color:#ead9bb}
.hero h1{
  position:relative;z-index:1;
  margin:8px 0 10px;
  font:500 clamp(43px,7vw,73px)/.98 Georgia,"Times New Roman",serif;
}
.hero h1 span{color:var(--gold-light)}
.hero>p{
  position:relative;z-index:1;
  max-width:570px;
  margin:0 auto;
  color:#f2eee5;
  font-size:clamp(16px,2.7vw,19px);
  line-height:1.6;
}
.hero-stats{
  position:relative;z-index:1;
  display:flex;justify-content:center;gap:38px;
  margin:28px auto 0;
}
.hero-stats div{display:flex;flex-direction:column}
.hero-stats strong{font:500 23px Georgia,serif;color:#fff}
.hero-stats span{margin-top:3px;font-size:11px;color:#cfcfcf;text-transform:uppercase;letter-spacing:.08em}
.browse-panel{
  position:relative;
  z-index:20;
  margin:-28px 20px 0;
  padding:17px;
  border:1px solid rgba(212,175,55,.42);
  border-radius:25px;
  background:linear-gradient(180deg,rgba(255,253,248,.985),rgba(251,247,238,.985));
  backdrop-filter:blur(16px);
  box-shadow:0 18px 50px rgba(0,0,0,.10);
}
.search-row{display:flex;gap:10px}
.search-field{position:relative;flex:1}
.search-field svg{
  position:absolute;left:16px;top:50%;transform:translateY(-50%);
  width:21px;height:21px;
  fill:none;stroke:#887970;stroke-width:2;
}
.search-field input{
  width:100%;
  padding:14px 15px 14px 46px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#f8f1e7;
  outline:none;
  color:var(--ink);
}
.search-field input:focus,.form-field input:focus,.form-field textarea:focus,select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(186,142,76,.12);
}
.ghost-button,.link-button,.chip,.category-tab{
  border:0;background:transparent;color:inherit
}
.ghost-button{
  display:inline-flex;align-items:center;gap:7px;
  padding:0 15px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  white-space:nowrap;
  font-weight:750;
  color:#2f2f2f;
}
.ghost-button span{
  display:inline-grid;place-items:center;
  min-width:22px;height:22px;padding:0 6px;
  border-radius:999px;background:#f0e3cb;font-size:11px
}
.ghost-button.active{border-color:#d5b57d;color:#6e5425;background:#fff9ee}
.category-scroll{
  display:flex;gap:8px;
  overflow:auto;
  scrollbar-width:none;
  padding:13px 0 2px;
}
.category-scroll::-webkit-scrollbar,.chip-row::-webkit-scrollbar{display:none}
.category-tab{
  flex:0 0 auto;
  padding:10px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#3f3f3f;
  font-size:12px;
  font-weight:800;
}
.category-tab.active{
  color:#fff;
  background:var(--ink);
  border-color:var(--ink);
}
.filter-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) auto;
  align-items:end;
  gap:14px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #eee4db;
}
.filter-group{min-width:0}
.filter-label,.sort-wrap label{
  display:block;
  margin:0 0 7px 3px;
  font-size:10px;
  font-weight:850;
  color:#6f6f6f;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.chip-row{display:flex;gap:7px;overflow:auto;scrollbar-width:none}
.chip{
  flex:0 0 auto;
  padding:9px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#444;
  font-size:12px;
  font-weight:750;
}
.chip.active{
  color:#090909;
  border-color:#d4af37;
  background:linear-gradient(180deg,#f2d66b,#d4af37);
}
.chip.plating{display:flex;gap:7px;align-items:center}
.swatch{
  width:10px;height:10px;border-radius:50%;
  border:1px solid rgba(0,0,0,.14);
}
.swatch-rhodium{background:linear-gradient(135deg,#f9f9f9,#aeb4ba)}
.swatch-hematite{background:linear-gradient(135deg,#62666b,#1f2225)}
.swatch-rose-gold{background:linear-gradient(135deg,#e5b7ac,#b97f78)}
.swatch-gold{background:linear-gradient(135deg,#f5db78,#b88a2f)}
.sort-wrap select{
  padding:9px 30px 9px 10px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:#444;
  outline:none;
  font-size:12px;
}
.results-line{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  margin-top:13px;
  color:#555;
  font-size:12px;
}
.results-line strong{color:#332c29}
#resultsCount{margin-left:7px;color:#888}
.link-button{font-size:12px;color:#7b6417;text-decoration:underline;text-underline-offset:3px}
.inventory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:34px 3px 0;
}
.loading-card,.empty-state{
  grid-column:1/-1;
  padding:54px 20px;
  text-align:center;
  border:1px dashed var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.67);
  color:var(--muted);
}
.inventory-card{
  overflow:hidden;
  border:1px solid rgba(212,175,55,.24);
  border-radius:var(--radius);
  background:var(--paper);
  box-shadow:var(--soft-shadow);
  transition:transform .18s ease,box-shadow .18s ease;
}
.inventory-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(43,31,23,.10)}
.item-photo{
  position:relative;
  aspect-ratio:1.05/1;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.98),rgba(242,233,223,.96) 58%,rgba(226,210,193,.94) 100%);
}
.item-photo img{width:100%;height:100%;object-fit:cover}
.photo-placeholder{
  width:100%;height:100%;
  display:grid;place-items:center;
  font-size:62px;
}
.item-badges{position:absolute;left:13px;top:13px;display:flex;gap:7px;flex-wrap:wrap}
.badge{
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,248,236,.96);
  border:1px solid rgba(214,186,132,.45);
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  font-size:10px;
  font-weight:850;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#6a5512;
}
.badge.new{background:#050505;color:#f6e3a3}
.favorite-button{
  position:absolute;right:13px;top:13px;
  width:39px;height:39px;
  border:0;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,250,242,.97);
  color:#444;
  font-size:20px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}
.favorite-button.active{color:#b5873d}
.card-body{padding:17px}
.card-topline{display:flex;justify-content:space-between;gap:8px;align-items:center}
.card-category{
  font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#9a7b1f
}
.card-id{font-size:11px;color:#858585}
.card-title{margin:7px 0 13px;font:500 24px/1.05 Georgia,serif}
.quick-facts{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.quick-fact{
  padding:7px 9px;
  border:1px solid #eee3d9;
  border-radius:10px;
  background:#fcf7f2;
  font-size:11px;color:#444
}
.card-bottom{display:flex;align-items:center;gap:9px}
.available{
  display:inline-flex;align-items:center;gap:6px;
  margin-right:auto;
  font-size:11px;font-weight:850;color:var(--green)
}
.available:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(47,124,92,.09)}
.primary-button,.secondary-button{
  border:0;
  border-radius:12px;
  padding:11px 14px;
  font-size:12px;
  font-weight:850;
}
.primary-button{
  background:linear-gradient(180deg,#111111,#000000);
  color:#fff8dc;
  border:1px solid rgba(212,175,55,.55);
}
.primary-button:hover{background:linear-gradient(180deg,#1b1b1b,#050505)}
.secondary-button{background:#f2e6d4;color:#222}
.view-button{padding:10px 12px}
.full{width:100%;padding:13px 16px}
footer{
  display:flex;flex-direction:column;align-items:center;
  margin-top:42px;
  text-align:center;
  color:#777;
  font-size:12px;
}
.mini-mark{width:39px;height:39px;color:var(--gold);border-color:#d3b47f;font-size:14px}
footer p{margin:8px 0 0}.fine-print{font-size:10px;color:#8a8a8a}
.modal-backdrop{
  position:fixed;inset:0;z-index:70;
  display:none;place-items:center;
  padding:18px;
  background:rgba(17,14,12,.52);
  backdrop-filter:blur(5px);
}
.modal-backdrop.open{display:grid}
.modal{
  position:relative;
  width:min(560px,100%);
  max-height:min(86vh,850px);
  overflow:auto;
  border:1px solid rgba(232,221,210,.9);
  border-radius:26px;
  background:var(--paper);
  box-shadow:0 28px 85px rgba(0,0,0,.28);
}
.modal-close{
  position:absolute;right:12px;top:12px;z-index:3;
  width:38px;height:38px;border:0;border-radius:50%;
  background:rgba(255,255,255,.92);
  color:#333;font-size:24px;line-height:1;
  box-shadow:0 3px 12px rgba(0,0,0,.08)
}
.detail-photo{aspect-ratio:1.15/1;overflow:hidden;background:#f2e9df}
.detail-photo img{width:100%;height:100%;object-fit:cover}
.detail-inner{padding:22px}
.detail-inner h2,.claim-modal h2,.success-modal h2{margin:5px 0 8px;font:500 32px/1.05 Georgia,serif}
.detail-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:10px;
  margin:18px 0;
}
.detail-fact{padding:11px;border:1px solid var(--line);border-radius:13px;background:#fcf8f4}
.detail-fact b{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#858585;margin-bottom:4px}
.detail-fact span{font-size:13px;color:#333}
.claim-modal,.success-modal{padding:26px}
.modal-kicker{color:var(--gold)}
.modal-subtitle{margin:0 0 18px;color:var(--muted);line-height:1.55}
.form-field{display:block;margin:13px 0}
.form-field>span{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:#333}
.form-field em{font-weight:500;color:#9a8e87}
.form-field input,.form-field textarea{
  width:100%;
  padding:12px 13px;
  border:1px solid var(--line);
  border-radius:12px;
  outline:none;
  background:#fff;
  color:var(--ink);
}
.form-field textarea{
  min-height:108px;
  resize:vertical;
  line-height:1.45;
}
.form-field small{display:block;margin-top:5px;font-size:10px;color:#777}
.claim-note{
  margin:16px 0;
  padding:12px 13px;
  border:1px solid #dcc08c;
  border-radius:13px;
  background:#fff6e7;
  color:#6c5815;
  font-size:11px;
  line-height:1.5;
}
.form-message{min-height:18px;margin-top:10px;font-size:12px}
.form-message.error{color:#9e474f}.form-message.success{color:var(--green)}
.success-modal{text-align:center}
.success-icon{
  width:62px;height:62px;margin:0 auto 15px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f8efdf;color:#7b6417;
  font-size:28px;font-weight:900;
}
.confirmation-card{
  margin:18px 0;
  padding:13px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#f8efdf;
}
.confirmation-card span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#7f7f7f}
.confirmation-card strong{display:block;margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:16px}
.small-copy{font-size:11px;color:#777;line-height:1.55}
@media(max-width:900px){
  .inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .filter-shell{grid-template-columns:1fr 1fr}.sort-wrap{grid-column:1/-1}
}
@media(max-width:650px){
  .site-shell{width:min(100% - 16px,1180px)}
  .hero{min-height:320px;margin-top:8px;border-radius:26px;padding:43px 18px 38px}
  .hero-stats{gap:23px}
  .browse-panel{margin:-20px 7px 0;padding:12px;border-radius:20px}
  .search-row{gap:7px}
  .favorites-filter{padding:0 10px;font-size:0}.favorites-filter:before{content:"♡";font-size:20px}.favorites-filter span{font-size:10px}
  .filter-shell{display:block}.filter-group{margin-top:10px}.sort-wrap{margin-top:10px}
  .inventory-grid{grid-template-columns:1fr;margin-top:24px}
  .item-photo{aspect-ratio:1.15/1}
  .detail-grid{grid-template-columns:1fr 1fr}
  .results-line{align-items:flex-start}
}


.hero h1 span{
  color:#e4c35d;
  text-shadow:0 0 18px rgba(212,175,55,.12);
}
.brand-mark,.mini-mark{
  border-color:rgba(212,175,55,.75);
  color:#e4c35d;
}
.category-tab.active{
  background:#050505;
  border-color:#d4af37;
  color:#f6e3a3;
}
.inventory-card{
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}
.quick-fact{
  background:#fbf7ee;
  border-color:#ece1cc;
}

.footer-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  padding:11px 16px;
  border:1px solid rgba(212,175,55,.55);
  border-radius:999px;
  background:#080808;
  color:#f6e3a3;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
  letter-spacing:.02em;
}
.footer-link:hover{
  background:#151515;
}
