:root {
  --bp-ink: #0c302c;
  --bp-muted: #52625f;
  --bp-paper: #ffffff;
  --bp-mist: #f4f7f6;
  --bp-sage: #e8efed;
  --bp-forest: #0c302c;
  --bp-forest-deep: #082420;
  --bp-teal: #0f766e;
  --bp-coral: #c19d68;
  --bp-coral-soft: #f3eadc;
  --bp-line: #d8e1de;
  --bp-dark-line: rgba(255, 255, 255, 0.17);
  --bp-shell: 1200px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 153px;
}

.bp-page,
.bp-page * {
  box-sizing: border-box;
}

.bp-page {
  overflow: clip;
  color: var(--bp-ink);
  background: var(--bp-paper);
  font-family: "Noto Sans SC", "Inter", sans-serif;
}

.bp-page :where(h1, h2, h3, h4, p, figure, ul, ol, blockquote) {
  margin-top: 0;
}

.bp-page :where(h1, h2, h3, h4, p, a, span, li, th, td, summary) {
  letter-spacing: 0;
}

.bp-page a {
  color: inherit;
}

.bp-shell {
  width: min(calc(100% - 64px), var(--bp-shell));
  margin-inline: auto;
}

.bp-band {
  padding-block: 112px;
}

.bp-kicker {
  margin-bottom: 12px;
  color: var(--bp-coral);
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.bp-heading {
  display: block;
  margin-bottom: 72px;
}

.bp-heading .bp-kicker {
  margin-bottom: 12px;
}

.bp-heading h2 {
  max-width: 980px;
  margin: 0;
  color: var(--bp-ink);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.bp-heading > p:last-child {
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
  color: var(--bp-muted);
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  text-wrap: pretty;
}

.bp-heading--light h2 {
  color: #ffffff;
}

.bp-heading--light > p:last-child {
  color: #d8e4df;
}

.bp-hero {
  position: relative;
  display: flex;
  min-height: min(720px, calc(100svh - 140px));
  isolation: isolate;
  align-items: center;
  color: #ffffff;
  background: var(--bp-forest-deep);
}

.bp-hero-image,
.bp-hero-shade {
  position: absolute;
  inset-block: 0;
  height: 100%;
}

.bp-hero-image {
  right: 0;
  width: 44%;
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.bp-hero-shade {
  inset-inline: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, var(--bp-forest-deep) 0 54%, rgba(8, 36, 32, 0.96) 58%, rgba(8, 36, 32, 0.34) 76%, rgba(8, 36, 32, 0.12) 100%);
}

.bp-hero-inner {
  padding-block: 112px;
}

.bp-hero .bp-kicker {
  color: #d8ba86;
}

.bp-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.04;
}

.bp-hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #edf3f0;
  font-size: 1.2rem;
  line-height: 1.8;
}

.bp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 42px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
}

.bp-hero-proof span {
  padding: 7px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.bp-hero-proof span:first-child {
  padding-left: 0;
  border-left: 0;
}

.bp-hero-scroll {
  position: absolute;
  right: max(32px, calc((100vw - var(--bp-shell)) / 2));
  bottom: 34px;
  display: inline-flex;
  width: 76px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.72rem;
  text-decoration: none;
}

.bp-hero-scroll i {
  font-size: 1.1rem;
}

.bp-company {
  background: var(--bp-mist);
}

.bp-subsection-title {
  margin: 0 0 22px;
  color: var(--bp-forest);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.bp-domain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bp-domain-grid article {
  min-height: 260px;
  padding: 36px;
  background: #ffffff;
}

.bp-domain-grid article:nth-child(2) {
  color: #ffffff;
  background: var(--bp-teal);
}

.bp-domain-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--bp-coral);
  font-size: 0.78rem;
  font-weight: 700;
}

.bp-domain-grid article:nth-child(2) span {
  color: #dec697;
}

.bp-domain-grid h3 {
  margin-bottom: 15px;
  font-size: 1.45rem;
  line-height: 1.35;
}

.bp-domain-grid p {
  margin-bottom: 0;
  color: var(--bp-muted);
  line-height: 1.85;
}

.bp-domain-grid article:nth-child(2) p {
  color: #e3eeea;
}

.bp-founder {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
  gap: 64px;
  margin-top: 24px;
  padding: 46px 52px;
  color: #ffffff;
  background: var(--bp-forest-deep);
}

.bp-founder .bp-kicker {
  margin-bottom: 16px;
}

.bp-founder h3 {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.bp-founder ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-founder li {
  position: relative;
  padding-left: 18px;
  color: #dbe7e2;
  line-height: 1.7;
}

.bp-founder li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--bp-coral);
}

.bp-center {
  color: #ffffff;
  background: var(--bp-forest);
}

.bp-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-dark-line);
  border: 1px solid var(--bp-dark-line);
}

.bp-module-grid article {
  min-height: 330px;
  padding: 32px 28px;
  background: var(--bp-forest);
}

.bp-module-grid article:nth-child(even) {
  background: #1c4a42;
}

.bp-module-grid article > span {
  display: block;
  margin-bottom: 58px;
  color: #d8ba86;
  font-size: 0.78rem;
  font-weight: 700;
}

.bp-module-grid h3 {
  min-height: 58px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.45;
}

.bp-module-grid ul {
  margin: 0;
  padding: 0;
  color: #cfe0da;
  list-style: none;
}

.bp-module-grid li {
  margin-top: 9px;
  line-height: 1.65;
}

.bp-section-nav {
  position: sticky;
  z-index: 30;
  top: 76px;
  border-bottom: 1px solid rgba(13, 45, 41, 0.13);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.bp-section-nav .bp-shell {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bp-section-nav a {
  position: relative;
  display: flex;
  min-height: 68px;
  padding: 10px 18px;
  align-items: center;
  gap: 11px;
  color: var(--bp-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.bp-section-nav a::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  content: "";
  background: transparent;
}

.bp-section-nav a:hover,
.bp-section-nav a:focus-visible,
.bp-section-nav a.is-active {
  color: var(--bp-forest);
}

.bp-section-nav a.is-active::after {
  background: var(--bp-coral);
}

.bp-section-nav span {
  color: var(--bp-coral);
  font-size: 0.7rem;
}

.bp-chapter {
  background: var(--bp-paper);
}

.bp-chapter:nth-of-type(even) {
  background: var(--bp-mist);
}

.bp-chapter--dark {
  color: #ffffff;
  background: var(--bp-forest-deep) !important;
}

.bp-chapter--ink {
  color: #ffffff;
  background: #182927 !important;
}

.bp-keyline {
  display: grid;
  grid-template-columns: minmax(250px, 4fr) minmax(0, 8fr);
  gap: 64px;
  margin-bottom: 40px;
  padding: 36px 0;
  border-top: 1px solid var(--bp-line);
  border-bottom: 1px solid var(--bp-line);
}

.bp-keyline h3 {
  margin-bottom: 0;
  font-size: 1.55rem;
  line-height: 1.5;
}

.bp-keyline div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bp-keyline span {
  color: var(--bp-muted);
  line-height: 1.75;
}

.bp-format-nav {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  margin-bottom: 82px;
  color: #ffffff;
  background: var(--bp-forest);
}

.bp-format-nav > * {
  display: flex;
  min-height: 94px;
  padding: 22px;
  align-items: center;
  border-left: 1px solid var(--bp-dark-line);
  font-size: 0.82rem;
  line-height: 1.55;
}

.bp-format-nav strong {
  border-left: 0;
  color: #d8ba86;
  font-size: 0.9rem;
}

.bp-prose {
  max-width: 1040px;
  margin-inline: auto;
  font-size: 1rem;
}

.bp-prose > h3,
.bp-channel-section > h3,
.bp-tool-section > h3 {
  margin: 104px 0 30px;
  color: var(--bp-forest-deep);
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.25;
}

.bp-prose > h3:first-child {
  margin-top: 0;
}

.bp-prose h4 {
  margin: 50px 0 20px;
  color: var(--bp-forest);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.5;
}

.bp-prose p {
  max-width: 82ch;
  margin-bottom: 14px;
  color: var(--bp-muted);
  line-height: 1.9;
}

.bp-prose ul,
.bp-prose ol {
  display: grid;
  gap: 10px;
  max-width: 86ch;
  margin: 18px 0 28px;
  padding-left: 1.35rem;
  color: var(--bp-muted);
}

.bp-prose li {
  padding-left: 4px;
  line-height: 1.8;
}

.bp-prose blockquote {
  margin: 0;
  padding: 0;
}

.bp-prose blockquote p:first-child {
  color: var(--bp-ink);
  font-weight: 700;
}

.bp-prose--dark > h3,
.bp-prose--dark h4,
.bp-prose--dark blockquote p:first-child {
  color: #ffffff;
}

.bp-prose--dark p,
.bp-prose--dark ul,
.bp-prose--dark ol {
  color: #c9d9d4;
}

.bp-scene-break {
  position: relative;
  width: calc(100% + 160px);
  max-width: none;
  height: 520px;
  margin: 112px -80px 0;
  overflow: hidden;
  background: var(--bp-forest-deep);
}

.bp-scene-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.bp-scene-break figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 430px;
  padding: 20px 26px;
  color: #ffffff;
  background: rgba(13, 45, 41, 0.9);
  font-size: 0.8rem;
  line-height: 1.6;
}

.bp-evidence {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  gap: 0;
  margin: 44px 0 58px;
  background: var(--bp-mist);
}

.bp-evidence-visual {
  min-height: 340px;
  margin: 0;
  background: #ffffff;
}

.bp-evidence-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bp-evidence-visual figcaption,
.bp-platform-visual figcaption,
.bp-handbook-strip figcaption {
  padding: 12px 16px;
  color: var(--bp-muted);
  background: #ffffff;
  font-size: 0.76rem;
  line-height: 1.5;
}

.bp-evidence-copy {
  display: flex;
  padding: 34px;
  flex-direction: column;
  justify-content: center;
}

.bp-evidence-copy p {
  margin-bottom: 10px;
}

.bp-prose--dark .bp-evidence {
  background: #24423d;
}

.bp-prose--dark .bp-evidence-copy p {
  color: #d7e3df;
}

.bp-visual-kicker {
  margin-bottom: 10px;
  color: #d8ba86;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.bp-flow-map {
  margin: 64px 0 48px;
  padding: clamp(34px, 5vw, 58px);
  color: #ffffff;
  background: var(--bp-forest-deep);
}

.bp-flow-map > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 46px;
}

.bp-flow-map > header .bp-visual-kicker {
  grid-column: 1 / -1;
  margin-bottom: -26px;
}

.bp-flow-map > header h4 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.25;
}

.bp-flow-map > header > p:last-child {
  margin: 0;
  color: #c8d9d4;
  line-height: 1.75;
}

.bp-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.bp-flow-rail > p {
  margin-bottom: 16px;
  color: #d8ba86;
  font-size: 0.78rem;
  font-weight: 700;
}

.bp-flow-rail ol {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--bp-dark-line);
}

.bp-flow-rail li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  min-height: 76px;
  padding: 17px 18px;
  align-items: center;
  color: #eaf2ef;
  background: #173a35;
}

.bp-flow-rail li span {
  color: #d8ba86;
  font-size: 0.72rem;
  font-weight: 700;
}

.bp-flow-rail li strong {
  font-size: 0.88rem;
  line-height: 1.55;
}

.bp-flow-core {
  display: flex;
  aspect-ratio: 1;
  max-height: 210px;
  margin: auto;
  padding: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  text-align: center;
  background: var(--bp-teal);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.05);
}

.bp-flow-core span,
.bp-flow-core em {
  color: #d8e8e3;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
}

.bp-flow-core strong {
  margin: 10px 0;
  font-size: 1.45rem;
}

.bp-exhibition-map {
  margin: 48px 0 64px;
  background: var(--bp-mist);
}

.bp-exhibition-scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.25fr) minmax(0, 1fr);
  min-height: 150px;
  color: #ffffff;
  background: var(--bp-forest);
}

.bp-exhibition-scene img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
}

.bp-exhibition-scene > div {
  display: flex;
  padding: 26px 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bp-exhibition-scene span {
  color: #d8ba86;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bp-exhibition-scene h4 {
  margin: 8px 0 6px;
  color: #ffffff;
  font-size: 1.55rem;
}

.bp-exhibition-scene p {
  margin: 0;
  color: #cfddd8;
  font-size: 0.82rem;
}

.bp-exhibition-track {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1px !important;
  list-style: none;
  background: var(--bp-line);
}

.bp-exhibition-track li {
  display: flex;
  min-height: 130px;
  padding: 22px 18px !important;
  justify-content: space-between;
  flex-direction: column;
  color: var(--bp-ink);
  background: #ffffff;
}

.bp-exhibition-track span {
  color: var(--bp-coral);
  font-size: 0.72rem;
  font-weight: 700;
}

.bp-exhibition-track strong {
  font-size: 0.9rem;
  line-height: 1.55;
}

.bp-salon-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 64px;
  padding: 1px;
  background: var(--bp-line);
}

.bp-salon-gallery figure {
  min-width: 0;
  margin: 0;
  background: #ffffff;
}

.bp-salon-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
}

.bp-salon-gallery figcaption {
  min-height: 218px;
  padding: 26px 24px 30px;
}

.bp-salon-gallery figcaption span {
  display: block;
  margin-bottom: 20px;
  color: var(--bp-coral);
  font-size: 0.72rem;
  font-weight: 700;
}

.bp-salon-gallery figcaption strong {
  display: block;
  margin-bottom: 10px;
  color: var(--bp-forest-deep);
  font-size: 1.05rem;
}

.bp-salon-gallery figcaption p {
  margin: 0;
  color: var(--bp-muted);
  font-size: 0.86rem;
  line-height: 1.75;
}

.bp-accordion {
  margin: 18px 0;
  border: 1px solid var(--bp-line);
  background: #ffffff;
}

.bp-accordion > summary,
.bp-table-disclosure > summary {
  position: relative;
  display: flex;
  min-height: 68px;
  padding: 18px 66px 18px 22px;
  align-items: center;
  color: var(--bp-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}

.bp-accordion > summary::-webkit-details-marker,
.bp-table-disclosure > summary::-webkit-details-marker {
  display: none;
}

.bp-accordion > summary::after,
.bp-table-disclosure > summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 20px;
  height: 20px;
  content: "+";
  transform: translateY(-50%);
  color: var(--bp-coral);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.bp-accordion[open] > summary::after,
.bp-table-disclosure[open] > summary::after {
  content: "−";
}

.bp-accordion-body {
  padding: 8px 28px 34px;
  border-top: 1px solid var(--bp-line);
}

.bp-accordion-body p {
  max-width: none;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid #e8eeea;
  color: var(--bp-muted);
  line-height: 1.72;
}

.bp-accordion-body p:last-child {
  border-bottom: 0;
}

.bp-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}

.bp-chip-list p {
  width: auto;
  margin: 0;
  padding: 10px 14px;
  color: var(--bp-forest);
  background: var(--bp-sage);
  font-size: 0.86rem;
  line-height: 1.5;
}

.bp-method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 58px;
  background: var(--bp-line);
}

.bp-method-list p {
  max-width: none;
  min-height: 148px;
  margin: 0;
  padding: 24px;
  color: var(--bp-muted);
  background: #ffffff;
  line-height: 1.75;
}

.bp-table-disclosure {
  margin: 24px 0;
  border: 1px solid var(--bp-line);
  background: #ffffff;
}

.bp-table-scroll {
  max-height: 620px;
  overflow: auto;
  border-top: 1px solid var(--bp-line);
}

.bp-table-scroll table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
}

.bp-table-scroll th,
.bp-table-scroll td {
  padding: 14px 16px;
  border-bottom: 1px solid #e4eae6;
  color: var(--bp-muted);
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.bp-table-scroll th {
  position: sticky;
  z-index: 1;
  top: 0;
  color: #ffffff;
  background: var(--bp-forest);
  font-weight: 700;
}

.bp-table-scroll tbody tr:nth-child(even) td {
  background: #f6f8f6;
}

.bp-prose--online {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 28px;
}

.bp-prose--online > * {
  grid-column: 1 / 9;
}

.bp-prose--online > .bp-stat-grid {
  grid-column: 9 / -1;
  grid-row: 1 / span 5;
}

.bp-stat-grid {
  display: grid;
  align-self: start;
  background: var(--bp-dark-line);
  border: 1px solid var(--bp-dark-line);
}

.bp-stat-grid p {
  min-height: 108px;
  margin: 0;
  padding: 22px;
  color: #ffffff;
  background: #173d37;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.bp-prose--online .bp-method-list {
  grid-column: 1 / -1;
  background: var(--bp-dark-line);
}

.bp-prose--online .bp-method-list p {
  color: #d8e4df;
  background: #153a34;
}

.bp-prose--online h3,
.bp-prose--online h4,
.bp-prose--online ul {
  grid-column: 1 / -1;
}

.bp-channel-section {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
  gap: 0 64px;
  padding: 76px 0;
  border-top: 1px solid var(--bp-line);
}

.bp-channel-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.bp-channel-section > h3 {
  grid-column: 1;
  margin: 0 0 24px;
}

.bp-channel-section > p,
.bp-channel-section > h4,
.bp-channel-section > ul,
.bp-channel-section > ol {
  grid-column: 1;
}

.bp-channel-section > figure,
.bp-channel-section > .bp-evidence {
  grid-column: 2;
  grid-row: 1 / span 12;
  align-self: start;
}

.bp-channel-visual,
.bp-handbook-strip,
.bp-platform-visual {
  margin: 0;
  overflow: hidden;
  background: var(--bp-mist);
}

.bp-channel-visual img,
.bp-handbook-strip img,
.bp-platform-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.bp-channel-visual {
  min-height: 420px;
}

.bp-channel-visual img {
  height: 520px;
  object-fit: contain;
  background: #f7f8f7;
}

.bp-channel-visual--portrait img {
  object-position: center top;
}

.bp-channel-section > .bp-evidence {
  display: block;
  margin: 0;
}

.bp-channel-section > .bp-evidence .bp-evidence-visual {
  min-height: 280px;
}

.bp-channel-section > .bp-evidence-copy {
  padding: 24px;
}

.bp-platform-visual {
  width: calc(100% + 160px);
  margin: 78px -80px 88px;
  background: #ffffff;
}

.bp-prose--project > h3 {
  color: #ffffff;
}

.bp-prose--project > h4 {
  color: #d8ba86;
}

.bp-prose--project > h3 + p,
.bp-prose--project > h4 + p {
  color: #d1ded9;
}

.bp-project-pillars,
.bp-project-advantages,
.bp-project-features {
  display: grid;
  gap: 1px;
  border: 1px solid var(--bp-dark-line);
  background: var(--bp-dark-line);
}

.bp-project-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 72px;
}

.bp-project-advantages,
.bp-project-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-project-pillars article,
.bp-project-advantages article,
.bp-project-features article {
  min-width: 0;
  padding: 30px;
  background: #173a35;
}

.bp-project-pillars article > span,
.bp-project-advantages article > span,
.bp-project-features article > span,
.bp-subheading > span {
  display: block;
  margin-bottom: 28px;
  color: #d8ba86;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.bp-project-pillars h3,
.bp-project-advantages h4,
.bp-project-features h4,
.bp-subheading h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}

.bp-project-pillars h3 {
  font-size: 1.12rem;
  line-height: 1.55;
}

.bp-project-pillars p,
.bp-project-advantages p,
.bp-project-features p {
  max-width: none;
  margin: 16px 0 0;
  color: #cfe0da;
  font-size: 0.9rem;
  line-height: 1.8;
}

.bp-project-advantages h4,
.bp-project-features h4 {
  font-size: 1.28rem;
  line-height: 1.45;
}

.bp-project-advantages strong {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.6;
}

.bp-subheading {
  margin: 92px 0 32px;
}

.bp-subheading > span {
  margin-bottom: 14px;
}

.bp-subheading h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}

.bp-publisher-showcase,
.bp-community-board,
.bp-social-matrix,
.bp-pocket-handbooks,
.bp-platform-board,
.bp-book-library {
  overflow: hidden;
  border: 1px solid var(--bp-line);
  background: #ffffff;
}

.bp-publisher-showcase > figcaption,
.bp-community-board > figcaption,
.bp-social-matrix > figcaption,
.bp-pocket-handbooks > figcaption {
  display: flex;
  min-height: 92px;
  padding: 22px 24px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--bp-line);
  background: #ffffff;
}

.bp-publisher-showcase > figcaption span,
.bp-community-board > figcaption span,
.bp-social-matrix > figcaption span,
.bp-pocket-handbooks > figcaption span,
.bp-platform-board > header span,
.bp-book-library > header span {
  display: block;
  margin-bottom: 8px;
  color: var(--bp-coral);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.bp-publisher-showcase > figcaption strong,
.bp-community-board > figcaption strong,
.bp-social-matrix > figcaption strong,
.bp-pocket-handbooks > figcaption strong {
  display: block;
  color: var(--bp-forest-deep);
  font-size: 1rem;
  line-height: 1.5;
}

.bp-social-matrix > figcaption p {
  max-width: 260px;
  margin: 0;
  color: var(--bp-muted);
  font-size: 0.76rem;
  line-height: 1.6;
}

.bp-publisher-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-line);
}

.bp-publisher-grid article {
  min-width: 0;
  background: #ffffff;
}

.bp-publisher-grid img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
}

.bp-publisher-grid article > div {
  min-height: 174px;
  padding: 20px;
}

.bp-publisher-grid article > div > span {
  display: block;
  margin-bottom: 22px;
  color: var(--bp-coral);
  font-size: 0.7rem;
  font-weight: 700;
}

.bp-publisher-grid article strong {
  display: block;
  color: var(--bp-forest-deep);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bp-publisher-grid article p {
  max-width: none;
  margin: 10px 0 0;
  color: var(--bp-muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.bp-community-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-dark-line);
}

.bp-community-metrics p {
  min-height: 150px;
  margin: 0;
  padding: 28px 22px;
  color: #ffffff;
  background: var(--bp-forest-deep);
}

.bp-community-metrics strong,
.bp-community-metrics span {
  display: block;
}

.bp-community-metrics strong {
  font-size: 2rem;
  line-height: 1;
}

.bp-community-metrics span {
  margin-top: 18px;
  color: #cfe0da;
  font-size: 0.76rem;
  line-height: 1.5;
}

.bp-community-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-line);
}

.bp-community-actions span {
  min-height: 74px;
  padding: 20px 22px;
  color: var(--bp-forest);
  background: var(--bp-mist);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.55;
}

.bp-social-groups {
  display: grid;
  gap: 1px;
  background: var(--bp-line);
}

.bp-social-groups section {
  padding: 22px;
  background: #ffffff;
}

.bp-social-groups h4,
.bp-pocket-handbooks h4 {
  margin: 0 0 18px;
  color: var(--bp-forest-deep);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bp-social-groups section > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.bp-social-groups img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 104 / 246;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--bp-line);
}

.bp-pocket-handbooks > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-line);
}

.bp-pocket-handbooks article {
  display: flex;
  min-width: 0;
  min-height: 258px;
  padding: 20px 14px;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  text-align: center;
}

.bp-pocket-handbooks img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 148px;
  object-fit: contain;
}

.bp-pocket-handbooks article strong {
  margin-top: 16px;
  color: var(--bp-forest-deep);
  font-size: 0.72rem;
  line-height: 1.55;
}

.bp-platform-board {
  margin: 76px 0;
  border-color: var(--bp-dark-line);
  background: #102f2b;
}

.bp-platform-board > header,
.bp-book-library > header {
  display: flex;
  min-height: 104px;
  padding: 24px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--bp-dark-line);
}

.bp-platform-board > header h3,
.bp-book-library > header h4 {
  margin: 0;
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1.4;
}

.bp-platform-board > header > p {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: #cfe0da;
  font-size: 0.76rem;
}

.bp-platform-board > header i {
  width: 8px;
  height: 8px;
  background: #76b99f;
  border-radius: 50%;
}

.bp-platform-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--bp-dark-line);
  background: var(--bp-dark-line);
}

.bp-platform-filters span {
  min-height: 54px;
  padding: 17px 20px;
  color: #d8e4df;
  background: #173a35;
  font-size: 0.74rem;
}

.bp-platform-content {
  display: grid;
  grid-template-columns: minmax(250px, 4fr) minmax(0, 8fr);
}

.bp-platform-stats {
  display: grid;
  gap: 1px;
  border-right: 1px solid var(--bp-dark-line);
  background: var(--bp-dark-line);
}

.bp-platform-stats p {
  min-height: 118px;
  margin: 0;
  padding: 24px;
  background: #173a35;
}

.bp-platform-stats strong,
.bp-platform-stats span {
  display: block;
}

.bp-platform-stats strong {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.1;
}

.bp-platform-stats span {
  margin-top: 12px;
  color: #cfe0da;
  font-size: 0.72rem;
}

.bp-platform-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--bp-dark-line);
  list-style: none;
}

.bp-platform-modules li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-height: 176px;
  padding: 26px;
  background: #102f2b;
}

.bp-platform-modules li > span {
  color: #d8ba86;
  font-size: 0.7rem;
  font-weight: 700;
}

.bp-platform-modules strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}

.bp-platform-modules p {
  max-width: none;
  margin: 12px 0 0;
  color: #cfe0da;
  font-size: 0.8rem;
  line-height: 1.7;
}

.bp-tool-section--library {
  grid-column: 1 / -1;
  background: var(--bp-mist) !important;
}

.bp-tool-section--library > p {
  max-width: 86ch;
}

.bp-book-library {
  margin-top: 34px;
  border-color: var(--bp-line);
}

.bp-book-library > header {
  border-bottom-color: var(--bp-line);
  background: var(--bp-forest-deep);
}

.bp-book-library > header > p {
  display: flex;
  margin: 0;
  align-items: baseline;
  gap: 10px;
  color: #ffffff;
}

.bp-book-library > header > p strong,
.bp-book-library > header > p span {
  display: block;
}

.bp-book-library > header > p strong {
  font-size: 1.85rem;
  line-height: 1;
}

.bp-book-library > header > p span {
  color: #cfe0da;
  font-size: 0.72rem;
}

.bp-book-shelf {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-line);
}

.bp-book-shelf article {
  display: flex;
  min-width: 0;
  min-height: 296px;
  padding: 24px 16px;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  text-align: center;
}

.bp-book-shelf img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 178px;
  object-fit: contain;
}

.bp-book-shelf article strong {
  margin-top: 18px;
  color: var(--bp-forest-deep);
  font-size: 0.75rem;
  line-height: 1.55;
}

.bp-book-shelf article:last-child {
  grid-column: 1 / -1;
  min-height: 226px;
  padding: 24px 32px;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
  background: var(--bp-mist);
  text-align: left;
}

.bp-book-shelf article:last-child strong {
  max-width: 220px;
  margin-top: 0;
  font-size: 0.88rem;
}

.bp-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-line);
  border: 1px solid var(--bp-line);
}

.bp-tool-section {
  min-height: 310px;
  padding: 36px;
  background: #ffffff;
}

.bp-tool-section:nth-child(2),
.bp-tool-section:nth-child(3) {
  background: var(--bp-mist);
}

.bp-tool-section > h3 {
  margin: 0 0 22px;
  font-size: 1.45rem;
}

.bp-tool-section > p {
  margin-bottom: 0;
}

.bp-tool-section > .bp-evidence {
  display: block;
  margin: 32px 0 0;
}

.bp-tool-section .bp-evidence-copy {
  padding: 22px;
}

.bp-contact {
  padding-block: 92px;
  color: #ffffff;
  background: var(--bp-coral);
}

.bp-contact-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.bp-contact .bp-kicker {
  color: #3d2c16;
}

.bp-contact h2 {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.bp-contact-inner > div > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
}

.bp-contact a {
  display: inline-flex;
  min-width: 168px;
  min-height: 54px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
  background: var(--bp-forest-deep);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.bp-contact a:hover,
.bp-contact a:focus-visible {
  background: #071f1c;
}

.bp-page :focus-visible {
  outline: 3px solid var(--bp-coral);
  outline-offset: 3px;
}

.bp-page.bp-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.bp-page.bp-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .bp-shell {
    width: min(calc(100% - 48px), var(--bp-shell));
  }

  .bp-heading {
    gap: 42px;
  }

  .bp-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-module-grid article {
    min-height: 280px;
  }

  .bp-format-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-format-nav strong {
    grid-column: 1 / -1;
  }

  .bp-format-nav > :nth-child(odd) {
    border-left: 0;
  }

  .bp-scene-break,
  .bp-platform-visual {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .bp-book-shelf {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bp-band {
    padding-block: 84px;
  }

  .bp-heading {
    margin-bottom: 60px;
  }

  .bp-heading .bp-kicker {
    margin-bottom: 18px;
  }

  .bp-heading h2 {
    font-size: 2.7rem;
  }

  .bp-domain-grid,
  .bp-founder,
  .bp-keyline,
  .bp-evidence,
  .bp-channel-section,
  .bp-project-pillars,
  .bp-tools-grid {
    grid-template-columns: 1fr;
  }

  .bp-founder {
    gap: 34px;
  }

  .bp-section-nav .bp-shell {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bp-section-nav .bp-shell::-webkit-scrollbar {
    display: none;
  }

  .bp-section-nav a {
    min-width: 176px;
  }

  .bp-keyline div {
    grid-template-columns: 1fr;
  }

  .bp-evidence-copy {
    padding: 28px;
  }

  .bp-prose--online {
    display: block;
  }

  .bp-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
  }

  .bp-channel-section > h3,
  .bp-channel-section > p,
  .bp-channel-section > h4,
  .bp-channel-section > ul,
  .bp-channel-section > ol,
  .bp-channel-section > figure,
  .bp-channel-section > .bp-evidence {
    grid-column: 1;
    grid-row: auto;
  }

  .bp-channel-section > figure,
  .bp-channel-section > .bp-evidence {
    margin: 30px 0 0;
  }

  .bp-platform-content {
    grid-template-columns: 1fr;
  }

  .bp-platform-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--bp-dark-line);
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 138px;
  }

  .bp-shell {
    width: min(calc(100% - 32px), var(--bp-shell));
  }

  .bp-band {
    padding-block: 68px;
  }

  .bp-hero {
    min-height: min(660px, calc(100svh - 112px));
  }

  .bp-hero-image {
    left: 0;
    width: 100%;
    object-position: 58% center;
  }

  .bp-hero-shade {
    background: rgba(8, 36, 32, 0.82);
  }

  .bp-hero-inner {
    padding-block: 78px 76px;
  }

  .bp-hero h1 {
    font-size: 3rem;
    line-height: 1.08;
  }

  .bp-hero-lead {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .bp-hero-proof {
    display: grid;
    gap: 9px;
    margin-top: 30px;
  }

  .bp-hero-proof span,
  .bp-hero-proof span:first-child {
    padding: 0;
    border-left: 0;
  }

  .bp-hero-scroll {
    right: 18px;
    bottom: 18px;
  }

  .bp-heading {
    margin-bottom: 46px;
  }

  .bp-heading h2 {
    font-size: 30px;
  }

  .bp-domain-grid,
  .bp-module-grid,
  .bp-method-list,
  .bp-tools-grid,
  .bp-project-advantages,
  .bp-project-features {
    grid-template-columns: 1fr;
  }

  .bp-publisher-showcase > figcaption,
  .bp-community-board > figcaption,
  .bp-social-matrix > figcaption,
  .bp-pocket-handbooks > figcaption,
  .bp-platform-board > header,
  .bp-book-library > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .bp-publisher-grid,
  .bp-community-metrics,
  .bp-community-actions,
  .bp-platform-modules,
  .bp-platform-stats {
    grid-template-columns: 1fr;
  }

  .bp-publisher-grid img {
    height: 500px;
  }

  .bp-publisher-grid article > div {
    min-height: 0;
  }

  .bp-pocket-handbooks > div,
  .bp-book-shelf,
  .bp-platform-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-social-groups section {
    padding: 18px;
  }

  .bp-platform-board {
    margin-block: 54px;
  }

  .bp-platform-board > header,
  .bp-book-library > header {
    padding: 22px;
  }

  .bp-platform-modules li {
    min-height: 0;
    padding: 22px;
  }

  .bp-book-shelf article {
    min-height: 272px;
    padding-inline: 12px;
  }

  .bp-project-pillars article,
  .bp-project-advantages article,
  .bp-project-features article {
    padding: 26px 22px;
  }

  .bp-subheading {
    margin-top: 68px;
  }

  .bp-subheading h3 {
    font-size: 1.85rem;
  }

  .bp-domain-grid article,
  .bp-module-grid article {
    min-height: auto;
    padding: 28px 24px;
  }

  .bp-domain-grid span,
  .bp-module-grid article > span {
    margin-bottom: 34px;
  }

  .bp-founder {
    padding: 32px 24px;
  }

  .bp-founder ul {
    grid-template-columns: 1fr;
  }

  .bp-section-nav a {
    min-width: 156px;
    min-height: 62px;
    padding-inline: 14px;
  }

  .bp-keyline {
    gap: 28px;
    margin-bottom: 32px;
    padding: 28px 0;
  }

  .bp-format-nav {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .bp-format-nav > *,
  .bp-format-nav > :nth-child(odd) {
    min-height: 70px;
    border-top: 1px solid var(--bp-dark-line);
    border-left: 0;
  }

  .bp-format-nav strong {
    border-top: 0;
  }

  .bp-prose > h3,
  .bp-channel-section > h3,
  .bp-tool-section > h3 {
    margin-top: 74px;
    font-size: 1.9rem;
  }

  .bp-prose h4 {
    margin-top: 40px;
  }

  .bp-prose p {
    font-size: 0.95rem;
    line-height: 1.85;
  }

  .bp-scene-break {
    height: 360px;
    margin-top: 80px;
  }

  .bp-scene-break figcaption {
    max-width: calc(100% - 22px);
    padding: 15px 18px;
  }

  .bp-evidence {
    margin-block: 34px 48px;
  }

  .bp-evidence-visual {
    min-height: 220px;
  }

  .bp-accordion > summary,
  .bp-table-disclosure > summary {
    min-height: 64px;
    padding: 16px 56px 16px 18px;
    font-size: 0.93rem;
  }

  .bp-accordion-body {
    padding: 6px 18px 26px;
  }

  .bp-method-list p {
    min-height: auto;
  }

  .bp-stat-grid {
    grid-template-columns: 1fr;
  }

  .bp-channel-section {
    gap: 0;
    padding-block: 60px;
  }

  .bp-channel-visual,
  .bp-channel-visual img {
    min-height: 0;
    height: auto;
  }

  .bp-tool-section {
    min-height: auto;
    padding: 28px 24px;
  }

  .bp-contact {
    padding-block: 68px;
  }

  .bp-contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .bp-contact h2 {
    font-size: 2.25rem;
  }

  .bp-contact a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bp-page *,
  .bp-page *::before,
  .bp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .bp-page.bp-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
