:root {
  --ink: #121416;
  --steel: #2d3438;
  --muted: #6b7073;
  --line: #dfe2df;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --mist: #eef1ee;
  --gold: #a9823f;
  --green: #2f6f57;
  --red: #9b3d35;
  --blue: #315d7b;
  --shadow: 0 22px 70px rgba(18, 20, 22, 0.12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
input, select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd4d0;
  border-radius: var(--radius);
  padding: 10px 12px;
  background: var(--surface);
  color: var(--ink);
}
label { display: grid; gap: 7px; font-weight: 700; color: #303538; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.02;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.45rem, 6.5vw, 5.6rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 3.2rem); }
h3 { margin-bottom: 8px; font-size: 1.02rem; }
p { color: var(--muted); line-height: 1.65; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid rgba(223, 226, 223, 0.9);
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}
.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}
.brand-mark rect { fill: var(--ink); }
.brand-mark circle { fill: none; stroke: var(--gold); stroke-width: 3; }
.brand-mark path { fill: none; stroke: #fff; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { font-weight: 800; letter-spacing: 0.01em; }
.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
}
.main-nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 12px;
  color: #34393b;
  font-size: 0.92rem;
  font-weight: 700;
}
.main-nav a:hover { border-color: var(--line); background: rgba(255, 255, 255, 0.78); }
.main-nav .nav-cta { background: var(--ink); color: white; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(26px, 5vw, 80px);
  align-items: center;
  padding: clamp(28px, 6vw, 76px) clamp(16px, 4vw, 54px) clamp(30px, 4vw, 48px);
}
.eyebrow {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lede {
  max-width: 620px;
  font-size: clamp(1rem, 2vw, 1.18rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(18, 20, 22, 0.12); }
.primary { background: var(--ink); color: white; }
.secondary { background: transparent; color: var(--ink); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin: 0;
}
.hero-stats div {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}
.hero-stats dt { font-size: 1.45rem; font-weight: 900; }
.hero-stats dd { margin: 3px 0 0; color: var(--muted); font-size: 0.86rem; }

.hero-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, #fcfbf7 0%, #ebece8 100%);
  box-shadow: var(--shadow);
}
.watch-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.watch-stage::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(169, 130, 63, 0.34);
  border-radius: 50%;
}
.watch-art {
  position: relative;
  width: min(310px, 68vw);
  height: min(430px, 86vw);
}
.strap {
  position: absolute;
  left: 50%;
  width: 96px;
  height: 154px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #101214, #3a3f41 48%, #101214);
  border: 1px solid #090a0b;
}
.strap.top { top: 0; border-radius: 36px 36px 12px 12px; }
.strap.bottom { bottom: 0; border-radius: 12px 12px 36px 36px; }
.bezel {
  position: absolute;
  inset: 110px 32px;
  border-radius: 50%;
  background: radial-gradient(circle, #111 0 48%, #d6c08c 49% 55%, #1d2022 56% 100%);
  border: 11px solid #101214;
  box-shadow: inset 0 0 0 3px #c7a55e, 0 30px 55px rgba(0,0,0,0.26);
}
.dial {
  position: absolute;
  inset: 145px 68px;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #445157, #101315 72%);
  border: 2px solid #697175;
}
.dial::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
}
.hands {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 76px;
  transform: translate(-50%, -58%) rotate(35deg);
  transform-origin: 50% 82%;
  border-radius: 999px;
  background: #f7f2df;
}
.hands::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 58px;
  height: 4px;
  transform: translateX(-4px) rotate(78deg);
  transform-origin: left center;
  border-radius: 999px;
  background: #f7f2df;
}
.floating-card {
  position: absolute;
  display: grid;
  gap: 4px;
  width: min(260px, 42%);
  border: 1px solid rgba(223, 226, 223, 0.9);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(18,20,22,0.14);
}
.floating-card span, .floating-card small { color: var(--muted); font-size: 0.82rem; }
.floating-card strong { font-size: 1rem; }
.price-card { left: 18px; bottom: 24px; }
.check-card { right: 18px; top: 28px; }
.quick-search {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding: 16px;
  background: rgba(255,255,255,0.78);
}

.section {
  padding: clamp(34px, 6vw, 76px) clamp(16px, 4vw, 54px);
}
.section-head {
  max-width: 820px;
  margin-bottom: 24px;
}
.watch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.watch-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.watch-thumb {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #f8f8f5, #e3e6e2);
}
.watch-thumb .watch-art { width: 132px; height: 184px; transform: scale(0.82); }
.watch-thumb .strap { width: 44px; height: 66px; }
.watch-thumb .bezel { inset: 47px 11px; border-width: 5px; }
.watch-thumb .dial { inset: 63px 27px; }
.watch-thumb .hands { height: 30px; width: 2px; }
.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(18, 20, 22, 0.88);
  color: white;
  font-size: 0.72rem;
  font-weight: 850;
}
.watch-info { padding: 15px; }
.watch-info p { min-height: 48px; margin-bottom: 14px; font-size: 0.91rem; }
.price-line, .status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.price-line strong { font-size: 1.05rem; }
.status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #edf4f0;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
}
.status-chip.review { background: #f6f0e4; color: #866127; }
.status-chip.sold { background: #f3e9e7; color: var(--red); }

.trust-band, .verify-section, .contact-section, .admin-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}
.trust-band {
  border-block: 1px solid var(--line);
  background: #eff1ed;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.trust-grid article, .upload-card, .lead-form, .panel, .metric-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--surface);
}
.icon-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 18px 0 0 #1b1d1f, 36px 0 0 #cfd4d0;
}
.verify-section { background: var(--ink); color: white; }
.verify-section p { color: #c6cbca; }
.placeholder-stack {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}
.placeholder-stack span {
  border: 1px dashed rgba(169, 130, 63, 0.62);
  border-radius: var(--radius);
  padding: 10px 12px;
  color: inherit;
  background: rgba(255,255,255,0.05);
  font-size: 0.88rem;
}
.placeholder-stack.compact span { color: var(--muted); background: transparent; }
.upload-card {
  display: grid;
  gap: 14px;
  color: var(--ink);
}
.dropzone {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 150px;
  border: 1px dashed #aeb6b1;
  border-radius: var(--radius);
  background: #f7f8f5;
  text-align: center;
  color: var(--muted);
}
.dropzone strong { color: var(--ink); }
.contact-section { background: #fbfaf6; }
.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lead-form button { grid-column: 1 / -1; }

.admin-section {
  grid-template-columns: 320px 1fr;
  background: #e9ece8;
}
.admin-sidebar {
  position: sticky;
  top: 92px;
}
.dashboard { min-width: 0; }
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.metric-grid article { display: grid; gap: 6px; }
.metric-grid span, .metric-grid small, .panel-head span { color: var(--muted); font-size: 0.82rem; }
.metric-grid strong { font-size: 2rem; }
.dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
}
.panel.wide { grid-row: span 2; }
.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.panel-head h3 { margin: 0; }
.table-list, .lead-list {
  display: grid;
  gap: 8px;
}
.row-item {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.7fr 0.7fr;
  gap: 10px;
  align-items: center;
  border: 1px solid #e7e9e6;
  border-radius: 7px;
  padding: 10px;
  background: #fbfcfa;
  font-size: 0.88rem;
}
.row-item strong, .lead-item strong { display: block; }
.row-item span, .lead-item span { color: var(--muted); }
.lead-item, .pos-card {
  display: grid;
  gap: 8px;
  border: 1px solid #e7e9e6;
  border-radius: 7px;
  padding: 12px;
  background: #fbfcfa;
}
.pos-card .button { margin-top: 6px; width: 100%; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 22px clamp(16px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 1080px) {
  .hero, .trust-band, .verify-section, .contact-section, .admin-section {
    grid-template-columns: 1fr;
  }
  .watch-grid, .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-sidebar { position: static; }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }
  .brand { min-width: 0; }
  .main-nav { justify-content: flex-start; }
  .main-nav a { padding: 8px 10px; font-size: 0.86rem; }
  .hero { padding-top: 24px; }
  .hero-stats, .quick-search, .trust-grid, .lead-form, .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .watch-stage { min-height: 420px; }
  .floating-card {
    position: static;
    width: auto;
    margin: 10px 12px;
  }
  .watch-grid, .metric-grid { grid-template-columns: 1fr; }
  .row-item { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 420px) {
  .section { padding-inline: 12px; }
  .hero { padding-inline: 12px; }
  .button { width: 100%; }
  .hero-actions { width: 100%; }
}
