.pdp-v1 {
  --pdp-paper: #fafaf9;
  --pdp-ink: #1b1b1d;
  --pdp-olive: #5f6b2e;
  --pdp-olive-dark: #4a5424;
  --pdp-stone: #e7e5e0;
  --pdp-muted: #6b6960;
  --pdp-wash: #f1f0ec;
  --pdp-tint: #eff1e4;
  --pdp-card: #fff;
  overflow-x: clip;
  color: var(--pdp-ink);
  background: var(--pdp-paper);
  font-family: "Schibsted Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.pdp-v1 *, .pdp-v1 *::before, .pdp-v1 *::after { box-sizing: border-box; }
.pdp-v1 h1, .pdp-v1 h2, .pdp-v1 h3 { font-family: "Newsreader", Georgia, serif; font-weight: 500; line-height: 1.15; }
.pdp-v1 img { display: block; max-width: 100%; }
.pdp-v1 a { color: var(--pdp-olive); }
.pdp-v1 button { font: inherit; }
.pdp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.pdp-skip {
  position: fixed;
  z-index: 10001;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #171716;
  transform: translateY(-160%);
}
.pdp-skip:focus { transform: translateY(0); }

.pdp-banner {
  padding: 10px 16px;
  color: #fff;
  background: var(--pdp-olive);
  text-align: center;
  font-size: 14.5px;
  letter-spacing: .01em;
}
.pdp-banner strong { font-weight: 700; }
.pdp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid var(--pdp-stone);
  background: var(--pdp-paper);
}
.pdp-wordmark {
  color: var(--pdp-ink) !important;
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
}
.pdp-bag {
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  color: var(--pdp-muted);
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}
.pdp-bag:hover { color: var(--pdp-ink); }
.pdp-wordmark:focus-visible, .pdp-bag:focus-visible, .pdp-v1 a:focus-visible, .pdp-v1 button:focus-visible, .pdp-v1 summary:focus-visible, .pdp-track:focus-visible {
  outline: 3px solid #c16f35;
  outline-offset: 3px;
}

.pdp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.pdp-buyzone {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 48px;
  align-items: start;
  padding: 36px 0 56px;
}
.pdp-gallery { position: sticky; top: 16px; }
.pdp-track {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  border-radius: 6px;
  background: var(--pdp-wash);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.pdp-track::-webkit-scrollbar { display: none; }
.pdp-slide {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 8% 10%;
  overflow: hidden;
  background: var(--pdp-tint);
  scroll-snap-align: start;
}
.pdp-slide--image { display: block; padding: 0; }
.pdp-slide--image img { width: 100%; height: 100%; object-fit: cover; }
.pdp-slide--contain img { object-fit: contain; background: var(--pdp-wash); }
.pdp-slide--dark { color: #fff; background: var(--pdp-olive); }
.pdp-slide h2 { margin: 0 0 18px; color: inherit; font-size: clamp(26px, 2.8vw, 34px); }
.pdp-slide blockquote {
  margin: 16px 0 14px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(24px, 2.7vw, 32px);
  font-style: italic;
  line-height: 1.3;
}
.pdp-voice-attr { margin: 0 0 12px; color: var(--pdp-muted); font-size: 16px; }
.pdp-slide--dark .pdp-voice-attr { color: rgba(255, 255, 255, .72); }
.pdp-slide-cite { margin: 0; color: var(--pdp-muted); font-size: 16px; }
.pdp-slide--dark .pdp-slide-cite, .pdp-slide--dark .pdp-slide-cite a { color: rgba(255, 255, 255, .78); }
.pdp-slide-cite a { color: inherit; }
.pdp-quote-mark { height: 42px; color: var(--pdp-olive); font-family: "Newsreader", Georgia, serif; font-size: 60px; line-height: .9; }
.pdp-stat-big { font-family: "Newsreader", Georgia, serif; font-size: clamp(54px, 7vw, 76px); font-weight: 500; line-height: 1; }
.pdp-stat-copy { max-width: 32ch; margin: 14px 0 0; font-size: 20px; line-height: 1.5; }
.pdp-stat-cite { margin: 16px 0 0; font-size: 15px; opacity: .75; }
.pdp-slide-ingredient { padding: 10px 0; border-top: 1px solid rgba(0, 0, 0, .08); }
.pdp-slide-ingredient:first-of-type { border-top: 0; }
.pdp-slide-ingredient strong { display: block; font-size: 19px; }
.pdp-slide-ingredient span { display: block; color: var(--pdp-muted); font-size: 16.5px; }
.pdp-slide--dark .pdp-slide-ingredient { border-color: rgba(255, 255, 255, .18); }
.pdp-slide--dark .pdp-slide-ingredient span { color: rgba(255, 255, 255, .75); }
.pdp-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.pdp-dot {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.pdp-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 0 4px rgba(27, 27, 29, .45);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .15s, background .15s;
}
.pdp-dot.is-active::before { background: #fff; transform: translate(-50%, -50%) scale(1.3); }

.pdp-buycard h1 { margin: 0; font-size: clamp(27px, 2.9vw, 36px); line-height: 1.2; }
.pdp-buycard h1 em { color: var(--pdp-olive-dark); font-style: italic; }
.pdp-benefit { margin: 10px 0 0; color: var(--pdp-ink); font-size: 17.5px; }
.pdp-benefit strong { font-family: "Newsreader", Georgia, serif; font-weight: 600; }
.pdp-joinline { margin: 10px 0 0; color: var(--pdp-muted); font-size: 14.5px; line-height: 1.55; }
.pdp-proofline { margin-top: 16px; padding: 13px 16px; border-radius: 6px; background: var(--pdp-tint); font-size: 14.5px; line-height: 1.5; }
.pdp-proofline strong { color: var(--pdp-olive-dark); }
.pdp-proofline span { color: var(--pdp-muted); }
.pdp-credline { margin: 10px 0 0; color: var(--pdp-muted); font-size: 14px; }
.pdp-options { display: flex; flex-direction: column; gap: 10px; margin: 22px 0 0; padding: 0; border: 0; }
.pdp-options legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pdp-option {
  position: relative;
  display: block;
  padding: 14px 16px;
  border: 1.5px solid var(--pdp-stone);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.pdp-option.is-selected { border-color: var(--pdp-olive); box-shadow: 0 0 0 1px var(--pdp-olive); }
.pdp-option:focus-within { outline: 3px solid #c16f35; outline-offset: 3px; }
.pdp-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pdp-option-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pdp-option-mode { font-size: 15.5px; font-weight: 700; }
.pdp-option-price { white-space: nowrap; font-size: 17px; font-weight: 700; }
.pdp-option-was { margin-right: 6px; color: var(--pdp-muted); font-size: 14.5px; font-weight: 400; text-decoration: line-through; }
.pdp-option-sub { display: block; margin-top: 4px; color: var(--pdp-muted); font-size: 13.5px; }
.pdp-cta {
  width: 100%;
  min-height: 56px;
  margin-top: 16px;
  padding: 13px 17px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--pdp-olive);
  font-family: "Schibsted Grotesk", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
}
.pdp-cta:hover, .pdp-cta.is-added { background: var(--pdp-olive-dark); }
.pdp-guarantee { margin: 12px 0 0; color: var(--pdp-muted); text-align: center; font-size: 13.5px; line-height: 1.55; }
.pdp-cadence { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--pdp-stone); color: var(--pdp-muted); font-size: 14px; }
.pdp-trustbar { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--pdp-stone); }
.pdp-trustbar div { display: flex; align-items: center; gap: 8px; color: var(--pdp-muted); font-size: 12.5px; }
.pdp-trustbar img { width: 22px; height: 22px; color: var(--pdp-olive); }

.pdp-band { padding: 60px 0; }
.pdp-band--tint { background: var(--pdp-tint); }
.pdp-band--washed { background: var(--pdp-wash); }
.pdp-band--dark { color: #fff; background: var(--pdp-olive); }
.pdp-band h2 { max-width: 24ch; margin: 0; font-size: clamp(27px, 3vw, 36px); }
.pdp-band--dark h2 { color: #fff; }
.pdp-centered-heading { max-width: none !important; margin-right: auto !important; margin-left: auto !important; text-align: center; }
.pdp-lead { max-width: 62ch; margin: 14px 0 0; color: var(--pdp-muted); font-size: 17px; }
.pdp-band--dark .pdp-lead { color: rgba(255, 255, 255, .82); }
.pdp-accordions { max-width: 760px; margin: 30px auto 0; }
.pdp-accordions details { border-top: 1px solid var(--pdp-stone); }
.pdp-accordions details:last-of-type { border-bottom: 1px solid var(--pdp-stone); }
.pdp-accordions summary { position: relative; padding: 19px 30px 19px 0; font-size: 16.5px; font-weight: 700; list-style: none; cursor: pointer; }
.pdp-accordions summary::-webkit-details-marker { display: none; }
.pdp-accordions summary::after { position: absolute; top: 16px; right: 4px; color: var(--pdp-olive); font-size: 22px; font-weight: 400; content: "+"; }
.pdp-accordions details[open] summary::after { content: "−"; }
.pdp-accordions details > p, .pdp-accordion-body p { max-width: 70ch; margin: 0; padding: 0 0 20px; color: var(--pdp-muted); }
.pdp-accordion-image { width: 100%; max-width: 380px; margin: 6px 0 18px; border-radius: 6px; }
.pdp-bigquote { max-width: 760px; margin: 0 auto; text-align: center; }
.pdp-bigquote h2 { max-width: none; }
.pdp-bigquote .pdp-lead { margin-right: auto; margin-left: auto; }
.pdp-bigquote blockquote { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(24px, 3vw, 34px); font-style: italic; line-height: 1.35; }
.pdp-bigquote figcaption { margin-top: 16px; color: var(--pdp-muted); font-size: 15px; }
.pdp-pull-fine { max-width: 60ch; margin: 20px auto 0; color: var(--pdp-muted); font-size: 12.5px; line-height: 1.5; }
.pdp-evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.pdp-evidence-card { padding: 26px 24px; border: 1px solid var(--pdp-stone); border-radius: 8px; background: var(--pdp-card); }
.pdp-evidence-card strong { display: block; color: var(--pdp-olive-dark); font-family: "Newsreader", Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1.15; }
.pdp-evidence-card p { margin: 8px 0 0; font-size: 15px; }
.pdp-evidence-card a { display: inline-block; margin-top: 12px; color: var(--pdp-muted); font-size: 13px; }
.pdp-note { max-width: 70ch; margin: 22px 0 0; color: var(--pdp-muted); font-size: 14px; line-height: 1.6; }
.pdp-quiz { max-width: 640px; margin: 0 auto; text-align: center; }
.pdp-quiz h2 { max-width: none; }
.pdp-quiz .pdp-lead { margin-right: auto; margin-left: auto; }
.pdp-quiz-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 18px; padding: 10px 30px; border: 1.5px solid var(--pdp-olive); border-radius: 8px; color: var(--pdp-olive-dark) !important; font-size: 15.5px; font-weight: 700; text-decoration: none; }
.pdp-quiz-link:hover { background: rgba(255, 255, 255, .5); }
.pdp-reviews { margin: 0; padding: 60px 24px; background: var(--pdp-paper); }
.pdp-finale { max-width: 640px; margin: 0 auto; text-align: center; }
.pdp-finale h2 { max-width: none; }
.pdp-finale .pdp-lead { margin-right: auto; margin-left: auto; }
.pdp-finale .pdp-cta { display: block; max-width: 380px; margin: 26px auto 0; }
.pdp-finale .pdp-guarantee { color: rgba(255, 255, 255, .8); }
.pdp-cta--light { color: var(--pdp-olive-dark); background: #fff; }
.pdp-cta--light:hover, .pdp-cta--light.is-added { color: #fff; background: var(--pdp-olive-dark); }
.pdp-disclaimer { padding: 26px 24px; border-top: 1px solid #343432; color: rgba(255, 255, 255, .68); background: #171716; }
.pdp-disclaimer p { max-width: 1112px; margin: 0 auto; font-size: 11.5px; line-height: 1.6; }
.pdp-sticky {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-top: 1px solid var(--pdp-stone);
  background: #fff;
  box-shadow: 0 -4px 18px rgba(27, 27, 29, .07);
}
.pdp-sticky .pdp-cta { width: 100%; max-width: 420px; min-height: 44px; margin: 0; padding: 14px 26px; font-size: 16px; }
.pdp-disclaimer { padding-bottom: 96px; }

@media (max-width: 900px) {
  .pdp-header { padding: 12px 18px; }
  .pdp-wrap { padding: 0 18px; }
  .pdp-buyzone { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 20px; }
  .pdp-gallery { position: relative; top: auto; }
  .pdp-slide { padding: 6% 7%; }
  .pdp-slide--image { padding: 0; }
  .pdp-slide h2 { margin-bottom: 8px; font-size: 23px; }
  .pdp-slide-ingredient { padding: 7px 0; }
  .pdp-slide-ingredient strong { font-size: 16px; }
  .pdp-slide-ingredient span { font-size: 14px; line-height: 1.38; }
  .pdp-band { padding: 44px 0; }
  .pdp-evidence-grid { grid-template-columns: 1fr; }
  .pdp-sticky { padding: 10px 14px; }
  .pdp-sticky .pdp-cta { padding: 12px 22px; font-size: 15px; }
}

@media (max-width: 374px) {
  .pdp-slide h2 { font-size: 21px; }
  .pdp-slide-ingredient span { font-size: 13px; }
  .pdp-stat-big { font-size: 52px; }
  .pdp-stat-copy { margin-top: 10px; font-size: 17px; line-height: 1.45; }
  .pdp-voice-attr { margin-bottom: 8px; font-size: 14px; }
  .pdp-stat-cite { margin-top: 12px; font-size: 13.5px; }
  .pdp-slide blockquote { margin: 10px 0; font-size: 22px; }
  .pdp-slide-cite { font-size: 14.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-dot::before, .pdp-sticky { transition: none; }
}

/* ===== PDP v2 sections (2026-07-18) ===== */
.ns-band-title { font-family: "Newsreader", Georgia, serif; font-weight: 500; font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 0.5rem; color: var(--ink, #1B1B1D); }
.ns-lead { max-width: 40rem; color: #4a4a45; font-size: 1.02rem; line-height: 1.6; margin: 0 0 2rem; }
.ns-gift { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.5rem; align-items: center; }
.ns-gift-photo { position: relative; border-radius: 10px; overflow: hidden; }
.ns-gift-photo img { display: block; width: 100%; height: auto; }
.ns-gift-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(27,27,29,0.55)); color: #fff; padding: 2.2rem 1.1rem 0.85rem; font-size: 0.85rem; letter-spacing: 0.01em; }
.ns-gift h2 { margin-bottom: 0.75rem; }
.ns-gift-freeline { font-family: "Newsreader", Georgia, serif; font-size: 1.25rem; color: var(--pdp-olive, #5F6B2E); margin: 0 0 1rem; }
.ns-gift-list { list-style: none; margin: 1.25rem 0 0; padding: 1.1rem 0 0; border-top: 1px solid #E4E2DA; }
.ns-gift-list li { display: flex; gap: 0.6rem; align-items: baseline; padding: 0.3rem 0; color: #33332f; }
.ns-gift-list li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pdp-olive, #5F6B2E); flex: none; transform: translateY(-1px); }
.ns-riskline { font-family: "Newsreader", Georgia, serif; font-size: 1.08rem; color: var(--pdp-olive, #5F6B2E); text-align: center; margin: 0.8rem 0 0.3rem; }
.ns-cascade { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin: 2.6rem 0 0; }
.ns-cstep { position: relative; background: #fff; border: 1px solid #E7E5DD; border-radius: 10px; padding: 1.1rem 1.15rem 1.05rem; }
.ns-cstep strong { display: block; font-family: "Schibsted Grotesk", sans-serif; font-size: 0.95rem; margin: 0.55rem 0 0.25rem; color: var(--ink, #1B1B1D); }
.ns-cstep span:not(.ns-cnum) { font-size: 0.85rem; color: #55554f; line-height: 1.45; }
.ns-cnum { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #F0F1E6; color: var(--pdp-olive, #5F6B2E); font-weight: 700; font-size: 0.85rem; font-family: "Schibsted Grotesk", sans-serif; }
.ns-cstep:not(:last-child)::after { content: ""; position: absolute; right: -1.25rem; top: 50%; width: 0.9rem; height: 0.9rem; transform: translateY(-50%) rotate(45deg); border-top: 2px solid #A8A294; border-right: 2px solid #A8A294; }
.ns-cstep--olive { background: #5F6B2E; border-color: #5F6B2E; }
.ns-cstep--olive strong { color: #FAFAF9; }
.ns-cstep--olive span:not(.ns-cnum) { color: #E9EADF; }
.ns-cstep--olive .ns-cnum { background: rgba(250,250,249,0.16); color: #FAFAF9; }
.ns-timeline { position: relative; height: 18px; background: #ECEAE2; border-radius: 4px; margin: 0.6rem 0 0.3rem; }
.ns-timeline-fill { position: absolute; top: 0; bottom: 0; left: 33%; width: 34%; background: var(--pdp-olive, #5F6B2E); border-radius: 4px; }
.ns-timeline-labels { display: flex; justify-content: space-between; font-size: 0.8rem; color: #6b6b64; margin-top: 6px; }
.pdp-gallery { position: relative; }
.ns-nav { position: absolute; top: 50%; transform: translateY(-70%); z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #E7E5DD; background: rgba(250,250,249,0.92); color: #1B1B1D; display: grid; place-items: center; cursor: pointer; padding: 0; transition: background 0.15s ease; }
.ns-nav:hover { background: #fff; }
.ns-nav--prev { left: 0.9rem; }
.ns-nav--next { right: 0.9rem; }
.ns-video { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2.5rem; align-items: center; }
.ns-video--flip { grid-template-columns: 1fr 1.15fr; }
.ns-poster { position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #2E3318; cursor: pointer; border: 0; padding: 0; display: block; width: 100%; }
.ns-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.ns-poster-title { position: absolute; z-index: 2; left: 1.3rem; top: 1.15rem; right: 1.3rem; text-align: left; font-family: "Newsreader", Georgia, serif; font-weight: 500; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.2; color: #FAFAF9; }
.ns-poster-title span { display: block; font-family: "Schibsted Grotesk", sans-serif; font-size: 0.8rem; letter-spacing: 0.03em; margin-top: 0.45rem; opacity: 0.85; }
.ns-poster--story img { object-position: center 78%; }
.ns-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(46,51,24,0.55), rgba(46,51,24,0.1)); }
.ns-play { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border-radius: 50%; background: rgba(250,250,249,0.94); display: grid; place-items: center; transition: transform 0.2s ease; }
.ns-poster:hover .ns-play { transform: translate(-50%, -50%) scale(1.07); }
.ns-play svg { margin-left: 5px; }
.ns-poster-meta { position: absolute; z-index: 2; left: 1.1rem; bottom: 0.95rem; color: #FAFAF9; font-size: 0.85rem; letter-spacing: 0.02em; }
.ns-founder-name { font-family: "Newsreader", Georgia, serif; font-size: 1.1rem; margin: 1.4rem 0 0.2rem; color: var(--ink, #1B1B1D); }
.ns-creds { color: #55554f; font-size: 0.92rem; margin: 0; }
.ns-founder-quote { font-family: "Newsreader", Georgia, serif; font-size: 1.28rem; line-height: 1.45; color: #33332f; margin: 1.1rem 0 0; }
.ns-inst { text-align: center; }
.ns-inst h2 { font-family: "Schibsted Grotesk", sans-serif; font-weight: 500; font-size: 1rem; letter-spacing: 0.01em; color: #4a4a45; margin: 0 auto 2rem; max-width: none; width: 100%; text-align: center; }
.ns-inst-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2.6rem 3.4rem; max-width: 46rem; margin: 0 auto; }
.ns-inst-grid img { height: 52px; width: auto; max-width: 190px; object-fit: contain; filter: grayscale(1) brightness(0.35); opacity: 0.82; }
.ns-figs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0 1.5rem; }
.ns-fig { background: #fff; border: 1px solid #E7E5DD; border-radius: 10px; padding: 1.5rem 1.5rem 1.25rem; }
.ns-fig h3 { font-family: "Schibsted Grotesk", sans-serif; font-size: 0.98rem; font-weight: 600; margin: 0 0 0.15rem; color: var(--ink, #1B1B1D); }
.ns-fig-sub { font-size: 0.85rem; color: #6b6b64; margin: 0 0 1.1rem; }
.ns-fig-delta { font-family: "Newsreader", Georgia, serif; font-size: 2.35rem; line-height: 1; color: var(--pdp-olive, #5F6B2E); margin: 0 0 1rem; }
.ns-fig-source { font-size: 0.8rem; color: #6b6b64; margin: 0.9rem 0 0; }
.ns-barrow { margin: 0.45rem 0; }
.ns-barrow-label { display: flex; justify-content: space-between; font-size: 0.83rem; color: #4a4a45; margin-bottom: 4px; }
.ns-bartrack { height: 18px; border-radius: 0 4px 4px 0; background: transparent; }
.ns-barfill { height: 100%; border-radius: 0 4px 4px 0; width: 0; transition: width 0.9s cubic-bezier(0.2, 0.7, 0.2, 1); }
.ns-barfill--data { background: var(--pdp-olive, #5F6B2E); }
.ns-barfill--base { background: #A8A294; }
.ns-sources { border-top: 1px solid #E4E2DA; margin-top: 2rem; padding-top: 1.5rem; }
.ns-sources p { font-size: 0.9rem; color: #4a4a45; margin: 0 0 1.1rem; }
.ns-source-row { display: flex; flex-wrap: wrap; gap: 0.9rem 2.6rem; align-items: baseline; }
.ns-source-row a { font-family: "Newsreader", Georgia, serif; font-size: 1.22rem; color: #33332f; text-decoration: none; border-bottom: 1px solid transparent; }
.ns-source-row a span { display: block; font-family: "Schibsted Grotesk", sans-serif; font-size: 0.72rem; letter-spacing: 0.04em; color: #85857d; margin-top: 2px; }
.ns-source-row a:hover { border-bottom-color: #33332f; }
.ns-matrix-scroll { overflow-x: auto; margin: 2rem 0 0; }
.ns-matrix { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 640px; }
.ns-matrix th, .ns-matrix td { padding: 0.85rem 1rem; text-align: center; font-size: 0.93rem; border-bottom: 1px solid #E7E5DD; }
.ns-matrix thead th { font-family: "Schibsted Grotesk", sans-serif; font-weight: 600; font-size: 0.9rem; color: #55554f; vertical-align: bottom; padding-bottom: 1rem; }
.ns-matrix tbody th { text-align: left; font-weight: 500; color: var(--ink, #1B1B1D); max-width: 15rem; }
.ns-matrix .ns-col-aplomb { background: #F0F1E6; }
.ns-matrix thead .ns-col-aplomb { font-family: "Newsreader", Georgia, serif; font-size: 1.12rem; color: var(--pdp-olive, #5F6B2E); border-radius: 10px 10px 0 0; }
.ns-matrix tbody tr:last-child td, .ns-matrix tbody tr:last-child th { border-bottom: 0; }
.ns-matrix tbody tr:last-child .ns-col-aplomb { border-radius: 0 0 10px 10px; }
.ns-yes { color: var(--pdp-olive, #5F6B2E); font-size: 1.15rem; }
.ns-no { color: #B4B0A5; font-size: 1.15rem; }
.ns-cell-note { display: block; font-size: 0.76rem; color: #6b6b64; margin-top: 2px; }
.ns-meters { margin-top: 3rem; display: grid; gap: 2.2rem; }
.ns-meter-group h3 { font-family: "Schibsted Grotesk", sans-serif; font-size: 0.98rem; font-weight: 600; margin: 0 0 0.9rem; color: var(--ink, #1B1B1D); }
.ns-meter { display: grid; grid-template-columns: 11.5rem 1fr; align-items: center; gap: 1rem; margin: 0.45rem 0; }
.ns-meter-name { font-size: 0.88rem; color: #4a4a45; text-align: right; }
.ns-meter-track { height: 12px; background: #ECEAE2; border-radius: 0 4px 4px 0; }
.ns-meter-fill { height: 100%; border-radius: 0 4px 4px 0; width: 0; transition: width 0.9s cubic-bezier(0.2, 0.7, 0.2, 1); background: #A8A294; }
.ns-meter--aplomb .ns-meter-name { color: var(--pdp-olive, #5F6B2E); font-weight: 600; }
.ns-meter--aplomb .ns-meter-fill { background: var(--pdp-olive, #5F6B2E); }
.ns-journal { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; background: #fff; border: 1px solid #E7E5DD; border-radius: 10px; padding: 2.2rem 2.4rem; }
.ns-journal h3 { font-family: "Newsreader", Georgia, serif; font-weight: 500; font-size: 1.5rem; line-height: 1.25; margin: 0 0 0.6rem; }
.ns-journal h3 a { color: var(--ink, #1B1B1D); text-decoration: none; }
.ns-journal h3 a:hover { text-decoration: underline; }
.ns-journal-byline { font-size: 0.86rem; color: #6b6b64; margin: 0 0 1rem; }
.ns-journal p.ns-excerpt { color: #4a4a45; line-height: 1.6; margin: 0; }
.ns-journal-links { display: grid; gap: 0.9rem; }
.ns-journal-links a { font-family: "Schibsted Grotesk", sans-serif; font-weight: 600; color: var(--pdp-olive, #5F6B2E); text-decoration: none; font-size: 0.98rem; }
.ns-journal-links a:hover { text-decoration: underline; }
/* Photo-backed carousel slides */
.pdp-slide--photo { justify-content: flex-start; background-size: cover; background-position: center; }
.pdp-slide--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(250, 250, 249, .96) 0%, rgba(250, 250, 249, .88) 45%, rgba(250, 250, 249, .62) 72%, rgba(250, 250, 249, .2) 90%, rgba(250, 250, 249, 0) 100%);
}
.pdp-slide--photo > * { position: relative; z-index: 1; }
.pdp-slide--photo.pdp-slide--dark { background-color: var(--pdp-olive-dark, #4a5424); }
.pdp-slide--photo.pdp-slide--dark::before {
  background: linear-gradient(180deg, rgba(66, 75, 30, .92) 0%, rgba(66, 75, 30, .7) 42%, rgba(66, 75, 30, .28) 68%, rgba(66, 75, 30, 0) 88%);
}
/* Education band with visual */
.pdp-bigquote--visual { display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: center; max-width: 1020px; text-align: left; }
.pdp-bigquote--visual .pdp-lead { margin-right: 0; margin-left: 0; }
.pdp-bigquote--visual img { width: 100%; aspect-ratio: 1 / 1; border-radius: 8px; object-fit: cover; }
/* Founder video modal */
.ns-video-modal { position: fixed; inset: 0; z-index: 200; background: rgba(20, 20, 18, 0.88); display: grid; place-items: center; padding: 4vh 16px; }
.ns-video-modal[hidden] { display: none; }
.ns-video-modal-inner { position: relative; max-width: min(92vw, 64vh); width: 100%; }
.ns-video-modal video { display: block; width: 100%; max-height: 86vh; border-radius: 10px; background: #000; }
.ns-video-close { position: absolute; top: -46px; right: 0; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(250, 250, 249, 0.92); color: #1B1B1D; font-size: 20px; line-height: 1; cursor: pointer; }
@media (max-width: 820px) {
  .ns-gift, .ns-video, .ns-video--flip, .ns-journal { grid-template-columns: 1fr; gap: 1.6rem; }
  .ns-figs { grid-template-columns: 1fr; }
  .ns-cascade { grid-template-columns: 1fr; gap: 1.2rem; }
  .ns-cstep:not(:last-child)::after { right: auto; top: auto; left: 1.4rem; bottom: -1.05rem; transform: rotate(135deg); }
  .ns-meter { grid-template-columns: 8rem 1fr; }
  .ns-meter-name { text-align: left; }
  .ns-inst-grid { gap: 1.8rem 2.2rem; }
  .ns-inst-grid img { height: 40px; max-width: 150px; }
  .ns-play { width: 58px; height: 58px; }
  .ns-nav { width: 36px; height: 36px; }
  .ns-nav--prev { left: 0.6rem; }
  .ns-nav--next { right: 0.6rem; }
  .pdp-bigquote--visual { grid-template-columns: 1fr; gap: 22px; }
}
