:root {
  color-scheme: dark;
  --bg: #070707;
  --bg2: #0e0e0d;
  --card: #151514;
  --card2: #1c1a17;
  --text: #f8f2e7;
  --muted: #a99e8d;
  --gold: #c9a96e;
  --gold2: #f0d59c;
  --line: rgba(201, 169, 110, 0.18);
  --line2: rgba(255, 255, 255, 0.08);
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --country-picker-height: 49px;
  --country-picker-radius: var(--radius);
  --country-picker-bg: #090909;
  --country-picker-dropdown-bg: #151514;
  --country-picker-search-bg: rgba(255, 255, 255, 0.05);
  --country-picker-text: var(--text);
  --country-picker-dropdown-text: var(--text);
  --country-picker-placeholder: var(--muted);
  --country-picker-muted: var(--muted);
  --country-picker-border: var(--line);
  --country-picker-focus: var(--gold);
  --country-picker-highlight: rgba(201, 169, 110, 0.16);
  --country-picker-highlight-text: var(--text);
  --country-picker-shadow: rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  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, input, select, textarea { font: inherit; }

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px max(22px, env(safe-area-inset-right)) 18px max(22px, env(safe-area-inset-left));
  transition: 220ms ease;
}
.nav.scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(7, 7, 7, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}
.brand span { color: var(--gold); }
.nav-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}
.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold2);
  padding: 0 18px;
  font-weight: 700;
}
.menu-btn { display: none; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 108px 22px 58px;
  overflow: hidden;
}
.hero-img, .hero-overlay { position: absolute; inset: 0; }
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  background:
    radial-gradient(circle at 68% 54%, rgba(201, 169, 110, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.68), rgba(7, 7, 7, 0.72) 42%, rgba(7, 7, 7, 0.94));
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  text-align: center;
}
.badge, .section-tag {
  display: inline-flex;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}
h1 {
  max-width: 900px;
  margin: 18px auto 18px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
}
.hero-sub {
  max-width: 670px;
  margin: 0 auto 28px;
  color: #ddd3c4;
  font-size: 18px;
  line-height: 1.55;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px auto;
}
.mini-grid article {
  min-height: 122px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(21, 21, 20, 0.74);
  backdrop-filter: blur(14px);
  text-align: left;
}
.mini-grid span, .range span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.mini-grid strong {
  display: block;
  margin: 8px 0;
  color: var(--gold2);
  font-size: 20px;
}
.mini-grid em {
  color: #d4cab9;
  font-size: 12px;
  font-style: normal;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 800;
  cursor: pointer;
}
.btn.primary {
  border: 0;
  color: #10100f;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
}
.btn.ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.section {
  padding: 96px 24px;
}
.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-head h2, .form-copy h2 {
  margin: 12px 0 14px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
}
.section-head p:last-child, .form-copy p:last-child {
  color: var(--muted);
  line-height: 1.6;
}
.prices, .why, .faq { background: var(--bg); }
.process, .appraisal { background: var(--bg2); }

.watch-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.watch-card, .feature-grid article, .process-grid article, .sell-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  overflow: hidden;
}
.watch-card {
  position: relative;
  transition: 220ms ease;
}
.watch-card:hover { transform: translateY(-5px); border-color: rgba(201, 169, 110, 0.38); }
.watch-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 213, 156, 0.18), transparent 42%),
    linear-gradient(180deg, #f6f1e7, #d9d0bf);
  border-bottom: 1px solid var(--line);
}
.watch-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}
.watch-photo figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.62);
  color: #f8f2e7;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(12px);
}
.watch-card .hot {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
}
.watch-card h3 {
  margin: 18px 18px 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
}
.watch-card p {
  margin: 0 18px 16px;
  color: var(--muted);
  line-height: 1.45;
}
.range {
  margin: 0 18px 16px;
  padding: 13px;
  border: 1px solid var(--line2);
  border-radius: var(--radius);
  background: rgba(0,0,0,.18);
}
.range strong {
  display: block;
  color: var(--gold2);
  font-size: 22px;
  margin-top: 4px;
}
.watch-card a {
  display: block;
  margin: 0 18px 18px;
  color: var(--gold);
  font-weight: 800;
}
.source-note {
  max-width: 1180px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.feature-grid, .process-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid article, .process-grid article {
  padding: 30px;
}
.feature-grid span, .process-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  opacity: .62;
}
h3 {
  margin: 0 0 10px;
  font-size: 22px;
}
.feature-grid p, .process-grid p, .faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.appraisal {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 38px;
  align-items: start;
}
.form-copy {
  max-width: 440px;
  justify-self: end;
}
.sell-form {
  max-width: 680px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
}
label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.wide { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #090909;
  color: var(--text);
  padding: 14px 15px;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.faq {
  max-width: none;
}
.faq details {
  max-width: 760px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.faq summary {
  padding: 22px 0;
  cursor: pointer;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}
.faq details p { padding: 0 0 22px; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(21,21,20,.96);
  color: var(--text);
  padding: 12px 15px;
  transition: 220ms ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 820px) {
  .nav-links, .nav-cta { display: none; }
  .menu-btn {
    width: 42px;
    height: 42px;
    display: grid;
    gap: 5px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(0,0,0,.2);
  }
  .menu-btn span {
    width: 18px;
    height: 2px;
    background: var(--text);
  }
  .nav-links.open {
    position: absolute;
    display: grid;
    left: 16px;
    right: 16px;
    top: 66px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(7,7,7,.96);
  }
  .hero { min-height: auto; padding-top: 112px; }
  .hero-content { text-align: left; }
  .mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions { justify-content: stretch; }
  .btn { width: 100%; }
  .watch-grid, .feature-grid, .process-grid, .appraisal, .sell-form { grid-template-columns: 1fr; }
  .form-copy { justify-self: stretch; }
  .section { padding: 72px 20px; }
  .section-head { text-align: left; }
}

@media (max-width: 430px) {
  h1 { font-size: 48px; }
  .mini-grid { grid-template-columns: 1fr; }
  .watch-card h3 { font-size: 23px; }
}
