@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("HelveticaNowDisplay-Cn.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("HelveticaNowDisplay-CnMed.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("HelveticaNowDisplay-CnBd.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("HelveticaNowDisplay-CnBlk.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --bl-font: "Helvetica Now Display Cn", "Arial Narrow", Arial, sans-serif;
  --bl-black: #050505;
  --bl-white: #ffffff;
  --bl-border: #d7d7d2;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
summary,
label,
th,
td {
  font-family: var(--bl-font) !important;
  letter-spacing: 0 !important;
}

.bl-proof-header,
.bl-proof-header *,
.bl-proof-hero,
.bl-proof-hero *,
.bl-proof-categories,
.bl-proof-categories * {
  box-sizing: border-box;
}

.bl-proof-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: var(--bl-white);
  color: var(--bl-black);
}

body.admin-bar .bl-proof-header {
  top: 32px;
}

.bl-proof-announcement {
  height: 34px;
  overflow: hidden;
  background: var(--bl-black);
  color: var(--bl-white);
}

.bl-proof-announcement__track {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 1200px;
  height: 34px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

@keyframes bl-proof-certificate-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.bl-proof-certificate-marquee {
  display: block;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--bl-black);
  border-bottom: 1px solid var(--bl-black);
  background: var(--bl-black);
  color: var(--bl-white);
  text-decoration: none;
}

.bl-proof-certificate-marquee__track {
  display: flex;
  width: max-content;
  min-width: max-content;
  animation: bl-proof-certificate-marquee-scroll 22s linear infinite;
  will-change: transform;
}

.bl-proof-certificate-marquee__group {
  display: flex;
  align-items: center;
  gap: clamp(52px, 6vw, 100px);
  padding: 18px clamp(52px, 6vw, 100px) 18px 0;
  white-space: nowrap;
}

.bl-proof-certificate-marquee__group > span {
  font-size: clamp(23px, 2.25vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}

.bl-proof-certificate-marquee__arrow {
  display: inline-block;
  width: 0.92em;
  height: 0.92em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  color: #149fc4;
  background: transparent !important;
  fill: currentColor;
}

.bl-proof-certificate-marquee__arrow path {
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linejoin: miter;
  paint-order: stroke fill;
}

/* Remove the empty theme content block between the homepage ticker and products. */
body.home .bl-proof-certificate-marquee + main#content {
  display: none !important;
}

body.home .bl-proof-certificate-marquee + main#content + .blws-section {
  padding-top: 32px !important;
}

body.home .bl-proof-certificate-marquee + main#content + .blws-section > .blws-heading:first-child {
  margin-top: 0 !important;
}

.bl-proof-certificate-marquee:hover .bl-proof-certificate-marquee__track,
.bl-proof-certificate-marquee:focus-visible .bl-proof-certificate-marquee__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .bl-proof-certificate-marquee__track {
    animation: none;
  }
}

/* Shared product delivery benefits note. */
html body.single-product .wp-block-post-excerpt {
  margin-top: 20px !important;
  padding: 17px 20px !important;
  border: 1px solid rgba(20, 159, 196, 0.45) !important;
  border-left: 4px solid #149fc4 !important;
  border-radius: 8px !important;
  background: #f3fafc !important;
  box-shadow: 0 8px 22px rgba(15, 40, 52, 0.06) !important;
}

html body.single-product .wp-block-post-excerpt__excerpt {
  margin: 0 !important;
  color: #161616 !important;
  font-size: clamp(16px, 1.08vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

@media (max-width: 600px) {
  html body.single-product .wp-block-post-excerpt {
    padding: 15px 16px !important;
  }
}

.bl-proof-nav {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(240px, 440px) minmax(120px, 1fr);
  align-items: center;
  width: 100%;
  min-height: 94px;
  padding: 0 42px;
  border-bottom: 1px solid var(--bl-border);
  background: var(--bl-white);
}

.bl-proof-menu {
  position: relative;
  justify-self: start;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.bl-proof-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
}

.bl-proof-menu summary::-webkit-details-marker {
  display: none;
}

.bl-proof-menu__icon {
  display: grid;
  gap: 7px;
  width: 32px;
}

.bl-proof-menu__icon i {
  display: block;
  width: 32px;
  height: 1px;
  background: currentColor;
}

.bl-proof-menu__panel {
  position: absolute;
  top: 100%;
  left: -18px;
  display: none;
  width: min(320px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid var(--bl-border);
  background: var(--bl-white);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bl-proof-menu[open] .bl-proof-menu__panel {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .bl-proof-menu:hover .bl-proof-menu__panel {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

.bl-proof-menu__panel a {
  padding: 11px 8px;
  border-bottom: 1px solid #ecece8;
  color: var(--bl-black);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.bl-proof-menu__panel a:last-child {
  border-bottom: 0;
}

.bl-proof-logo {
  display: block;
  justify-self: center;
  width: min(100%, 230px);
  line-height: 0;
}

.bl-proof-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.bl-proof-tools {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
}

.bl-proof-tools a {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 44px;
  color: var(--bl-black);
  text-decoration: none;
}

.bl-proof-tools .dashicons {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}

.bl-proof-menu summary .dashicons {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
}

.bl-proof-search-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.bl-proof-search-icon::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 9px;
  height: 2px;
  transform: rotate(45deg);
  background: currentColor;
}

.bl-proof-account-icon {
  position: relative;
  width: 22px;
  height: 24px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 50% 50% 4px 4px;
}

.bl-proof-account-icon::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: var(--bl-white);
}

.bl-proof-bag-icon {
  position: relative;
  width: 21px;
  height: 22px;
  border: 2px solid currentColor;
}

.bl-proof-bag-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 4px;
  width: 9px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.bl-proof-cart-count {
  position: absolute;
  top: 2px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--bl-black);
  color: var(--bl-white);
  font-size: 11px;
  font-weight: 700;
}

.bl-proof-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: min(760px, calc(100vh - 148px));
  margin: 0;
  overflow: hidden;
  background: var(--bl-black);
  color: var(--bl-white);
}

.bl-proof-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.bl-proof-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(58%, 790px);
  min-height: inherit;
  padding: clamp(48px, 6vw, 104px);
  color: var(--bl-white);
}

.bl-proof-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--bl-white);
  font-size: clamp(58px, 6.1vw, 116px);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.bl-proof-hero__copy {
  max-width: 440px;
  margin: 30px 0 0;
  color: var(--bl-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.bl-proof-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.bl-proof-button {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid var(--bl-white);
  border-radius: 0;
  background: var(--bl-white);
  color: var(--bl-black);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bl-proof-button:hover,
.bl-proof-button:focus-visible {
  background: transparent;
  color: var(--bl-white);
}

.bl-proof-text-link {
  color: var(--bl-white);
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.bl-proof-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.bl-proof-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(760px, calc(100vh - 148px));
  object-fit: cover;
  object-position: 51% 50%;
}

body .blws-grid.blws-grid--products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

body article.blws-card--product:has(a[href*="boosted-labs-black-graphic-tee"]),
body li.product:has(a[href*="boosted-labs-black-graphic-tee"]) {
  display: none !important;
}

body .blws-section a[href*="checkout-2"] {
  display: none !important;
}

body.home main[data-sd-block-id="sdb-13"],
body.home form.wrce-location-search {
  display: none !important;
}

body.home main[data-sd-block-id="sdb-16"] {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background: var(--bl-black);
  color: var(--bl-white);
}

body.home .why-boosted-lean {
  counter-reset: bl-benefit;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(58px, 5.5vw, 92px) clamp(22px, 4vw, 72px) clamp(64px, 5.5vw, 96px);
  background: var(--bl-black);
  color: var(--bl-white);
}

body.home .why-header-lean {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: clamp(28px, 5vw, 88px);
  margin: 0 0 clamp(34px, 4.2vw, 64px);
  text-align: left;
}

body.home .why-header-lean h2 {
  display: block;
  max-width: 720px;
  margin: 0;
  color: var(--bl-white);
  font-size: clamp(48px, 5.2vw, 88px);
  font-weight: 900;
  line-height: 0.9;
  text-align: left;
  text-transform: uppercase;
}

body.home .why-header-lean .section-bolt {
  display: none;
}

body.home .why-header-lean p {
  max-width: 460px;
  margin: 0;
  padding-left: clamp(18px, 2vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.36);
  color: #d6d6d6;
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 500;
  line-height: 1.2;
}

body.home .features-grid-lean {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(32px, 4.4vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

body.home .feature-card-lean {
  counter-increment: bl-benefit;
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-content: center;
  min-height: 124px;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transform: none;
}

body.home .feature-card-lean::before {
  content: "0" counter(bl-benefit);
  grid-row: 1 / span 2;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

body.home .feature-card-lean:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.home .icon-wrapper-lean {
  display: none;
}

body.home .feature-card-lean h3 {
  margin: 0;
  color: var(--bl-white);
  font-size: clamp(23px, 1.65vw, 32px);
  font-weight: 700;
  line-height: 1.02;
  text-align: left;
  text-transform: uppercase;
}

body.home .feature-card-lean p {
  margin: 7px 0 0;
  color: #b8b8b8;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}

body.home .intensity-tagline-lean {
  display: block;
  width: min(100%, 720px);
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding: clamp(22px, 2.3vw, 34px) clamp(24px, 3vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  color: var(--bl-white);
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
}

body.home .intensity-tagline-lean span {
  display: inline;
  color: var(--bl-white);
  font-weight: 700;
}

body.home .intensity-tagline-lean span + span::before {
  content: " ";
}

body.home .intensity-tagline-lean span:last-child {
  text-align: inherit;
}

.bl-proof-categories {
  width: 100%;
  margin: 0;
  padding: clamp(64px, 6vw, 112px) clamp(20px, 2.5vw, 48px);
  overflow: hidden;
  background: var(--bl-white);
  color: var(--bl-black);
}

.bl-proof-categories__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 2vw, 36px);
}

body.home .blws-heading,
.bl-proof-categories h2,
body.home #programs h2,
body.home #blog h2,
body.home #usage-guide h2 {
  color: var(--bl-black);
  font-size: clamp(32px, 2.9vw, 36.5632px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.home #programs h3 {
  text-transform: uppercase !important;
}

body.home #programs {
  margin-top: 0 !important;
  padding-top: clamp(44px, 4.5vw, 76px) !important;
  padding-bottom: clamp(52px, 5vw, 88px) !important;
}

body.home #programs > .container {
  box-sizing: border-box;
  width: min(calc(100% - clamp(32px, 3vw, 64px)), 1540px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.home #programs a.btn {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--bl-black) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

body.home #programs a.btn:hover,
body.home #programs a.btn:focus-visible {
  background: transparent !important;
  color: var(--bl-black) !important;
}

body.home #blog {
  margin-top: 0 !important;
  padding-top: clamp(64px, 6vw, 104px) !important;
  padding-bottom: clamp(72px, 7vw, 120px) !important;
}

body.home #blog > .container {
  box-sizing: border-box;
  width: min(calc(100% - clamp(32px, 3vw, 64px)), 1540px);
  margin-right: auto;
  margin-left: auto;
}

body.home #blog > .container > div:not([id]) {
  gap: clamp(18px, 1.6vw, 32px) !important;
}

body.home #blog > .container > div:not([id]) article {
  overflow: hidden;
  padding: 0 24px 24px !important;
}

body.home #blog > .container > div:not([id]) article::before {
  content: "";
  display: block;
  height: clamp(150px, 13vw, 230px);
  margin: 0 -24px 24px;
  background-color: #ececea;
  background-position: center;
  background-size: cover;
}

body.home #blog > .container > div:not([id]) article:nth-of-type(1)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-Retatrutide-20mg.jpg");
}

body.home #blog > .container > div:not([id]) article:nth-of-type(2)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-KLOW-80mg.jpg");
}

body.home #blog > .container > div:not([id]) article:nth-of-type(3)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-Glow-80mg.jpg");
}

body.home #blog > .container > div:not([id]) article:nth-of-type(4)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-Wolverine-20mg.jpg");
}

body.home #blog > .container > div:not([id]) article:nth-of-type(5)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-Ipamorelin-10mg.jpg");
}

body.home #blog > .container > div:not([id]) article:nth-of-type(6)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-CJCIpamorelin-10mg.jpg");
}



body.home #blog #research-more-articles article {
  overflow: hidden;
  padding: 0 24px 24px !important;
}

body.home #blog #research-more-articles article::before {
  content: "";
  display: block;
  height: clamp(150px, 13vw, 230px);
  margin: 0 -24px 24px;
  background-color: #ececea;
  background-position: center;
  background-size: cover;
}

body.home #blog #research-more-articles article:nth-child(1)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-Wolverine-20mg.jpg");
}

body.home #blog #research-more-articles article:nth-child(2)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-Ipamorelin-10mg.jpg");
}

body.home #blog #research-more-articles article:nth-child(3)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/BoostedLabs-CJCIpamorelin-10mg.jpg");
}

body.home #usage-guide {
  margin-top: 0 !important;
  padding-top: clamp(64px, 6vw, 104px) !important;
  padding-bottom: clamp(72px, 7vw, 120px) !important;
}

body.home #usage-guide > .container {
  box-sizing: border-box;
  width: min(calc(100% - clamp(32px, 3vw, 64px)), 1540px);
  margin-right: auto;
  margin-left: auto;
}

body.home #usage-guide > .container > div {
  gap: clamp(18px, 1.6vw, 32px) !important;
  align-items: stretch;
}

body.home #usage-guide > .container > div > div {
  align-self: stretch;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 0 24px 28px !important;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  background: var(--bl-white);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

body.home #usage-guide > .container > div > div::before {
  content: "";
  display: block;
  height: clamp(170px, 15vw, 250px);
  margin: 0 -24px 24px;
  background-color: #ececea;
  background-position: center;
  background-size: cover;
}

body.home #usage-guide > .container > div > div:nth-child(1)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/peptides-users.png");
}

body.home #usage-guide > .container > div > div:nth-child(2)::before {
  background-image: url("https://boostedlabs.au/wp-content/uploads/2026/03/aminos-and-Peptides.png");
}

.bl-proof-categories h2 {
  margin: 0;
}

.bl-proof-categories__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.1vw, 22px);
  width: 100%;
}

.bl-proof-category {
  min-width: 0;
  scroll-margin: 20px;
}

.bl-proof-category__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.73;
  overflow: hidden;
  background: #ededeb;
}

.bl-proof-category__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.bl-proof-category__image:hover img,
.bl-proof-category__image:focus-visible img {
  transform: scale(1.02);
}

.bl-proof-category h3 {
  margin: 15px 0 0;
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bl-proof-category h3 a,
.bl-proof-category__shop {
  color: var(--bl-black);
  text-decoration: none;
}

.bl-proof-category__shop {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.bl-proof-category__shop span {
  font-family: Arial, sans-serif !important;
  font-size: 23px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.bl-proof-category__shop:hover span,
.bl-proof-category__shop:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .bl-proof-announcement__track {
    justify-content: flex-start;
    gap: 56px;
    padding: 0 24px;
    font-size: 12px;
  }

  .bl-proof-nav {
    grid-template-columns: 88px minmax(150px, 1fr) 88px;
    min-height: 76px;
    padding: 0 18px;
  }

  .bl-proof-logo {
    width: min(100%, 180px);
  }

  .bl-proof-tools {
    gap: 10px;
  }

  .bl-proof-tools a:nth-child(2) {
    display: none;
  }

  .bl-proof-hero {
    min-height: min(700px, calc(100vh - 112px));
  }

  .bl-proof-hero__content {
    width: min(86%, 660px);
    min-height: inherit;
    padding: 52px 24px 46px;
  }

  .bl-proof-hero h1 {
    font-size: clamp(58px, 16vw, 92px);
  }

  .bl-proof-hero__copy {
    max-width: 620px;
    font-size: 18px;
  }

  .bl-proof-hero__media img {
    height: 100%;
    min-height: min(700px, calc(100vh - 112px));
    object-position: 50% 50%;
  }

  body .blws-grid.blws-grid--products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .bl-proof-categories {
    padding-right: 0;
  }

  .bl-proof-categories__heading {
    padding-right: 20px;
  }

  .bl-proof-categories__track {
    display: flex;
    gap: 16px;
    padding-right: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .bl-proof-categories__track::-webkit-scrollbar {
    display: none;
  }

  .bl-proof-category {
    flex: 0 0 min(70vw, 420px);
    scroll-snap-align: start;
  }

  body.home .why-header-lean {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }

  body.home .why-header-lean p {
    max-width: 560px;
    padding-left: 0;
    border-left: 0;
  }

  body.home .features-grid-lean {
    grid-template-columns: 1fr;
  }

  body.home .feature-card-lean:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }
}

@media (max-width: 520px) {
  .bl-proof-announcement {
    height: 30px;
  }

  .bl-proof-announcement__track {
    height: 30px;
  }

  .bl-proof-nav {
    grid-template-columns: 96px 1fr 74px;
    padding: 0 12px;
  }

  .bl-proof-logo {
    width: min(100%, 150px);
  }

  .bl-proof-tools {
    gap: 4px;
  }

  .bl-proof-tools a {
    width: 32px;
  }

  .bl-proof-hero__content {
    width: 92%;
    min-height: inherit;
  }

  .bl-proof-hero h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .bl-proof-hero__copy {
    margin-top: 22px;
    font-size: 17px;
  }

  .bl-proof-hero__actions {
    margin-top: 26px;
  }

  body .blws-grid.blws-grid--products {
    grid-template-columns: 1fr !important;
  }

  .bl-proof-categories {
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .bl-proof-categories__heading {
    align-items: center;
  }

  .bl-proof-categories h2 {
    max-width: 210px;
    font-size: 40px;
  }

  .bl-proof-category {
    flex-basis: 82vw;
  }

  .bl-proof-category h3 {
    font-size: 28px;
  }

  body.home .why-boosted-lean {
    padding: 54px 20px 62px;
  }

  body.home .why-header-lean {
    gap: 24px;
    margin-bottom: 34px;
  }

  body.home .why-header-lean h2 {
    font-size: 44px;
  }

  body.home .why-header-lean p {
    font-size: 18px;
  }

  body.home .feature-card-lean {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 112px;
    padding: 19px 0;
  }

  body.home .feature-card-lean h3 {
    font-size: 25px;
  }

  body.home .feature-card-lean p {
    font-size: 16px;
  }

  body.home .intensity-tagline-lean {
    margin-top: 34px;
    padding: 22px 20px;
    font-size: 25px;
  }

  body.home .intensity-tagline-lean span:last-child {
    text-align: left;
  }
}

@media (max-width: 782px) {
  body.admin-bar .bl-proof-header {
    top: 46px;
  }
}

/* Homepage button consistency: match the square editorial CTA shape while preserving each button's colours. */
body.home .bl-proof-button,
body.home .bl-proof-text-link,
body.home .bl-proof-category__shop,
body.home #programs a.btn,
body.home #blog article a,
body.home #blog button.btn,
body.home #research-view-more-btn,
body.home .wp-block-button__link,
body.home .button:not(.blws-qty-btn),
body.home button.button:not(.blws-qty-btn),
body.home a.button:not(.blws-qty-btn) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: clamp(56px, 4vw, 68px) !important;
  padding: 0 clamp(28px, 2.5vw, 44px) !important;
  border-radius: 0 !important;
  font-size: clamp(20px, 1.35vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.home .bl-proof-text-link,
body.home .bl-proof-category__shop,
body.home #programs a.btn,
body.home #blog article a,
body.home .button:not(.blws-qty-btn) {
  border: 1px solid currentColor !important;
}

body.home .blws-qty-btn {
  border-radius: 0 !important;
}

/* Research Library pagination: use the same outlined editorial CTA as category buttons. */
body.home #research-view-more-btn {
  gap: 10px !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #050505 !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color 180ms ease, color 180ms ease !important;
}

body.home #research-view-more-btn::after {
  content: "\2192";
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: transform 180ms ease !important;
}

body.home #research-view-more-btn:hover,
body.home #research-view-more-btn:focus-visible {
  background: #050505 !important;
  background-color: #050505 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.home #research-view-more-btn:hover::after,
body.home #research-view-more-btn:focus-visible::after {
  transform: translateX(4px);
}

body.home #programs a.btn,
body.home #blog article a {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Reconstituted page hero: uppercase the page heading without changing its sizing. */
html body.page-id-4620 header.hero h1 {
  text-transform: uppercase !important;
}

/* Research Blog hero: remove the boxed panel and uppercase its main heading. */
html body.page.page-id-4374 div.entry-content > div.hero {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.page-id-4374 .entry-content > .hero h1 {
  text-transform: uppercase !important;
}


/* Terms of Service: centred uppercase policy layout (v0686). */
html body.page-id-4386,
html body.page-id-4386 .site-content,
html body.page-id-4386 .content-area,
html body.page-id-4386 .site-main,
html body.page-id-4386 article,
html body.page-id-4386 .entry-content {
  background: #f5f7f9 !important;
}

html body.page-id-4386 .entry-content.alignfull {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 72px clamp(20px, 4vw, 64px) 96px !important;
  box-sizing: border-box !important;
}

html body.page-id-4386 .entry-content.alignfull > .wrap {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.page-id-4386 .wrap > h1 {
  max-width: 100% !important;
  margin: 0 auto 14px !important;
  color: #000 !important;
  font-family: "Helvetica Now Display Condensed", "Arial Narrow", Arial, sans-serif !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

html body.page-id-4386 .wrap > .subtitle {
  max-width: 780px !important;
  margin: 0 auto 10px !important;
  color: #4d4d4d !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

html body.page-id-4386 .wrap > .updated {
  margin: 0 auto 48px !important;
  color: #777 !important;
  text-align: center !important;
}

html body.page-id-4386 .wrap > .section {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: clamp(28px, 4vw, 48px) !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  color: #111 !important;
  text-align: left !important;
}

html body.page-id-4386 .wrap > .section h2,
html body.page-id-4386 .wrap > .section h3 {
  color: #000 !important;
  font-family: "Helvetica Now Display Condensed", "Arial Narrow", Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

html body.page-id-4386 .wrap > .section:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  html body.page-id-4386 .entry-content.alignfull {
    padding: 52px 18px 72px !important;
  }

  html body.page-id-4386 .wrap > .updated {
    margin-bottom: 36px !important;
  }

  html body.page-id-4386 .wrap > .section {
    padding: 24px 20px !important;
    border-radius: 14px !important;
  }
}
/* Mobile utility dock: preserve the useful actions without stacking four floating widgets. */
@media (max-width: 782px) {
  #moderncart-floating-cart,
  #trustedsite-tm-image {
    display: none !important;
  }

  #baio-root {
    left: 14px !important;
    right: auto !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 999999 !important;
  }

  #baio-launcher {
    box-sizing: border-box !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    justify-content: center !important;
  }

  #baio-launcher .baio-launcher-dot {
    display: none !important;
  }

  #baio-launcher > span:last-child {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  #baio-launcher::after {
    content: "AI";
    font: 700 14px/1 Arial, sans-serif;
    letter-spacing: .04em;
  }

  .plai-floating-offer,
  .plai-floating-offer-bottom_center {
    box-sizing: border-box !important;
    left: 74px !important;
    right: 14px !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    min-height: 48px !important;
    padding: 10px 16px !important;
    transform: none !important;
    border-radius: 14px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    letter-spacing: .01em !important;
  }
}


/* Header product search dropdown. */
.bl-proof-header {
  position: relative;
  z-index: 1000;
}

.bl-proof-tools {
  position: relative;
}

.bl-proof-search {
  position: relative;
  height: 44px;
  margin: 0;
}

.bl-proof-search summary {
  display: grid;
  place-items: center;
  width: 34px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: var(--bl-black);
  cursor: pointer;
  list-style: none;
}

.bl-proof-search summary::-webkit-details-marker {
  display: none;
}

.bl-proof-search summary:focus-visible {
  outline: 2px solid var(--bl-black);
  outline-offset: 2px;
}

.bl-proof-search[open] summary {
  background: #f3f3f0;
}

.bl-proof-search__form {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 10000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(440px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid var(--bl-border);
  background: var(--bl-white);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.bl-proof-search__input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #9b9b96;
  border-radius: 0;
  background: #fff;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 18px;
  line-height: 1;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.bl-proof-search__input:focus {
  border-color: var(--bl-black);
  outline: 2px solid var(--bl-black);
  outline-offset: 1px;
}

.bl-proof-search__form button {
  display: inline-grid;
  place-items: center;
  min-width: 96px;
  height: 48px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid var(--bl-black);
  border-radius: 0;
  background: var(--bl-black);
  color: var(--bl-white);
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.bl-proof-search__form button:hover,
.bl-proof-search__form button:focus-visible {
  background: #fff;
  color: var(--bl-black);
}

@media (max-width: 520px) {
  .bl-proof-search summary {
    width: 32px;
  }

  .bl-proof-search__form {
    right: -36px;
    grid-template-columns: 1fr;
  }

  .bl-proof-search__form button {
    width: 100%;
  }
}
