/* JNR Wholesale Ltd — modern dark, gold accent */
:root {
  --bg: #0a0a0c;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-2: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(217, 179, 106, 0.45);
  --gold: #d9b36a;
  --gold-2: #f2dfae;
  --text: #f4f2ed;
  --muted: #9d9da6;
  --radius: 18px;
  --max: 1140px;
  --grad-gold: linear-gradient(120deg, #b98c3f, #e8c87e 45%, #f6e6b4);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(217, 179, 106, 0.07), transparent 60%),
    radial-gradient(700px 500px at 0% 110%, rgba(217, 179, 106, 0.04), transparent 60%);
  z-index: 0;
}

main, header, footer, section, .topstrip { position: relative; z-index: 1; }

img { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-family: "Sora", sans-serif; }

a { color: var(--gold-2); text-decoration: none; transition: color .2s; }
a:hover { color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- top strip ---------- */
.topstrip {
  font-size: 0.8rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.topstrip .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 24px;
  flex-wrap: wrap;
}
.topstrip a { color: var(--muted); }
.topstrip a:hover { color: var(--gold-2); }

/* ---------- floating pill header ---------- */
header.site {
  position: sticky;
  top: 14px;
  z-index: 50;
  padding: 0 16px;
}
.navpill {
  max-width: 960px;
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 9px 9px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(16, 16, 20, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.brand .name {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  color: var(--text);
  white-space: nowrap;
}
nav.main { display: flex; gap: 4px; align-items: center; }
nav.main a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  padding: 7px 13px;
  border-radius: 999px;
  transition: color .2s, background .2s;
}
nav.main a:hover { color: var(--text); background: var(--surface-2); }
nav.main a.active { color: var(--text); background: var(--surface-2); }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  font-size: 1.15rem;
  line-height: 1;
  padding: 8px 13px;
  cursor: pointer;
}

/* buttons */
.btn {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--text);
  background: var(--surface);
  transition: transform .2s, border-color .2s, background .2s, color .2s;
}
.btn:hover { border-color: var(--border-gold); color: var(--gold-2); transform: translateY(-1px); }
.btn.solid {
  background: var(--grad-gold);
  border-color: transparent;
  color: #17120a;
}
.btn.solid:hover { color: #17120a; filter: brightness(1.06); }
.btn.small { padding: 9px 20px; font-size: 0.86rem; }

/* ---------- hero ---------- */
.hero { padding: 92px 0 76px; }
.hero .wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-2);
  border: 1px solid var(--border-gold);
  background: rgba(217, 179, 106, 0.07);
  border-radius: 999px;
  padding: 7px 15px;
  margin-bottom: 26px;
}
.chip .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(217, 179, 106, 0.18);
}
.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.hero h1 .grad {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .sub {
  margin-top: 22px;
  max-width: 520px;
  color: var(--muted);
  font-size: 1.06rem;
}
.hero .cta-row { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero .stats {
  margin-top: 46px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.hero .stats div strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}
.hero .stats div span { font-size: 0.85rem; color: var(--muted); }

.hero-panel {
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 6px);
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  padding: 30px;
  backdrop-filter: blur(8px);
}
.hero-panel h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--gold-2);
}
.hero-panel ul { list-style: none; }
.hero-panel li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid var(--border);
  color: #d9d7d1;
  font-size: 0.95rem;
}
.hero-panel li:first-child { border-top: 0; padding-top: 0; }
.hero-panel li .tick {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(217, 179, 106, 0.14);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  margin-top: 3px;
}

/* ---------- sections ---------- */
section.block { padding: 76px 0; }
section.block.alt { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.014); }
.kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  text-align: center;
}
h2.title {
  text-align: center;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.divider { display: none; }
.lede {
  text-align: center;
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--muted);
}

/* ---------- cards ---------- */
.grid { display: grid; gap: 18px; margin-top: 46px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: left;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(217, 179, 106, 0.12);
}
.card .icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(217, 179, 106, 0.1);
  border: 1px solid rgba(217, 179, 106, 0.25);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  padding: 10px;
  margin-bottom: 18px;
}
.card .icon svg { width: 100%; height: 100%; }
.card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 8px;
}
.card p { font-size: 0.92rem; color: var(--muted); }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- prose pages ---------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h1 {
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  text-align: center;
}
.prose .updated { text-align: center; color: var(--muted); font-size: 0.88rem; margin-bottom: 44px; }
.prose h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold-2);
  margin: 38px 0 12px;
}
.prose p, .prose li { color: #ccc9c2; margin-bottom: 12px; }
.prose ul { padding-left: 22px; margin-bottom: 14px; }

/* ---------- about ---------- */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 46px;
}
.about-split .logo-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
}
.about-split .logo-panel img { max-width: 260px; margin: 0 auto; border-radius: 14px; }
.about-split h3 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.about-split p { color: #ccc9c2; margin-bottom: 14px; }
.check-list { list-style: none; margin-top: 8px; }
.check-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: #ccc9c2;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(217, 179, 106, 0.14);
  color: var(--gold-2);
  font-size: 0.7rem;
  display: grid;
  place-items: center;
}

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
  margin-top: 46px;
  align-items: start;
}
.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
}
.contact-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 16px; }
.contact-card p { color: var(--muted); margin-bottom: 14px; font-size: 0.95rem; }
.contact-card .line { color: var(--text); font-size: 1rem; margin-bottom: 6px; }
form.contact {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
}
form.contact label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  margin: 16px 0 6px;
}
form.contact label:first-of-type { margin-top: 0; }
form.contact input, form.contact textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.98rem;
  padding: 12px 14px;
  transition: border-color .2s;
}
form.contact input:focus, form.contact textarea:focus { outline: none; border-color: var(--gold); }
form.contact button { margin-top: 24px; cursor: pointer; border: none; }

/* ---------- footer ---------- */
footer.site {
  border-top: 1px solid var(--border);
  padding: 56px 0 30px;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-grid h4 {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
}
.foot-grid p, .foot-grid a { color: var(--muted); font-size: 0.9rem; }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 8px; }
.foot-grid a:hover { color: var(--gold-2); }
.legal {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
}

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
  .grid.three { grid-template-columns: 1fr; }
  .about-split, .contact-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  nav.main {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(16, 16, 20, 0.97);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 14px;
    gap: 4px;
    backdrop-filter: blur(18px);
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 11px 15px; }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
  .topstrip { display: none; }
}
@media (max-width: 560px) {
  .grid.four { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 52px; }
  .hero .stats { gap: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .btn, .reveal { transition: none; }
  .reveal { opacity: 1; transform: none; }
}
