/* momojord editorial+components — scoped under .mj-scope (generated by scripts/scope-css.py). */
.mj-scope .wrap{ max-width: 1400px; margin: 0 auto; padding: 0 32px; }.mj-scope .eyebrow{
  font-family: var(--ff-mono);
  font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-mute);
}.mj-scope .serif{ font-family: var(--ff-display); font-weight: var(--display-weight); letter-spacing: -.005em; }.mj-scope .italic{ font-style: italic; }.mj-scope .brand-green{ color: var(--brand); }.mj-scope .promo-bar{
  background: #e6efe2;
  color: #234d2a;
  font-size: 13px;
  border-bottom: 1px solid var(--hairline);
}.mj-scope [data-theme="mossa"] .promo-bar{
  background: color-mix(in oklab, var(--brand) 18%, var(--card));
  color: var(--brand);
}.mj-scope .promo-inner{
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 32px; gap: 16px;
}.mj-scope .promo-text{ display: flex; align-items: center; gap: 8px; flex-wrap: wrap; line-height: 1.4; }.mj-scope .promo-text code{
  font-family: var(--ff-mono); font-size: 12px;
  background: white; border: 1px dashed #234d2a;
  padding: 2px 8px; border-radius: 4px; font-weight: 600;
  letter-spacing: .05em;
  color: #234d2a;
}.mj-scope [data-theme="mossa"] .promo-text code{ background: var(--paper); color: var(--brand-deep); border-color: var(--brand); }.mj-scope .promo-close{
  width: 22px; height: 22px; border-radius: 50%;
  font-size: 16px; line-height: 1; color: currentColor;
  opacity: .65; flex-shrink: 0;
}.mj-scope .promo-close:hover{ background: rgba(0,0,0,.06); opacity: 1; }@media (max-width: 720px){.mj-scope .promo-inner{ padding: 10px 20px; } }.mj-scope .utility{
  background: var(--ink);
  color: var(--paper);
  font-family: var(--ff-mono);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}.mj-scope .utility-inner{
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 32px; gap: 16px;
}.mj-scope .utility .group{ display: flex; gap: 24px; align-items: center; }.mj-scope .utility .star{ color: #f3c95c; }.mj-scope .utility a{ opacity: .85; }.mj-scope .utility a:hover{ opacity: 1; }.mj-scope .nav{
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}.mj-scope .nav-inner{
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 16px 32px; gap: 24px;
}.mj-scope .brand{
  display: flex; align-items: center; gap: 10px;
  font-family: var(--ff-display);
  font-weight: 500; font-size: 24px; letter-spacing: -.01em;
}.mj-scope .brand-mark{ width: 28px; height: 28px; color: var(--brand); display: inline-flex; }.mj-scope .brand-mark svg{ width: 100%; height: 100%; display:block; }.mj-scope .nav-links{ display: flex; gap: 28px; justify-self: center; font-size: 14px; }.mj-scope .nav-links a{
  position: relative; padding: 6px 0;
  color: var(--ink); font-weight: 500;
}.mj-scope .nav-links a.on{ color: var(--brand); }.mj-scope .nav-links a::after{
  content:""; position:absolute; left:0; right:100%; bottom:0;
  height: 2px; background: var(--brand); transition: right .3s ease;
}.mj-scope .nav-links a:hover::after, .mj-scope .nav-links a.on::after{ right: 0; }.mj-scope .nav-utils{ display:flex; gap: 8px; justify-self: end; align-items: center; font-size: 13px; }.mj-scope .icon-btn{
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; color: var(--ink);
}.mj-scope .icon-btn:hover{ background: var(--paper-2); }.mj-scope .icon-btn svg{ width: 18px; height: 18px; }.mj-scope .cart-btn{
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px 8px 12px;
  border: 1px solid var(--hairline-strong);
  border-radius: 999px; font-size: 13px; margin-left: 4px;
}.mj-scope .cart-btn .count{
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px;
  border-radius: 999px; background: var(--brand); color: white;
  font-size: 10px; font-weight: 600; padding: 0 6px;
}.mj-scope .btn{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 500;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  cursor: pointer; white-space: nowrap;
}.mj-scope .btn:hover{ transform: translateY(-1px); }.mj-scope .btn-primary{ background: var(--brand); color: white; }.mj-scope .btn-primary:hover{ background: var(--brand-deep); }.mj-scope .btn-dark{ background: var(--ink); color: var(--paper); }.mj-scope .btn-dark:hover{ background: #000; }.mj-scope .btn-ghost{ background: transparent; color: var(--ink); border: 1px solid var(--hairline-strong); }.mj-scope .btn-ghost:hover{ border-color: var(--ink); }.mj-scope .btn-block{ width: 100%; justify-content: center; padding: 14px 20px; }.mj-scope .btn:disabled{ opacity: .5; cursor: not-allowed; transform: none; }.mj-scope .btn .arr{ width: 14px; height: 14px; }.mj-scope section.block{ padding: 80px 0; }.mj-scope .section-head{
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 36px; gap: 20px;
}.mj-scope .section-head h2{
  font-family: var(--ff-display);
  font-weight: var(--display-weight);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.05; letter-spacing: -.015em;
}.mj-scope .section-head h2 em{ font-style: italic; color: var(--brand); }.mj-scope .section-head .right{ display: flex; gap: 14px; align-items: center; font-size: 13px; color: var(--ink-soft); }.mj-scope .section-head .right a{
  display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px; font-weight: 500;
}.mj-scope .stars{ color: #d29a2a; letter-spacing: 2px; font-size: 14px; }.mj-scope .stars-sm{ font-size: 12px; letter-spacing: 1px; }.mj-scope .in-stock{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--brand); font-weight: 500;
}.mj-scope .in-stock .dot{
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand) 18%, transparent);
}.mj-scope .low-stock{ color: var(--ember); }.mj-scope .low-stock .dot{ background: var(--ember); box-shadow: 0 0 0 4px color-mix(in oklab, var(--ember) 18%, transparent); }.mj-scope .oos{ color: var(--ink-mute); }.mj-scope .oos .dot{ background: var(--ink-mute); box-shadow: 0 0 0 4px color-mix(in oklab, var(--ink-mute) 18%, transparent); }.mj-scope .price{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 22px; letter-spacing: -.01em;
}.mj-scope .price .was{
  font-size: 13px; color: var(--ink-mute);
  text-decoration: line-through; margin-right: 6px;
  font-family: var(--ff-sans); font-weight: 400;
}.mj-scope .qty{
  display: flex; align-items: center;
  border: 1px solid var(--hairline-strong);
  border-radius: 999px; overflow: hidden;
}.mj-scope .qty button{ width: 38px; height: 38px; font-size: 16px; color: var(--ink); }.mj-scope .qty input{
  width: 36px; border: 0; background: transparent;
  text-align: center; font: inherit; font-weight: 500;
  -moz-appearance: textfield;
}.mj-scope .qty input::-webkit-outer-spin-button, .mj-scope .qty input::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0; }.mj-scope .newsletter-band{
  padding: 64px 0;
  border-top: 1px solid var(--hairline);
  background: var(--paper-2);
}.mj-scope .newsletter{ display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }.mj-scope .newsletter h3{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(32px, 3.6vw, 44px);
  line-height: 1.05; letter-spacing: -.015em;
}.mj-scope .newsletter h3 em{ font-style: italic; color: var(--brand); }.mj-scope .newsletter p{ color: var(--ink-soft); margin-top: 10px; max-width: 44ch; font-size: 15px; }.mj-scope .subscribe{
  display: flex; gap: 8px; padding: 6px;
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 999px;
}.mj-scope .subscribe input{
  flex: 1; background: transparent; border: 0; outline: 0;
  padding: 10px 16px; font: inherit; color: var(--fg);
}.mj-scope .subscribe input::placeholder{ color: var(--ink-mute); }.mj-scope footer.footer{
  padding: 56px 0 32px;
  border-top: 1px solid var(--hairline);
  background: var(--bg);
}.mj-scope .foot-grid{
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px;
}.mj-scope .foot-col h6{
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-mute); font-weight: 500; margin: 0 0 14px;
}.mj-scope .foot-col a{ display: block; padding: 4px 0; font-size: 14px; color: var(--ink-soft); }.mj-scope .foot-col a:hover{ color: var(--fg); }.mj-scope .foot-brand{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 36px; line-height: 1; letter-spacing: -.015em;
}.mj-scope .foot-brand-body p{ color: var(--ink-soft); font-size: 14px; max-width: 32ch; margin: 14px 0 16px; }.mj-scope .payment-icons{ display: flex; gap: 10px; align-items: center; height: 24px; }.mj-scope .payment-icons span{
  display: inline-flex; align-items: center; justify-content: center;
  height: 24px; padding: 0 8px;
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 4px;
  font-family: var(--ff-mono); font-size: 9px; letter-spacing: .08em;
  color: var(--ink-soft); text-transform: uppercase; font-weight: 600;
}.mj-scope .legal{
  margin-top: 36px; padding-top: 20px;
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .tweaks{
  position: fixed; right: 20px; bottom: 20px; z-index: 100;
  width: 280px; background: var(--card);
  border: 1px solid var(--hairline); border-radius: 6px;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  display: none;
}.mj-scope .tweaks.open{ display: block; }.mj-scope .tweaks-head{
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border-bottom: 1px solid var(--hairline);
}.mj-scope .tweaks-head .t{ font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }.mj-scope .tweaks-body{ padding: 16px; display: grid; gap: 16px; }.mj-scope .tw-group .lbl{
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute); margin-bottom: 8px;
}.mj-scope .seg{ display: flex; border: 1px solid var(--hairline); border-radius: 999px; overflow: hidden; }.mj-scope .seg button{ flex: 1; padding: 8px 6px; font-size: 12px; border-right: 1px solid var(--hairline); }.mj-scope .seg button:last-child{ border-right: 0; }.mj-scope .seg button.on{ background: var(--ink); color: var(--paper); }.mj-scope .page-head{
  padding: 56px 0 24px;
  border-bottom: 1px solid var(--hairline);
}.mj-scope .breadcrumbs{
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
  display: flex; gap: 8px; align-items: center;
}.mj-scope .breadcrumbs a{ color: var(--ink-soft); }.mj-scope .breadcrumbs a:hover{ color: var(--ink); }.mj-scope .breadcrumbs .sep{ opacity: .5; }.mj-scope .page-head h1{
  margin-top: 18px;
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1; letter-spacing: -.02em;
}.mj-scope .page-head h1 em{ font-style: italic; color: var(--brand); }.mj-scope .page-head .sub{ margin-top: 16px; color: var(--ink-soft); max-width: 56ch; font-size: 16px; }@media (max-width: 980px){.mj-scope .wrap{ padding: 0 20px; }.mj-scope .nav-links{ display: none; }.mj-scope .newsletter{ grid-template-columns: 1fr; gap: 28px; }.mj-scope .foot-grid{ grid-template-columns: 1fr 1fr; }.mj-scope .section-head{ flex-direction: column; align-items: start; }
}.mj-scope .ed-hero{
  position: relative;
  min-height: 640px;
  display: grid; align-items: end;
  overflow: hidden;
  color: #f3efe4;
}.mj-scope .ed-hero .bg{
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}.mj-scope .ed-hero .bg::after{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,24,15,0) 0%, rgba(20,24,15,0.12) 30%, rgba(20,24,15,0.74) 100%);
}.mj-scope .ed-hero .inner{ position: relative; z-index: 1; padding: 120px 0 64px; }.mj-scope .ed-hero .inner > .wrap{
  display: grid; grid-template-columns: 1fr auto;
  align-items: end; gap: 32px;
}.mj-scope .ed-hero .breadcrumbs a, .mj-scope .ed-hero .breadcrumbs span{
  color: color-mix(in oklab, #f3efe4 78%, transparent);
}.mj-scope .ed-hero .breadcrumbs a:hover{ color: #f3efe4; }.mj-scope .ed-hero .label{
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase;
  color: #f3c95c;
  display: flex; align-items: center; gap: 12px;
  margin: 16px 0 18px;
}.mj-scope .ed-hero .label::before{ content:""; width: 28px; height: 1px; background: #f3c95c; }.mj-scope .ed-hero h1{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(56px, 8vw, 132px);
  line-height: 0.92; letter-spacing: -.028em;
  text-shadow: 0 2px 24px rgba(0,0,0,.3);
}.mj-scope .ed-hero h1 em{ font-style: italic; color: #f3c95c; }.mj-scope .ed-hero .sub{
  margin-top: 22px; max-width: 56ch;
  font-size: 17px; line-height: 1.55;
  color: color-mix(in oklab, #f3efe4 88%, transparent);
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
}.mj-scope .ed-hero-meta{
  text-align: right;
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  color: color-mix(in oklab, #f3efe4 80%, transparent);
}.mj-scope .ed-hero-meta .big{
  display: block;
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(48px, 5vw, 88px); line-height: 1; letter-spacing: -.025em;
  color: #f3efe4; text-transform: none; margin-bottom: 4px;
}.mj-scope .ed-hero-meta .was{ font-size: 13px; text-decoration: line-through; opacity: .65; }.mj-scope .ed-hero-meta .save{
  display: inline-block; margin-top: 8px;
  background: var(--ember); color: white;
  padding: 4px 10px; border-radius: 999px;
  font-size: 10px; letter-spacing: .1em; font-weight: 600;
}.mj-scope .ed-hero-meta .stars-row{ margin-top: 18px; color: color-mix(in oklab, #f3efe4 80%, transparent); }.mj-scope .ed-hero-meta .stars-row .stars{ color: #f3c95c; }.mj-scope .ed-main{
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}.mj-scope .ed-main.single{ grid-template-columns: 1fr; }.mj-scope .ed-sections{ display: flex; flex-direction: column; gap: 80px; }.mj-scope .chapter{
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 32px;
  align-items: start;
  scroll-margin-top: 100px;
}.mj-scope .chapter-num{
  position: sticky; top: 100px;
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-mute);
  border-top: 1px solid var(--hairline);
  padding-top: 12px;
}.mj-scope .chapter-num .n{
  display: block;
  font-family: var(--ff-display); font-style: italic;
  font-weight: var(--display-weight);
  font-size: 56px; line-height: 1; letter-spacing: -.02em;
  color: var(--ink); text-transform: none; margin-top: 6px;
}.mj-scope .chapter-head{ margin-bottom: 24px; }.mj-scope .chapter-head .eyebrow{ margin-bottom: 10px; display: block; }.mj-scope .chapter-head h2{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(40px, 4.6vw, 72px);
  line-height: 1; letter-spacing: -.025em;
}.mj-scope .chapter-head h2 em{ font-style: italic; color: var(--brand); }.mj-scope .chapter-head .lead{
  color: var(--ink-soft); font-size: 17px; line-height: 1.6;
  margin-top: 18px; max-width: 60ch;
}.mj-scope .chapter-head .lead em{ color: var(--ink); font-style: italic; }.mj-scope .gallery{ display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: start; }.mj-scope .gallery-thumbs{ display: grid; gap: 8px; }.mj-scope .gallery-thumbs button{
  width: 96px; aspect-ratio: 1; border-radius: 4px; overflow: hidden;
  border: 2px solid var(--hairline); background: var(--paper-2);
  padding: 0; cursor: pointer; transition: border-color .2s ease;
}.mj-scope .gallery-thumbs button.on{ border-color: var(--ink); }.mj-scope .gallery-thumbs img{ width: 100%; height: 100%; object-fit: cover; }.mj-scope .gallery-main{
  position: relative; aspect-ratio: 4/5;
  border-radius: 8px; overflow: hidden; background: var(--paper-2);
}.mj-scope .gallery-main img{ width: 100%; height: 100%; object-fit: cover; }.mj-scope .gallery-main .badge-tl{
  position: absolute; top: 16px; left: 16px;
  background: var(--ember); color: white;
  padding: 6px 14px; border-radius: 999px;
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase;
}.mj-scope .gallery-main .badge-tl.gold{ background: var(--gold); color: var(--ink); font-weight: 600; }.mj-scope .gallery-main .badge-tl.dark{ background: var(--ink); color: white; }.mj-scope .facts{
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background: var(--card);
  overflow: hidden;
  margin-top: 32px;
}.mj-scope .fact{
  padding: 20px 24px;
  border-right: 1px solid var(--hairline);
}.mj-scope .fact:last-child{ border-right: 0; }.mj-scope .fact .k{
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .fact .v{
  margin-top: 6px;
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-style: italic;
  font-size: 32px; line-height: 1; letter-spacing: -.015em;
}.mj-scope .story-block{
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: center;
}.mj-scope .story-block.reverse{ direction: rtl; }.mj-scope .story-block.reverse > *{ direction: ltr; }.mj-scope .story-block .art{
  aspect-ratio: 4/5; border-radius: 8px; overflow: hidden;
  background: var(--paper-2);
}.mj-scope .story-block .art img{ width: 100%; height: 100%; object-fit: cover; }.mj-scope .story-block h3{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.02; letter-spacing: -.02em;
  margin-bottom: 18px;
}.mj-scope .story-block h3 em{ font-style: italic; color: var(--brand); }.mj-scope .story-block p{
  color: var(--ink-soft); font-size: 16px; line-height: 1.6;
  margin-bottom: 14px; max-width: 50ch;
}.mj-scope .story-block p em{ font-style: italic; color: var(--ink); }.mj-scope .atmo{
  position: relative; min-height: 480px;
  background-size: cover; background-position: center;
  display: grid; place-items: center;
  color: #f3efe4;
  border-radius: 12px; overflow: hidden;
}.mj-scope .atmo::before{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,24,15,0.0) 0%, rgba(20,24,15,0.55) 100%);
}.mj-scope .atmo blockquote{
  position: relative;
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.2; letter-spacing: -.015em;
  text-align: center; max-width: 22ch;
  margin: 0; padding: 0 32px;
  text-shadow: 0 2px 18px rgba(0,0,0,.3);
}.mj-scope .atmo blockquote em{ font-style: italic; color: #f3c95c; }.mj-scope .atmo cite{
  display: block; margin-top: 28px;
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase;
  color: color-mix(in oklab, #f3efe4 70%, transparent);
  font-style: normal;
}.mj-scope .specs-block{
  background: var(--paper-2); border-radius: 8px; overflow: hidden;
}.mj-scope .specs-block .row{
  display: grid; grid-template-columns: 240px 1fr;
  padding: 16px 24px;
  border-bottom: 1px solid var(--hairline); font-size: 15px;
}.mj-scope .specs-block .row:last-child{ border-bottom: 0; }.mj-scope .specs-block .k{
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .specs-block .v{ font-weight: 500; }.mj-scope .reviews-head{
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 32px; align-items: end; margin-bottom: 36px;
}.mj-scope .reviews-head .score{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 96px; line-height: 1; letter-spacing: -.025em;
  font-style: italic;
}.mj-scope .reviews-head .summary-text{ font-size: 15px; color: var(--ink-soft); }.mj-scope .reviews-head .summary-text .stars{ font-size: 18px; }.mj-scope .reviews-head .summary-text b{ color: var(--ink); }.mj-scope .reviews-head .src{
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .review-bars{ display: grid; gap: 6px; margin-bottom: 32px; max-width: 340px; }.mj-scope .bar-row{
  display: grid; grid-template-columns: 14px 1fr 32px;
  align-items: center; gap: 8px; font-size: 12px; color: var(--ink-mute);
}.mj-scope .bar-track{ height: 6px; background: var(--paper-2); border-radius: 999px; overflow: hidden; }.mj-scope .bar-fill{ height: 100%; background: var(--brand); }.mj-scope .review-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.mj-scope .rev-card{
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 10px; padding: 28px;
}.mj-scope .rev-card .head{ display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }.mj-scope .rev-card .av{
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--paper-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display); font-weight: var(--display-weight); color: var(--ink-soft);
}.mj-scope .rev-card .meta{ font-size: 13px; }.mj-scope .rev-card .meta b{ display: block; }.mj-scope .rev-card .meta span{ color: var(--ink-mute); font-size: 11px; }.mj-scope .rev-card .verified{
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand); margin-left: auto;
}.mj-scope .rev-card blockquote{
  margin: 12px 0 0;
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 19px; line-height: 1.4;
}.mj-scope .buy-box{
  position: sticky; top: 100px;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,.04);
}.mj-scope .buy-box .eyebrow{ font-size: 10px; }.mj-scope .buy-box h3{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 28px; letter-spacing: -.01em; line-height: 1.05;
}.mj-scope .buy-box h3 em{ font-style: italic; color: var(--brand); }.mj-scope .buy-price-row{ display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }.mj-scope .buy-price-now{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 42px; line-height: 1; letter-spacing: -.015em;
}.mj-scope .buy-price-was{ font-size: 16px; color: var(--ink-mute); text-decoration: line-through; }.mj-scope .buy-price-save{
  background: var(--ember); color: white;
  padding: 4px 10px; border-radius: 999px;
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .08em; text-transform: uppercase;
  display: inline-block; width: fit-content;
}.mj-scope .buy-stock{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--brand); font-weight: 500;
}.mj-scope .buy-stock .dot{
  width: 8px; height: 8px; border-radius: 50%; background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand) 18%, transparent);
}.mj-scope .buy-stock.low{ color: var(--ember); }.mj-scope .buy-stock.low .dot{ background: var(--ember); box-shadow: 0 0 0 4px color-mix(in oklab, var(--ember) 18%, transparent); }.mj-scope .buy-stock.oos{ color: var(--ink-mute); }.mj-scope .buy-stock.oos .dot{ background: var(--ink-mute); box-shadow: 0 0 0 4px color-mix(in oklab, var(--ink-mute) 18%, transparent); }.mj-scope .buy-box .qty-row{ display: flex; align-items: center; gap: 12px; }.mj-scope .buy-box .qty-row label{
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .buy-trust{ display: grid; gap: 8px; font-size: 12px; color: var(--ink-soft); margin-top: 4px; }.mj-scope .buy-trust .r{ display: flex; align-items: center; gap: 8px; }.mj-scope .buy-trust svg{ color: var(--brand); flex-shrink: 0; }.mj-scope .buy-pay{
  display: flex; gap: 6px; flex-wrap: wrap; align-items: center;
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .buy-pay span.t{
  padding: 3px 8px; background: var(--paper-2); border-radius: 4px;
  color: var(--ink-soft); font-weight: 600;
}.mj-scope .kit-promo{
  margin-top: 4px; padding: 14px 16px;
  background: var(--brand-soft); border-radius: 6px;
  font-size: 12px; color: var(--brand-deep);
  display: flex; gap: 12px; align-items: center;
}.mj-scope [data-theme="mossa"] .kit-promo{ background: color-mix(in oklab, var(--brand) 14%, var(--card)); color: var(--brand); }.mj-scope .kit-promo a{ color: inherit; border-bottom: 1px solid currentColor; padding-bottom: 1px; font-weight: 500; }.mj-scope .waitlist{
  background: var(--paper-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 20px;
  display: grid; gap: 12px;
}.mj-scope .waitlist h4{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: 20px; letter-spacing: -.005em;
}.mj-scope .waitlist p{ color: var(--ink-soft); font-size: 13px; line-height: 1.5; margin: 0; }.mj-scope .waitlist form{
  display: flex; gap: 8px; padding: 4px;
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 999px;
}.mj-scope .waitlist input{
  flex: 1; padding: 10px 14px;
  border: 0; outline: 0; background: transparent;
  font: inherit; color: var(--fg);
}.mj-scope .waitlist .position{
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
}.mj-scope .related-section{ padding: 80px 0; background: var(--paper-2); border-top: 1px solid var(--hairline); }.mj-scope .related-head{
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 32px; gap: 20px;
}.mj-scope .related-head h2{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02; letter-spacing: -.02em;
}.mj-scope .related-head h2 em{ font-style: italic; color: var(--brand); }.mj-scope .related-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.mj-scope .rel{
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 6px; overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
  display: block;
}.mj-scope .rel:hover{ transform: translateY(-3px); border-color: var(--hairline-strong); }.mj-scope .rel-art{ aspect-ratio: 1/1; background: var(--paper-2); overflow: hidden; }.mj-scope .rel-art img{ width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.mj-scope .rel:hover .rel-art img{ transform: scale(1.04); }.mj-scope .rel-body{ padding: 16px 16px 18px; }.mj-scope .rel-cat{ font-family: var(--ff-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }.mj-scope .rel-name{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 19px; margin: 4px 0 8px; letter-spacing: -.005em; }.mj-scope .rel-price{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 16px; }.mj-scope .rel-price .was{ font-size: 11px; color: var(--ink-mute); text-decoration: line-through; margin-right: 6px; font-family: var(--ff-sans); font-weight: 400; }@media (max-width: 1100px){.mj-scope .ed-main{ grid-template-columns: 1fr; }.mj-scope .buy-box{ position: static; }.mj-scope .chapter{ grid-template-columns: 1fr; }.mj-scope .chapter-num{ position: static; border-top: 0; padding-top: 0; }
}@media (max-width: 820px){.mj-scope .gallery{ grid-template-columns: 1fr; }.mj-scope .gallery-thumbs{ grid-auto-flow: column; grid-template-columns: none; }.mj-scope .facts{ grid-template-columns: 1fr 1fr; }.mj-scope .fact:nth-child(2){ border-right: 0; }.mj-scope .fact:nth-child(-n+2){ border-bottom: 1px solid var(--hairline); }.mj-scope .story-block, .mj-scope .story-block.reverse{ grid-template-columns: 1fr; direction: ltr; }.mj-scope .review-grid, .mj-scope .related-grid{ grid-template-columns: 1fr; }.mj-scope .reviews-head{ grid-template-columns: 1fr; gap: 16px; }.mj-scope .specs-block .row{ grid-template-columns: 1fr; gap: 4px; }.mj-scope .ed-hero .inner > .wrap{ grid-template-columns: 1fr; }.mj-scope .ed-hero-meta{ text-align: left; }.mj-scope .related-grid{ grid-template-columns: 1fr 1fr; }
}

/* Newsletter grid: let items shrink so an embedded ConvertKit form (non-wrapping
   input+button, ~346px min-content) can't blow the 1fr track past the viewport on mobile. */
.mj-scope .newsletter > *{ min-width:0; }
.mj-scope .newsletter .formkit-form{ width:100%; max-width:100%; }
