/* Junovit landing page — scoped under .jv */

.jv, .jv * { box-sizing: border-box; }
.jv {
  font-family: 'Jost', 'Century Gothic', system-ui, sans-serif;
  background: #FBF5F5;
  color: #2A2348;
  -webkit-font-smoothing: antialiased;
  overflow: visible;
}
/* Prevent Betheme's mobile overflow rules from killing position: sticky */
body.junovit-landing,
body.junovit-landing #Wrapper,
body.junovit-landing #Content,
body.junovit-landing .section,
body.junovit-landing .container,
body.junovit-landing .the_content_wrapper { overflow: visible !important; }
.jv img { max-width: 100%; }
.jv a { text-decoration: none; }
html { scroll-behavior: smooth; }
#jv-top, #jv-science, #jv-product, #jv-evidence, #jv-buy { scroll-margin-top: 112px; }

.jv-wrap { max-width: 1280px; margin: 0 auto; padding: 0 48px; }

/* --- top bar --- */
.jv-topbar {
  background: linear-gradient(90deg, #EFCFD1 0%, #D7ACC3 48%, #B7A0C8 100%);
  color: #3A2E52; font-size: 11.5px; font-weight: 400; letter-spacing: 0.16em;
  text-transform: uppercase; text-align: center; padding: 12px 24px;
}

/* --- header --- */
.jv-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 40; background: rgba(251,245,245,0.88); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.jv-bar {
  max-width: 1280px; margin: 0 auto; padding: 0 48px; height: 96px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px;
}
.jv-logo {
  display: block; width: 155px; height: 48px; background-color: #2A2348;
  -webkit-mask-image: url(https://junovit.com/wp-content/uploads/2025/03/junovit-logo-1.png); mask-image: url(https://junovit.com/wp-content/uploads/2025/03/junovit-logo-1.png);
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: left center; mask-position: left center;
  transition: background-color 0.2s;
}
.jv-logo:hover { background-color: #A8577B; }
.jv-nav { display: flex; align-items: center; gap: 34px; white-space: nowrap; }
.jv-nav a {
  color: #55507A; font-size: 16px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 9px 2px; border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.jv-nav a:hover { color: #A8577B; border-bottom-color: #A8577B; }
.jv-btn {
  background: #2A2348; color: #FBF5F5; font-size: 15px; font-weight: 500;
  letter-spacing: 0.02em; padding: 15px 36px; border-radius: 999px;
  display: inline-block; transition: background 0.2s;
}
.jv-btn:hover { background: #A8577B; color: #FFFFFF; }
.jv-btn-lg { padding: 17px 44px; }
.jv-cart {
  position: relative; width: 44px; height: 44px; color: #2A2348;
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto; transition: color 0.2s;
}
.jv-cart:hover { color: #A8577B; }
.jv-cart-badge {
  position: absolute; top: 0; right: -4px; min-width: 18px; height: 18px;
  padding: 0 5px; border-radius: 999px; background: #2A2348; color: #FFFFFF;
  font-size: 11px; font-weight: 500; line-height: 18px; letter-spacing: 0.01em;
  text-align: center; box-shadow: 0 0 0 2px #FBF5F5;
}

/* --- hero --- */
.jv-hero { background: linear-gradient(158deg, #F6E3E4 0%, #E7C6CD 28%, #D0B2CD 60%, #B4A9D0 100%); }
.jv-hero-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 3fr 2fr; align-items: stretch; }
.jv-hero-text { padding: 104px 48px 108px; display: flex; flex-direction: column; justify-content: center; }
.jv-hero-text h1 { font-weight: 200; font-size: 62px; line-height: 1.02; letter-spacing: -0.02em; margin: 0 0 30px; text-wrap: pretty; }
.jv-hero-text h1 span { color: #A8577B; }
.jv-lede { font-size: 19px; font-weight: 300; line-height: 1.6; color: #55507A; margin: 0 0 42px; max-width: 46ch; text-wrap: pretty; }
.jv-hero-cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.jv-hero-note { font-size: 13px; color: #6B6288; line-height: 1.7; }
.jv-hero-img { position: relative; min-height: 700px; overflow: hidden; }
.jv-hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }

/* --- stats --- */
.jv-stats { background: #F3E7EA; padding: 76px 0; }
.jv-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; }
.jv-stat-n { font-size: 27px; font-weight: 300; line-height: 1.2; color: #2A2348; margin-bottom: 12px; }
.jv-stat-l { font-size: 14.5px; font-weight: 300; color: #6B6288; line-height: 1.65; }

/* --- generic sections --- */
.jv-sec { padding: 112px 0; }
.jv-sec-light { background: #FBF5F5; }
.jv-sec-rose { background: #F3E7EA; }
.jv-sec-head { padding-bottom: 64px; }
.jv-kicker { font-size: 17px; letter-spacing: 0.16em; text-transform: uppercase; color: #A8577B; margin-bottom: 24px; }
.jv-kicker-sm { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #A8577B; margin-bottom: 18px; }
.jv-kicker-grey { color: #8A82A6; margin-bottom: 14px; }
.jv-h2 { font-weight: 200; font-size: 48px; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 22px; text-wrap: pretty; }
.jv-narrow-18 { max-width: 18ch; }
.jv-narrow-19 { max-width: 19ch; margin-bottom: 0; }
.jv-narrow-21 { max-width: 21ch; }
.jv-h3 { font-weight: 300; font-size: 32px; line-height: 1.2; margin: 0 0 18px; }
.jv-h3-sm { font-weight: 300; font-size: 26px; line-height: 1.25; margin: 0 0 14px; color: #2A2348; }
.jv-body { font-size: 16px; font-weight: 300; line-height: 1.78; color: #55507A; margin: 0 0 16px; max-width: 56ch; text-wrap: pretty; }
.jv-body.jv-last { margin-bottom: 0; }
.jv-body-sm { font-size: 14.5px; font-weight: 300; line-height: 1.72; color: #6B6288; margin: 0; max-width: 38ch; text-wrap: pretty; }

/* --- science splits --- */
.jv-split { display: grid; gap: 76px; align-items: center; }
.jv-split-a { grid-template-columns: 0.9fr 1.1fr; padding-bottom: 92px; }
.jv-split-b { grid-template-columns: 1.1fr 0.9fr; }
.jv-split-img { width: 100%; border-radius: 4px; display: block; }
.jv-cover { height: 100%; object-fit: cover; }

/* --- testimonials --- */
.jv-tsec { background: #EDE0E6; color: #2A2348; padding: 64px 0 72px; }
.jv-twrap { max-width: 900px; margin: 0 auto; padding: 0 48px; text-align: center; }
.jv-tkicker { margin-bottom: 20px; }
.jv-quote {
  margin: 0;
  font-family: 'Jost', 'Century Gothic', system-ui, sans-serif !important;
  font-style: normal !important;
  quotes: none;
  font-size: 25px; font-weight: 200; line-height: 1.5; letter-spacing: -0.01em;
  color: #2A2348; height: 230px; display: grid; place-items: center; text-wrap: pretty;
}
.jv-quote::before, .jv-quote::after, .jv-q::before, .jv-q::after { content: none !important; }
.jv-q { font-family: inherit; font-style: normal !important; grid-area: 1 / 1; opacity: 0; transition: opacity 420ms ease; pointer-events: none; }
.jv-q.is-active { opacity: 1; pointer-events: auto; }
.jv-tnav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 20px; }
.jv-arrow {
  width: 40px; height: 40px; border: 1px solid #C9AFBE; background: transparent; color: #6B3F5C;
  border-radius: 50%; cursor: pointer; font-size: 15px; line-height: 1;
  display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.jv-arrow:hover { background: #6B3F5C; color: #FFFFFF; border-color: #6B3F5C; }
.jv-tmeta { min-width: 190px; transition: opacity 420ms ease; }
.jv-tname { font-size: 15px; font-weight: 400; color: #2A2348; }
.jv-ttitle { font-size: 13px; font-weight: 300; color: #7A7196; margin-top: 4px; }

/* --- actives --- */
.jv-actives { background: #EFE4EA; }
.jv-actives-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.jv-active { padding: 64px 44px 66px 0; }

/* --- product --- */
.jv-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.jv-price-row .jv-h2 { margin-bottom: 0; }
.jv-price { display: flex; align-items: baseline; gap: 16px; }
.jv-price-n { font-size: 40px; font-weight: 300; }
.jv-price-day { font-size: 13px; color: #6B6288; }
.jv-spec { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; }
.jv-spec-cta { padding-top: 56px; }
.jv-table { width: 100%; border-collapse: collapse; border: 0 !important; background: transparent !important; font-size: 14.5px; font-weight: 300; }
.jv-table tr, .jv-table th, .jv-table td, .jv-table thead, .jv-table tbody {
  border: 0 !important; background: transparent !important;
}
.jv-table thead tr { border-bottom: 1px solid #DCC8D2 !important; }
.jv-table tbody tr { border-bottom: 1px solid #E8DBE1 !important; }
.jv-table th { text-align: left; padding: 12px 0; font-weight: 500; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #6B6288; }
.jv-table td { padding: 14px 0; color: #55507A; }
.jv-table td:first-child { color: #2A2348; }
.jv-table .jv-r { text-align: right; }
.jv-fine { font-size: 12.5px; color: #8A82A6; margin: 14px 0 0; }
.jv-form-col { font-size: 14.5px; font-weight: 300; line-height: 1.78; color: #55507A; }
.jv-form-col p { margin: 0 0 16px; }
.jv-form-col p:last-child { margin: 0; }
.jv-form-col strong { color: #2A2348; font-weight: 500; }
.jv-muted { color: #6B6288; }

/* --- evidence --- */
.jv-refs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 76px; }
.jv-ref-group { border-top: 1px solid #E0CFD8; padding: 28px 0 32px; }
.jv-ref-group h3 { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #A8577B; font-weight: 500; margin: 0 0 20px; }
.jv-paper { margin-bottom: 18px; }
.jv-authors { font-size: 14px; font-weight: 400; line-height: 1.55; color: #2A2348; }
.jv-ptitle { font-size: 15px; font-weight: 300; line-height: 1.5; color: #55507A; margin: 2px 0 4px; }
.jv-paper a { font-size: 12px; color: #A8577B; }
.jv-paper a:hover { color: #2A2348; }

/* --- articles --- */
.jv-articles { background: #FBF5F5; padding: 96px 0; }
.jv-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; }
.jv-article { display: block; color: #2A2348; border-top: 1px solid #E0CFD8; padding-top: 24px; transition: color 0.2s; }
.jv-article:hover { color: #A8577B; }
.jv-atitle { font-weight: 300; font-size: 23px; line-height: 1.3; text-wrap: pretty; }

/* --- buy band --- */
.jv-buy { position: relative; overflow: hidden; background: linear-gradient(140deg, #F6E2E1 0%, #EAC8D0 34%, #D8BCDA 68%, #C7BFE2 100%); }
.jv-buy-tex { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.22; mix-blend-mode: soft-light; display: block; }
.jv-buy-inner { position: relative; padding: 104px 48px; text-align: center; }
.jv-buy-inner .jv-h2 { margin: 0 auto 20px; color: #2A2348; }
.jv-buy-body { font-size: 16px; font-weight: 300; line-height: 1.7; color: #3A3460; margin: 0 auto 38px; max-width: 52ch; text-wrap: pretty; }

/* --- footer --- */
.jv-footer { background: #3A2E52; color: #C4B4CE; }
.jv-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding-top: 72px; padding-bottom: 40px; }
.jv-flogo { width: 110px; height: auto; display: block; margin-bottom: 18px; }
.jv-ftag { font-size: 16px; font-weight: 300; color: #E7C7D3; margin: 0 0 24px; }
.jv-social { display: flex; gap: 20px; font-size: 13px; }
.jv-social a, .jv-flinks a { color: #E7C7D3; }
.jv-flinks { display: flex; flex-direction: column; gap: 11px; font-size: 14px; font-weight: 300; }
.jv-flinks a { color: #EADCE6; }
.jv-social a:hover, .jv-flinks a:hover { color: #FFFFFF; }
.jv-fcompany { font-size: 13px; font-weight: 300; line-height: 1.85; }
.jv-legal-wrap { padding-bottom: 48px; }
.jv-legal { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: #A794B8; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .jv-wrap, .jv-bar, .jv-twrap { padding-left: 24px; padding-right: 24px; }
  .jv-hero-grid { grid-template-columns: 1fr; }
  .jv-hero-text { padding: 64px 24px 56px; }
  .jv-hero-img { min-height: 0; aspect-ratio: auto; height: auto; padding: 24px 24px 40px; overflow: visible; }
  .jv-hero-img img { position: static !important; width: auto !important; max-width: 100% !important; height: auto !important; max-height: 480px; margin: 0 auto; display: block; object-fit: contain; }
  .jv-stats-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .jv-split, .jv-split-a, .jv-split-b { grid-template-columns: 1fr; gap: 40px; }
  .jv-order-first { order: -1; }
  .jv-split img { max-width: 460px; margin-left: auto; margin-right: auto; }
  .jv-actives-grid { grid-template-columns: 1fr; }
  .jv-active { padding: 32px 0 34px; }
  .jv-spec { grid-template-columns: 1fr; gap: 44px; }
  .jv-refs { grid-template-columns: 1fr; gap: 0; }
  .jv-articles-grid { grid-template-columns: 1fr; gap: 30px; }
  .jv-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .jv-sec, .jv-stats, .jv-articles { padding-top: 76px; padding-bottom: 76px; }
  .jv-buy-inner { padding: 76px 24px; }
  .jv-hero-text h1 { font-size: clamp(38px, 8.6vw, 76px); }
  .jv-h2 { font-size: clamp(28px, 5.6vw, 48px); }
  .jv-quote { height: auto; font-size: 21px; }
  .jv-nav { order: 3; width: 100%; gap: 22px; overflow-x: auto; justify-content: center; }
  .jv-nav a { font-size: 13px; }
  .jv-bar { height: auto; padding-top: 14px; padding-bottom: 14px; }
}

@media (max-width: 560px) {
  .jv-stats-grid { grid-template-columns: 1fr; }
  .jv-footer-grid { grid-template-columns: 1fr; }
  .jv-legal { flex-direction: column; gap: 8px; }
  .jv-quote { font-size: 19px; }
  .jv-tsec { padding: 32px 0 36px; }
  .jv-tkicker { margin-bottom: 8px; }
  .jv-tnav { margin-top: 8px; }
}
