body.pbit-hide-theme-chrome,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) {
  overflow-x: hidden;
}

body.pbit-hide-theme-chrome .wp-site-blocks > header,
body.pbit-hide-theme-chrome .wp-site-blocks > footer,
body.pbit-hide-theme-chrome header.wp-block-template-part,
body.pbit-hide-theme-chrome footer.wp-block-template-part,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) .wp-site-blocks > header,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) .wp-site-blocks > footer,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) header.wp-block-template-part,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) footer.wp-block-template-part {
  display: none !important;
}

body.pbit-hide-theme-chrome #wp--skip-link--target > .wp-block-group:has(> .wp-block-post-title),
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) #wp--skip-link--target > .wp-block-group:has(> .wp-block-post-title) {
  display: none !important;
}

body.pbit-hide-theme-chrome main,
body.pbit-hide-theme-chrome .entry-content,
body.pbit-hide-theme-chrome .wp-block-post-content,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) main,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) .entry-content,
body:has(.pbit-product-page[data-pbit-hide-theme="true"]) .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pbit-product-page {
  --pbit-black: #050706;
  --pbit-ink: #101712;
  --pbit-text: #f7faf5;
  --pbit-paper: #f6f8f2;
  --pbit-green: #65b800;
  position: relative;
  width: auto;
  max-width: none !important;
  margin: 0 !important;
  margin-left: calc(0px - var(--wp--style--root--padding-left, 0px)) !important;
  margin-right: calc(0px - var(--wp--style--root--padding-right, 0px)) !important;
  transform: none;
  background: var(--pbit-black);
  color: var(--pbit-text);
  font-family: inherit;
}

.pbit-product-page * { box-sizing: border-box; }
.pbit-product-page > :where(.pbit-stage, .pbit-chapter, .pbit-footer-min) { margin-block-start: 0 !important; margin-block-end: 0 !important; }
.pbit-product-page :where(.pbit-chapter-inner, .pbit-markers, .pbit-marker-card, .pbit-principle-grid, .pbit-principle, .pbit-panel-grid, .pbit-panel) > * { margin-block-start: 0 !important; margin-block-end: 0 !important; }
.pbit-product-page a { color: inherit; text-decoration: none; }
.pbit-product-page a:focus-visible { outline: 2px solid var(--pbit-green); outline-offset: 5px; border-radius: 6px; }
.pbit-product-page p { margin: 0; line-height: 1.65; }
.pbit-product-page :where(h1, h2, h3) { margin: 0; line-height: 1; letter-spacing: -0.035em; font-kerning: normal; font-optical-sizing: auto; }

.pbit-stage,
.pbit-chapter {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 7vw, 96px);
}

.pbit-stage {
  min-height: 100svh;
  display: grid;
  align-items: center;
}

.pbit-stage-inner,
.pbit-chapter-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pbit-hero {
  background:
    radial-gradient(circle at 70% 20%, rgba(101, 184, 0, 0.13), transparent 28%),
    radial-gradient(circle at 20% 86%, rgba(101, 184, 0, 0.08), transparent 32%),
    linear-gradient(180deg, #080b09 0%, #050706 100%);
}

.pbit-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.75), transparent 84%);
  pointer-events: none;
}

.pbit-brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(42px, 5vw, 78px);
  color: rgba(247,250,245,0.68);
}

.pbit-logo { display: inline-flex; width: clamp(172px, 18vw, 238px); opacity: .95; }
.pbit-logo img { display: block; width: 100%; height: auto; filter: none; }

.pbit-person {
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pbit-person:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--pbit-green);
  box-shadow: 0 0 26px rgba(101,184,0,.8);
}

.pbit-hero-title {
  display: grid;
  gap: clamp(8px, 1.2vw, 16px);
  font-size: clamp(3.8rem, 9.4vw, 8.8rem);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -0.004em;
}

.pbit-hero-title span { display: flex; align-items: center; gap: clamp(26px, 3vw, 44px); }
.pbit-hero-title i { flex: 0 0 auto; width: .18em; height: .18em; border-radius: 999px; background: var(--pbit-green); box-shadow: 0 0 46px rgba(101,184,0,.65); }
.pbit-hero-title span:nth-child(2) { color: #b9c0bb; }
.pbit-hero-title span:nth-child(3) { color: #7f8981; }

.pbit-product-page .pbit-hero-sub {
  width: min(760px, 100%);
  margin-top: clamp(28px, 4vw, 52px);
  color: rgba(247,250,245,0.76);
  font-size: clamp(1.12rem, 2vw, 1.65rem);
  letter-spacing: -0.02em;
}

.pbit-hero-links,
.pbit-panel-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }

.pbit-link { display: inline-flex; }

.pbit-link:where(a),
.pbit-link .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 2px;
  color: rgba(247,250,245,.82);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

.pbit-link:where(a):after,
.pbit-link .wp-block-button__link:after { content: ""; flex: 0 0 auto; width: 32px; height: 1px; background: var(--pbit-green); transition: width 180ms ease; }
.pbit-link:where(a):hover:after,
.pbit-link:where(a):focus-visible:after,
.pbit-link:hover .wp-block-button__link:after,
.pbit-link:focus-within .wp-block-button__link:after { width: 48px; }
.pbit-link .wp-block-button__link:hover,
.pbit-link .wp-block-button__link:focus-visible { color: inherit; background: transparent; }
.pbit-hero-links.pbit-reveal { opacity: 1; transform: none; }

.pbit-light { background: var(--pbit-paper); color: var(--pbit-ink); }
.pbit-light p { color: rgba(16,23,18,.68); }

.pbit-statement {
  font-size: clamp(2.8rem, 7.1vw, 6.9rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
  max-width: 12.8ch;
}

.pbit-statement-line { display: block; }
.pbit-statement .accent { color: var(--pbit-green); }
.pbit-product-page .pbit-copy-large { width: min(760px, 100%); margin-top: clamp(24px, 3.2vw, 44px); font-size: clamp(1.08rem, 2vw, 1.55rem); letter-spacing: -0.018em; }

.pbit-chapter { min-height: auto; display: grid; align-items: end; padding: clamp(36px, 7vw, 96px); }
.pbit-chapter:before { content: ""; position: absolute; inset: 0; pointer-events: none; }
.pbit-chapter.software { background: linear-gradient(180deg, #fbfcf8 0%, #eef2ec 100%); color: var(--pbit-ink); }
.pbit-chapter.software:before { opacity: .5; background: linear-gradient(90deg, transparent 0 8%, rgba(16,23,18,.055) 8% 8.2%, transparent 8.2% 100%), repeating-linear-gradient(0deg, transparent 0 38px, rgba(16,23,18,.04) 39px 40px); }
.pbit-chapter.infrastructure { background: radial-gradient(circle at 80% 12%, rgba(101,184,0,.16), transparent 31%), linear-gradient(180deg, #07100b 0%, #111b15 100%); color: var(--pbit-text); }
.pbit-chapter.infrastructure:before { opacity: .35; background-image: linear-gradient(rgba(101,184,0,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(101,184,0,.13) 1px, transparent 1px); background-size: 88px 88px; }
.pbit-chapter.operation { background: linear-gradient(180deg, #101712 0%, #050706 100%); color: var(--pbit-text); }
.pbit-chapter.operation:before { opacity: .38; background: radial-gradient(circle at 30% 18%, rgba(101,184,0,.14), transparent 24%), repeating-linear-gradient(180deg, rgba(255,255,255,.05) 0 1px, transparent 1px 32px); }
.pbit-chapter-inner { display: grid; gap: clamp(28px, 5vw, 64px); }
.pbit-chapter-word { font-size: clamp(4rem, 11.4vw, 10.2rem); font-weight: 850; letter-spacing: -0.004em; line-height: .92; overflow-wrap: normal; word-break: normal; hyphens: manual; }
.pbit-chapter-text { width: min(720px, 100%); font-size: clamp(1.12rem, 2vw, 1.55rem); letter-spacing: -0.018em; color: rgba(16,23,18,.68); }
.pbit-chapter.infrastructure .pbit-chapter-text,
.pbit-chapter.operation .pbit-chapter-text { color: rgba(247,250,245,.7); }

.pbit-markers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: clamp(16px, 2.4vw, 28px); padding: 0; margin: 0; color: inherit; }
.pbit-marker-card,
.pbit-markers > li { position: relative; min-width: 0; min-height: clamp(210px, 17vw, 260px); height: 100%; display: grid; align-content: start; gap: 15px; overflow: hidden; padding: clamp(22px, 2.7vw, 34px); border-radius: 30px; background: rgba(255,255,255,.072); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 28px 90px rgba(0,0,0,.16); transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.pbit-marker-card:before,
.pbit-markers > li:before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--pbit-green), transparent 72%); opacity: .78; }
.pbit-chapter.software .pbit-marker-card,
.pbit-chapter.software .pbit-markers > li { background: rgba(255,255,255,.72); border-color: rgba(16,23,18,.1); box-shadow: 0 28px 90px rgba(16,23,18,.08); }
.pbit-marker-index { color: var(--pbit-green); font-size: .72rem; font-weight: 850; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.pbit-marker-title { font-size: clamp(1.32rem, 1.9vw, 1.95rem); line-height: 1.05; letter-spacing: -0.045em; }
.pbit-marker-text { font-size: clamp(.95rem, 1.08vw, 1.06rem); line-height: 1.58; letter-spacing: -0.008em; color: rgba(247,250,245,.68); }
.pbit-chapter.software .pbit-marker-text { color: rgba(16,23,18,.62); }
.pbit-product-page[data-motion="ready"] .pbit-chapter-inner.pbit-reveal .pbit-marker-card { opacity: 0; transform: translateY(18px); transition: opacity 620ms ease, transform 620ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.pbit-product-page[data-motion="ready"] .pbit-chapter-inner.pbit-reveal.is-visible .pbit-marker-card { opacity: 1; transform: translateY(0); }
.pbit-product-page[data-motion="ready"] .pbit-chapter-inner.pbit-reveal.is-visible .pbit-marker-card:nth-child(2) { transition-delay: 80ms; }
.pbit-product-page[data-motion="ready"] .pbit-chapter-inner.pbit-reveal.is-visible .pbit-marker-card:nth-child(3) { transition-delay: 160ms; }

.pbit-principles { background: #f8faf4; color: var(--pbit-ink); }
.pbit-principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: clamp(16px, 2.4vw, 28px); margin-top: clamp(42px, 5vw, 68px); }
.pbit-principle { position: relative; min-width: 0; min-height: 248px; height: 100%; display: grid; align-content: start; gap: 16px; overflow: hidden; padding: clamp(24px, 2.8vw, 34px); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 28px 90px rgba(16,23,18,.08); border: 1px solid rgba(16,23,18,.1); transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.pbit-principle:before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--pbit-green), transparent 72%); opacity: .78; }
.pbit-principle h3 { font-size: clamp(1.32rem, 1.9vw, 1.95rem); line-height: 1.05; letter-spacing: -0.045em; overflow-wrap: normal; hyphens: manual; }
.pbit-principle p { color: rgba(16,23,18,.62); font-size: clamp(.95rem, 1.08vw, 1.06rem); line-height: 1.58; letter-spacing: -0.008em; }

.pbit-panels { background: var(--pbit-black); color: var(--pbit-text); }
.pbit-panels .pbit-copy-large { color: rgba(247,250,245,.62); }
.pbit-panel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: clamp(18px, 3vw, 32px); margin-top: clamp(42px, 5vw, 68px); }
.pbit-panel { min-width: 0; min-height: 420px; height: 100%; display: grid; align-content: space-between; padding: clamp(28px, 4vw, 48px); border-radius: 36px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.1); }
.pbit-panel h3 { font-size: clamp(2.4rem, 5vw, 5rem); max-width: 8ch; }
.pbit-panel p,
.pbit-panel li { color: rgba(247,250,245,.68); }
.pbit-panel ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; }
.pbit-panel li:before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 999px; background: var(--pbit-green); }
.pbit-footer-min { padding: 34px clamp(24px, 6vw, 72px); color: rgba(247,250,245,.52); background: #050706; font-size: .92rem; }
.pbit-footer-min a { color: rgba(247,250,245,.72); }
.pbit-footer-inner { width: min(1180px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; }
.pbit-footer-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pbit-footer-note { color: rgba(247,250,245,.46); }

.pbit-product-page.pbit-standard-page {
  --pbit-green-ink: #3f7600;
  background: var(--pbit-paper);
  color: var(--pbit-ink);
}

.pbit-product-page.pbit-standard-page > :where(.pbit-page-header, .pbit-page-main, .pbit-page-footer) {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.pbit-product-page.pbit-standard-page :where(.pbit-page-header, .pbit-page-main, .pbit-page-layout, .pbit-page-toc, .pbit-page-toc-header, .pbit-page-content, .pbit-page-section) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.pbit-product-page.pbit-standard-page .pbit-skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 18px;
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--pbit-paper);
  color: var(--pbit-ink);
  font-weight: 750;
  transform: translateY(calc(-100% - 20px));
}

.pbit-product-page.pbit-standard-page .pbit-skip-link:focus {
  outline: 3px solid var(--pbit-green);
  outline-offset: 3px;
  transform: translateY(0);
}

.pbit-product-page.pbit-standard-page .pbit-page-header {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 68px) clamp(32px, 7vw, 96px) clamp(58px, 8vw, 108px);
  background:
    radial-gradient(circle at 76% 12%, rgba(101,184,0,.16), transparent 30%),
    linear-gradient(180deg, #080b09 0%, #050706 100%);
  color: var(--pbit-text);
}

.pbit-product-page.pbit-standard-page .pbit-page-header:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 92%);
  pointer-events: none;
}

.pbit-product-page.pbit-standard-page .pbit-page-header .pbit-stage-inner {
  z-index: 1;
}

.pbit-product-page.pbit-standard-page .pbit-page-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.pbit-product-page.pbit-standard-page .pbit-page-topbar .pbit-logo {
  width: clamp(166px, 17vw, 220px);
}

.pbit-product-page.pbit-standard-page .pbit-page-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.pbit-product-page.pbit-standard-page .pbit-page-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: rgba(247,250,245,.72);
  font-size: .92rem;
  font-weight: 700;
}

.pbit-product-page.pbit-standard-page .pbit-page-nav a:hover,
.pbit-product-page.pbit-standard-page .pbit-page-nav a:focus-visible,
.pbit-product-page.pbit-standard-page .pbit-page-nav a[aria-current="page"] {
  border-bottom-color: var(--pbit-green);
  color: var(--pbit-text);
}

.pbit-product-page.pbit-standard-page .pbit-page-title {
  margin-top: clamp(64px, 8vw, 112px) !important;
  color: var(--pbit-text);
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  font-weight: 850;
  line-height: .95;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.pbit-product-page.pbit-standard-page .pbit-page-subtitle {
  width: min(650px, 100%);
  margin-top: clamp(22px, 3vw, 36px) !important;
  color: rgba(247,250,245,.7);
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  letter-spacing: -.012em;
}

.pbit-product-page.pbit-standard-page .pbit-page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 24px 0 0 !important;
  padding: 0;
  list-style: none;
  color: rgba(247,250,245,.68);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.pbit-product-page.pbit-standard-page .pbit-page-meta li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pbit-product-page.pbit-standard-page .pbit-page-meta li:before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pbit-green);
  box-shadow: 0 0 20px rgba(101,184,0,.6);
}

.pbit-product-page.pbit-standard-page .pbit-page-main {
  padding: clamp(54px, 8vw, 108px) clamp(32px, 7vw, 96px) clamp(72px, 10vw, 132px);
}

.pbit-product-page.pbit-standard-page .pbit-page-layout {
  display: grid;
  grid-template-columns: minmax(250px, 288px) minmax(0, 72ch);
  justify-content: space-between;
  align-items: start;
  gap: clamp(48px, 7vw, 88px);
}

.pbit-product-page.pbit-standard-page .pbit-page-layout-single {
  grid-template-columns: minmax(0, 72ch);
  justify-content: center;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc {
  position: static;
  min-width: 0;
  padding-top: 22px;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--pbit-green), rgba(101,184,0,.08) 82%, transparent) 1;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-mobile {
  display: none;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-header {
  align-items: baseline;
  gap: 16px;
  padding-bottom: 18px;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-title {
  color: var(--pbit-ink);
  font-size: .8rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-count {
  flex: 0 0 auto;
  color: rgba(16,23,18,.68);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-list {
  counter-reset: pbit-page-toc;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-list li {
  counter-increment: pbit-page-toc;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-list a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 11px 4px;
  color: rgba(16,23,18,.68);
  font-size: .94rem;
  font-weight: 680;
  line-height: 1.42;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-list a:before {
  content: counter(pbit-page-toc, decimal-leading-zero);
  align-self: start;
  padding-top: .12em;
  color: var(--pbit-green-ink);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.pbit-product-page.pbit-standard-page .pbit-page-toc-list a:hover,
.pbit-product-page.pbit-standard-page .pbit-page-toc-list a:focus-visible {
  color: var(--pbit-ink);
}

.pbit-product-page.pbit-standard-page .pbit-page-content {
  min-width: 0;
  max-width: 72ch;
}

.pbit-product-page.pbit-standard-page .pbit-page-content p {
  color: rgba(16,23,18,.76);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.74;
  overflow-wrap: anywhere;
}

.pbit-product-page.pbit-standard-page .pbit-page-intro {
  padding-bottom: clamp(32px, 5vw, 54px);
  color: rgba(16,23,18,.7);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  letter-spacing: -.012em;
}

.pbit-product-page.pbit-standard-page .pbit-page-section {
  scroll-margin-top: 24px;
  padding-top: clamp(34px, 5vw, 52px);
  border-top: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-standard-page .pbit-page-section + .pbit-page-section {
  margin-top: clamp(42px, 6vw, 68px) !important;
}

.pbit-product-page.pbit-standard-page .pbit-page-section h2 {
  max-width: 25ch;
  color: var(--pbit-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.026em;
  overflow-wrap: anywhere;
}

.pbit-product-page.pbit-standard-page .pbit-page-section h2 + p {
  margin-top: 22px !important;
}

.pbit-product-page.pbit-standard-page .pbit-page-section p + p {
  margin-top: 18px !important;
}

.pbit-product-page.pbit-standard-page .pbit-page-content strong {
  color: var(--pbit-ink);
}

.pbit-product-page.pbit-standard-page .pbit-page-content a,
.pbit-product-page.pbit-standard-page .pbit-page-back a {
  color: var(--pbit-green-ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.pbit-product-page.pbit-standard-page .pbit-page-content a:hover {
  text-decoration-thickness: 2px;
}

.pbit-product-page.pbit-standard-page .pbit-page-main a:focus-visible {
  outline: 3px solid var(--pbit-green-ink);
  outline-offset: 4px;
}

.pbit-product-page.pbit-standard-page .pbit-page-back {
  margin-top: clamp(50px, 7vw, 82px) !important;
  padding-top: 26px;
  border-top: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-profile-page .pbit-profile-lead {
  display: grid;
  grid-template-columns: minmax(280px, 312px) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  margin-top: 28px !important;
}

.pbit-product-page.pbit-profile-page .pbit-profile-portrait {
  margin: 0;
  border-top: 4px solid var(--pbit-green);
}

.pbit-product-page.pbit-profile-page .pbit-profile-portrait img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.pbit-product-page.pbit-profile-page .pbit-profile-lead-copy > * {
  margin-block: 0;
}

.pbit-product-page.pbit-profile-page .pbit-profile-lead-copy > * + * {
  margin-top: 18px !important;
}

.pbit-product-page.pbit-profile-page .pbit-profile-link {
  padding-top: 4px;
}

.pbit-product-page.pbit-profile-page .pbit-profile-principles {
  margin: 28px 0 0 !important;
  padding: 0;
  list-style: none;
}

.pbit-product-page.pbit-profile-page .pbit-profile-principles li {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(16,23,18,.12);
  color: rgba(16,23,18,.76);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.65;
}

.pbit-product-page.pbit-profile-page .pbit-profile-principles li:last-child {
  border-bottom: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-profile-page .pbit-profile-rows,
.pbit-product-page.pbit-profile-page .pbit-experience-list {
  margin-top: 28px !important;
}

.pbit-product-page.pbit-profile-page .pbit-profile-row {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(0, 1.3fr);
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-profile-page .pbit-profile-row:last-child {
  border-bottom: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-profile-page .pbit-profile-row h3,
.pbit-product-page.pbit-profile-page .pbit-experience-item h3 {
  margin: 0;
  color: var(--pbit-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.pbit-product-page.pbit-profile-page .pbit-profile-row p {
  margin: 0;
}

.pbit-product-page.pbit-profile-page .pbit-experience-item {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 8px 22px;
  padding: 26px 0;
  border-top: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-profile-page .pbit-experience-item:last-child {
  border-bottom: 1px solid rgba(16,23,18,.12);
}

.pbit-product-page.pbit-profile-page .pbit-experience-number {
  grid-row: 1 / span 2;
  margin: 0;
  color: var(--pbit-green-ink);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.pbit-product-page.pbit-profile-page .pbit-experience-item p:last-child {
  margin: 0;
}

.pbit-product-page.pbit-profile-page .pbit-profile-discretion {
  margin-top: 30px !important;
  padding-left: 18px;
  border-left: 3px solid var(--pbit-green);
  font-size: .94rem;
}

.pbit-product-page.pbit-blog-page .pbit-page-layout-single {
  grid-template-columns: minmax(0, 960px);
}

.pbit-product-page.pbit-blog-page .pbit-page-content {
  width: 100%;
  max-width: 960px;
}

.pbit-product-page.pbit-blog-page .pbit-article-index,
.pbit-product-page.pbit-blog-page .wp-block-post-template {
  margin: 0;
  padding: 0;
}

.pbit-product-page.pbit-blog-page .wp-block-post-template {
  list-style: none;
}

.pbit-product-page.pbit-blog-page .wp-block-post-template > li {
  margin: 0;
  padding: 0;
}

.pbit-product-page.pbit-blog-page .pbit-article-row {
  display: grid;
  grid-template-columns: minmax(130px, 10.5rem) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  padding: clamp(28px, 4vw, 42px) 0;
  border-top: 1px solid rgba(16,23,18,.16);
}

.pbit-product-page.pbit-blog-page .wp-block-post-template > li:last-child .pbit-article-row {
  border-bottom: 1px solid rgba(16,23,18,.16);
}

.pbit-product-page.pbit-blog-page .pbit-article-row-meta > *,
.pbit-product-page.pbit-blog-page .pbit-article-row-copy > * {
  margin-block: 0;
}

.pbit-product-page.pbit-blog-page .pbit-article-row-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(16,23,18,.62);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.pbit-product-page.pbit-blog-page .pbit-article-row-category a,
.pbit-product-page.pbit-blog-page .pbit-article-row-tags a {
  color: var(--pbit-green-ink);
  text-decoration: none;
}

.pbit-product-page.pbit-blog-page .pbit-article-row-title {
  max-width: 24ch;
  color: var(--pbit-ink);
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.pbit-product-page.pbit-blog-page .pbit-article-row-title a {
  color: inherit;
  text-decoration: none;
}

.pbit-product-page.pbit-blog-page .pbit-article-row-title a:hover,
.pbit-product-page.pbit-blog-page .pbit-article-row-title a:focus-visible {
  color: var(--pbit-green-ink);
}

.pbit-product-page.pbit-blog-page .pbit-article-row-excerpt {
  margin-top: 16px !important;
}

.pbit-product-page.pbit-blog-page .pbit-article-row-excerpt > p {
  margin: 0;
}

.pbit-product-page.pbit-blog-page .wp-block-post-excerpt__more-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-size: .9rem;
}

.pbit-product-page.pbit-blog-page .pbit-article-pagination {
  gap: 20px;
  margin-top: 34px !important;
}

.pbit-product-page.pbit-blog-page .pbit-article-pagination .page-numbers,
.pbit-product-page.pbit-blog-page .pbit-article-pagination a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.pbit-product-page.pbit-blog-page .pbit-article-empty {
  padding: 30px 0;
  border-top: 1px solid rgba(16,23,18,.16);
  border-bottom: 1px solid rgba(16,23,18,.16);
}

.pbit-product-page.pbit-article-page .pbit-page-title {
  max-width: 17ch;
  font-size: clamp(2.8rem, 6.5vw, 6.2rem);
}

.pbit-product-page.pbit-template-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pbit-product-page.pbit-article-page .pbit-article-meta {
  gap: 10px 24px;
  margin-top: 26px !important;
  color: rgba(247,250,245,.68);
  font-size: .82rem;
  font-weight: 750;
}

.pbit-product-page.pbit-article-page .pbit-article-meta > * {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.pbit-product-page.pbit-article-page .pbit-article-meta > *:before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pbit-green);
  box-shadow: 0 0 20px rgba(101,184,0,.6);
}

.pbit-product-page.pbit-article-page .pbit-article-category a,
.pbit-product-page.pbit-article-page .pbit-article-tags a {
  color: inherit;
  text-decoration: none;
}

.pbit-product-page.pbit-article-page .pbit-article-body > * {
  margin-block: 0;
}

.pbit-product-page.pbit-article-page .pbit-article-body > * + * {
  margin-top: 24px;
}

.pbit-product-page.pbit-article-page .pbit-article-body > p:first-child {
  color: rgba(16,23,18,.82);
  font-size: clamp(1.12rem, 1.5vw, 1.27rem);
  line-height: 1.66;
  letter-spacing: -.012em;
}

.pbit-product-page.pbit-article-page .pbit-article-body > :is(h2, h3, h4) {
  color: var(--pbit-ink);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
  scroll-margin-top: 24px;
}

.pbit-product-page.pbit-article-page .pbit-article-body > h2 {
  margin-top: clamp(50px, 7vw, 76px);
  padding-top: clamp(32px, 5vw, 48px);
  border-top: 1px solid rgba(16,23,18,.12);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.pbit-product-page.pbit-article-page .pbit-article-body > h3 {
  margin-top: 42px;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
}

.pbit-product-page.pbit-article-page .pbit-article-body > h4 {
  margin-top: 34px;
  font-size: 1.12rem;
}

.pbit-product-page.pbit-article-page .pbit-article-body :where(ul, ol) {
  margin: 24px 0 0;
  padding-left: 1.4em;
  color: rgba(16,23,18,.76);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.7;
}

.pbit-product-page.pbit-article-page .pbit-article-body li + li {
  margin-top: 8px;
}

.pbit-product-page.pbit-article-page .pbit-article-body blockquote {
  margin: 32px 0 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--pbit-green);
}

.pbit-product-page.pbit-article-page .pbit-article-body blockquote p {
  color: var(--pbit-ink);
  font-size: clamp(1.15rem, 1.8vw, 1.36rem);
  line-height: 1.55;
}

.pbit-product-page.pbit-article-page .pbit-article-body code {
  padding: .12em .35em;
  border-radius: 4px;
  background: rgba(16,23,18,.09);
  color: var(--pbit-ink);
  font-size: .9em;
}

.pbit-product-page.pbit-article-page .pbit-article-body pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 22px;
  border-top: 3px solid var(--pbit-green);
  background: #101712;
  color: #f7faf5;
  line-height: 1.65;
  tab-size: 2;
}

.pbit-product-page.pbit-article-page .pbit-article-body pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.pbit-product-page.pbit-article-page .pbit-article-body .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
}

.pbit-product-page.pbit-article-page .pbit-article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
}

.pbit-product-page.pbit-article-page .pbit-article-body :is(th, td) {
  padding: 13px 15px;
  border: 1px solid rgba(16,23,18,.15);
  text-align: left;
  vertical-align: top;
}

.pbit-product-page.pbit-article-page .pbit-article-body th {
  background: rgba(16,23,18,.06);
  color: var(--pbit-ink);
  font-weight: 800;
}

.pbit-product-page.pbit-article-page .pbit-article-body figure {
  margin-inline: 0;
}

.pbit-product-page.pbit-article-page .pbit-article-body figcaption {
  color: rgba(16,23,18,.62);
  font-size: .84rem;
  line-height: 1.5;
}

.pbit-product-page.pbit-article-page .pbit-article-body .wp-block-separator {
  border-color: rgba(16,23,18,.18);
}

.pbit-reveal { opacity: 1; transform: none; }
.pbit-product-page[data-motion="ready"] .pbit-reveal { opacity: 0; transform: translateY(28px); transition: opacity 760ms ease, transform 760ms ease; }
.pbit-product-page[data-motion="ready"] .pbit-reveal.is-visible { opacity: 1; transform: translateY(0); }
.pbit-product-page[data-motion="ready"] .pbit-hero-links.pbit-reveal { opacity: 1; transform: none; }
.pbit-product-page[data-motion="ready"] .pbit-hero-title span { opacity: 0; transform: translateY(36px); animation: pbit-rise 900ms ease forwards; }
.pbit-product-page[data-motion="ready"] .pbit-hero-title span:nth-child(2) { animation-delay: 130ms; }
.pbit-product-page[data-motion="ready"] .pbit-hero-title span:nth-child(3) { animation-delay: 260ms; }
@keyframes pbit-rise { to { opacity: 1; transform: translateY(0); } }

@media (min-width: 901px) and (min-height: 700px) {
  .pbit-product-page.pbit-standard-page .pbit-page-toc { position: sticky; top: 24px; max-height: calc(100svh - 48px); overflow-y: auto; }
  body.admin-bar .pbit-product-page.pbit-standard-page .pbit-page-toc { top: 56px; }
}

@media (max-width: 1099px) {
  .pbit-product-page.pbit-profile-page .pbit-profile-lead { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .pbit-product-page.pbit-profile-page .pbit-profile-portrait { width: min(320px, 100%); }
}

@media (max-width: 900px) {
  .pbit-stage,
  .pbit-chapter { min-height: auto; padding: 72px 24px; }
  .pbit-brandbar { margin-bottom: 64px; align-items: flex-start; flex-direction: column; }
  .pbit-logo { width: 176px; }
  .pbit-hero-title { font-size: clamp(2.8rem, 12.2vw, 5.4rem); line-height: .96; letter-spacing: 0; }
  .pbit-markers { grid-template-columns: 1fr; gap: 16px; }
  .pbit-marker-card,
  .pbit-markers > li { min-height: auto; padding: 24px; border-radius: 24px; }
  .pbit-principle-grid,
  .pbit-panel-grid { grid-template-columns: 1fr; }
  .pbit-principle,
  .pbit-panel { min-height: auto; }
  .pbit-product-page.pbit-standard-page .pbit-page-topbar { align-items: flex-start; flex-direction: column; }
  .pbit-product-page.pbit-standard-page .pbit-page-nav { justify-content: flex-start; }
  .pbit-product-page.pbit-standard-page .pbit-page-title { margin-top: 58px !important; }
  .pbit-product-page.pbit-standard-page .pbit-page-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .pbit-product-page.pbit-standard-page .pbit-page-layout-single { justify-content: stretch; }
  .pbit-product-page.pbit-standard-page .pbit-page-toc { display: none; }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--pbit-green), rgba(101,184,0,.08) 82%, transparent) 1;
    background: transparent;
  }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile > summary {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--pbit-ink);
    cursor: pointer;
    font-size: .8rem;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: .1em;
    list-style: none;
    text-transform: uppercase;
  }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile > summary::-webkit-details-marker { display: none; }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile > summary:after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-right: 2px solid var(--pbit-green-ink);
    border-bottom: 2px solid var(--pbit-green-ink);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 180ms ease;
  }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile[open] > summary {
    border-bottom: 1px solid rgba(16,23,18,.12);
  }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile[open] > summary:after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile > summary:focus-visible {
    outline: 3px solid var(--pbit-green-ink);
    outline-offset: 4px;
  }
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile-nav { padding-top: 4px; }
  .pbit-product-page.pbit-standard-page[data-pbit-mobile-toc="hidden"] .pbit-page-toc-mobile,
  .pbit-product-page.pbit-standard-page[data-pbit-mobile-toc="auto"] .pbit-page-toc-mobile:not(:has(.pbit-page-toc-list li:nth-child(4))) { display: none; }
}

@media (max-width: 700px) {
  .pbit-product-page.pbit-profile-page .pbit-profile-row,
  .pbit-product-page.pbit-blog-page .pbit-article-row { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .pbit-product-page.pbit-blog-page .pbit-article-row-meta { flex-direction: row; flex-wrap: wrap; gap: 8px 16px; }
}

@media (max-width: 600px) {
  .pbit-product-page.pbit-article-page .pbit-article-comparison { overflow: visible; }
  .pbit-product-page.pbit-article-page .pbit-article-comparison table,
  .pbit-product-page.pbit-article-page .pbit-article-comparison tbody,
  .pbit-product-page.pbit-article-page .pbit-article-comparison tr,
  .pbit-product-page.pbit-article-page .pbit-article-comparison td { display: block; width: 100%; }
  .pbit-product-page.pbit-article-page .pbit-article-comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pbit-product-page.pbit-article-page .pbit-article-comparison tbody { display: grid; gap: 18px; }
  .pbit-product-page.pbit-article-page .pbit-article-comparison tr { border: 1px solid rgba(16,23,18,.16); }
  .pbit-product-page.pbit-article-page .pbit-article-comparison td {
    border: 0;
    padding: 12px 14px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .pbit-product-page.pbit-article-page .pbit-article-comparison td:first-child {
    padding-block: 10px;
    background: rgba(16,23,18,.055);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .pbit-product-page.pbit-article-page .pbit-article-comparison td:nth-child(n + 2) {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }
  .pbit-product-page.pbit-article-page .pbit-article-comparison td:nth-child(n + 2):before {
    color: var(--pbit-green-ink);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .pbit-product-page.pbit-article-page .pbit-article-comparison td:nth-child(2):before { content: "Frontend"; }
  .pbit-product-page.pbit-article-page .pbit-article-comparison td:nth-child(3):before { content: "Backend"; }
}

@media (max-width: 520px) {
  .pbit-stage,
  .pbit-chapter { padding: 64px 18px; }
  .pbit-hero-title { font-size: clamp(2.62rem, 11.2vw, 4.55rem); letter-spacing: 0; }
  .pbit-statement { font-size: clamp(2.6rem, 12vw, 4.2rem); line-height: 1.16; max-width: 10.8ch; }
  .pbit-hero-title span { gap: 18px; }
  .pbit-logo { width: 158px; }
  .pbit-hero-sub { font-size: 1.04rem; }
  .pbit-chapter-word { font-size: clamp(2.75rem, 10.8vw, 3.3rem); letter-spacing: 0; line-height: .96; }
  .pbit-copy-large,
  .pbit-chapter-text { font-size: 1.03rem; }
  .pbit-marker-title { font-size: 1.28rem; }
  .pbit-marker-text { font-size: .96rem; }
  .pbit-panel h3 { max-width: none; }
  .pbit-product-page.pbit-standard-page .pbit-page-header { padding: 26px 18px 64px; }
  .pbit-product-page.pbit-standard-page .pbit-page-topbar .pbit-logo { width: 158px; }
  .pbit-product-page.pbit-standard-page .pbit-page-nav { gap: 4px 18px; }
  .pbit-product-page.pbit-standard-page .pbit-page-title { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .pbit-product-page.pbit-standard-page.pbit-article-page .pbit-page-title {
    max-width: 100%;
    font-size: clamp(2.1rem, 10.8vw, 3rem);
    hyphens: none;
    overflow-wrap: break-word;
  }
  .pbit-product-page.pbit-standard-page .pbit-page-main { padding: 48px 18px 72px; }
  .pbit-product-page.pbit-standard-page .pbit-page-section h2 { font-size: clamp(1.45rem, 8vw, 1.8rem); }
  .pbit-footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 360px) {
  .pbit-hero-title { font-size: clamp(2.42rem, 10.5vw, 3.9rem); }
  .pbit-hero-title span { gap: 14px; }
  .pbit-chapter-word { font-size: clamp(2.35rem, 10.2vw, 2.85rem); }
}

@media (prefers-reduced-motion: reduce) {
  .pbit-product-page *,
  .pbit-product-page *:before,
  .pbit-product-page *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .pbit-product-page[data-motion="ready"] .pbit-reveal,
  .pbit-product-page[data-motion="ready"] .pbit-hero-title span,
  .pbit-product-page[data-motion="ready"] .pbit-marker-card {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media print {
  body:has(.pbit-product-page.pbit-standard-page) { background: #fff; }
  .pbit-product-page.pbit-standard-page { background: #fff; color: #000; }
  .pbit-product-page.pbit-standard-page .pbit-page-header { padding: 0 0 32px; background: #fff; color: #000; }
  .pbit-product-page.pbit-standard-page .pbit-page-header:before,
  .pbit-product-page.pbit-standard-page .pbit-page-topbar,
  .pbit-product-page.pbit-standard-page .pbit-page-meta,
  .pbit-product-page.pbit-standard-page .pbit-page-toc,
  .pbit-product-page.pbit-standard-page .pbit-page-toc-mobile,
  .pbit-product-page.pbit-standard-page .pbit-page-back,
  .pbit-product-page.pbit-standard-page .pbit-page-footer { display: none !important; }
  .pbit-product-page.pbit-standard-page .pbit-page-title,
  .pbit-product-page.pbit-standard-page .pbit-page-subtitle,
  .pbit-product-page.pbit-standard-page .pbit-page-content p,
  .pbit-product-page.pbit-standard-page .pbit-page-section h2 { color: #000; }
  .pbit-product-page.pbit-standard-page .pbit-page-main { padding: 0; }
  .pbit-product-page.pbit-standard-page .pbit-page-layout { display: block; }
  .pbit-product-page.pbit-standard-page .pbit-page-content { max-width: none; }
  .pbit-product-page.pbit-standard-page .pbit-page-section { break-inside: avoid; }
}
