/** Shopify CDN: Minification failed

Line 242:6 Expected identifier but found whitespace
Line 242:7 Unexpected "10px"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap');
/* ============================================================
   Built Strong — Shopify (Dawn) product template styles
   All rules scoped under .np-root so they never collide with
   Dawn's base.css. Each section renders inside <div class="np-root">.
   :root variables remain global (intentional).
   ============================================================ */
.np-root { box-sizing: border-box; }
:root {
  --red: #C51820;
  --red-hover: #A4131A;
  --red-dark: #8A1015;
  --black: #111111;
  --ink: #1A1A1A;
  --ink-2: #2A2A2A;
  --line: #E6E4E0;
  --line-dark: #2A2A2A;
  --cream: #F4F4F5;
  --cream-2: #E8E8EA;
  --white: #FFFFFF;
  --muted: #6B6B6B;

  --container: 1280px;
  --gutter: clamp(16px, 3vw, 32px);

  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 14px;

  --display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.np-root * { box-sizing: border-box; }
.np-root {
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.np-root img { max-width: 100%; display: block; }
.np-root button { font-family: inherit; cursor: pointer; }
.np-root a { color: inherit; text-decoration: none; }
.np-root .display { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.95; }
.np-root .eyebrow { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; }
.np-root .mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; }
.np-root .h-xl { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.005em; font-size: clamp(48px, 7vw, 56px); }
.np-root .h-lg { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 0.95; font-size: clamp(36px, 5vw, 64px); }
.np-root .h-md { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 1.0;  font-size: clamp(28px, 3.4vw, 42px); }
.np-root .h-sm { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 1.1;  font-size: clamp(20px, 2vw, 24px); }
.np-root .container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.np-root section { padding: clamp(56px, 8vw, 112px) 0; }
.np-root .promo {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  padding: 10px 16px;
}
.np-root .promo span { margin-left: 8px; opacity: .85; }
.np-root .nav {
  background: var(--black);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
}
.np-root .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.np-root .nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.np-root .nav-links a {
  font-family: var(--body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: .9;
}
.np-root .nav-links a:hover { opacity: 1; }
.np-root .nav-logo {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.np-root .nav-logo .kp-mark {
  width: 36px; height: 36px;
  background: var(--red);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}
.np-root .nav-right { display: flex; align-items: center; gap: 16px; font-size: 13px; }
.np-root .nav-right .pill {
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
}
.np-root .hero { padding: clamp(24px, 4vw, 48px) 0 clamp(56px, 7vw, 88px); }
.np-root .hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}
@media (max-width: 900px) {
.np-root .hero-grid { grid-template-columns: 1fr; }
}
@media (min-width: 901px) {
.np-root .gallery { position: sticky; top: 80px; }
}
.np-root .gallery-main {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #1a1a1a;
  aspect-ratio: 1 / 1;
}
.np-root .gallery-main img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.np-root .gallery-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 6px;
}
.np-root .badge {
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 4px;
}
.np-root .badge.dark { background: var(--black); }
.np-root .gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.np-root .thumb {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #f4f4f4;
  border: 2px solid transparent;
  padding: 0;
}
.np-root .thumb.active { border-color: var(--red); }
.np-root .thumb img { width: 100%; height: 100%; object-fit: cover; }
.np-root .buy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.np-root .buy-promo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1.5px dashed var(--red);
  border-radius: 8px;
  background: rgba(197, 24, 32, 0.04);
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
}
.np-root .buy-promo-ico { font-size: 18px; line-height: 1; }
.np-root .buy-social {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.np-root .buy-social-stars { flex-shrink: 0; color: var(--red); font-size: 18px; letter-spacing: 2px; }
.np-root .buy-social-text {
  font-size: 16px;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .np-root .buy-social-text { font-size: 14px; }
  .np-root .buy-social-stars { font-size: 15px; letter-spacing: 1px; }
}

/* Section-level overflow guard — prevents any child from pushing page width on iOS */
@media (max-width: 768px) {
  .np-root .hero { overflow: hidden; }
  .np-root .buy { min-width: 0; max-width: 100%; overflow: hidden; }
  .np-root .buy-promo { white-space: normal; word-break: break-word; }
  .np-root .price-row { flex-wrap: wrap; }
  .np-root .fmt-card { min-width: 0; }
  .np-root .trust-icons { flex-wrap: wrap; }
}
  gap: 10px;
  font-size: 14px;
  color: var(--ink);
}
.np-root .buy-social-stars {
  color: var(--red);
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1;
}
.np-root .buy-social-text u { text-underline-offset: 3px; text-decoration-thickness: 1px; }
.np-root .buy-tagline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  margin: -2px 0 0;
  max-width: 46ch;
}
.np-root .buy .stars {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}
.np-root .stars-row { color: var(--red); letter-spacing: 1px; font-size: 14px; }
.np-root .buy h1 { margin: 0; }
.np-root .buy .sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 52ch;
}
.np-root .price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.np-root .price-now {
  font-family: var(--display);
  font-weight: 700;
  font-size: 36px;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.np-root .price-was { color: var(--muted); text-decoration: line-through; font-size: 16px; }
.np-root .price-save {
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  text-transform: uppercase;
}
.np-root .field-label {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ink);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.np-root .field-label .hint { color: var(--muted); font-family: var(--body); font-weight: 500; letter-spacing: 0; text-transform: none; font-size: 12px; }
.np-root .format-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.np-root .format-opt {
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  text-align: left;
  background: #fff;
  transition: border-color .15s, background .15s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.np-root .format-opt.active {
  border-color: var(--ink);
  background: #FAFAFA;
  box-shadow: inset 0 0 0 1px var(--ink);
}
.np-root .format-opt .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
}
.np-root .format-opt .top .recommended {
  background: var(--red);
  color: #fff;
  font-size: 9.5px;
  padding: 2px 6px;
  letter-spacing: 0.08em;
}
.np-root .format-opt .desc { color: var(--muted); font-size: 12px; line-height: 1.45; }
.np-root .cta {
  background: var(--red);
  color: #fff;
  border: 0;
  width: 100%;
  padding: 18px 20px;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 17px;
  border-radius: 6px;
  transition: background .15s, transform .05s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.np-root .cta:hover { background: var(--red-hover); }
.np-root .cta:active { transform: translateY(1px); }
.np-root .cta .arrow { display: inline-block; transition: transform .15s; }
.np-root .cta:hover .arrow { transform: translateX(3px); }
.np-root .cta.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.np-root .cta.ghost:hover { background: var(--ink); color: #fff; }
.np-root .trust-strip {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.np-root .trust-strip .ti {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 500;
}
.np-root .trust-strip .ti .ico {
  width: 18px; height: 18px;
  display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--red);
}
.np-root .inclusion-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.np-root .inclusion-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: var(--ink);
}
.np-root .inclusion-list .check {
  flex: 0 0 18px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 3px;
}
.np-root .trained-by {
  background: var(--black);
  color: #fff;
  padding: 28px 0;
  overflow: hidden;
}
.np-root .trained-by-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.np-root .trained-by .label {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
}
.np-root .trained-by .label em {
  font-style: normal;
  color: var(--red);
}
.np-root .athletes {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
}
.np-root .athlete {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.np-root .athlete .nm {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.np-root .athlete .role {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.np-root .sec-head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.np-root .sec-head .eyebrow {
  color: var(--red);
  margin-bottom: 14px;
  display: inline-block;
}
.np-root .sec-head h2 { margin: 0 0 16px; }
.np-root .sec-head p { color: var(--muted); font-size: 17px; line-height: 1.55; margin: 0; }
.np-root .problem { background: var(--cream); }
.np-root .problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 800px) {
.np-root .problem-grid { grid-template-columns: 1fr; }
}
.np-root .problem-list { display: flex; flex-direction: column; gap: 18px; }
.np-root .problem-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border-left: 4px solid var(--red);
  border-radius: 0 6px 6px 0;
}
.np-root .problem-item .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  color: var(--red);
  line-height: 1;
}
.np-root .problem-item p { margin: 0; font-size: 15px; color: var(--ink); line-height: 1.5; }
.np-root .problem-item strong { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 0.04em; display: block; margin-bottom: 4px; }
.np-root .stats { background: var(--red); color: #fff; }
.np-root .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 40px);
  text-align: center;
}
@media (max-width: 760px) {
.np-root .stats-grid { grid-template-columns: 1fr 1fr; }
}
.np-root .stat .n {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.np-root .stat .l {
  margin-top: 8px;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12.5px;
  opacity: .92;
}
.np-root .method-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.np-root .method-tab {
  background: transparent;
  border: 0;
  padding: 18px 22px;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  color: var(--muted);
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.np-root .method-tab .step {
  font-size: 11px;
  background: var(--cream);
  color: var(--muted);
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.np-root .method-tab.active { color: var(--ink); border-bottom-color: var(--red); }
.np-root .method-tab.active .step { background: var(--red); color: #fff; }
.np-root .method-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 800px) {
.np-root .method-body { grid-template-columns: 1fr; }
}
.np-root .method-body h3 { margin: 0 0 18px; }
.np-root .method-body p { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0 0 14px; }
.np-root .method-bullets { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 10px; }
.np-root .method-bullets li { display: flex; gap: 10px; font-size: 14.5px; }
.np-root .method-bullets li::before {
  content: "";
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--red);
  margin-top: 9px;
  flex-shrink: 0;
}
.np-root .method-visual {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: var(--black);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-root .method-visual .stripe-bg {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 10px, rgba(255,255,255,0) 10px 20px);
}
.np-root .method-visual .ph {
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.np-root .method-visual .ph-big {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,.95);
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.9;
  display: block;
}
.np-root .method-visual .ph-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-family: ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.np-root .method-visual .accent {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 8px;
}
.np-root .inside { background: var(--cream); }
.np-root .inside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 900px) {
.np-root .inside-grid { grid-template-columns: 1fr; }
}
.np-root .inside-image {
  background: var(--black);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.np-root .inside-image img { width: 100%; height: 100%; object-fit: cover; }
.np-root .feat-list { display: flex; flex-direction: column; gap: 22px; }
.np-root .feat {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}
.np-root .feat-ico {
  width: 52px; height: 52px;
  background: var(--black);
  color: var(--red);
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 6px;
}
.np-root .feat h4 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 18px; margin: 0 0 6px; letter-spacing: 0.02em; }
.np-root .feat p { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.np-root .vs { background: #fff; }
.np-root .vs-table {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.np-root .vs-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-top: 1px solid var(--line);
}
.np-root .vs-row:first-child { border-top: 0; }
.np-root .vs-cell { padding: 18px 20px; font-size: 15px; }
.np-root .vs-cell.label { font-weight: 500; color: var(--ink); }

/* Mobile: keep the 3-col grid but tighten it — NO overflow-x:auto which breaks iOS */
@media (max-width: 640px) {
  .np-root .vs-row { grid-template-columns: minmax(110px,1.4fr) minmax(72px,1fr) minmax(72px,1fr); }
  .np-root .vs-cell { padding: 10px 8px; font-size: 12px; }
  .np-root .vs-row.head .vs-cell { padding: 10px 8px; }
  .np-root .vs-row.head .vs-cell.us,
  .np-root .vs-row.head .vs-cell.them { font-size: 12px; }
}
.np-root .vs-row.head { background: var(--cream); }
.np-root .vs-row.head .vs-cell { padding: 18px 20px; }
.np-root .vs-row.head .vs-cell.label { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: 0.08em; color: var(--muted); }
.np-root .vs-row.head .vs-cell.us {
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: center;
}
.np-root .vs-row.head .vs-cell.them {
  background: #1F1F1F;
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: center;
}
.np-root .vs-cell.us,
.np-root .vs-cell.them {
  text-align: center;
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  font-size: 14.5px;
}
.np-root .vs-cell.us { background: rgba(197,24,32,0.05); color: var(--ink); font-weight: 500; }
.np-root .vs-cell.them { color: var(--muted); }
.np-root .vs-check { color: var(--red); font-weight: 700; }
.np-root .vs-x { color: #C2C2C2; }
.np-root .pull {
  background: var(--black);
  color: #fff;
  text-align: center;
}
.np-root .pull blockquote {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  max-width: 1000px;
  margin: 0 auto;
}
.np-root .pull blockquote em { font-style: normal; color: var(--red); }
.np-root .pull .attr {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.np-root .pull .attr .avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #2a2a2a;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0 6px, transparent 6px 12px);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; color: rgba(255,255,255,.7);
  font-size: 14px;
}
.np-root .pull .attr-text { text-align: left; }
.np-root .pull .attr-text .nm { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 0.04em; }
.np-root .pull .attr-text .ro { font-size: 12px; color: rgba(255,255,255,.55); letter-spacing: 0.08em; text-transform: uppercase; }
.np-root .format-section { background: var(--cream); }
.np-root .format-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 800px) {
.np-root .format-cards { grid-template-columns: 1fr; }
}
.np-root .format-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  border: 2px solid var(--line);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.np-root .format-card.featured {
  border-color: var(--red);
  box-shadow: 0 8px 30px rgba(197,24,32,0.08);
}
.np-root .format-card .tag {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
}
.np-root .format-card h3 { margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 24px; }
.np-root .format-card .sub { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }
.np-root .format-card .best {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink);
  padding: 8px 12px;
  background: var(--cream);
  border-left: 3px solid var(--red);
}
.np-root .format-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.np-root .format-card li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.np-root .format-card li::before { content: "✓"; color: var(--red); font-weight: 700; margin-top: -1px; }
.np-root .coach { background: var(--black); color: #fff; }
.np-root .coach-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 800px) {
.np-root .coach-grid { grid-template-columns: 1fr; }
}
.np-root .coach-image {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.np-root .coach-image .stripe-bg {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 10px, transparent 10px 20px);
}
.np-root .coach-image .ph { position: absolute; bottom: 18px; left: 18px; font-family: ui-monospace, monospace; font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 0.1em; }
.np-root .coach h2 { color: #fff; margin: 0 0 8px; }
.np-root .coach .eyebrow { color: var(--red); margin-bottom: 18px; display: block; }
.np-root .coach p { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.65; margin: 0 0 14px; max-width: 56ch; }
.np-root .creds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.np-root .cred {
  border: 1px solid #2a2a2a;
  padding: 14px;
  border-radius: 6px;
}
.np-root .cred .n { font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--red); line-height: 1; }
.np-root .cred .l { font-size: 12px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; font-family: var(--display); }
.np-root .reviews-head { text-align: center; }
.np-root .reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 14px;
}
.np-root .reviews-summary .stars { color: var(--red); letter-spacing: 2px; font-size: 18px; }
.np-root .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 900px) {
.np-root .reviews-grid { grid-template-columns: 1fr; }
}
.np-root .review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.np-root .review .stars { color: var(--red); letter-spacing: 2px; font-size: 14px; }
.np-root .review h4 { margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 16px; letter-spacing: 0.02em; }
.np-root .review p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-2); }
.np-root .review .reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.np-root .review .reviewer .av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--cream-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; color: var(--muted);
  font-size: 13px;
}
.np-root .review .reviewer .rn { font-family: var(--display); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.np-root .review .reviewer .rr { font-size: 11px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
.np-root .verified-tag {
  font-size: 11px;
  color: var(--red);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: auto;
}
.np-root .faq { background: #fff; }
.np-root .faq-list { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.np-root .faq-item { border-bottom: 1px solid var(--line); }
.np-root .faq-q {
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.np-root .faq-q .plus {
  font-family: var(--body);
  font-weight: 300;
  font-size: 22px;
  color: var(--red);
  transition: transform .2s;
}
.np-root .faq-item.open .faq-q .plus { transform: rotate(45deg); }
.np-root .faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .34s cubic-bezier(.4, 0, .2, 1);
}
.np-root .faq-a > * { overflow: hidden; min-height: 0; }
.np-root .faq-item.open .faq-a { grid-template-rows: 1fr; }
.np-root .faq-a .rte > :last-child { margin-bottom: 20px; }
.np-root .faq-a p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 70ch; }
.np-root .final {
  background: var(--red);
  color: #fff;
  text-align: center;
}
.np-root .final h2 { color: #fff; margin: 0 0 16px; }
.np-root .final p { color: rgba(255,255,255,.92); font-size: 17px; margin: 0 auto 32px; max-width: 580px; }
.np-root .final .cta {
  display: inline-flex;
  width: auto;
  background: #fff;
  color: var(--red);
  padding: 18px 32px;
}
.np-root .final .cta:hover { background: var(--black); color: #fff; }
.np-root .sticky-cart {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 40;
  transform: translateY(100%);
  transition: transform .25s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.np-root .sticky-cart.visible { transform: translateY(0); }
.np-root .sticky-cart .info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.np-root .sticky-cart .thumb-sm {
  width: 44px; height: 44px;
  border-radius: 6px;
  background: var(--black);
  flex-shrink: 0;
  overflow: hidden;
}
.np-root .sticky-cart .thumb-sm img { width: 100%; height: 100%; object-fit: cover; }
.np-root .sticky-cart .name { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 0.02em; }
.np-root .sticky-cart .pr { font-size: 13px; color: var(--muted); }
.np-root .sticky-cart .cta { width: auto; padding: 12px 22px; font-size: 14px; }
@media (max-width: 600px) {
.np-root .sticky-cart .pr { display: none; }
}
.np-root .foot {
  background: var(--black);
  color: rgba(255,255,255,.6);
  padding: 40px 0 100px;
  font-size: 12px;
  text-align: center;
}
.np-root .foot .nav-logo { justify-content: center; margin-bottom: 16px; }
.np-root .center { text-align: center; }
.np-root .mt-8 { margin-top: 8px;  }
.np-root .mt-16 { margin-top: 16px; }
.np-root .mt-24 { margin-top: 24px; }
.np-root .muted { color: var(--muted); }
.np-root .format-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.np-root .fmt-card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 10px;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
  overflow: hidden;
  display: block;
  width: 100%;
  font-family: inherit;
}
.np-root .fmt-card:hover { border-color: #C8C5BF; }
.np-root .fmt-card.fmt-active {
  border-color: var(--red);
  box-shadow: 0 0 0 1px var(--red) inset, 0 6px 24px rgba(197,24,32,.08);
}
.np-root .fmt-card.fmt-active.fmt-plain { box-shadow: 0 0 0 1px var(--red) inset; }
.np-root .fmt-card.fmt-featured.fmt-active { background: #FFF8F7; }
.np-root .fmt-banner {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12.5px;
  padding: 9px 12px;
}
.np-root .fmt-body {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  padding: 18px;
}
.np-root .fmt-body-compact { padding: 14px 16px; }
.np-root .fmt-radio {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid #C8C5BF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  background: #fff;
  flex-shrink: 0;
  transition: border-color .15s;
}
.np-root .fmt-card.fmt-active .fmt-radio { border-color: var(--red); }
.np-root .fmt-radio-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--red);
  transform: scale(0);
  transition: transform .15s;
}
.np-root .fmt-card.fmt-active .fmt-radio-dot { transform: scale(1); }
.np-root .fmt-main { min-width: 0; }
.np-root .fmt-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.np-root .fmt-name {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.02em;
  color: var(--ink);
  line-height: 1.1;
}
.np-root .fmt-card.fmt-plain .fmt-name { font-size: 16px; color: var(--ink-2); }
.np-root .fmt-sub {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.4;
}
.np-root .fmt-price { text-align: right; flex-shrink: 0; }
.np-root .fmt-price-now {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: var(--ink);
  line-height: 1;
}
.np-root .fmt-price-now.fmt-price-muted { color: var(--muted); font-size: 18px; }
.np-root .fmt-price-cur {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.np-root .fmt-price-was {
  font-size: 13px;
  color: var(--muted);
  text-decoration: line-through;
  margin-top: 3px;
}
.np-root .fmt-benefits {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.np-root .fmt-benefits li {
  display: flex;
  gap: 9px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.4;
  align-items: flex-start;
}
.np-root .fmt-check {
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.np-root .cta-pill {
  border-radius: 999px;
  padding: 20px 24px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.np-root .discount-note {
  background: #FFF4D6;
  border: 1px solid #F2D98A;
  color: var(--ink);
  text-align: center;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.np-root .dn-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  background: var(--red);
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}
.np-root .trust-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 14px 0 22px;
  border-bottom: 1px solid var(--line);
}
.np-root .trust-ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.np-root .trust-ico-circle {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--red);
  color: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.np-root .trust-ico-lbl {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.35;
  font-weight: 500;
}
.np-root .buy-accordion {
  display: flex;
  flex-direction: column;
}
.np-root .buy-acc-item { border-bottom: 1px solid var(--line); }
.np-root .buy-acc-q {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 18px 4px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.5px;
  letter-spacing: 0.04em;
  color: var(--ink);
  cursor: pointer;
}
.np-root .buy-acc-plus {
  font-family: var(--body);
  font-weight: 300;
  font-size: 22px;
  color: var(--ink);
  transition: transform .2s;
  line-height: 1;
}
.np-root .buy-acc-item.open .buy-acc-plus { transform: rotate(45deg); color: var(--red); }
.np-root .buy-acc-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .34s cubic-bezier(.4, 0, .2, 1);
}
.np-root .buy-acc-a > * { overflow: hidden; min-height: 0; padding: 0 4px; }
.np-root .buy-acc-item.open .buy-acc-a { grid-template-rows: 1fr; }
.np-root .buy-acc-a .rte > :last-child { margin-bottom: 18px; }
.np-root .buy-acc-a .rte p { font-size: 14px !important; line-height: 1.65 !important; color: var(--ink-2) !important; margin: 0 0 0.9em !important; }
.np-root .buy-acc-a .rte p:last-child { margin-bottom: 0 !important; }
.np-root .buy-acc-a .rte strong { color: var(--ink); }
.np-root .buy-acc-a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 60ch;
}
.np-root .tba {
  padding: clamp(48px, 6vw, 72px) 0;
}
.np-root .tba-dark { background: var(--black); color: #fff; }
.np-root .tba-light { background: var(--cream); color: var(--ink); }
.np-root .tba-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 900px) {
.np-root .tba-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.np-root .tba-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.np-root .tba-title {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.95;
  margin: 0;
  letter-spacing: -0.005em;
}
.np-root .tba-dark .tba-title { color: #fff; }
.np-root .tba-light .tba-title { color: var(--ink); }
.np-root .tba-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--red);
  margin-top: 14px;
}
@media (max-width: 900px) {
.np-root .tba-head { align-items: center; }
.np-root .tba-title { font-size: 24px; }
.np-root .tba-title::after { display: none; }
}
.np-root .tba-controls { display: flex; gap: 8px; }
@media (max-width: 900px) {
.np-root .tba-controls { display: none; }
}
.np-root .tba-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.np-root .tba-dark .tba-arrow {
  border: 1.5px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
}
.np-root .tba-dark .tba-arrow:hover { background: #fff; color: var(--black); border-color: #fff; }
.np-root .tba-light .tba-arrow {
  border: 1.5px solid rgba(0,0,0,0.18);
  color: var(--ink);
}
.np-root .tba-light .tba-arrow:hover { background: var(--ink); color: #fff; }
.np-root .tba {
  overflow: hidden;
}
.np-root .tba-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px;
}
.np-root .tba-track::-webkit-scrollbar { display: none; }
@media (max-width: 1100px) {
.np-root .tba-track { grid-auto-columns: calc((100% - 20px) / 2); }
}
@media (max-width: 720px) {
.np-root .tba-track { grid-auto-columns: 100%; }
}
.np-root .tba-card {
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  align-items: start;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.np-root .tba-photo {
  width: 60px; height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.np-root .tba-light .tba-photo { background: linear-gradient(135deg, #d8d4cc 0%, #c0bcb2 100%); }
.np-root .tba-photo-mono {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.02em;
}
.np-root .tba-light .tba-photo-mono { color: rgba(0,0,0,0.30); }
.np-root .tba-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.np-root .tba-name {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.np-root .tba-dark .tba-name { color: #fff; }
.np-root .tba-light .tba-name { color: var(--ink); }
.np-root .tba-role {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  margin-bottom: 6px;
}
.np-root .tba-dark .tba-role { color: var(--red); }
.np-root .tba-light .tba-role { color: var(--red); }
.np-root .tba-quote {
  margin: 0 0 10px;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 400;
  font-style: italic;
}
.np-root .tba-dark .tba-quote { color: rgba(255,255,255,0.65); }
.np-root .tba-light .tba-quote { color: var(--ink-2); }
.np-root .tba-logo { display: flex; align-items: center; min-height: 22px; }
.np-root .tba-logo-img { max-height: 22px; width: auto; }
.np-root .tba-dark .tba-logo-img { filter: brightness(0) invert(1); opacity: 0.55; }
.np-root .tba-light .tba-logo-img { opacity: 0.65; }
.np-root .tba-logo-text {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  line-height: 1;
}
.np-root .tba-dark .tba-logo-text { color: rgba(255,255,255,0.5); }
.np-root .tba-light .tba-logo-text { color: rgba(0,0,0,0.5); }
.np-root .tba-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
@media (max-width: 900px) {
.np-root .tba-dots { display: flex; }
}
.np-root .tba-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.np-root .tba-dark .tba-dot { background: rgba(255,255,255,0.20); }
.np-root .tba-light .tba-dot { background: rgba(0,0,0,0.18); }
.np-root .tba-dot.active { background: var(--red); transform: scale(1.4); }
.np-root .reels {
  margin-top: 8px;
}
.np-root .reels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}
@media (max-width: 600px) {
.np-root .reels { overflow: hidden; }
.np-root .reels-grid {
  display: flex;
  grid-template-columns: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 12px;
  padding-bottom: 10px;
}
.np-root .reels-grid::-webkit-scrollbar { display: none; }
.np-root .reels-grid .reel-tile {
  flex: 0 0 68%;
  scroll-snap-align: center;
}
}
.np-root .reel-tile {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.np-root .reel-thumb {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  isolation: isolate;
  transition: transform .15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.np-root .reel-tile:hover .reel-thumb { transform: translateY(-2px); }
.np-root .reel-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}
.np-root .reel-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 4px);
  z-index: 0;
}
.np-root .reel-mono {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 48px;
  color: rgba(255,255,255,0.18);
  letter-spacing: -0.01em;
  z-index: 1;
}
.np-root .reel-caption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-family: var(--body);
  font-weight: 600;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 3px;
  max-width: calc(100% - 16px);
  line-height: 1.2;
}
.np-root .reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  transition: transform .15s;
}
.np-root .reel-tile:hover .reel-play { transform: translate(-50%, -50%) scale(1.08); }
.np-root .reel-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: reel-fade .2s ease;
}
@keyframes reel-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.np-root .reel-stage {
  position: relative;
  max-height: 85vh;
  aspect-ratio: 9 / 16;
  max-width: min(420px, 85vw);
  height: 100%;
}
.np-root .reel-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  animation: reel-zoom .25s ease;
}
@keyframes reel-zoom {
  from { transform: scale(0.92); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.np-root .reel-frame-grain {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 50% 30%, rgba(255,255,255,0.08) 0%, transparent 60%);
}
.np-root .reel-frame-mono {
  position: relative;
  font-family: var(--display);
  font-weight: 700;
  font-size: 120px;
  color: rgba(255,255,255,0.22);
  letter-spacing: -0.01em;
  z-index: 1;
}
.np-root .reel-frame-caption {
  position: absolute;
  bottom: 60px;
  left: 16px;
  right: 16px;
  z-index: 2;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
.np-root .reel-frame-sub {
  position: absolute;
  bottom: 36px;
  left: 16px;
  right: 16px;
  z-index: 2;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-align: center;
}
.np-root .reel-progress {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  overflow: hidden;
  z-index: 2;
}
.np-root .reel-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: #fff;
  animation: reel-play 12s linear infinite;
  transform-origin: left center;
}
@keyframes reel-play {
  from { width: 0; }
  to   { width: 100%; }
}
.np-root .reel-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.12);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  transition: background .15s;
}
.np-root .reel-close:hover { background: rgba(255,255,255,0.24); }
.np-root .reel-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.10);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  transition: background .15s;
}
.np-root .reel-nav:hover { background: rgba(255,255,255,0.24); }
.np-root .reel-nav-prev { left: 20px; }
.np-root .reel-nav-next { right: 20px; }
@media (max-width: 600px) {
.np-root .reel-nav { display: none; }
}
.np-root .benefits {
  background: #fff;
  padding: clamp(72px, 9vw, 112px) 0;
}
.np-root .benefits-radial {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px) 1fr;
  grid-template-rows: auto auto;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  margin-top: clamp(36px, 4vw, 56px);
}
.np-root .benefits-center {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-root .benefits-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  overflow: hidden;
  background: var(--black);
}
.np-root .benefits-image::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at center, rgba(197,24,32,0.14) 0%, transparent 65%);
  z-index: -1;
}
.np-root .benefits-image img { width: 100%; height: 100%; object-fit: cover; }
.np-root .benefit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 28ch;
}
.np-root .benefit-tl,
.np-root .benefit-bl { grid-column: 1; align-items: flex-end; text-align: right; justify-self: end; }
.np-root .benefit-tr,
.np-root .benefit-br { grid-column: 3; align-items: flex-start; text-align: left; justify-self: start; }
.np-root .benefit-tl { grid-row: 1; }
.np-root .benefit-tr { grid-row: 1; }
.np-root .benefit-bl { grid-row: 2; }
.np-root .benefit-br { grid-row: 2; }
.np-root .benefit-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--red);
  color: var(--red);
  background: rgba(197,24,32,0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.np-root .benefit h4 {
  margin: 4px 0 4px;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--red);
  line-height: 1.1;
}
.np-root .benefit p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
@media (max-width: 900px) {
.np-root .benefits-radial {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 32px;
  }
.np-root .benefits-center { grid-column: 1; grid-row: 1; }
.np-root .benefit-tl,
.np-root .benefit-tr,
.np-root .benefit-bl,
.np-root .benefit-br {
    grid-column: 1;
    align-items: center;
    text-align: center;
    justify-self: center;
    max-width: 36ch;
  }
.np-root .benefit-tl { grid-row: 2; }
.np-root .benefit-tr { grid-row: 3; }
.np-root .benefit-bl { grid-row: 4; }
.np-root .benefit-br { grid-row: 5; }
.np-root .benefits-image { max-width: 320px; margin: 0 auto; }
}
.np-root .method {
  background: var(--cream);
  padding: clamp(72px, 9vw, 112px) 0;
}
.np-root .method-vsl-wrap {
  max-width: 920px;
  margin: 0 auto clamp(40px, 5vw, 56px);
}
.np-root .method-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 0;
  margin-bottom: clamp(28px, 3vw, 36px);
  padding: 0;
}
.np-root .method-tabs .method-tab {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 12px 20px;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all .15s;
  margin: 0;
}
.np-root .method-tabs .method-tab .step {
  background: var(--cream-2);
  color: var(--muted);
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.np-root .method-tabs .method-tab:hover {
  border-color: var(--ink);
}
.np-root .method-tabs .method-tab.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  border-bottom-color: var(--red) !important;
}
.np-root .method-tabs .method-tab.active .step {
  background: rgba(255,255,255,0.22);
  color: #fff;
}
.np-root .method-content-centered {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.np-root .method-content-centered .h-md { margin: 0 0 14px; }
.np-root .method-content-centered p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 auto 18px;
  max-width: 60ch;
}
.np-root .method-content-centered .method-bullets {
  margin: 18px auto 0;
  max-width: 32ch;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.np-root .coach {
  background: var(--cream);
  color: var(--ink);
  padding: clamp(72px, 9vw, 112px) 0;
}
.np-root .coach-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 900px) {
.np-root .coach-grid { grid-template-columns: 1fr; }
}
.np-root .coach-image {
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  background: linear-gradient(135deg, #1f1f1f 0%, #111 100%);
  position: relative;
  overflow: hidden;
}
.np-root .coach-image .stripe-bg {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 10px, transparent 10px 20px);
}
.np-root .coach-image .ph {
  position: absolute; bottom: 18px; left: 18px;
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.np-root .coach-image-tag {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -55%);
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(80px, 11vw, 140px);
  color: rgba(255,255,255,0.10);
  letter-spacing: -0.01em;
}
.np-root .coach h2 { color: var(--ink); margin: 0 0 14px; }
.np-root .coach .eyebrow {
  color: var(--red);
  margin-bottom: 12px;
  display: block;
}
.np-root .coach p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: 58ch;
}
.np-root .coach .creds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 26px;
}
.np-root .coach .cred {
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px;
  border-radius: 8px;
}
.np-root .coach .cred .n {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  color: var(--red);
  line-height: 1;
}
.np-root .coach .cred .l {
  font-size: 11.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
  font-family: var(--display);
}
.np-root .vsl { cursor: pointer; width: 100%; }
.np-root .vsl-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(140deg, oklch(0.22 0.02 30) 0%, oklch(0.12 0.02 30) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.22);
  isolation: isolate;
  transition: transform .15s;
}
.np-root .vsl:hover .vsl-frame { transform: translateY(-3px); }
.np-root .vsl-frame-grain {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 50% 40%, rgba(255,255,255,0.10) 0%, transparent 60%);
}
.np-root .vsl-frame-mono {
  position: absolute;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(100px, 14vw, 180px);
  color: rgba(255,255,255,0.10);
  letter-spacing: -0.01em;
  line-height: 1;
}
.np-root .vsl-play {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  box-shadow: 0 8px 28px rgba(197,24,32,0.45);
  transition: transform .15s;
}
.np-root .vsl:hover .vsl-play { transform: scale(1.06); }
.np-root .vsl-cta {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 18px 22px;
  background: linear-gradient(to top, rgba(0,0,0,0.78), transparent);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.np-root .vsl-cta-eyebrow {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  color: var(--red);
}
.np-root .vsl-cta-headline {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.05;
}
.np-root .vsl-progress {
  position: absolute;
  top: 14px; left: 14px; right: 14px;
  height: 3px;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  overflow: hidden;
  z-index: 2;
}
.np-root .vsl-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: var(--red);
  animation: vsl-play 24s linear infinite;
}
@keyframes vsl-play { from { width: 0; } to { width: 100%; } }
.np-root .vsl-stop-tag {
  position: absolute;
  bottom: 14px; left: 0; right: 0;
  text-align: center;
  z-index: 2;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}
.np-root .reviews {
  background: #fff;
  padding: clamp(72px, 9vw, 112px) 0;
}
.np-root .reviews-head { text-align: center; }
.np-root .reviews-head .reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--ink-2);
}
.np-root .reviews-head .reviews-summary .stars {
  color: var(--red);
  letter-spacing: 2px;
  font-size: 16px;
}
.np-root .reviews-head h2 { margin: 0 0 8px; }
.np-root .rev-reels-wrap {
  margin: clamp(36px, 4vw, 52px) 0 clamp(48px, 6vw, 72px);
}
.np-root .rev-reels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 900px) {
.np-root .rev-reels { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
.np-root .rev-reels-wrap { overflow: hidden; }
.np-root .rev-reels {
    display: flex;
    grid-template-columns: none;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 14px;
    padding: 4px 0 12px;
    scroll-padding-left: var(--gutter);
  }
.np-root .rev-reels::-webkit-scrollbar { display: none; }
.np-root .rev-reel {
    flex: 0 0 68%;
    scroll-snap-align: center;
  }
}
.np-root .rev-reel { background: transparent; border: 0; padding: 0; cursor: pointer; font-family: inherit; }
.np-root .rev-reel-thumb {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1a1a;
  isolation: isolate;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
}
.np-root .rev-reel:hover .rev-reel-thumb { transform: translateY(-3px); box-shadow: 0 12px 34px rgba(0,0,0,0.18); }
.np-root .rev-reel.is-playing .rev-reel-thumb {
  box-shadow: 0 0 0 3px var(--red), 0 12px 34px rgba(197,24,32,0.28);
}
.np-root .rev-reel-thumb::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, transparent 28%, transparent 60%, rgba(0,0,0,0.62) 100%);
  z-index: 1;
}
.np-root .rev-reel-thumb::after {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 4px);
  z-index: 0;
}
.np-root .rev-reel-mono {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 64px;
  color: rgba(255,255,255,0.16);
  letter-spacing: -0.01em;
  z-index: 1;
}
.np-root .rev-reel-tag {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9.5px;
  color: #fff;
  background: rgba(0,0,0,0.42);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 4px 8px;
  border-radius: 999px;
}
.np-root .rev-reel-sound {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 2;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(0,0,0,0.42);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-root .rev-reel-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
  transition: transform .15s, opacity .15s;
}
.np-root .rev-reel.is-playing .rev-reel-play { padding-left: 0; }
.np-root .rev-reel.is-playing:not(:hover) .rev-reel-play { opacity: 0; }
.np-root .rev-reel:hover .rev-reel-play { transform: translate(-50%, -50%) scale(1.08); }
.np-root .rev-reel-caption {
  position: absolute;
  bottom: 12px; left: 12px; right: 12px;
  z-index: 2;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  text-align: left;
}
.np-root .rev-reel-progress {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: rgba(255,255,255,0.25);
  z-index: 3;
}
.np-root .rev-reel-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: var(--red);
  animation: rev-reel-play 14s linear forwards;
}
@keyframes rev-reel-play { from { width: 0; } to { width: 100%; } }
.np-root .rev-reels-disclaimer {
  max-width: 760px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--muted);
}


/* ============================================================
   Shopify helpers (media fills, rich text, video frames)
   ============================================================ */
.np-root .tba-photo-img { width: 100%; height: 100%; object-fit: cover; }
.np-root .gallery-video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 3; background: #000; }
.np-root .vsl-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; background: #000; }
.np-root .vsl-has-video.vsl-playing .vsl-play,
.np-root .vsl-has-video.vsl-playing .vsl-cta { opacity: 0; pointer-events: none; }
.np-root .reel-frame-video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; background: #000; }
.np-root .reel-lightbox { display: none; }
.np-root .reel-lightbox.open { display: flex; }
.np-root .rev-reel.is-playing video { z-index: 2 !important; }

/* Rich text spacing inside accordions / coach / methodology */
.np-root .rte > :first-child { margin-top: 0; }
.np-root .rte > :last-child { margin-bottom: 0; }
.np-root .rte p { margin: 0 0 0.8em; }
.np-root .buy-acc-a .rte p { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.np-root .faq-a .rte p { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0 0 0.6em; }
.np-root .method-content .rte p { font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.np-root .coach .rte p { color: var(--ink-2); font-size: 16px; line-height: 1.65; margin: 0 0 14px; max-width: 58ch; }
.np-root .pull blockquote p { margin: 0; }

/* Methodology panel visibility */
.np-root .method-panel[hidden] { display: none; }


/* ============================================================
   Hero buy-box fixes
   ============================================================ */
/* [hidden] must beat .cta { display:flex } so only one CTA shows */
.np-root [hidden] { display: none !important; }

/* Clickable rating row (scrolls to reviews) */
.np-root button.buy-social {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.np-root button.buy-social .buy-social-text u { transition: text-decoration-color .15s; }
.np-root button.buy-social:hover .buy-social-text u { text-decoration-color: var(--red); color: var(--red); }


/* CTA loading state — text swaps to "Adding…", button dims */
.np-root .cta.is-loading {
  pointer-events: none;
  opacity: .8;
}
