/*
Theme Name: Genesis 1 Child
Theme URI: https://gen1.shop
Description: Genesis 1 child theme on Twenty Twenty-Five.
Author: Genesis 1
Template: twentytwentyfive
Version: 0.1.0
Text Domain: redacted-research-v2-child
*/

:root {
  --cl-bg: #f2f2f2;
  --cl-paper: #ffffff;
  --cl-ink: #0f1216;
  --cl-muted: #6e737b;
  --cl-line: #d6d8de;
  --cl-dark: #0a0c11;
  --cl-accent: #db305e;
  --cl-accent-dark: #c92a57;
  --cl-accent-gradient: #EFE7DE;
  --cl-accent-gradient-hover: #EFE7DE;
  --cl-wrap: min(1120px, calc(100vw - 48px));
  --cl-radius: 14px;
  --cl-shadow-soft: 0 16px 36px rgba(15, 18, 22, 0.08);
  --cl-shadow-card: 0 18px 42px rgba(12, 15, 20, 0.12);
}

@font-face {
  font-family: "Volgue";
  src: url("https://gen1.shop/wp-content/uploads/2026/03/Volgue-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Volgue";
  src: url("https://gen1.shop/wp-content/uploads/2026/03/Volgue-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cl-bg);
  color: var(--cl-ink);
  font-family: "Google Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Inter", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

h1 {
  text-transform: none;
}

h2 {
  text-transform: none;
}

h3 {
  text-transform: none;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

/* Override parent theme global focus outline on pointer clicks. */
body :where(a, button, .wp-element-button, [role="button"], [tabindex]):focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* Keep an intentional focus treatment for keyboard users. */
body :where(a, button, .wp-element-button, [role="button"], [tabindex]):focus-visible {
  outline: 2px solid rgba(122, 139, 162, 0.9) !important;
  outline-offset: 3px;
}

button,
.cl-btn {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.cl-home {
  background: #ffffff;
  color: var(--cl-ink);
}

.cl-home,
.cl-home p,
.cl-home li,
.cl-home span,
.cl-home div,
.cl-home a {
  font-family: "Google Sans", "Helvetica Neue", sans-serif !important;
}

.cl-home h1,
.cl-home h2,
.cl-home h3,
.cl-home .cl-product-name,
.cl-home .cl-footer-brand {
  font-family: "Inter", "Arial Narrow", sans-serif !important;
}

.cl-home .cl-btn,
.cl-home button,
.cl-home input[type="button"],
.cl-home input[type="submit"],
.cl-home input[type="reset"] {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif !important;
}

.cl-wrap {
  width: var(--cl-wrap);
  margin-inline: auto;
}

.cl-topbar {
  background: #EFE7DE;
  border-bottom: 1px solid #e6e8ee;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 16px;
  font-weight: 600;
}

body.cl-floating-nav-enabled .cl-floating-shell {
  position: fixed;
  top: var(--cl-floating-shell-offset, 0px);
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  transition: transform 0.28s ease, box-shadow 0.24s ease;
  will-change: transform;
  background: #ffffff;
  border-bottom: 1px solid #dce2ec;
  box-shadow: 0 10px 28px rgba(12, 18, 29, 0.14);
}

body.cl-floating-nav-enabled .cl-floating-shell.has-topbar {
  background: #ffffff;
}

body.cl-floating-nav-enabled .cl-floating-shell .cl-topbar {
  width: 100%;
  margin: 0;
}

body.cl-floating-nav-enabled .cl-floating-shell .cl-header {
  width: var(--cl-wrap);
  margin-inline: auto;
  background: transparent;
  border-bottom: 0;
}

body.cl-floating-nav-enabled .cl-floating-shell.is-hidden {
  transform: translateY(calc(-1 * (var(--cl-floating-shell-height, 0px) + var(--cl-floating-shell-offset, 0px))));
  box-shadow: none;
}

body.cl-floating-nav-enabled .cl-floating-shell.is-visible {
  transform: translateY(0);
}

body.cl-floating-nav-enabled .cl-floating-spacer {
  display: block;
  height: var(--cl-floating-shell-height, 0px);
}

.cl-header {
  display: grid;
  grid-template-areas: "brand nav actions";
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 78px;
  padding: 10px 0 8px;
  position: relative;
  z-index: 20;
}

.cl-brand {
  grid-area: brand;
  text-decoration: none;
  line-height: 1;
  display: inline-grid;
  gap: 2px;
  justify-self: start;
}

.cl-brand.has-logo {
  display: inline-flex;
  align-items: center;
}

.cl-brand-logo-image {
  display: block;
  width: auto;
  height: 56px;
  object-fit: contain;
}

.cl-brand-mark {
  font-family: "Inter", "Arial Narrow", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cl-brand-sub {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cl-nav {
  grid-area: nav;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  justify-self: center;
}

.cl-home .cl-header {
  display: grid;
}

.cl-home .cl-header .cl-nav {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.cl-nav a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a3038;
}

.cl-nav a:hover {
  color: #111622 !important;
}

.cl-header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
  margin: 0;
  align-self: center;
  overflow: visible;
}

.cl-header-actions > p {
  margin: 0 !important;
  padding: 0 !important;
}

.cl-header-actions > p {
  display: inline-flex !important;
  align-items: center !important;
}

.cl-mobile-menu-toggle {
  display: none;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid #cfd3dd !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #1b222c !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 3px !important;
  padding: 0 !important;
  margin: 0;
  line-height: 1 !important;
  text-transform: none !important;
  cursor: pointer;
  align-self: center !important;
  transform: none !important;
}

.cl-mobile-menu-toggle span {
  width: 14px;
  height: 1.6px;
  border-radius: 999px;
  background: #1b222c !important;
  display: block;
}

.cl-mobile-menu-toggle br {
  display: none !important;
}

.cl-mobile-menu-toggle:hover,
.cl-mobile-menu-toggle:focus,
.cl-mobile-menu-toggle:focus-visible,
.cl-mobile-menu-toggle:active {
  background: #ffffff !important;
  border-color: #cfd3dd !important;
  color: #1b222c !important;
  box-shadow: none !important;
  transform: none !important;
}

.cl-mobile-flyout {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.cl-mobile-flyout-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 11, 18, 0.48);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.cl-mobile-flyout-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 340px);
  height: 100%;
  background: #ffffff;
  border-left: 1px solid #dde3ed;
  box-shadow: -16px 0 36px rgba(8, 12, 20, 0.18);
  display: grid;
  align-content: start;
  transform: translateX(104%);
  transition: transform 0.24s ease;
}

.cl-mobile-flyout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 16px;
  border-bottom: 1px solid #e1e7f0;
  font-family: "Inter", "Arial Narrow", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111822;
}

.cl-mobile-flyout-close {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid #cfd6e2 !important;
  background: #ffffff !important;
  color: #101521 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.cl-mobile-flyout-close:hover,
.cl-mobile-flyout-close:focus,
.cl-mobile-flyout-close:focus-visible,
.cl-mobile-flyout-close:active {
  background: #ffffff !important;
  border-color: #cfd6e2 !important;
  color: #101521 !important;
  box-shadow: none !important;
  transform: none !important;
}

.cl-mobile-flyout-links {
  display: grid;
  gap: 8px;
  padding: 12px 14px 16px;
}

.cl-mobile-flyout-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: 12px;
  border: 0 !important;
  background: #ffffff;
  padding: 0 14px;
  text-decoration: none;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111822;
  font-weight: 600;
}

.cl-mobile-flyout-links br {
  display: none !important;
}

.cl-mobile-flyout-links a.is-logout {
  margin-top: 4px;
  justify-content: center;
  background: var(--cl-accent-gradient);
  border: 1px solid #efe7de !important;
  color: #111622;
  font-weight: 700;
}

.cl-mobile-flyout p {
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-mobile-menu-open {
  overflow: hidden;
}

.cl-mobile-flyout.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cl-mobile-flyout.is-open .cl-mobile-flyout-backdrop {
  opacity: 1;
}

.cl-mobile-flyout.is-open .cl-mobile-flyout-panel {
  transform: translateX(0);
}

.cl-home .cl-header .cl-brand {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.cl-home .cl-header .cl-nav {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.cl-home .cl-header .cl-header-actions {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.cl-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #cfd3dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1b222c;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  position: relative;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  padding: 0;
  overflow: hidden;
  align-self: center;
}

.cl-icon-btn[data-cl-icon="cart"] {
  overflow: visible;
}

.cl-icon-btn .cl-icon-image {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: static;
  inset: auto;
  vertical-align: middle;
  object-fit: contain;
  object-position: center center;
  transform: none;
  translate: none;
}

.cl-icon-btn.has-avatar {
  overflow: hidden;
  padding: 0;
}

.cl-icon-btn.has-avatar .cl-icon-avatar {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px;
  display: block;
  transform: none;
  translate: none;
}

.cl-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  z-index: 3;
}

.cl-account-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.cl-account-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  width: max-content;
  min-width: 236px;
  padding: 12px;
  border: 1px solid #d4dae5;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
  display: grid;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 60;
}

.cl-account-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 14px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-top: 1px solid #d4dae5;
  border-left: 1px solid #d4dae5;
  transform: rotate(45deg);
}

.cl-account-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 12px;
}

.cl-account-menu:hover .cl-account-dropdown,
.cl-account-menu:focus-within .cl-account-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.cl-account-dropdown-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 0;
}

.cl-account-dropdown-avatar-wrap {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  border: 1px solid #d8dfea;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.cl-account-dropdown-avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.cl-account-dropdown-profile-copy {
  min-width: max-content;
  width: max-content;
  gap: 2px;
}

.cl-account-dropdown-name {
  color: #111827;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
}

.cl-account-dropdown-email {
  color: #7a869e;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.cl-account-dropdown-divider {
  height: 1px;
  background: #dfe6f0;
}

.cl-account-dropdown-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cl-account-dropdown-links > br,
.cl-account-dropdown-links p > br {
  display: none !important;
}

.cl-account-dropdown-links > p {
  margin: 0 !important;
  padding: 0 !important;
}

.cl-account-dropdown-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 9px;
  color: #1b2635;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cl-account-dropdown-link:not(.is-logout) {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.82);
}

.cl-account-dropdown-link + .cl-account-dropdown-link {
  margin-top: 0;
}

.cl-account-dropdown-links > p + p {
  margin-top: 0 !important;
}

.cl-account-dropdown-link:not(.is-logout):hover {
  background: #eef3fb;
  color: #0f172a;
  border-color: #dfe6f2;
}

.cl-account-dropdown-link.is-logout {
  margin-top: 4px;
  justify-content: center;
  min-height: 40px;
  background: var(--cl-accent-gradient);
  border: 1px solid #efe7de;
  color: #111622;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 18px rgba(17, 22, 34, 0.12);
}

.cl-account-dropdown-link.is-logout::before {
  display: none;
}

.cl-account-dropdown-link.is-logout:hover {
  background: var(--cl-accent-gradient-hover);
  color: #111622;
  border-color: #efe7de;
}

.cl-account-dropdown-link:focus-visible {
  outline: 2px solid rgba(122, 139, 162, 0.75);
  outline-offset: 2px;
}

.cl-icon-btn.cl-cart-illuminate {
  border-color: #efe7de;
  box-shadow: 0 0 0 2px rgba(239, 231, 222, 0.8), 0 0 18px rgba(17, 22, 34, 0.18);
}

.cl-icon-btn.cl-cart-jiggle {
  animation: cl-cart-jiggle 0.45s ease-in-out;
}

@keyframes cl-cart-jiggle {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-12deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-8deg); }
  80% { transform: rotate(6deg); }
  100% { transform: rotate(0deg); }
}

.cl-hero {
  background:
    var(--cl-home-hero-banner, url("https://wheyk.com/wp-content/uploads/2026/03/Redacted_home_page_hero-scaled.png")) center center / cover no-repeat;
  overflow: clip;
  height: 800px;
}

.cl-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 700px);
  justify-content: end;
  gap: 0;
  height: 100%;
  padding: 0;
}

.cl-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 0;
}

.cl-hero-copy > p,
.cl-hero-inner > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.cl-hero-copy h1 {
  font-family: "Volgue", "Inter", "Arial Narrow", sans-serif !important;
  font-size: clamp(62px, 6vw, 104px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #111622;
}

.cl-hero-copy .cl-hero-subhead {
  font-family: "Volgue", "Inter", "Arial Narrow", sans-serif !important;
  color: rgba(17, 22, 34, 0.88);
  margin-top: 14px;
  font-size: clamp(24px, 1.8vw, 24px) !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cl-hero-separator {
  width: 50%;
  border-top: 1px solid rgba(17, 22, 34, 0.85);
  margin-top: 26px;
}

.cl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 11px 18px;
  margin-top: 24px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.cl-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.cl-btn-dark {
  background: #181c24;
  color: #ffffff;
}

.cl-hero .cl-btn-dark {
  font-family: "Volgue", "Inter", "Arial Narrow", sans-serif !important;
  background: #111622;
  border: 1px solid #111622;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 20px 100px;
  margin-top: 42px;
  min-height: 74px;
}

.cl-hero-powered {
  margin-top: 56px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cl-hero-powered br {
  display: none !important;
}

.cl-hero-powered-label {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 22, 34, 0.88);
}

.cl-hero-powered img {
  display: block;
  width: 125px;
  height: auto;
}

.cl-btn-accent {
  background: var(--cl-accent-gradient);
  color: #111622;
}

.cl-btn-accent:hover,
.cl-btn-accent:focus-visible {
  background: var(--cl-accent-gradient-hover);
  color: #111622;
}

.cl-hero .cl-btn-dark:hover,
.cl-hero .cl-btn-dark:focus-visible {
  background: #0a0d14;
  border-color: #0a0d14;
  color: #ffffff;
}

.wp-block-button__link.has-accent-background-color,
.has-accent-background-color.wp-block-button__link,
.wp-element-button.has-accent-background-color,
.has-accent-background-color.wp-element-button {
  background: var(--cl-accent-gradient) !important;
  border-color: #efe7de !important;
  color: #111622 !important;
}

.wp-block-button__link.has-accent-background-color:hover,
.has-accent-background-color.wp-block-button__link:hover,
.wp-element-button.has-accent-background-color:hover,
.has-accent-background-color.wp-element-button:hover {
  background: var(--cl-accent-gradient-hover) !important;
  border-color: #efe7de !important;
  color: #111622 !important;
}

.cl-btn-ghost {
  background: transparent;
  border: 1px solid #242936;
  color: #242936;
}

.cl-hero-art {
  display: none;
}

.cl-hero-glow {
  position: absolute;
  inset: auto 8% 12% 8%;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(248, 251, 255, 0.45) 0%, rgba(248, 251, 255, 0) 70%);
  filter: blur(6px);
}

.cl-vials {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  z-index: 1;
}

.cl-vial {
  position: relative;
  width: 122px;
  height: 246px;
  border-radius: 16px 16px 30px 30px;
  background: linear-gradient(170deg, #fdfefe 5%, #c5cad5 58%, #ebedf2 100%);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.cl-vial::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 82px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 11px;
  background: linear-gradient(180deg, #303640 0%, #12161e 100%);
}

.cl-vial::after {
  content: "";
  position: absolute;
  inset: 72px 14px 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(236, 240, 247, 0.92) 100%);
  border: 1px solid #d5dae3;
}

.cl-vial--left,
.cl-vial--right {
  transform: translateY(12px) scale(0.95);
  opacity: 0.9;
}

.cl-vial-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 28px;
  z-index: 2;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #151923;
}

.cl-research {
  background: #07090f;
  color: #f7f8fb;
  text-align: center;
  padding: 20px 0 88px;
}

.cl-research .cl-wrap {
  width: min(1540px, calc(100vw - 64px));
}

.cl-research h2 {
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.cl-research p {
  max-width: 1080px;
  margin: 0 auto;
  color: rgba(246, 248, 252, 0.9);
}

.cl-research-disclosure {
  max-width: 1240px !important;
  font-size: 9px;
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: rgba(214, 220, 232, 0.48) !important;
}

.cl-research-lead {
  margin-top: 34px !important;
  font-size: clamp(12px, 0.95vw, 16px);
  line-height: 1.32;
  max-width: 980px !important;
}

.cl-research-signoff {
  margin-top: 40px !important;
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1.34;
  color: rgba(246, 248, 252, 0.88) !important;
}

.cl-categories {
  background: #ffffff;
  padding: 84px 0 74px;
}

.cl-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  margin-bottom: 60px;
}

.cl-category:last-child {
  margin-bottom: 0;
}

.cl-category--reverse .cl-category-copy {
  order: 1;
}

.cl-category--reverse .cl-category-media {
  order: 2;
}

.cl-category-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-category-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 720px;
  object-fit: contain;
}

.cl-category--peptides .cl-category-media img {
  max-width: 700px;
}

.cl-category--accessories .cl-category-media img {
  max-width: 640px;
}

.cl-category-copy {
  width: 100%;
}

.cl-category--peptides .cl-category-copy {
  text-align: right;
  justify-self: end;
  max-width: 540px;
}

.cl-category--accessories .cl-category-copy {
  text-align: left;
  justify-self: start;
  max-width: 540px;
}

.cl-category-copy h3 {
  font-size: clamp(28px, 4vw, 42px);
}

.cl-category-subtitle {
  margin-top: 10px;
  color: #1f2530;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.25;
}

.cl-category-body {
  margin-top: 14px;
  color: #3c444d;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.45;
  max-width: 540px;
}

.cl-category--peptides .cl-category-body {
  margin-left: auto;
  max-width: 540px;
}

.cl-category--accessories .cl-category-body {
  max-width: 540px;
}

.cl-category--peptides .cl-category-subtitle {
  margin-left: auto;
}

.cl-category-copy .cl-btn {
  margin-top: 20px;
}

.cl-category--peptides .cl-category-copy .cl-btn {
  margin-left: auto;
}

.cl-category-copy .cl-btn-dark {
  background: #1c2028;
  color: #ffffff;
}

.cl-featured {
  padding: 80px 0 72px;
  background: #efe7de;
  text-align: center;
}

.cl-featured h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.cl-featured-intro {
  color: #525a65;
  margin: 12px auto 0;
  max-width: 660px;
}

.cl-product-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cl-product-card {
  background: var(--cl-paper);
  border: 1px solid #e2e6ed;
  border-radius: 16px;
  padding: 16px 16px 18px;
  text-align: left;
  box-shadow: var(--cl-shadow-soft);
}

.cl-featured .cl-product-card {
  display: grid !important;
  grid-template-rows: auto auto auto auto auto !important;
  align-content: start !important;
  align-items: start !important;
  height: auto !important;
  min-height: 0 !important;
}

.cl-product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cl-product-card-link:hover,
.cl-product-card-link:focus,
.cl-product-card-link:active {
  color: inherit;
  text-decoration: none;
}

.cl-product-card-link:focus-visible {
  outline: 2px solid rgba(236, 116, 61, 0.45);
  outline-offset: 3px;
  border-radius: 12px;
}

.cl-product-thumb {
  height: 142px;
  border-radius: 12px;
  background: linear-gradient(150deg, #f8f9fc 0%, #d9dde6 60%, #edf0f6 100%);
  position: relative;
  overflow: hidden;
}

.cl-product-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 56px;
  height: 92px;
  transform: translateX(-50%);
  border-radius: 10px 10px 15px 15px;
  background: linear-gradient(180deg, #ffffff 0%, #d6dce8 100%);
  border: 1px solid #ccd3df;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.cl-product-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 96px;
  width: 34px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 6px;
  background: #1a202a;
}

.cl-product-thumb.has-image {
  height: auto;
  min-height: 0;
  background: transparent;
}

.cl-product-thumb.has-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.cl-product-thumb-note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  max-width: calc(100% - 16px);
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(17, 24, 39, 0.68);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.cl-product-thumb.has-image::before,
.cl-product-thumb.has-image::after {
  display: none;
}

.cl-product-name {
  margin-top: 14px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cl-product-meta {
  color: #5a616b;
  font-size: 13px;
  margin-top: 4px;
}

.cl-product-price {
  margin-top: 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.cl-product-card .cl-btn {
  margin-top: 12px;
  width: 100%;
}

.cl-product-add-form {
  margin-top: 3px;
}

.cl-featured .cl-product-card form.cl-product-add-form {
  display: block !important;
  position: static !important;
  align-self: start !important;
  justify-self: stretch !important;
  inset: auto !important;
  transform: none !important;
  margin: 3px 0 0 !important;
  margin-top: 3px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.cl-product-add-form .cl-btn {
  margin-top: 0;
  width: 100%;
  cursor: pointer;
  border: 0;
  background: #111622;
  color: #ffffff;
}

.cl-featured .cl-product-add-form button.cl-btn,
.cl-featured .cl-product-add-form .cl-btn-accent {
  background: #111622 !important;
  color: #ffffff !important;
  border: 0 !important;
}

.cl-product-cta {
  margin-top: 30px;
}

.cl-home-empty {
  margin-top: 24px;
  color: #4e5560;
  font-size: 14px;
}

.cl-home-consult {
  margin-top: 28px;
  padding: 58px 0 98px;
}

.cl-home-consult-shell {
  width: min(1540px, calc(100vw - 76px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.2fr) minmax(220px, 0.9fr);
  gap: 30px;
  align-items: end;
}

.cl-home-consult-figure {
  display: flex;
  align-items: flex-end;
}

.cl-home-consult-figure.is-left {
  justify-content: flex-start;
}

.cl-home-consult-figure.is-right {
  justify-content: flex-end;
}

.cl-home-consult-figure img {
  width: min(100%, 500px);
  height: auto;
  display: block;
}

.cl-home-consult-body {
  text-align: center;
  display: grid;
  justify-items: center;
}

.cl-home-consult-body h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 0.98;
}

.cl-home-consult-sub {
  margin-top: 14px;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #202937;
}

.cl-home-consult-experts {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.cl-home-consult-experts h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.98;
}

.cl-home-consult-experts p {
  margin: 0;
  font-family: "Google Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #2f3949;
}

.cl-home-consult-experts article:first-child {
  text-align: left;
}

.cl-home-consult-experts article:first-child p {
  max-width: 430px;
  margin-right: auto;
}

.cl-home-consult-experts article:last-child {
  text-align: right;
}

.cl-home-consult-experts article:last-child p {
  max-width: 430px;
  margin-left: auto;
}

.cl-home-consult-body .cl-btn {
  margin-top: 24px;
}

.cl-home-consult-footnote {
  margin-top: 22px !important;
  max-width: 760px;
  font-size: 10px;
  line-height: 1.4;
  color: #616d7e !important;
}

.cl-coa {
  padding: 84px 0 86px;
  text-align: center;
}

.cl-coa h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.cl-coa-intro {
  max-width: 700px;
  margin: 12px auto 0;
  color: #4f5863;
}

.cl-coa-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.cl-coa-list {
  display: grid;
  gap: 10px;
}

.cl-coa-item {
  background: #ffffff;
  border: 1px solid #dee2ea;
  border-radius: 10px;
  min-height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
}

.cl-coa-item--active {
  border-color: #adb5c4;
  box-shadow: var(--cl-shadow-soft);
}

.cl-coa-item-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.cl-coa-item-icon {
  flex: 0 0 auto;
  margin-left: 12px;
  line-height: 1;
}

.cl-coa-preview {
  background: #ffffff;
  border: 1px solid #dde3ec;
  border-radius: 12px;
  box-shadow: var(--cl-shadow-card);
  overflow: hidden;
}

.cl-coa-paper {
  height: 336px;
  margin: 16px;
  border-radius: 8px;
  border: 1px solid #d5dce7;
  background:
    linear-gradient(#edf1f7 1px, transparent 1px),
    linear-gradient(90deg, #edf1f7 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  background-size: 14px 14px, 14px 14px, auto;
}

.cl-coa-preview .cl-btn {
  width: calc(100% - 24px);
  margin: 0 12px 12px;
}

.cl-social {
  padding: 84px 0 90px;
  background: #fafbfd;
  text-align: center;
}

.cl-social h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.cl-social p {
  color: #535c66;
  max-width: 650px;
  margin: 12px auto 0;
}

.cl-social-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cl-social-tile {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 1px solid #d7dde7;
  box-shadow: var(--cl-shadow-soft);
  background: linear-gradient(135deg, #212735 0%, #42506d 38%, #0d1119 100%);
  position: relative;
  overflow: hidden;
}

.cl-social-tile.has-image {
  background: #0f172a;
  border-color: #d2d8e4;
}

.cl-social-tile-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.28s ease;
}

.cl-social-tile.has-image:hover .cl-social-tile-image {
  transform: scale(1.03);
}

.cl-social-tile::before {
  content: "CELLULAR LONGEVITY";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.cl-social-tile.has-image::before {
  content: none;
}

.cl-social-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.cl-footer {
  background: linear-gradient(120deg, #0b0d13 0%, #141924 100%);
  color: #f5f7fa;
  padding: 64px 0 22px;
}

.cl-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0fr;
  gap: 20px;
  align-items: start;
}

.cl-footer-brand {
  font-family: "Inter", sans-serif;
  font-size: 68px;
  line-height: 0.9;
}

.cl-footer-brand-wrap {
  display: grid;
  gap: 4px;
}

.cl-footer-brand-wrap.has-logo {
  gap: 10px;
}

.cl-footer-brand-image {
  display: block;
  width: auto;
  max-width: 260px;
  max-height: 74px;
  object-fit: contain;
}

.cl-footer-sub {
  margin-top: 3px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.cl-footer h3 {
  font-size: 19px;
  color: #efe7de !important;
  margin-bottom: 8px;
}

.cl-footer p {
  color: rgba(245, 247, 250, 0.84);
}

.cl-footer-links {
  display: grid;
  gap: 0px;
  justify-content: end;
}

.cl-footer-links a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.cl-footer-links a:hover {
  color: #efe7de !important;
}

.cl-footer-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 36px;
  padding-top: 14px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 247, 250, 0.64);
}

.cl-contact-page {
  background: #f5f7fb;
}

.cl-contact-main {
  padding: 56px 0 84px;
}

.cl-contact-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.cl-contact-header h1 {
  font-size: clamp(36px, 5vw, 56px);
}

.cl-contact-header p {
  margin-top: 14px;
  color: #535c66;
}

.cl-contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.cl-contact-card {
  background: #ffffff;
  border: 1px solid #d6dce7;
  border-radius: 14px;
  box-shadow: var(--cl-shadow-soft);
  padding: 24px;
}

.cl-contact-card h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  margin-bottom: 14px;
}

.cl-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.cl-contact-list li {
  display: grid;
  gap: 4px;
}

.cl-contact-list span {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #687384;
}

.cl-contact-list a {
  text-decoration: none;
  color: #101827;
  font-weight: 600;
}

.cl-contact-list a:hover {
  color: var(--cl-accent-dark);
}

.cl-contact-list address {
  font-style: normal;
  color: #202a39;
  line-height: 1.45;
}

.cl-contact-notice {
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  margin-bottom: 14px;
}

.cl-contact-notice.is-success {
  border: 1px solid #b8dfc2;
  background: #ebf8ef;
  color: #165a28;
}

.cl-contact-notice.is-error {
  border: 1px solid #f1b8b8;
  background: #fff1f1;
  color: #9a1b1b;
}

.cl-contact-form {
  display: grid;
  gap: 10px;
}

.cl-contact-form label {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #687384;
}

.cl-contact-form input,
.cl-contact-form textarea {
  width: 100%;
  border: 1px solid #cfd7e4;
  border-radius: 10px;
  background: #f8f9fc;
  color: #111827;
  font: 500 15px/1.45 "Google Sans", "Helvetica Neue", sans-serif;
  padding: 11px 13px;
}

.cl-contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.cl-contact-form input:focus,
.cl-contact-form textarea:focus {
  outline: none;
  border-color: #95a4bc;
  box-shadow: 0 0 0 2px rgba(149, 164, 188, 0.2);
}

.cl-consult-hub-page {
  background: #f5f7fb;
  padding: 44px 0 90px;
}

.wp-site-blocks > .cl-consult-hub-page {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cl-consult-hub-header {
  text-align: center;
  margin-bottom: 36px;
}

.cl-consult-hub-header h1 {
  margin-bottom: 12px;
}

.cl-consult-hub-header p {
  max-width: 680px;
  margin: 0 auto;
  color: #4f5c6f;
}

.cl-consult-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.cl-consult-hub-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #d6dce7;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--cl-shadow-soft);
}

.cl-consult-hub-media {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #f8f9fc;
  padding: 22px 18px 0;
}

.cl-consult-hub-media img {
  width: min(100%, 275px);
  height: auto;
  display: block;
}

.cl-consult-hub-card--kyler .cl-consult-hub-media img {
  width: min(100%, 500px);
}

.cl-consult-hub-content {
  padding: 22px 22px 24px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.cl-consult-hub-content h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 42px);
  line-height: 1;
}

.cl-consult-hub-content p {
  margin: 0;
  color: #42526a;
  line-height: 1.6;
}

.cl-consult-hub-content .cl-btn {
  margin-top: 4px;
}

.cl-consult-page {
  background: #f5f7fb;
  padding: 44px 0 90px;
}

.wp-site-blocks > .cl-consult-page {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cl-consult-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}

.cl-consult-kicker {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5f6c7f;
  margin-bottom: 12px;
}

.cl-consult-hero-copy h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
  margin-bottom: 16px;
}

.cl-consult-subtitle {
  color: #4f5c6f;
  max-width: 420px;
}

.cl-consult-price {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: "Inter", "Arial Narrow", sans-serif;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1;
  color: var(--cl-accent);
  letter-spacing: 0.02em;
}

.cl-consult-hero-media {
  justify-self: center;
  text-align: left;
}

.cl-consult-hero-media img {
  width: min(100%, 560px);
  height: auto;
  display: block;
}

.cl-consult-page--kyler .cl-consult-hero-media img {
  width: min(100%, 660px);
}

.cl-consult-caption {
  margin-top: 10px;
  max-width: 500px;
  color: #667085;
  font-size: 11px;
  line-height: 1.4;
}

.cl-consult-intro {
  margin-top: 70px;
  text-align: center;
}

.cl-consult-intro p {
  max-width: 820px;
  margin: 0 auto;
  color: #42526a;
  font-size: 15px;
  line-height: 1.7;
}

.cl-consult-intro .cl-btn {
  margin-top: 22px;
}

.cl-consult-credentials,
.cl-consult-founder {
  margin-top: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.cl-consult-credentials-copy h2,
.cl-consult-founder-copy h2,
.cl-consult-values h2,
.cl-consult-final h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.03;
}

.cl-consult-credentials-copy p,
.cl-consult-founder-copy p {
  margin-top: 14px;
  color: #415068;
  line-height: 1.66;
}

.cl-consult-credentials-media img,
.cl-consult-founder-media img {
  width: 100%;
  height: auto;
  display: block;
}

.cl-consult-cta-mid {
  margin-top: 42px;
  text-align: center;
}

.cl-consult-values {
  margin-top: 76px;
  display: grid;
  gap: 50px;
  text-align: center;
}

.cl-consult-values article {
  max-width: 880px;
  margin: 0 auto;
}

.cl-consult-values p {
  margin-top: 14px;
  color: #48556b;
  line-height: 1.68;
}

.cl-consult-final {
  margin-top: 76px;
  text-align: center;
}

.cl-consult-final p {
  margin-top: 12px;
  color: #4f5c6f;
}

.cl-consult-final .cl-btn {
  margin-top: 22px;
}

.cl-consult-footnote {
  margin-top: 18px !important;
  font-size: 12px;
  color: #6f7a89 !important;
}

@media (max-width: 1100px) {
  .cl-hero-inner {
    grid-template-columns: 1fr;
    height: 100%;
    padding: 0;
  }

  .cl-hero-copy {
    text-align: center;
    align-items: center;
  }

  .cl-hero-copy h1 {
    font-size: clamp(48px, 11vw, 84px);
  }

  .cl-hero-copy .cl-hero-subhead {
    font-size: clamp(24px, 1.8vw, 24px) !important;
  }

  .cl-hero .cl-btn-dark {
    font-size: 22px;
    padding: 18px 64px;
    min-height: 68px;
  }

  .cl-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-coa-grid {
    grid-template-columns: 1fr;
  }

  .cl-home-consult-shell {
    width: min(1360px, calc(100vw - 44px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }

  .cl-home-consult-body {
    grid-column: 1 / -1;
    order: 2;
    margin-top: 2px;
  }

  .cl-home-consult-figure {
    order: 1;
  }

  .cl-home-consult-figure img {
    width: min(100%, 380px);
  }

  .cl-home-consult-experts h3 {
    font-size: clamp(22px, 4.2vw, 32px);
  }

  .cl-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cl-footer-links {
    justify-content: start;
  }

  .cl-contact-grid {
    grid-template-columns: 1fr;
  }

  .cl-consult-hub-grid {
    grid-template-columns: 1fr;
  }

  .cl-consult-hub-media {
    min-height: 360px;
  }

  .cl-consult-hero,
  .cl-consult-credentials,
  .cl-consult-founder {
    grid-template-columns: 1fr;
  }

  .cl-consult-hero {
    gap: 22px;
  }

  .cl-consult-hero-media {
    justify-self: start;
  }

  .cl-consult-intro,
  .cl-consult-credentials,
  .cl-consult-founder {
    margin-top: 52px;
  }

  .cl-consult-values,
  .cl-consult-final {
    margin-top: 58px;
  }
}

@media (max-width: 820px) {
  :root {
    --cl-wrap: min(1120px, calc(100vw - 30px));
  }

  .cl-header {
    grid-template-areas: "brand actions";
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 72px;
    padding: 10px 0;
  }

  .cl-nav {
    display: none !important;
  }

  .cl-home .cl-header .cl-nav {
    display: none !important;
  }

  .cl-header-actions {
    gap: 10px;
    align-items: center;
  }

  .cl-brand-mark {
    font-size: 35px;
  }

  .cl-brand-logo-image {
    height: 48px;
  }

  .cl-header-actions .cl-account-menu {
    display: none !important;
  }

  .cl-mobile-menu-toggle {
    display: inline-flex;
  }

  .cl-header-actions > * {
    align-self: center;
  }

  .cl-home .cl-header .cl-header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .cl-hero {
    height: 720px;
  }

  .cl-hero-separator {
    width: 50%;
  }

  .cl-hero .cl-btn-dark {
    font-size: 20px;
    padding: 16px 44px;
    min-height: 62px;
  }

  .cl-hero-powered {
    margin-top: 42px;
  }

  .cl-hero-copy h1 {
    white-space: normal;
  }

  .cl-research {
    padding: 18px 0 68px;
  }

  .cl-research .cl-wrap {
    width: min(1540px, calc(100vw - 30px));
  }

  .cl-research h2 {
    margin-top: 16px;
    font-size: clamp(20px, 4vw, 28px);
  }

  .cl-research-lead {
    margin-top: 26px !important;
    font-size: clamp(12px, 2.2vw, 15px);
  }

  .cl-research-signoff {
    margin-top: 28px !important;
    font-size: clamp(12px, 2.1vw, 14px);
  }

  .cl-home-consult {
    margin-top: 16px;
    padding: 26px 0 66px;
  }

  .cl-home-consult-shell {
    width: min(1120px, calc(100vw - 30px));
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cl-home-consult-figure {
    display: none;
  }

  .cl-home-consult-body {
    grid-column: auto;
    margin-top: 0;
  }

  .cl-home-consult-body h2 {
    font-size: clamp(30px, 9.6vw, 48px);
  }

  .cl-home-consult-sub {
    font-size: 13px;
    line-height: 1.35;
  }

  .cl-home-consult-experts {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cl-home-consult-experts h3 {
    font-size: clamp(22px, 8vw, 32px);
  }

  .cl-home-consult-experts p {
    font-size: 13px;
  }

  .cl-home-consult-experts article:first-child,
  .cl-home-consult-experts article:last-child {
    text-align: center;
  }

  .cl-home-consult-experts article:first-child p,
  .cl-home-consult-experts article:last-child p {
    max-width: 560px;
    margin-inline: auto;
  }

  .cl-home-consult-footnote {
    margin-top: 18px !important;
    font-size: 9px;
  }

  .cl-vial {
    width: 96px;
    height: 196px;
  }

  .cl-vial::before {
    width: 64px;
    top: -19px;
  }

  .cl-category,
  .cl-category--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 46px;
  }

  .cl-category--reverse .cl-category-copy,
  .cl-category--reverse .cl-category-media {
    order: initial;
  }

  .cl-category--peptides .cl-category-copy,
  .cl-category--accessories .cl-category-copy {
    max-width: 100%;
    text-align: left;
    justify-self: start;
  }

  .cl-category-subtitle {
    margin-top: 10px;
    font-size: clamp(13px, 2.2vw, 17px);
  }

  .cl-category-body {
    margin-top: 14px;
    font-size: clamp(12px, 1.9vw, 14px);
    line-height: 1.42;
  }

  .cl-category-copy .cl-btn {
    margin-top: 20px;
  }

  .cl-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-footer-grid {
    grid-template-columns: 1fr;
  }

  .cl-contact-main {
    padding: 38px 0 62px;
  }

  .cl-contact-card {
    padding: 18px;
  }

  .cl-contact-card h2 {
    font-size: clamp(22px, 5.2vw, 28px);
  }

  .cl-consult-hub-page {
    padding: 30px 0 62px;
  }

  .cl-consult-hub-header {
    margin-bottom: 24px;
  }

  .cl-consult-hub-content h2 {
    font-size: clamp(26px, 9.4vw, 36px);
  }

  .cl-consult-hub-media {
    min-height: 320px;
  }

  .cl-consult-page {
    padding: 30px 0 62px;
  }

  .cl-consult-kicker {
    margin-bottom: 9px;
  }

  .cl-consult-hero-copy h1 {
    font-size: clamp(32px, 11vw, 52px);
  }

  .cl-consult-subtitle {
    font-size: 14px;
  }

  .cl-consult-price {
    font-size: clamp(30px, 10.4vw, 46px);
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .cl-consult-intro p,
  .cl-consult-credentials-copy p,
  .cl-consult-founder-copy p,
  .cl-consult-values p {
    font-size: 14px;
    line-height: 1.56;
  }

  .cl-consult-credentials-copy h2,
  .cl-consult-founder-copy h2,
  .cl-consult-values h2,
  .cl-consult-final h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .cl-consult-caption {
    font-size: 10px;
  }
}

@media (max-width: 580px) {
  .cl-topbar {
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .cl-hero {
    height: 640px;
  }

  .cl-hero-copy h1 {
    font-size: clamp(44px, 13.5vw, 62px);
  }

  .cl-hero-copy .cl-hero-subhead {
    font-size: clamp(24px, 1.8vw, 24px) !important;
  }

  .cl-hero-separator {
    width: 50%;
    margin-top: 20px;
  }

  .cl-hero .cl-btn-dark {
    font-size: 18px;
    padding: 14px 28px;
    min-height: 54px;
    width: min(100%, 340px);
  }

  .cl-hero-powered {
    margin-top: 32px;
    gap: 8px;
  }

  .cl-hero-powered-label {
    font-size: 10px;
  }

  .cl-hero-powered img {
    width: 125px;
  }

  .cl-hero-copy h1,
  .cl-research h2,
  .cl-featured h2,
  .cl-coa h2,
  .cl-social h2 {
    line-height: 1.08;
  }

  .cl-research {
    padding: 14px 0 56px;
  }

  .cl-research-disclosure {
    font-size: 8px;
    line-height: 1.2;
  }

  .cl-research h2 {
    font-size: clamp(18px, 5vw, 24px);
    margin-top: 12px;
  }

  .cl-research-lead {
    margin-top: 22px !important;
    font-size: clamp(12px, 4.2vw, 14px);
    line-height: 1.28;
  }

  .cl-research-signoff {
    margin-top: 24px !important;
    font-size: clamp(12px, 4vw, 14px);
    line-height: 1.3;
  }

  .cl-btn {
    width: 100%;
  }

  .cl-product-grid {
    grid-template-columns: 1fr;
  }

  .cl-social-grid {
    grid-template-columns: 1fr;
  }
}

/* Hide Gutenberg page/post title block globally on frontend templates. */
.wp-block-post-title {
  display: none !important;
}

.cl-icon-btn[data-cl-icon="cart"],
.ihl-portal-icon-link[data-portal-icon="cart"],
.ihl-portal-mobile-cart {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
}

.cl-icon-btn[data-cl-icon="cart"] .cl-icon-image,
.ihl-portal-icon-link[data-portal-icon="cart"] .ihl-portal-icon-image,
.ihl-portal-mobile-cart .ihl-portal-icon-image {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  font-size: 30px;
  line-height: 1;
  color: #111111;
}
