.pbp-site {
  --pbp-graphite: #15171a;
  --pbp-panel: #23262b;
  --pbp-panel-soft: #2d3138;
  --pbp-warm: #f3f1ec;
  --pbp-stone: #b8b2a8;
  --pbp-stone-dark: #6f6a62;
  --pbp-orange: #d86c3d;
  --pbp-amber: #c98b47;
  --pbp-steel: #5e6975;
  --pbp-line-dark: rgba(255, 255, 255, 0.08);
  --pbp-line-light: rgba(21, 23, 26, 0.12);
  --pbp-width: min(1120px, 92vw);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--pbp-warm);
  background: var(--pbp-graphite);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.pbp-site[data-pbp-mode="indie"] {
  --pbp-orange: #7fab73;
  --pbp-amber: #9bb9c4;
}

.pbp-site[data-pbp-mode="ai"] {
  --pbp-orange: #5f9df7;
  --pbp-amber: #8fc7ff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

.pbp-site *,
.pbp-site *::before,
.pbp-site *::after {
  box-sizing: border-box;
}

.pbp-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(216, 108, 61, 0.12), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(94, 105, 117, 0.18), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
}

.pbp-site h1,
.pbp-site h2,
.pbp-site h3,
.pbp-site p,
.pbp-site figure {
  margin-block-start: 0;
}

.pbp-site h1,
.pbp-site h2,
.pbp-site h3,
.pbp-site p {
  overflow-wrap: break-word;
}

.pbp-site h1,
.pbp-site h2,
.pbp-site h3 {
  color: inherit;
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.pbp-site h1 {
  max-width: 11ch;
  margin-block-end: 22px;
  font-size: clamp(56px, 7.2vw, 104px);
  font-weight: 820;
  line-height: 0.95;
}

.pbp-site h2 {
  max-width: 13ch;
  margin-block-end: 22px;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 780;
  line-height: 0.98;
}

.pbp-site h3 {
  margin-block-end: 12px;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 720;
  line-height: 1.12;
}

.pbp-site p {
  max-width: 68ch;
  color: var(--pbp-stone);
  font-size: clamp(17px, 1.28vw, 19px);
}

.pbp-hero,
.pbp-section {
  position: relative;
  z-index: 1;
  padding: clamp(84px, 10vw, 132px) 0;
  scroll-margin-top: 0;
}

.pbp-section--image {
  isolation: isolate;
  overflow: hidden;
}

.pbp-section--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 23, 26, 0.96), rgba(21, 23, 26, 0.84) 46%, rgba(21, 23, 26, 0.72)),
    var(--pbp-section-image),
    var(--pbp-graphite);
  background-position: var(--pbp-section-image-position, center);
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.86) contrast(0.96);
  opacity: 0.76;
  transform: scale(1.025);
  transition: opacity 900ms ease, transform 1400ms ease;
}

.pbp-section--image.pbp-bg-is-visible::before {
  opacity: 1;
  transform: scale(1);
}

.pbp-section--image::after {
  z-index: 0;
  opacity: 0.18;
}

.pbp-section--image > * {
  position: relative;
  z-index: 1;
}

.pbp-section--image-offer {
  --pbp-section-image-position: center;
}

.pbp-section--image-credibility {
  --pbp-section-image-position: center 45%;
}

.pbp-section--light.pbp-section--image {
  color: var(--pbp-warm);
}

.pbp-section--light.pbp-section--image p {
  color: rgba(243, 241, 236, 0.78);
}

.pbp-section--light.pbp-section--image .pbp-project,
.pbp-section--light.pbp-section--image .pbp-metric {
  border-color: var(--pbp-line-dark);
  background: rgba(35, 38, 43, 0.78);
}

.pbp-nav {
  position: fixed;
  inset: 18px 0 auto 0;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  min-height: 58px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  padding: 8px 9px 8px 20px;
  background: rgba(21, 23, 26, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.pbp-nav a {
  color: var(--pbp-warm);
  text-decoration: none;
}

.pbp-nav__brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.pbp-nav__brand-cluster {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.pbp-nav__brand img {
  display: block;
  width: auto;
  max-width: min(238px, 24vw);
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.pbp-nav__brand:not(:has(img)) {
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pbp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.pbp-mode-select,
.pbp-lang-select {
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(21, 23, 26, 0.72);
  color: var(--pbp-warm);
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}

.pbp-mode-select {
  width: 86px;
  max-width: 0;
  padding: 6px 0;
  opacity: 0;
  transform: translateX(-8px) scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease, max-width 220ms ease;
  pointer-events: none;
}

.pbp-lang-select {
  width: 62px;
  min-width: 58px;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 6px 24px 6px 10px;
}

.pbp-site.pbp-has-choice .pbp-mode-select {
  max-width: 86px;
  border-color: color-mix(in srgb, var(--pbp-orange), white 18%);
  padding: 6px 28px 6px 12px;
  background: color-mix(in srgb, var(--pbp-orange), #15171a 22%);
  opacity: 1;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--pbp-orange), transparent 74%);
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.pbp-site.pbp-has-choice .pbp-mode-select:hover,
.pbp-site.pbp-has-choice .pbp-mode-select:focus-visible,
.pbp-lang-select:hover,
.pbp-lang-select:focus-visible {
  background: color-mix(in srgb, var(--pbp-orange), #15171a 10%);
}

.pbp-mode-select:focus-visible,
.pbp-lang-select:focus-visible,
.pbp-focus-option:focus-visible {
  outline: 2px solid var(--pbp-orange);
  outline-offset: 3px;
}

.pbp-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--pbp-orange);
  pointer-events: none;
}

.pbp-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pbp-nav__links {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 28px);
  min-width: 0;
}

.pbp-nav__links a {
  position: relative;
  color: rgba(243, 241, 236, 0.72);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 180ms ease;
}

.pbp-nav__links a:hover,
.pbp-nav__links a:focus-visible,
.pbp-nav__links a.pbp-is-active {
  color: var(--pbp-warm);
}

.pbp-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--pbp-orange);
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 180ms ease, transform 180ms ease;
}

.pbp-nav__links a:hover::after,
.pbp-nav__links a:focus-visible::after,
.pbp-nav__links a.pbp-is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.pbp-nav__cta {
  justify-self: end;
  width: auto;
  min-width: 152px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 11px 17px;
  background: var(--pbp-orange);
  color: var(--pbp-warm);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease;
}

.pbp-nav__cta:hover,
.pbp-nav__cta:focus-visible {
  transform: translateY(-1px);
  background: var(--pbp-amber);
}

.pbp-hero {
  min-height: 94vh;
  display: grid;
  align-items: center;
  contain: layout;
  background:
    linear-gradient(90deg, rgba(21, 23, 26, 0.46), rgba(21, 23, 26, 0.18)),
    var(--pbp-hero-image),
    var(--pbp-graphite);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pbp-hero::after,
.pbp-section--dark::after,
.pbp-section--graphite::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.38;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.pbp-hero::after {
  display: none;
}

.pbp-hero__grid,
.pbp-section__header,
.pbp-problem-grid,
.pbp-offer,
.pbp-flow,
.pbp-pillars,
.pbp-followup,
.pbp-experience-logos,
.pbp-proof-grid,
.pbp-metrics-heading,
.pbp-metrics,
.pbp-about,
.pbp-footer__inner,
.pbp-contact__box {
  width: var(--pbp-width);
  min-width: 0;
  margin-inline: auto;
}

.pbp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.58fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: end;
}

.pbp-hero__grid--single {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.pbp-hero__grid--single h1 {
  max-width: 16.4ch;
  font-size: clamp(46px, 4.9vw, 74px);
}

.pbp-hero__grid--single .pbp-hero__body {
  max-width: 720px;
}

.pbp-kicker {
  margin-block-end: 18px;
  color: var(--pbp-orange);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pbp-site .pbp-kicker {
  color: var(--pbp-orange);
}

.pbp-hero__lead {
  margin-block-end: 18px;
  color: var(--pbp-warm);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 680;
  line-height: 1.18;
}

.pbp-hero__body {
  margin-block-end: 12px;
  color: rgba(243, 241, 236, 0.78);
}

.pbp-site:not(.pbp-has-choice) .pbp-nav__links,
.pbp-site:not(.pbp-has-choice) .pbp-hero__body,
.pbp-site:not(.pbp-has-choice) .pbp-hero-facts,
.pbp-site:not(.pbp-has-choice) .pbp-hero__copy > .pbp-actions,
.pbp-site:not(.pbp-has-choice) .pbp-hero__visual,
.pbp-site:not(.pbp-has-choice) .pbp-section,
.pbp-site:not(.pbp-has-choice) .pbp-footer {
  display: none;
}

.pbp-site:not(.pbp-has-choice) .pbp-hero {
  min-height: 100vh;
}

.pbp-site:not(.pbp-has-choice) .pbp-hero__grid--single {
  grid-template-columns: 1fr;
}

.pbp-site:not(.pbp-has-choice) .pbp-hero__copy {
  left: 0;
  width: var(--pbp-width);
  max-width: none;
  margin-inline: auto;
  text-align: left;
}

.pbp-site:not(.pbp-has-choice) .pbp-hero__grid--single h1 {
  max-width: 12.8ch;
  margin-inline: 0;
}

.pbp-focus-picker {
  width: min(940px, 100%);
  max-width: 940px;
  margin: clamp(36px, 6vw, 72px) auto 24px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 240ms ease, transform 240ms ease, max-height 260ms ease, margin 260ms ease;
}

.pbp-focus-picker__label {
  margin-block-end: 18px;
  color: rgba(243, 241, 236, 0.72);
  font-size: 17px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.pbp-focus-picker__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pbp-focus-option {
  min-height: 108px;
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 22px 20px;
  background: rgba(21, 23, 26, 0.48);
  color: rgba(243, 241, 236, 0.76);
  cursor: pointer;
  font: inherit;
  font-size: clamp(16px, 1.55vw, 20px);
  font-weight: 780;
  line-height: 1.15;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pbp-focus-option .pbp-icon {
  width: 30px;
  height: 30px;
  color: var(--pbp-focus-icon, var(--pbp-orange));
  opacity: 0.78;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.pbp-focus-option:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--pbp-warm);
}

.pbp-focus-option:hover .pbp-icon,
.pbp-focus-option.pbp-is-selected .pbp-icon {
  opacity: 1;
  transform: translateY(-2px);
}

.pbp-focus-option[data-pbp-mode="pro"] {
  --pbp-focus-icon: #d86c3d;
}

.pbp-focus-option[data-pbp-mode="pro"]:hover {
  border-color: color-mix(in srgb, #d86c3d, white 10%);
  background: color-mix(in srgb, #d86c3d, transparent 70%);
}

.pbp-focus-option[data-pbp-mode="indie"] {
  --pbp-focus-icon: #7fab73;
}

.pbp-focus-option[data-pbp-mode="indie"]:hover {
  border-color: color-mix(in srgb, #7fab73, white 10%);
  background: color-mix(in srgb, #7fab73, transparent 70%);
}

.pbp-focus-option[data-pbp-mode="ai"] {
  --pbp-focus-icon: #5f9df7;
}

.pbp-focus-option[data-pbp-mode="ai"]:hover {
  border-color: color-mix(in srgb, #5f9df7, white 10%);
  background: color-mix(in srgb, #5f9df7, transparent 70%);
}

.pbp-focus-option.pbp-is-selected {
  border-color: color-mix(in srgb, var(--pbp-orange), white 12%);
  background: color-mix(in srgb, var(--pbp-orange), transparent 72%);
  color: var(--pbp-warm);
}

.pbp-site.pbp-has-choice .pbp-focus-picker {
  max-height: 0;
  margin-block-end: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.pbp-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-block-start: -44px;
  margin-block-end: 28px;
}

.pbp-hero-fact {
  position: relative;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 16px;
  background: rgba(21, 23, 26, 0.58);
  backdrop-filter: blur(8px);
}

.pbp-hero-fact > .pbp-icon {
  position: absolute;
  inset: 15px 15px auto auto;
  width: 22px;
  height: 22px;
  opacity: 0.34;
}

.pbp-hero-fact strong,
.pbp-hero-fact span {
  display: block;
}

.pbp-hero-fact strong {
  color: var(--pbp-orange);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 850;
  line-height: 1.05;
}

.pbp-hero-fact span {
  color: rgba(243, 241, 236, 0.72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
}

.pbp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.pbp-actions--center {
  justify-content: center;
}

.pbp-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 14px 22px;
  color: var(--pbp-warm);
  font-size: 16px;
  font-weight: 680;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pbp-button .pbp-icon,
.pbp-nav__cta .pbp-icon {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.pbp-button:hover,
.pbp-button:focus-visible {
  transform: translateY(-2px);
}

.pbp-button--primary {
  background: var(--pbp-orange);
  color: var(--pbp-warm);
}

.pbp-button--primary:hover,
.pbp-button--primary:focus-visible {
  background: var(--pbp-amber);
}

.pbp-button--secondary {
  border-color: var(--pbp-line-dark);
  background: transparent;
  color: var(--pbp-warm);
}

.pbp-section-jump {
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 3vw, 36px);
  z-index: 3;
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--pbp-orange), white 16%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--pbp-orange), transparent 22%);
  color: var(--pbp-warm);
  text-decoration: none;
  transform: translateX(-50%);
  transition: transform 180ms ease, background-color 180ms ease;
}

.pbp-section-jump::before {
  content: "\2193";
  font-size: 20px;
  font-weight: 820;
  line-height: 1;
}

.pbp-site.pbp-has-choice .pbp-section-jump {
  display: grid;
}

.pbp-section-jump:hover,
.pbp-section-jump:focus-visible {
  background: var(--pbp-orange);
  transform: translateX(-50%) translateY(2px);
}

.pbp-section--light .pbp-button--secondary,
.pbp-contact .pbp-button--secondary {
  border-color: var(--pbp-line-light);
  color: var(--pbp-graphite);
}

.pbp-hero__visual {
  position: relative;
  align-self: end;
}

.pbp-hero__visual--photo-only {
  display: none;
}

.pbp-hero-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: none;
  place-items: center;
  border: 1px solid var(--pbp-line-dark);
  border-radius: 14px;
  background:
    linear-gradient(155deg, rgba(216, 108, 61, 0.24), rgba(35, 38, 43, 0.72)),
    var(--pbp-panel);
  background-position: center;
  background-size: cover;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.22);
}

.pbp-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(21, 23, 26, 0.54), transparent 58%);
}

.pbp-hero-photo span {
  position: relative;
  z-index: 1;
  color: rgba(243, 241, 236, 0.72);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(64px, 10vw, 116px);
  font-weight: 820;
}

.pbp-hero-photo.pbp-has-photo span,
.pbp-photo.pbp-has-photo span {
  display: none;
}

.pbp-hero-card,
.pbp-plan-card,
.pbp-problem,
.pbp-pillar,
.pbp-followup,
.pbp-project,
.pbp-metric,
.pbp-contact__box {
  border: 1px solid var(--pbp-line-dark);
  border-radius: 14px;
  background: var(--pbp-panel);
  box-shadow: none;
}

.pbp-hero-card {
  position: relative;
  width: min(88%, 430px);
  margin: 0 0 0 auto;
  padding: 22px;
  background: rgba(35, 38, 43, 0.94);
  backdrop-filter: blur(10px);
}

@media (min-width: 981px) {
  .pbp-hero__copy {
    position: relative;
    left: 0;
  }

  .pbp-site.pbp-animate .pbp-hero__copy.pbp-reveal.pbp-is-visible {
    transform: translate3d(0, 22px, 0) scale(1);
  }

  .pbp-hero-card {
    right: -72px;
  }

  .pbp-about > .pbp-photo {
    margin-block-start: 18px;
  }
}

@media (min-width: 1500px) {
  .pbp-hero__copy {
    left: -18px;
  }
}

.pbp-signal {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding-block: 10px;
}

.pbp-signal + .pbp-signal {
  border-block-start: 1px solid var(--pbp-line-dark);
  padding-block-start: 20px;
}

.pbp-signal__value {
  color: var(--pbp-orange);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.pbp-signal__label {
  color: var(--pbp-stone);
  font-size: 14px;
  line-height: 1.45;
}

.pbp-section--light {
  background: var(--pbp-warm);
  color: var(--pbp-graphite);
}

.pbp-section--light p,
.pbp-contact p {
  color: var(--pbp-stone-dark);
}

.pbp-section--dark {
  background: var(--pbp-graphite);
  color: var(--pbp-warm);
}

.pbp-section--graphite {
  background: #1b1e22;
  color: var(--pbp-warm);
}

.pbp-contact {
  background: var(--pbp-warm);
  color: var(--pbp-graphite);
  text-align: center;
}

.pbp-section__header {
  position: relative;
  margin-block-end: clamp(34px, 5vw, 64px);
}

.pbp-section__header p {
  max-width: 720px;
}

#pbp-pressure-title {
  max-width: min(820px, 100%);
}

#pbp-proof-title {
  max-width: min(980px, 100%);
}

.pbp-problem-grid,
.pbp-entry-grid,
.pbp-pillars,
.pbp-proof-grid,
.pbp-metrics {
  display: grid;
  gap: 18px;
}

.pbp-problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pbp-problem,
.pbp-project,
.pbp-metric {
  background: rgba(21, 23, 26, 0.04);
  border-color: var(--pbp-line-light);
}

.pbp-problem {
  padding: 24px;
}

.pbp-problem > .pbp-icon,
.pbp-flow__item > .pbp-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-block-end: 18px;
  border: 1px solid color-mix(in srgb, var(--pbp-orange), transparent 68%);
  border-radius: 12px;
  padding: 9px;
  background: color-mix(in srgb, var(--pbp-orange), transparent 88%);
}

.pbp-problem p,
.pbp-project p,
.pbp-metric span {
  font-size: 16px;
}

.pbp-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.54fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.pbp-plan-card {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  border-color: color-mix(in srgb, var(--pbp-orange), transparent 72%);
  background: linear-gradient(145deg, rgba(35, 38, 43, 0.98), rgba(35, 38, 43, 0.74));
}

.pbp-plan-card > .pbp-icon {
  position: absolute;
  inset: 28px 28px auto auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--pbp-orange), transparent 62%);
  border-radius: 999px;
  padding: 10px;
  background: color-mix(in srgb, var(--pbp-orange), transparent 84%);
}

.pbp-plan-card__label,
.pbp-project__eyebrow {
  margin-block-end: 10px;
  color: var(--pbp-orange);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pbp-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-block-start: 38px;
}

.pbp-flow__item {
  border-block-start: 1px solid var(--pbp-line-dark);
  padding-block-start: 22px;
}

.pbp-flow__item span {
  display: inline-flex;
  margin-block-end: 14px;
  color: var(--pbp-amber);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
  font-weight: 800;
}

.pbp-entry-grid {
  width: var(--pbp-width);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
}

.pbp-entry {
  position: relative;
  min-height: 100%;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--pbp-line-dark);
  border-radius: 14px;
  background: var(--pbp-panel);
  scroll-margin-top: 110px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.pbp-entry > .pbp-icon {
  position: absolute;
  inset: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 34px) auto auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--pbp-orange), transparent 68%);
  border-radius: 12px;
  padding: 9px;
  background: color-mix(in srgb, var(--pbp-orange), transparent 88%);
}

.pbp-entry:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--pbp-orange), transparent 72%);
}

.pbp-entry__number {
  padding-inline-end: 52px;
  margin-block-end: 20px;
  color: var(--pbp-amber);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
  font-weight: 800;
}

.pbp-entry ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pbp-entry li {
  position: relative;
  padding-inline-start: 18px;
  color: var(--pbp-stone);
  font-size: 16px;
  line-height: 1.45;
}

.pbp-entry li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pbp-orange);
}

.pbp-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pbp-pillar {
  padding: clamp(26px, 3vw, 36px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.pbp-pillar:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--pbp-orange), transparent 72%);
}

.pbp-pillar__mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-block-end: 22px;
  place-items: center;
  border: 1px solid var(--pbp-line-dark);
  border-radius: 999px;
  color: var(--pbp-orange);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-weight: 800;
}

.pbp-followup {
  margin-block-start: 20px;
  padding: clamp(26px, 3vw, 40px);
  border-color: color-mix(in srgb, var(--pbp-orange), transparent 80%);
}

.pbp-followup p {
  max-width: 850px;
}

.pbp-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pbp-experience-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 14px;
  margin-block: clamp(24px, 4vw, 46px);
}

.pbp-experience-logo {
  min-height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 241, 236, 0.12);
  border-radius: 14px;
  background: rgba(21, 23, 26, 0.36);
}

.pbp-experience-logo img {
  width: auto;
  max-width: min(156px, 78%);
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.5;
}

.pbp-project {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.pbp-project__logo {
  display: none;
  width: min(230px, 86%);
  height: 64px;
  align-self: center;
  margin-block-start: auto;
  padding-block-start: 24px;
  object-fit: contain;
  object-position: center bottom;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.68;
}

.pbp-project__logo.pbp-has-image {
  display: block;
}

.pbp-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block-start: 24px;
  padding-block-start: 12px;
}

.pbp-metrics-heading {
  margin-block-start: clamp(42px, 6vw, 78px);
  padding-block-end: 18px;
}

.pbp-metrics-heading h3 {
  max-width: 620px;
  margin-block-end: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
}

.pbp-metric {
  position: relative;
  padding: 26px;
  padding-inline-end: 72px;
}

.pbp-metric > .pbp-icon {
  position: absolute;
  inset: 25px 25px auto auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--pbp-orange), transparent 68%);
  border-radius: 12px;
  padding: 8px;
  background: color-mix(in srgb, var(--pbp-orange), transparent 88%);
}

.pbp-metric strong,
.pbp-metric span {
  display: block;
}

.pbp-metric strong {
  margin-block-end: 10px;
  color: var(--pbp-orange);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
}

.pbp-about {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 82px);
  align-items: start;
}

.pbp-about__content {
  min-width: 0;
}

.pbp-photo {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--pbp-line-dark);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(216, 108, 61, 0.22), rgba(35, 38, 43, 0.76)),
    var(--pbp-panel);
  background-position: center;
  background-size: cover;
}

.pbp-photo--coffee {
  background-position: center 38%;
}

.pbp-about-cta {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(900px, 100%);
  margin-block-start: clamp(18px, 2vw, 28px);
  border: 1px solid color-mix(in srgb, var(--pbp-orange), transparent 76%);
  border-radius: 14px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(35, 38, 43, 0.72);
}

.pbp-about-cta h3 {
  max-width: 760px;
  margin-block-end: 14px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
}

.pbp-about-cta p {
  max-width: 720px;
}

.pbp-about-cta .pbp-actions {
  margin-block-start: 22px;
}

.pbp-photo span {
  color: rgba(243, 241, 236, 0.72);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 820;
}

.pbp-contact__box {
  max-width: 900px;
  padding: clamp(34px, 5vw, 68px);
  border-color: var(--pbp-line-light);
  background: rgba(21, 23, 26, 0.04);
}

.pbp-contact__box h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.pbp-contact__box p {
  margin-inline: auto;
}

.pbp-footer {
  position: relative;
  z-index: 1;
  border-block-start: 1px solid var(--pbp-line-dark);
  background: var(--pbp-graphite);
  color: var(--pbp-stone);
}

.pbp-footer__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 26px;
}

.pbp-footer a {
  color: var(--pbp-stone);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease;
}

.pbp-footer a:hover,
.pbp-footer a:focus-visible {
  color: var(--pbp-warm);
}

.pbp-footer__brand {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pbp-footer__links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.pbp-legal-card {
  max-width: 760px;
  margin-block: 30px;
  border: 1px solid var(--pbp-line-dark);
  border-radius: 14px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--pbp-panel);
}

.pbp-legal-card dl {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
}

.pbp-legal-card div {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  border-block-end: 1px solid var(--pbp-line-dark);
  padding-block-end: 18px;
}

.pbp-legal-card dt {
  color: var(--pbp-stone);
  font-size: 14px;
  font-weight: 760;
}

.pbp-legal-card dd {
  margin: 0;
  color: var(--pbp-warm);
  font-size: 17px;
}

.pbp-legal-card a {
  color: var(--pbp-orange);
}

.pbp-reveal {
  opacity: 1;
  transform: none;
}

.pbp-site.pbp-animate .pbp-reveal {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 620ms ease;
  transition-delay: var(--pbp-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.pbp-site.pbp-animate .pbp-reveal.pbp-is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.pbp-site.pbp-animate .pbp-section__header.pbp-reveal,
.pbp-site.pbp-animate .pbp-offer.pbp-reveal {
  transform: translate3d(0, 22px, 0);
}

.pbp-site.pbp-animate .pbp-photo.pbp-reveal {
  transform: translate3d(-18px, 0, 0) scale(0.985);
}

.pbp-site.pbp-animate .pbp-photo.pbp-reveal.pbp-is-visible,
.pbp-site.pbp-animate .pbp-section__header.pbp-reveal.pbp-is-visible,
.pbp-site.pbp-animate .pbp-offer.pbp-reveal.pbp-is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .pbp-site.pbp-animate .pbp-reveal,
  .pbp-button,
  .pbp-pillar,
  .pbp-section--image::before {
    filter: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .pbp-nav {
    grid-template-columns: auto auto;
    gap: 12px;
    padding-inline-start: 18px;
  }

  .pbp-nav__brand-cluster {
    gap: 8px;
  }

  .pbp-nav__links {
    display: none;
  }

  .pbp-hero {
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(21, 23, 26, 0.42) 0%, rgba(21, 23, 26, 0.72) 46%, var(--pbp-graphite) 88%),
      linear-gradient(90deg, rgba(21, 23, 26, 0.98) 0%, rgba(21, 23, 26, 0.82) 48%, rgba(21, 23, 26, 0.24) 100%),
      var(--pbp-hero-image),
      var(--pbp-graphite);
    background-position: center, center, right top, center;
    background-size: auto, auto, min(780px, 190vw) auto, auto;
    background-repeat: no-repeat;
  }

  .pbp-section--image::before {
    background:
      linear-gradient(180deg, rgba(21, 23, 26, 0.5) 0%, rgba(21, 23, 26, 0.78) 42%, rgba(21, 23, 26, 0.96) 86%),
      linear-gradient(90deg, rgba(21, 23, 26, 0.96) 0%, rgba(21, 23, 26, 0.78) 48%, rgba(21, 23, 26, 0.3) 100%),
      var(--pbp-section-image),
      var(--pbp-graphite);
    background-position: center, center, var(--pbp-section-image-mobile-position, right top), center;
    background-size: auto, auto, min(820px, 190vw) auto, auto;
    background-repeat: no-repeat;
  }

  .pbp-section--image-credibility {
    --pbp-section-image-mobile-position: center top;
  }

  .pbp-hero__grid,
  .pbp-offer,
  .pbp-about {
    grid-template-columns: 1fr;
  }

  .pbp-hero__grid--single h1 {
    max-width: 10.5ch;
  }

  .pbp-hero__visual--photo-only {
    display: block;
  }

  .pbp-hero-photo {
    display: grid;
    min-height: 420px;
  }

  .pbp-problem-grid,
  .pbp-hero-facts,
  .pbp-focus-picker__controls,
  .pbp-entry-grid,
  .pbp-pillars,
  .pbp-experience-logos,
  .pbp-proof-grid,
  .pbp-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pbp-hero-facts {
    margin-block-start: -20px;
  }

  .pbp-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 24px;
  }

  .pbp-site {
    --pbp-width: calc(100% - 32px);
  }

  .pbp-nav {
    width: calc(100% - 20px);
    min-height: 54px;
    inset-block-start: 10px;
    padding: 7px 7px 7px 15px;
  }

  .pbp-nav__brand {
    max-width: 34vw;
    overflow: hidden;
  }

  .pbp-nav__brand img {
    width: min(132px, 34vw);
    max-width: 100%;
    height: auto;
  }

  .pbp-mode-label {
    display: none;
  }

  .pbp-mode-select {
    max-width: 70px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .pbp-lang-select {
    width: 52px;
    min-width: 50px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .pbp-nav__cta {
    min-width: auto;
    min-height: 40px;
    padding-inline: 11px;
    font-size: 13px;
  }

  .pbp-site.pbp-has-choice .pbp-nav__brand img {
    width: min(88px, 23vw);
  }

  .pbp-hero,
  .pbp-section {
    padding-block: 72px;
  }

  .pbp-hero {
    padding-block-start: 104px;
    background-size: auto, auto, min(720px, 184vw) auto, auto;
    background-position: center, center, 62% top, center;
  }

  .pbp-site:not(.pbp-has-choice) .pbp-hero {
    min-height: 100svh;
  }

  .pbp-section--image::before {
    background-size: auto, auto, min(720px, 184vw) auto, auto;
  }

  .pbp-site h1 {
    max-width: 8.8ch;
    font-size: clamp(42px, 12.2vw, 58px);
  }

  .pbp-hero__grid--single h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 48px);
  }

  .pbp-site h2 {
    max-width: 11ch;
  }

  .pbp-actions,
  .pbp-actions--center {
    align-items: stretch;
    flex-direction: column;
  }

  .pbp-button {
    width: 100%;
  }

  .pbp-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pbp-hero-photo {
    min-height: 360px;
  }

  .pbp-hero-card {
    width: calc(100% - 20px);
    margin-block-start: -72px;
  }

  .pbp-signal {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pbp-problem-grid,
  .pbp-hero-facts,
  .pbp-entry-grid,
  .pbp-pillars,
  .pbp-proof-grid,
  .pbp-metrics {
    grid-template-columns: 1fr;
  }

  .pbp-focus-picker__controls {
    grid-template-columns: 1fr;
  }

  .pbp-hero-facts,
  .pbp-problem-grid,
  .pbp-entry-grid,
  .pbp-flow,
  .pbp-proof-grid,
  .pbp-metrics {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    display: flex;
    gap: 14px;
    grid-template-columns: none;
    margin-inline: auto;
    overflow-x: auto;
    overflow-y: visible;
    padding-block-end: 14px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pbp-hero-facts::-webkit-scrollbar,
  .pbp-problem-grid::-webkit-scrollbar,
  .pbp-entry-grid::-webkit-scrollbar,
  .pbp-flow::-webkit-scrollbar,
  .pbp-proof-grid::-webkit-scrollbar,
  .pbp-metrics::-webkit-scrollbar {
    display: none;
  }

  .pbp-hero-facts > *,
  .pbp-problem-grid > *,
  .pbp-entry-grid > *,
  .pbp-flow > *,
  .pbp-proof-grid > *,
  .pbp-metrics > * {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: center;
  }

  .pbp-metrics-heading {
    margin-block-start: 34px;
  }

  .pbp-experience-logo {
    min-height: 68px;
  }
}
