/*
Theme Name: JR Returns
Theme URI: https://jrreturns.com
Author: JR Returns
Description: Premium B2B wholesale theme for residual lots and clearance goods — header, footer, WooCommerce-ready.
Version: 2.2.9
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jr-returns
*/

:root {
  /* Premium: obsidian + champagne gold + stone */
  --jr-navy: #0a0c10;
  --jr-navy-2: #151922;
  --jr-ink: #1a1d26;
  --jr-surface: #f7f6f4;
  --jr-muted-bg: #efeeeb;
  --jr-line: #e3e0da;
  --jr-text: #14131a;
  --jr-muted: #6a6660;
  --jr-accent: #9e7a4f;
  --jr-accent-dark: #7d5f3c;
  --jr-lime: #c5a46a; /* champagne highlight (legacy token name) */
  --jr-gold: #c5a46a;
  --jr-warm: #a86b3d;
  --jr-radius: 14px;
  --jr-shadow: 0 14px 44px rgba(10, 12, 16, 0.07);
  --jr-shadow-lg: 0 28px 70px rgba(10, 12, 16, 0.12);
  --jr-max: 1760px;
  --jr-font: "Manrope", system-ui, sans-serif;
  --jr-display: "Syne", "Manrope", sans-serif;
  --jr-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --jr-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--jr-font);
  color: var(--jr-text);
  background:
    radial-gradient(1100px 560px at 8% -8%, rgba(197, 164, 106, 0.09), transparent 55%),
    radial-gradient(900px 480px at 100% 0%, rgba(158, 122, 79, 0.06), transparent 50%),
    var(--jr-surface);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; }

::selection {
  background: rgba(197, 164, 106, 0.28);
  color: var(--jr-navy);
}

.jr-container {
  width: min(100% - clamp(1.5rem, 4vw, 4rem), var(--jr-max));
  margin-inline: auto;
}

.jr-skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.jr-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  padding: .75rem 1rem;
}

/* Top bar — light USP strip like premium wholesale sites */
.jr-topbar {
  background: #fff;
  color: var(--jr-text);
  font-size: .8rem;
  border-bottom: 1px solid var(--jr-line);
}
.jr-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .55rem 0;
  flex-wrap: wrap;
}
.jr-topbar__left,
.jr-topbar__right {
  display: flex;
  gap: 1.15rem;
  align-items: center;
  flex-wrap: wrap;
}
.jr-usp-mini {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--jr-muted);
  font-weight: 650;
  letter-spacing: .01em;
}
.jr-usp-mini__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jr-gold);
  box-shadow: 0 0 0 3px rgba(197, 164, 106, .18);
  flex-shrink: 0;
}
.jr-usp-mini i {
  font-style: normal;
  color: var(--jr-accent-dark);
  font-size: .85rem;
}
.jr-topbar a {
  color: var(--jr-text);
  font-weight: 700;
  transition: color .2s;
}
.jr-topbar a:hover { color: var(--jr-accent-dark); }
.jr-topbar__account { color: var(--jr-navy) !important; }
.jr-topbar__dot { opacity: .35; }

/* Header — dark premium bar */
.jr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--jr-navy);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 10px 30px rgba(7,17,31,.18);
}
.jr-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  min-height: 84px;
}
.jr-logo {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: #fff;
  min-width: max-content;
}
.jr-logo__mark-img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  background: #fff;
}
.jr-logo__img {
  height: 46px;
  width: auto;
  max-width: min(220px, 48vw);
  object-fit: contain;
  display: block;
}
.jr-logo__img--header {
  height: 48px;
  max-width: min(260px, 58vw);
}
.jr-logo__img--footer {
  height: 58px;
  width: auto;
  max-width: 280px;
}
/* WooCommerce sets `.woocommerce img { height:auto; max-width:100% }` — keep logos capped */
.woocommerce .jr-logo__img,
.woocommerce-page .jr-logo__img,
.single-product .jr-logo__img {
  height: 46px;
  width: auto;
  max-width: min(220px, 48vw);
}
.woocommerce .jr-logo__img--header,
.woocommerce-page .jr-logo__img--header,
.single-product .jr-logo__img--header {
  height: 48px;
  max-width: min(260px, 58vw);
}
.woocommerce .jr-logo__img--footer,
.woocommerce-page .jr-logo__img--footer,
.single-product .jr-logo__img--footer,
.jr-footer .jr-logo__img,
.jr-footer .jr-logo__img--footer {
  height: 58px;
  width: auto;
  max-width: 280px;
}
.jr-footer .jr-logo {
  display: inline-flex;
  max-width: 280px;
}
.jr-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: .18rem;
}
.jr-logo__text strong {
  font-family: var(--jr-display);
  font-size: 1.15rem;
  letter-spacing: .08em;
  font-weight: 800;
  color: #fff;
}
.jr-logo__text em {
  font-style: normal;
  font-size: .72rem;
  letter-spacing: .22em;
  font-weight: 750;
  color: var(--jr-gold);
}
.jr-logo__mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #d4b483, #8a6840);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(158, 122, 79, .28);
}
.jr-logo span em {
  font-style: normal;
  color: var(--jr-accent-dark);
}

.jr-nav-wrap { display: flex; justify-content: center; }
.jr-nav {
  display: flex;
  justify-content: center;
  gap: .1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jr-nav li { list-style: none; }
.jr-nav a {
  display: inline-flex;
  padding: .55rem .8rem;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-weight: 650;
  font-size: .92rem;
  transition: .2s ease;
}
.jr-nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.jr-nav .current-menu-item > a,
.jr-nav .current_page_item > a {
  color: #fff;
  background: rgba(255,255,255,.12);
}
.jr-nav a[href*="contact"] {
  color: var(--jr-gold);
}
.jr-nav a[href*="contact"]:hover {
  color: #fff;
  background: rgba(197, 164, 106, .16);
}

.jr-header__cta {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.jr-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 44px;
  padding: 0 1.15rem;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff !important;
  font-weight: 700;
  font-size: .88rem;
  line-height: 1;
}
.jr-pill:hover {
  border-color: var(--jr-lime);
  color: var(--jr-lime) !important;
}
.jr-pill__icon { letter-spacing: .01em; }
.jr-btn-stock {
  background: var(--jr-gold) !important;
  color: #1a140c !important;
  border-radius: 10px !important;
  min-height: 44px !important;
  padding: 0 1.2rem !important;
  font-weight: 750 !important;
  font-size: .88rem !important;
  box-shadow: none;
}
.jr-btn-stock:hover {
  background: #d8b87a !important;
  color: #0a0c10 !important;
  transform: none;
}
.jr-phone {
  font-weight: 700;
  color: var(--jr-navy);
  font-size: .92rem;
}
.jr-menu-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

/* Buttons — one sleek system */
.jr-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce ul.products li.product .button,
.wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .4rem;
  min-height: 46px !important;
  padding: 0 1.25rem !important;
  border-radius: 12px !important;
  font-weight: 750 !important;
  font-size: .9rem !important;
  line-height: 1 !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  transition: background .2s var(--jr-ease), color .2s var(--jr-ease), border-color .2s var(--jr-ease), transform .15s var(--jr-ease), opacity .2s ease !important;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none !important;
  transform: none !important;
}
.jr-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-1px) !important;
  opacity: 1;
}
.jr-btn:active,
.woocommerce a.button:active,
.woocommerce button.button:active {
  transform: scale(0.97) !important;
  transition-duration: .08s !important;
}
.jr-btn-primary {
  background: var(--jr-navy) !important;
  color: #fff !important;
}
.jr-btn-primary:hover { background: #1c2230 !important; }
.jr-btn-accent {
  background: var(--jr-gold) !important;
  color: #1a140c !important;
}
.jr-btn-accent:hover { background: #d8b87a !important; color: #0a0c10 !important; }
.jr-btn-ghost {
  background: transparent !important;
  border-color: rgba(255,255,255,.28) !important;
  color: #fff !important;
}
.jr-btn-ghost:hover {
  border-color: #fff !important;
  background: rgba(255,255,255,.08) !important;
}
.jr-btn-light {
  background: #fff !important;
  color: var(--jr-navy) !important;
}
.jr-btn-outline {
  background: transparent !important;
  border-color: var(--jr-line) !important;
  color: var(--jr-navy) !important;
}
.jr-btn-outline:hover {
  border-color: var(--jr-navy) !important;
  background: var(--jr-muted-bg) !important;
}
/* Outline / primary on dark surfaces — keep labels readable */
.jr-contact .jr-btn-outline,
.jr-contact__channels .jr-btn-outline,
.jr-section--deep .jr-btn-outline,
.jr-cta .jr-btn-outline,
.jr-join-banner .jr-btn-outline,
.jr-auction__won .jr-btn-outline,
.jr-product-hero .jr-btn-outline {
  border-color: rgba(255, 255, 255, .34) !important;
  color: #fff !important;
  background: transparent !important;
}
.jr-contact .jr-btn-outline:hover,
.jr-contact__channels .jr-btn-outline:hover,
.jr-section--deep .jr-btn-outline:hover,
.jr-cta .jr-btn-outline:hover,
.jr-join-banner .jr-btn-outline:hover,
.jr-auction__won .jr-btn-outline:hover,
.jr-product-hero .jr-btn-outline:hover {
  border-color: var(--jr-gold) !important;
  color: #fff !important;
  background: rgba(197, 164, 106, .14) !important;
}
.jr-contact .jr-btn-primary,
.jr-contact__channels .jr-btn-primary {
  background: var(--jr-gold) !important;
  color: #1a140c !important;
}
.jr-contact .jr-btn-primary:hover,
.jr-contact__channels .jr-btn-primary:hover {
  background: #d8b87a !important;
  color: #0a0c10 !important;
}
.jr-btn-wa {
  background: #25d366 !important;
  color: #fff !important;
  margin-bottom: 1.25rem;
}
.jr-btn-wa:hover { filter: none; background: #1ebe5d !important; }
.jr-interest-actions .jr-btn,
.jr-contact__channels .jr-btn,
.jr-hero__actions .jr-btn,
.jr-sold-overlay .jr-btn {
  margin: 0;
}

/* Hero */
.jr-hero {
  position: relative;
  min-height: clamp(560px, 86vh, 780px);
  display: grid;
  align-items: end;
  justify-items: start;
  color: #fff;
  overflow: hidden;
  background: var(--jr-navy);
}
.jr-hero__media {
  position: absolute;
  inset: 0;
}
.jr-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: jrKen 18s var(--jr-ease) alternate infinite;
}
.jr-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(6,16,28,.94) 0%, rgba(6,16,28,.72) 38%, rgba(6,16,28,.28) 72%, rgba(6,16,28,.18) 100%),
    linear-gradient(180deg, rgba(6,16,28,.18) 0%, rgba(6,16,28,.78) 100%);
}
.jr-hero__content {
  position: relative;
  z-index: 1;
  padding: 8rem 0 5rem;
  max-width: min(1120px, 100%);
  width: min(1120px, calc(100% - clamp(1.5rem, 3vw, 2.75rem)));
  margin-left: clamp(1.25rem, 3vw, 2.5rem);
  margin-right: auto;
  justify-self: start;
}
.jr-hero__brand {
  margin: 0 0 1rem;
  font-family: var(--jr-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: .28em;
  color: var(--jr-lime);
  text-indent: .28em;
}
.jr-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .4rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  font-weight: 650;
  margin-bottom: 1.2rem;
}
.jr-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jr-gold);
  box-shadow: 0 0 0 4px rgba(197, 164, 106, .18);
}
.jr-hero h1 {
  margin: 0;
  font-family: var(--jr-display);
  font-size: clamp(2.9rem, 7.2vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.03em;
  max-width: min(22ch, 100%);
  font-weight: 800;
  animation: jrHeroIn .9s var(--jr-ease-out) both;
}
.jr-hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(197, 164, 106, .9);
  margin-top: .08em;
}
.jr-hero__lead {
  margin: 1.35rem 0 1.9rem;
  max-width: min(48ch, 100%);
  color: rgba(255,255,255,.76);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  animation: jrHeroIn .9s .12s var(--jr-ease-out) both;
}
.jr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  animation: jrHeroIn .9s .22s var(--jr-ease-out) both;
}

@keyframes jrKen {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}
@keyframes jrHeroIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* Sections */
.jr-section { padding: 5.5rem 0; }
.jr-section--muted {
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.2)),
    var(--jr-muted-bg);
}
.jr-section--deep {
  background:
    radial-gradient(800px 320px at 80% 20%, rgba(197, 164, 106, .14), transparent 60%),
    linear-gradient(180deg, #151922, #0a0c10);
  color: #fff;
}
.jr-section--deep .jr-eyebrow { color: var(--jr-lime); }
.jr-section--deep h2 { color: #fff; }
.jr-section--deep p { color: rgba(255,255,255,.72); }
.jr-section__head {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: 2.25rem;
}
.jr-eyebrow {
  color: var(--jr-accent-dark);
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .72rem;
  margin: 0 0 .5rem;
}
.jr-section h2,
.jr-page-hero h1 {
  margin: 0;
  font-family: var(--jr-display);
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}
.jr-section p.jr-sub {
  margin: .75rem 0 0;
  color: var(--jr-muted);
  max-width: 48ch;
  font-size: 1.02rem;
}

/* Product cards */
.jr-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.jr-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 239, .95);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, var(--jr-shadow);
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--jr-ease), box-shadow .35s var(--jr-ease), border-color .25s ease;
}
.jr-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--jr-shadow-lg);
  border-color: rgba(197, 164, 106, .35);
}
.jr-card__media {
  position: relative;
  aspect-ratio: 1.12 / 1;
  background: linear-gradient(160deg, #d8e0ea, #eef2f6);
  overflow: hidden;
}
.jr-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--jr-ease);
}
.jr-card:hover .jr-card__media img { transform: scale(1.045); }
.jr-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  background: rgba(6, 16, 28, .92);
  color: #fff;
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .42rem .7rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.jr-badge--lime {
  background: var(--jr-gold);
  color: #1a140c;
}
.jr-badge--warn {
  background: #e5484d;
  color: #fff;
}
.jr-card__body {
  padding: 1.15rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  flex: 1;
}
.jr-card__batch {
  color: var(--jr-muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.jr-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.jr-card p {
  margin: 0;
  color: var(--jr-muted);
  font-size: .92rem;
}
.jr-card__link {
  margin-top: auto;
  padding-top: .55rem;
  color: var(--jr-accent-dark);
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.jr-card__link::after { content: none; }
.jr-card:hover .jr-card__link { color: var(--jr-navy); }

/* CTA band */
.jr-cta {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 400px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.jr-section--deep .jr-cta { box-shadow: none; }
.jr-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}
.jr-cta__panel {
  color: #fff;
  padding: clamp(2rem, 4vw, 3.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
.jr-cta__panel h2 {
  font-family: var(--jr-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -.035em;
  margin: 0 0 1rem;
  color: #fff;
}
.jr-cta__panel p {
  color: rgba(255,255,255,.7);
  margin: 0 0 1.5rem;
  max-width: 38ch;
  line-height: 1.65;
}

/* Split info */
.jr-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.jr-panel {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--jr-line);
  border-radius: 20px;
  padding: 1.85rem 1.9rem;
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.jr-panel h3 {
  margin: 0 0 .7rem;
  font-family: var(--jr-display);
  font-size: 1.4rem;
  letter-spacing: -.025em;
}
.jr-panel p { color: var(--jr-muted); margin: 0 0 1.2rem; line-height: 1.65; }

/* USPs */
.jr-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.35rem;
}
.jr-usp {
  background: #fff;
  border: 1px solid var(--jr-line);
  border-radius: 18px;
  padding: 1.45rem 1.4rem;
}
.jr-usp__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--jr-muted-bg);
  margin-bottom: .9rem;
  font-size: 1.2rem;
}
.jr-usp__mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  margin-bottom: 1rem;
  background:
    linear-gradient(145deg, #d4b483, #8a6840);
  position: relative;
}
.jr-usp__mark::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
}
.jr-usp__mark--fast {
  background: linear-gradient(145deg, #e0c89a, #a07d52);
}
.jr-usp__mark--fast::after {
  inset: 11px 8px 11px 14px;
  border: 0;
  border-right: 2px solid #1a140c;
  border-bottom: 2px solid #1a140c;
  transform: rotate(-45deg);
  border-radius: 0;
}
.jr-usp__mark--price {
  background: linear-gradient(145deg, #2a2e38, var(--jr-navy));
}
.jr-usp__mark--price::after {
  inset: 12px 8px;
  border: 0;
  border-top: 2px solid var(--jr-gold);
  border-bottom: 2px solid var(--jr-gold);
  border-radius: 0;
}
.jr-usp strong {
  display: block;
  font-family: var(--jr-display);
  letter-spacing: -.02em;
  margin-bottom: .35rem;
  font-size: 1.05rem;
}
.jr-usp span { color: var(--jr-muted); font-size: .92rem; line-height: 1.5; }

/* Contact */
.jr-contact {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.5rem;
  background:
    radial-gradient(600px 280px at 0% 0%, rgba(197, 164, 106, .16), transparent 55%),
    linear-gradient(145deg, #151922, #0a0c10);
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  padding: clamp(1.75rem, 3.5vw, 2.6rem);
  border: 1px solid rgba(255,255,255,.06);
}
.jr-contact h2 {
  font-family: var(--jr-display);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  letter-spacing: -.035em;
  margin: 0 0 1rem;
}
.jr-contact p { color: rgba(255,255,255,.7); max-width: 42ch; line-height: 1.65; }
.jr-contact__channels {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.4rem;
}
.jr-contact__form {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 1.2rem;
}
.jr-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}
.jr-field { display: flex; flex-direction: column; gap: .35rem; }
.jr-field label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.jr-field input,
.jr-field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.96);
  color: var(--jr-text);
  border-radius: 10px;
  padding: .85rem .95rem;
  outline: none;
  min-height: 44px;
}
.jr-field textarea { min-height: 120px; resize: vertical; }
.jr-field--full { grid-column: 1 / -1; }
.jr-form-actions { display: flex; justify-content: flex-end; margin-top: .9rem; }
.jr-form-notice {
  margin-bottom: .9rem;
  padding: .8rem 1rem;
  border-radius: 10px;
  background: rgba(25,164,99,.18);
  color: #b7f0d0;
  font-weight: 700;
  font-size: .9rem;
}
.jr-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}
.jr-contact__form .jr-form { position: relative; }

/* Page hero */
.jr-page-hero {
  background:
    radial-gradient(700px 280px at 90% 0%, rgba(197, 164, 106, .16), transparent 60%),
    linear-gradient(180deg, #151922, #0a0c10);
  color: #fff;
  padding: 4.5rem 0 3.2rem;
}
.jr-page-hero p {
  color: rgba(255,255,255,.72);
  max-width: 54ch;
  margin: .8rem 0 0;
}

/* Footer */
.jr-footer {
  background: #fff;
  border-top: 1px solid var(--jr-line);
  padding: 3.75rem 0 1.6rem;
}
.jr-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 1.75rem;
}
.jr-footer__brand p {
  color: var(--jr-muted);
  margin: 1rem 0 0;
  max-width: 34ch;
  font-size: .95rem;
  line-height: 1.6;
}
.jr-social {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.1rem;
}
.jr-social a {
  display: inline-flex !important;
  padding: .45rem .8rem !important;
  border-radius: 999px;
  background: var(--jr-muted-bg);
  color: var(--jr-navy) !important;
  font-size: .82rem;
  font-weight: 750;
}
.jr-social a:hover { background: var(--jr-navy); color: #fff !important; }
.jr-footer h4 {
  margin: 0 0 .9rem;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--jr-muted);
}
.jr-footer a {
  display: block;
  color: var(--jr-text);
  padding: .28rem 0;
  font-weight: 600;
  font-size: .94rem;
}
.jr-footer a:hover { color: var(--jr-accent-dark); }
.jr-footer__bottom {
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--jr-line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--jr-muted);
  font-size: .88rem;
}
.jr-footer__bottom nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Woo overrides */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: #fff;
  border: 1px solid var(--jr-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--jr-shadow);
  padding: 0 0 1.1rem !important;
  transition: transform .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: var(--jr-shadow-lg);
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
  border-bottom: 1px solid var(--jr-line);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 1rem;
  font-size: 1.02rem !important;
  color: var(--jr-text) !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.price,
.jr-price-reveal,
.jr-price-locked {
  display: none !important;
}
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit {
  margin: .75rem 1rem 0 !important;
  background: var(--jr-navy) !important;
  color: #fff !important;
}
.woocommerce div.product .product_title { font-family: var(--jr-display); }
.site-main, .woocommerce-page .content-area { padding: 2.5rem 0 4rem; }
body.single-product .site-main,
body.single-product .content-area { padding: 0; }

/* Single product page */
.jr-product-hero {
  position: relative;
  background:
    linear-gradient(120deg, rgba(10,12,16,.94), rgba(21,25,34,.82)),
    radial-gradient(800px 320px at 80% 20%, rgba(197,164,106,.16), transparent 60%),
    #0a0c10;
  color: #fff;
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
}
.jr-product-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.jr-product-hero h1 {
  margin: 0;
  font-family: var(--jr-display);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  letter-spacing: -.04em;
  line-height: .95;
  display: flex;
  flex-direction: column;
}
.jr-product-hero .jr-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(197, 164, 106, .95);
}
.jr-product-hero .jr-solid { color: #fff; }
.jr-product-hero__contact {
  border-color: rgba(255,255,255,.35) !important;
}
.jr-product-main { padding-top: 3rem; }
.jr-product-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: start;
}
.jr-product-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #151922;
  box-shadow: var(--jr-shadow-lg);
  aspect-ratio: 1 / 1.02;
}
.jr-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jr-product-media .jr-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.jr-product-title {
  margin: 0 0 .75rem;
  font-family: var(--jr-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -.03em;
  line-height: 1.1;
}
.jr-product-summary {
  color: var(--jr-muted);
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
}
.jr-btn-wa {
  background: #25d366 !important;
  color: #fff !important;
}
.jr-btn-wa:hover { filter: none; background: #1ebe5d !important; }
.jr-product-info > .jr-btn-wa { margin-bottom: 1.25rem; }
.jr-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.4rem;
}
.jr-spec-table th,
.jr-spec-table td {
  text-align: left;
  padding: .85rem 0;
  border-bottom: 1px solid var(--jr-line);
  vertical-align: top;
}
.jr-spec-table th {
  width: 42%;
  color: var(--jr-muted);
  font-weight: 650;
  font-size: .92rem;
}
.jr-spec-table td {
  font-weight: 750;
  color: var(--jr-text);
}
.jr-spec-table a { color: var(--jr-accent-dark); text-decoration: underline; }
.jr-status.is-sale { color: #1d6fd8; }
.jr-status.is-sold { color: #19a463; font-weight: 800; }
.jr-badge--sold {
  background: #19a463 !important;
  color: #fff !important;
}
.jr-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(25,164,99,.12);
  color: #0f7a48;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: .7rem;
}
.jr-product-media.is-sold img {
  filter: saturate(.85) brightness(.72);
}
.jr-sold-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: center;
  background: rgba(7,17,31,.62);
  color: #fff;
  z-index: 3;
}
.jr-sold-overlay strong {
  font-family: var(--jr-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.jr-sold-box {
  border-color: rgba(25,164,99,.28);
  background: linear-gradient(180deg, #f3fbf7, #fff);
}
.jr-interest-box,
.jr-questions {
  border: 1px solid var(--jr-line);
  border-radius: 18px;
  padding: 1.2rem 1.25rem;
  background: #fff;
  box-shadow: var(--jr-shadow);
  margin-bottom: 1rem;
}
.jr-interest-box h3,
.jr-questions h3 {
  margin: 0 0 .9rem;
  font-family: var(--jr-display);
  font-size: 1.15rem;
}
.jr-interest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.jr-hint {
  margin: .85rem 0 0;
  color: var(--jr-muted);
  font-size: .9rem;
}

.jr-auth-cta {
  text-align: center;
  padding: 1.5rem 1rem 1.25rem;
  border-top: 1px solid var(--jr-line);
  margin-top: .5rem;
}
.jr-auth-cta h3 {
  margin: 0 0 .45rem;
  font-family: var(--jr-display);
  font-size: 1.25rem;
  color: var(--jr-navy);
}
.jr-auth-cta__fee {
  margin: 0 0 1rem;
  color: var(--jr-muted);
  font-weight: 700;
  font-size: .95rem;
}
.jr-join-banner {
  background: linear-gradient(145deg, #151922, #0a0c10);
  color: #fff;
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  margin: 0 0 1.5rem;
  border: 1px solid rgba(197, 164, 106, .18);
}
.jr-join-banner .jr-eyebrow { color: var(--jr-lime); }
.jr-join-banner h2 {
  margin: .2rem 0 .7rem;
  font-family: var(--jr-display);
  font-size: 1.6rem;
}
.jr-join-fee {
  margin: 0 0 1rem;
  font-size: 1.15rem;
}
.jr-join-fee strong { color: var(--jr-lime); font-size: 1.35rem; }
.jr-join-steps {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: rgba(255,255,255,.82);
}
.jr-join-steps li { margin: .35rem 0; }
.jr-join-banner .jr-hint { color: rgba(255,255,255,.65); margin: 0; }
.woocommerce-account .woocommerce { max-width: 920px; }
.woocommerce form.register,
.woocommerce form.login {
  border: 1px solid var(--jr-line) !important;
  border-radius: 14px !important;
  padding: 1.25rem !important;
}
.jr-auth-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  flex-wrap: wrap;
}
.jr-auth-or {
  color: var(--jr-muted);
  font-weight: 650;
}
.jr-auth-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 46px;
  padding: 0 1.15rem;
  border: 1px solid #1a2332;
  border-radius: 8px;
  background: #fff;
  color: #1a2332 !important;
  font-weight: 750;
  font-size: .95rem;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease;
}
.jr-auth-btn:hover {
  background: var(--jr-navy);
  color: #fff !important;
}
.jr-auth-btn__icon {
  color: var(--jr-gold);
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
}
.jr-auth-btn:hover .jr-auth-btn__icon { color: var(--jr-lime); }
.jr-member-panel {
  background: #fff;
  border: 1px solid var(--jr-line);
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  margin: 0 0 1.25rem;
  box-shadow: var(--jr-shadow);
}
.jr-reg-id .jr-reg-hint {
  display: block;
  margin-top: .45rem;
  color: var(--jr-muted);
  font-size: .86rem;
  line-height: 1.45;
}
.woocommerce form.register input[type="file"] {
  padding: .65rem .75rem !important;
  background: #fff;
  border: 1px dashed var(--jr-line) !important;
  border-radius: 10px !important;
  width: 100%;
}
.woocommerce form.register .form-row-first,
.woocommerce form.register .form-row-last {
  width: 48%;
  float: left;
}
.woocommerce form.register .form-row-last { float: right; }
.woocommerce form.register .clear { clear: both; }
@media (max-width: 640px) {
  .woocommerce form.register .form-row-first,
  .woocommerce form.register .form-row-last {
    width: 100%;
    float: none;
  }
}

/* Auction */
.jr-auction {
  background: #fff;
  border: 1px solid var(--jr-line);
  border-radius: 18px;
  padding: 1.25rem 1.35rem 1.4rem;
  margin: 1rem 0 0;
  box-shadow: var(--jr-shadow);
}
.jr-auction__head h3 {
  margin: .15rem 0 1rem;
  font-family: var(--jr-display);
  font-size: 1.35rem;
  color: var(--jr-navy);
}
.jr-auction__notice {
  padding: .75rem .9rem;
  border-radius: 10px;
  margin: 0 0 1rem;
  font-weight: 650;
  font-size: .92rem;
}
.jr-auction__notice.is-ok { background: #e8f8ef; color: #0d6b3c; }
.jr-auction__notice.is-error { background: #fdecec; color: #9b1c1c; }
.jr-auction__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-bottom: 1rem;
}
.jr-auction__stats > div {
  background: var(--jr-muted-bg);
  border-radius: 12px;
  padding: .85rem .9rem;
}
.jr-auction__stats span {
  display: block;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--jr-muted);
  font-weight: 750;
  margin-bottom: .35rem;
}
.jr-auction__stats strong {
  font-family: var(--jr-display);
  font-size: 1.15rem;
  color: var(--jr-navy);
}
.jr-auction__countdown {
  margin-top: .35rem;
  font-weight: 800;
  color: var(--jr-accent-dark);
  font-size: .92rem;
}
.jr-auction__leading {
  background: #eef8f6;
  color: #0b6b5f;
  border-radius: 10px;
  padding: .7rem .9rem;
  font-weight: 700;
  margin-bottom: .85rem;
}
.jr-auction__form-row {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.jr-auction__form-row input {
  flex: 1 1 140px;
  min-height: 44px;
  border: 1px solid var(--jr-line);
  border-radius: 10px;
  padding: 0 .9rem;
  font-size: 1rem;
  font-weight: 700;
}
.jr-auction__won {
  background: linear-gradient(135deg, #0a0c10, #1c2230);
  color: #fff;
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(197, 164, 106, .22);
}
.jr-auction__won h4 {
  margin: 0 0 .5rem;
  font-family: var(--jr-display);
  font-size: 1.2rem;
  color: var(--jr-lime);
}
.jr-auction__won p { margin: 0 0 1rem; color: rgba(255,255,255,.82); }
.jr-auction__history { margin-top: 1.25rem; }
.jr-auction__history h4 {
  margin: 0 0 .65rem;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--jr-muted);
}
.jr-auction__history ul { list-style: none; margin: 0; padding: 0; }
.jr-auction__history li {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: .5rem;
  padding: .55rem 0;
  border-top: 1px solid var(--jr-line);
  font-size: .9rem;
}
.jr-auction__history li.is-top { font-weight: 800; color: var(--jr-navy); }
.jr-auction__gate .jr-auth-cta { border-top: 0; padding-left: 0; padding-right: 0; }
.jr-my-bids__list { margin: .4rem 0 0; padding-left: 1.1rem; }
.jr-my-bids__list li { margin: .35rem 0; }

@keyframes jrRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* Scroll reveal */
[data-jr-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--jr-ease-out), transform .7s var(--jr-ease-out);
  transition-delay: var(--jr-delay, 0ms);
}
[data-jr-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .jr-hero__media img,
  .jr-hero h1,
  .jr-hero__lead,
  .jr-hero__actions,
  [data-jr-reveal] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .jr-header__inner { grid-template-columns: auto auto; }
  .jr-nav-wrap { display: none; }
  .jr-nav-wrap.is-open,
  .jr-nav.is-open {
    display: flex;
  }
  .jr-nav.is-open,
  .jr-nav-wrap.is-open .jr-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: calc(100% + .4rem);
    background: #151922;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    padding: .6rem;
    box-shadow: var(--jr-shadow-lg);
    z-index: 120;
  }
  .jr-menu-toggle { display: inline-grid; place-items: center; }
  .jr-pill { display: none; }
  .jr-topbar__left { display: none; }
  .jr-products,
  .woocommerce ul.products,
  .jr-usps { grid-template-columns: 1fr 1fr; }
  .jr-cta,
  .jr-split,
  .jr-contact,
  .jr-footer__grid,
  .jr-product-grid { grid-template-columns: 1fr; }
  .jr-auction__stats { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .jr-products,
  .woocommerce ul.products,
  .jr-usps,
  .jr-form-grid { grid-template-columns: 1fr; }
  .jr-header__cta .jr-btn { padding: .7rem 1rem; }
  .jr-auction__history li { grid-template-columns: 1fr; gap: .15rem; }
}
