@font-face {
  font-family: "Noli Inter";
  src: url("../assets/fonts/inter-var-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Noli Mono";
  src: url("../assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --v3-black: #0a0a0a;
  --v3-black-soft: #151515;
  --v3-ink: #161616;
  --v3-white: #ffffff;
  --v3-paper: #f5f5f2;
  --v3-paper-deep: #ecece7;
  --v3-surface: #fafaf8;
  --v3-line: #deded8;
  --v3-line-dark: #c8c8c0;
  --v3-muted: #6c6c67;
  --v3-muted-light: #a8a8a1;
  --v3-green: #218048;
  --v3-green-soft: #eaf6ed;
  --v3-danger: #9f3f32;
  --v3-radius-sm: 14px;
  --v3-radius: 20px;
  --v3-radius-lg: 30px;
  --v3-shell: min(1320px, calc(100vw - 64px));
  --v3-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --v3-shadow: 0 24px 70px -44px rgba(0, 0, 0, 0.36);
  --v3-shadow-hover: 0 32px 80px -42px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--v3-ink);
  background: var(--v3-paper);
  font-family: "Noli Inter", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.v3-cart-open,
body.v3-search-open,
body.v3-menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.v3-shell {
  width: var(--v3-shell);
  margin-inline: auto;
}

.v3-skip {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--v3-black);
  background: var(--v3-white);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-160%);
  transition:
    opacity 0.2s var(--v3-ease),
    transform 0.2s var(--v3-ease);
}

.v3-skip:focus {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.v3-demo {
  min-height: 36px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--v3-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-family: "Noli Mono", monospace;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.045em;
  text-align: center;
}

.v3-demo strong {
  color: var(--v3-white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

[data-v3-header] {
  display: contents;
}

.v3-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(250, 250, 248, 0.9);
  border-bottom: 1px solid rgba(222, 222, 216, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
}

.v3-nav {
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.v3-nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.v3-nav-links--right {
  justify-content: flex-end;
  gap: 14px;
}

.v3-nav-links a {
  position: relative;
  color: #484844;
  font-size: 13px;
  font-weight: 560;
  letter-spacing: -0.01em;
  transition: color 0.18s ease;
}

.v3-nav-links a::after {
  position: absolute;
  right: 100%;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--v3-black);
  content: "";
  transition: right 0.24s var(--v3-ease);
}

.v3-nav-links a:hover,
.v3-nav-links a[aria-current="page"] {
  color: var(--v3-black);
}

.v3-nav-links a:hover::after,
.v3-nav-links a[aria-current="page"]::after {
  right: 0;
}

.v3-wordmark {
  width: 106px;
  display: block;
}

.v3-wordmark img {
  width: 100%;
  height: auto;
  filter: none;
}

.v3-round {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--v3-line-dark);
  border-radius: 50%;
  color: var(--v3-black);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.2s var(--v3-ease);
}

.v3-round:hover {
  color: var(--v3-white);
  background: var(--v3-black);
  border-color: var(--v3-black);
  transform: translateY(-1px);
}

.v3-round svg {
  width: 19px;
  height: 19px;
}

.v3-cart-count {
  position: absolute;
  top: -4px;
  right: -3px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border: 2px solid var(--v3-surface);
  border-radius: 999px;
  color: var(--v3-white);
  background: var(--v3-black);
  font-size: 9px;
  font-weight: 750;
}

.v3-mobile-menu,
.v3-mobile-utilities,
.v3-mobile-panel {
  display: none;
}

.v3-kicker {
  margin: 0 0 12px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.v3-kicker--light {
  color: rgba(255, 255, 255, 0.56);
}

.v3-pill {
  min-height: 54px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 0.2s var(--v3-ease),
    box-shadow 0.22s var(--v3-ease),
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.v3-pill svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s var(--v3-ease);
}

.v3-pill:hover {
  transform: translateY(-2px);
}

.v3-pill:hover svg {
  transform: translateX(3px);
}

.v3-pill--dark {
  color: var(--v3-white);
  background: var(--v3-black);
  border-color: var(--v3-black);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 30px -20px rgba(0, 0, 0, 0.7);
}

.v3-pill--dark:hover {
  background: #202020;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 38px -20px rgba(0, 0, 0, 0.82);
}

.v3-pill--ghost {
  color: var(--v3-black);
  background: var(--v3-white);
  border-color: var(--v3-line-dark);
  box-shadow: 0 10px 26px -24px rgba(0, 0, 0, 0.6);
}

.v3-pill--ghost:hover {
  border-color: var(--v3-black);
  box-shadow: 0 20px 34px -24px rgba(0, 0, 0, 0.55);
}

.v3-pill--light {
  color: var(--v3-black);
  background: var(--v3-white);
  border-color: var(--v3-white);
}

.v3-pill--small {
  min-height: 42px;
  padding: 11px 17px;
  font-size: 12px;
}

.v3-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 1px 1px, rgba(10, 10, 10, 0.055) 1px, transparent 0)
      0 0 / 22px 22px,
    var(--v3-paper);
}

.v3-hero::after {
  position: absolute;
  top: -340px;
  left: -210px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(10, 10, 10, 0.05);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.v3-hero-grid {
  position: relative;
  z-index: 1;
  padding-block: 38px 78px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
}

.v3-hero-copy {
  min-height: 652px;
  padding: 50px 42px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.v3-status-pill {
  margin: 0 0 30px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--v3-line-dark);
  border-radius: 999px;
  color: #555551;
  background: rgba(255, 255, 255, 0.56);
  font-family: "Noli Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-status-pill > span,
.v3-stock-chip > span,
.v3-hero-stock > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v3-green);
  box-shadow: 0 0 0 0 rgba(33, 128, 72, 0.38);
  animation: v3-stock-pulse 2.2s ease-out infinite;
}

@keyframes v3-stock-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 128, 72, 0.36);
  }
  72% {
    box-shadow: 0 0 0 7px rgba(33, 128, 72, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 128, 72, 0);
  }
}

.v3-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--v3-black);
  font-size: clamp(52px, 5.4vw, 78px);
  font-weight: 735;
  line-height: 0.96;
  letter-spacing: -0.062em;
}

.v3-hero h1 em {
  color: #777772;
  font-style: normal;
  font-weight: 650;
}

.v3-hero-lede {
  max-width: 610px;
  margin: 28px 0 26px;
  color: #5c5c57;
  font-size: 17px;
  line-height: 1.58;
  letter-spacing: -0.018em;
}

.v3-offer-card {
  width: min(475px, 100%);
  min-height: 70px;
  margin-bottom: 24px;
  padding: 10px 14px 10px 10px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius-sm);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px -30px rgba(0, 0, 0, 0.6);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s var(--v3-ease),
    transform 0.2s var(--v3-ease);
}

.v3-offer-card:hover {
  border-color: var(--v3-line-dark);
  box-shadow: 0 22px 38px -28px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.v3-offer-icon {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--v3-white);
  background: var(--v3-black);
}

.v3-offer-icon svg {
  width: 21px;
  height: 21px;
}

.v3-offer-card > span:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.v3-offer-card strong,
.v3-offer-card small {
  display: block;
}

.v3-offer-card strong {
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.35;
}

.v3-offer-card small {
  color: var(--v3-muted);
  font-size: 11px;
  line-height: 1.35;
}

.v3-offer-card > svg {
  width: 16px;
  height: 16px;
}

.v3-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v3-hero-testing-mobile {
  display: none;
}

.v3-hero-facts {
  width: 100%;
  margin: auto 0 0;
  padding-top: 29px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--v3-line);
}

.v3-hero-facts > div {
  padding-right: 16px;
}

.v3-hero-facts dt,
.v3-hero-facts dd {
  margin: 0;
}

.v3-hero-facts dt {
  margin-bottom: 5px;
  color: var(--v3-black);
  font-size: 12px;
  font-weight: 720;
}

.v3-hero-facts dd {
  color: var(--v3-muted);
  font-size: 10px;
  line-height: 1.4;
}

.v3-hero-media {
  position: relative;
  min-height: 652px;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius-lg);
  background: #e9e9e6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    var(--v3-shadow);
}

.v3-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: none;
}

.v3-hero-media:hover > img {
  transform: none;
}

.v3-hero-stock {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: var(--v3-black);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px -22px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: "Noli Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-hero-media-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 17px;
  color: var(--v3-black);
  background: rgba(255, 255, 255, 0.77);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.v3-hero-media-note small,
.v3-hero-media-note strong {
  display: block;
}

.v3-hero-media-note small {
  margin-bottom: 5px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-hero-media-note strong {
  font-size: 13px;
  letter-spacing: -0.015em;
}

.v3-products-section,
.v3-catalog-body,
.v3-related {
  padding: 104px 0 116px;
}

.v3-section-head {
  margin-bottom: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.v3-section-head h2,
.v3-proof-head h2,
.v3-closing h2,
.v3-detail-section h2 {
  margin: 0;
  color: var(--v3-black);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 695;
  line-height: 1;
  letter-spacing: -0.052em;
}

.v3-product-grid {
  display: grid;
  gap: 18px;
}

.v3-product-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v3-product-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v3-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius);
  background: var(--v3-white);
  box-shadow: 0 14px 48px -42px rgba(0, 0, 0, 0.6);
  transition:
    transform 0.28s var(--v3-ease),
    border-color 0.22s ease,
    box-shadow 0.28s var(--v3-ease);
}

.v3-product-card:hover {
  border-color: var(--v3-line-dark);
  box-shadow: var(--v3-shadow-hover);
  transform: translateY(-5px);
}

.v3-product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 235, 231, 0.84)),
    var(--v3-paper-deep);
}

.v3-product-media::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 1px;
  background: var(--v3-line);
  content: "";
}

.v3-product-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 47%;
  mix-blend-mode: normal;
  transform: none;
  transition: none;
}

.v3-product-card:hover .v3-product-media > img {
  transform: none;
}

.v3-stock-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #b9d8c2;
  border-radius: 999px;
  color: #176b38;
  background: rgba(244, 252, 246, 0.92);
  box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 650;
}

.v3-stock-chip > span {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
}

.v3-media-code,
.v3-media-amount {
  position: absolute;
  z-index: 2;
  color: #4e4e49;
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.v3-media-code {
  right: 14px;
  bottom: 13px;
}

.v3-media-amount {
  left: 14px;
  bottom: 13px;
}

.v3-product-body {
  min-height: 235px;
  padding: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.v3-product-meta {
  margin: 0 0 11px;
  overflow: hidden;
  color: #74746f;
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  line-height: 1.45;
  letter-spacing: 0.075em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.v3-product-meta span {
  color: #b5b5ae;
}

.v3-product-card h3 {
  margin: 0 0 8px;
  color: var(--v3-black);
  font-size: 19px;
  font-weight: 690;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.v3-product-card h3 a {
  transition: color 0.18s ease;
}

.v3-product-card h3 a:hover {
  color: #555551;
}

.v3-product-format {
  margin: 0;
  color: var(--v3-muted);
  font-size: 11px;
  line-height: 1.45;
}

.v3-product-price {
  margin: 20px 0 15px;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.v3-product-price small {
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-product-price strong {
  color: var(--v3-black);
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.04em;
}

.v3-product-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px;
}

.v3-product-actions .v3-pill--dark {
  min-width: 0;
  padding-inline: 14px;
}

.v3-proof-section {
  position: relative;
  padding: 118px 0 126px;
  overflow: hidden;
  color: var(--v3-white);
  background: var(--v3-black);
}

.v3-proof-section::before,
.v3-proof-section::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.v3-proof-section::before {
  top: -320px;
  right: -240px;
  width: 780px;
  height: 780px;
}

.v3-proof-section::after {
  top: -225px;
  right: -145px;
  width: 590px;
  height: 590px;
}

.v3-proof-section > .v3-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(580px, 1.15fr);
  align-items: start;
  gap: 92px;
}

.v3-proof-head {
  position: relative;
  max-width: 540px;
  margin: 0;
}

.v3-proof-head h2 {
  color: var(--v3-white);
}

.v3-proof-head > p:last-child {
  max-width: 620px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.62;
}

.v3-proof-ledger {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.v3-proof-ledger article {
  padding: 31px 0;
  display: grid;
  grid-template-columns: 52px minmax(190px, 0.8fr) minmax(260px, 1fr);
  align-items: start;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.v3-proof-ledger p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Noli Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-proof-ledger h3 {
  margin: 0;
  color: var(--v3-white);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.v3-proof-ledger span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.58;
}

.v3-closing {
  padding: 86px 0;
  background: var(--v3-paper-deep);
}

.v3-closing-card {
  min-height: 235px;
  padding: 48px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  border-radius: var(--v3-radius-lg);
  color: var(--v3-white);
  background:
    radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.11), transparent 28%),
    var(--v3-black);
}

.v3-closing h2 {
  max-width: 720px;
  color: var(--v3-white);
}

.v3-footer {
  padding: 78px 0 34px;
  color: rgba(255, 255, 255, 0.62);
  background: var(--v3-black);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.v3-footer-grid {
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 68px;
}

.v3-wordmark--footer {
  width: 122px;
  margin-bottom: 24px;
  filter: none;
}

.v3-footer-brand p {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.65;
}

.v3-footer nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.v3-footer h2 {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Noli Mono", monospace;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-footer nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  transition: color 0.18s ease;
}

.v3-footer nav a:hover {
  color: var(--v3-white);
}

.v3-footer-legal {
  padding-top: 27px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v3-footer-legal p {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  line-height: 1.72;
  letter-spacing: 0.03em;
}

.v3-footer-legal span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.v3-catalog-hero {
  padding: 68px 0 62px;
  color: var(--v3-ink);
  background: transparent;
}

.v3-catalog-hero h1 {
  margin: 0;
  color: var(--v3-white);
  font-size: clamp(48px, 5.6vw, 76px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.v3-catalog-hero h1 em {
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
}

.v3-catalog-hero > .v3-shell > p:last-child {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.6;
}

.v3-catalog-controls {
  position: sticky;
  top: 82px;
  z-index: 60;
  padding: 14px 0;
  border-bottom: 1px solid var(--v3-line);
  background: rgba(245, 245, 242, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.v3-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v3-filter,
.v3-filter-search {
  min-height: 39px;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--v3-line-dark);
  border-radius: 999px;
  color: #5e5e59;
  background: var(--v3-white);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s var(--v3-ease);
}

.v3-filter:hover,
.v3-filter-search:hover {
  color: var(--v3-black);
  border-color: var(--v3-black);
  transform: translateY(-1px);
}

.v3-filter.is-active {
  color: var(--v3-white);
  background: var(--v3-black);
  border-color: var(--v3-black);
}

.v3-filter-search {
  margin-left: auto;
}

.v3-filter-search svg {
  width: 15px;
  height: 15px;
}

.v3-catalog-body {
  min-height: 700px;
  padding-top: 48px;
}

.v3-catalog-summary {
  margin: 0 0 20px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--v3-muted);
  font-size: 11px;
}

.v3-catalog-summary strong {
  color: var(--v3-black);
  font-size: 14px;
}

.v3-no-results {
  padding: 120px 20px;
  text-align: center;
}

.v3-no-results h2 {
  margin: 0 0 28px;
  color: var(--v3-black);
  font-size: 34px;
  letter-spacing: -0.04em;
}

.v3-crumbs {
  min-height: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-crumbs a {
  transition: color 0.18s ease;
}

.v3-crumbs a:hover {
  color: var(--v3-black);
}

.v3-crumbs span:not(:last-child) {
  color: #b2b2ac;
}

.v3-pdp-hero {
  padding: 18px 0 84px;
  background: var(--v3-surface);
  border-top: 1px solid var(--v3-line);
}

.v3-pdp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  align-items: start;
  gap: 68px;
}

.v3-pdp-media {
  position: sticky;
  top: 118px;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 232, 228, 0.84)),
    var(--v3-paper-deep);
  box-shadow: var(--v3-shadow);
}

.v3-pdp-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  transform: none;
}

.v3-stock-chip--pdp {
  top: 22px;
  left: 22px;
}

.v3-pdp-vial-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 17px 19px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3px 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.v3-pdp-vial-label small {
  grid-column: 1 / -1;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.v3-pdp-vial-label strong {
  color: var(--v3-black);
  font-size: 15px;
  letter-spacing: -0.02em;
}

.v3-pdp-vial-label span {
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 10px;
}

.v3-pdp-summary {
  padding: 42px 0 0;
}

.v3-pdp-summary > .v3-product-meta {
  margin-bottom: 18px;
  font-size: 9px;
}

.v3-pdp-summary h1 {
  margin: 0 0 13px;
  color: var(--v3-black);
  font-size: clamp(48px, 4.6vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.v3-pdp-code-line {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v3-pdp-code-line strong {
  color: var(--v3-black);
  font-weight: 500;
}

.v3-pdp-price {
  margin: 28px 0 16px;
  color: var(--v3-black);
  font-size: 34px;
  font-weight: 730;
  line-height: 1;
  letter-spacing: -0.045em;
}

.v3-pdp-description {
  max-width: 620px;
  margin: 0 0 31px;
  color: var(--v3-muted);
  font-size: 14px;
  line-height: 1.65;
}

.v3-pdp-option-group {
  padding: 23px;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius);
  background: var(--v3-white);
}

.v3-pdp-option-head {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.v3-pdp-option-head strong {
  color: var(--v3-black);
  font-size: 12px;
}

.v3-pdp-option-head span {
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v3-variant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 7px;
}

.v3-variant {
  min-width: 0;
  min-height: 63px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid var(--v3-line);
  border-radius: 999px;
  color: var(--v3-black);
  background: var(--v3-surface);
  cursor: pointer;
  transition:
    color 0.17s ease,
    background 0.17s ease,
    border-color 0.17s ease,
    transform 0.18s var(--v3-ease);
}

.v3-variant:hover {
  border-color: var(--v3-black);
  transform: translateY(-1px);
}

.v3-variant.is-active {
  color: var(--v3-white);
  background: var(--v3-black);
  border-color: var(--v3-black);
}

.v3-variant strong {
  font-size: 11px;
  line-height: 1;
}

.v3-variant span {
  color: var(--v3-muted);
  font-size: 9px;
  line-height: 1;
}

.v3-variant.is-active span {
  color: rgba(255, 255, 255, 0.62);
}

.v3-pdp-purchase {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 10px;
}

.v3-quantity {
  height: 54px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--v3-line-dark);
  border-radius: 999px;
  background: var(--v3-white);
}

.v3-quantity button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--v3-black);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.16s ease;
}

.v3-quantity button:hover {
  background: var(--v3-paper-deep);
}

.v3-quantity output {
  display: grid;
  place-items: center;
  color: var(--v3-black);
  font-family: "Noli Mono", monospace;
  font-size: 11px;
}

.v3-pdp-add {
  width: 100%;
}

.v3-pdp-promises {
  margin: 21px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
}

.v3-pdp-promises li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--v3-muted);
  font-size: 9px;
  line-height: 1.3;
}

.v3-pdp-promises li > span {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--v3-line);
  border-radius: 50%;
  color: var(--v3-black);
  background: var(--v3-white);
}

.v3-pdp-promises svg {
  width: 13px;
  height: 13px;
}

.v3-record-link {
  margin-top: 21px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius-sm);
  background: var(--v3-white);
  transition:
    border-color 0.18s ease,
    transform 0.2s var(--v3-ease);
}

.v3-record-link:hover {
  border-color: var(--v3-black);
  transform: translateY(-2px);
}

.v3-record-link > span:first-child {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--v3-white);
  background: var(--v3-black);
}

.v3-record-link > span:first-child svg {
  width: 17px;
  height: 17px;
}

.v3-record-link strong,
.v3-record-link small {
  display: block;
}

.v3-record-link strong {
  margin-bottom: 3px;
  color: var(--v3-black);
  font-size: 11px;
}

.v3-record-link small {
  color: var(--v3-muted);
  font-size: 9px;
}

.v3-record-link > svg {
  width: 16px;
  height: 16px;
}

.v3-pdp-detail {
  padding: 110px 0 124px;
  background: var(--v3-paper-deep);
}

.v3-detail-layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 760px);
  justify-content: center;
  gap: 62px;
}

.v3-detail-rail {
  position: sticky;
  top: 125px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.v3-detail-rail a {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--v3-muted);
  font-size: 11px;
  transition: color 0.18s ease;
}

.v3-detail-rail a:hover {
  color: var(--v3-black);
}

.v3-detail-rail span {
  color: #a5a59f;
  font-family: "Noli Mono", monospace;
  font-size: 8px;
}

.v3-detail-section {
  padding: 0 0 76px;
  scroll-margin-top: 120px;
}

.v3-detail-section + .v3-detail-section {
  padding-top: 76px;
  border-top: 1px solid var(--v3-line-dark);
}

.v3-detail-section > p:not(.v3-kicker) {
  margin: 27px 0 0;
  color: var(--v3-muted);
  font-size: 14px;
  line-height: 1.72;
}

.v3-detail-callout {
  margin-top: 26px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border: 1px solid var(--v3-line-dark);
  border-radius: var(--v3-radius-sm);
  background: rgba(255, 255, 255, 0.46);
}

.v3-detail-callout > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--v3-line-dark);
  border-radius: 50%;
}

.v3-detail-callout svg {
  width: 17px;
  height: 17px;
}

.v3-detail-callout p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 12px;
  line-height: 1.62;
}

.v3-detail-callout strong {
  color: var(--v3-black);
}

.v3-spec-table {
  margin: 31px 0 0;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius);
  background: var(--v3-white);
  box-shadow: var(--v3-shadow);
}

.v3-spec-table > div {
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 28px;
  border-bottom: 1px solid var(--v3-line);
}

.v3-spec-table > div:last-child {
  border-bottom: 0;
}

.v3-spec-table dt,
.v3-spec-table dd {
  margin: 0;
}

.v3-spec-table dt {
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-spec-table dd {
  color: var(--v3-ink);
  font-size: 11px;
}

.v3-sample-record {
  margin-top: 31px;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  overflow: hidden;
  border: 1px solid var(--v3-line-dark);
  border-radius: var(--v3-radius);
  background: var(--v3-white);
  box-shadow: var(--v3-shadow);
}

.v3-sample-record > div {
  padding: 27px;
}

.v3-sample-record--empty > div > h3 {
  max-width: 420px;
  margin: 0;
  color: var(--v3-black);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.v3-sample-record--empty > div > p:last-child {
  max-width: 440px;
  margin: 14px 0 0;
  color: var(--v3-muted);
  font-size: 12px;
  line-height: 1.62;
}

.v3-sample-flag.is-empty {
  color: var(--v3-muted);
}

.v3-sample-flag.is-empty > span {
  background: var(--v3-muted);
}

.v3-sample-flag {
  margin: 0 0 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v3-danger);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.v3-sample-flag > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v3-danger);
}

.v3-sample-record dl {
  margin: 0;
}

.v3-sample-record dl > div {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--v3-line);
}

.v3-sample-record dl > div:last-child {
  border-bottom: 0;
}

.v3-sample-record dt,
.v3-sample-record dd {
  margin: 0;
  font-size: 9px;
}

.v3-sample-record dt {
  color: var(--v3-muted);
}

.v3-sample-record dd {
  color: var(--v3-black);
  text-align: right;
}

.v3-sample-record aside {
  padding: 29px;
  color: var(--v3-ink);
  background: var(--v3-paper-deep);
}

.v3-sample-record aside h3 {
  margin: 0 0 13px;
  color: var(--v3-black);
  font-size: 21px;
  letter-spacing: -0.035em;
}

.v3-sample-record aside p {
  margin: 0 0 26px;
  color: var(--v3-muted);
  font-size: 11px;
  line-height: 1.62;
}

.v3-sample-record aside .v3-pill--light {
  color: var(--v3-white);
  background: var(--v3-black);
  border-color: var(--v3-black);
}

.v3-related {
  background: var(--v3-surface);
}

.v3-purchase-dock {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 75;
  padding: 10px 0;
  border-top: 1px solid var(--v3-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -24px 60px -42px rgba(0, 0, 0, 0.48);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateY(112%);
  visibility: hidden;
  transition:
    transform 0.42s var(--v3-ease),
    visibility 0s linear 0.42s;
}

.v3-purchase-dock.is-visible {
  transform: none;
  visibility: visible;
  transition:
    transform 0.42s var(--v3-ease),
    visibility 0s linear 0s;
}

.v3-dock-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.v3-dock-product {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.v3-dock-product > img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
  border: 1px solid var(--v3-line);
  border-radius: 50%;
  background: var(--v3-paper);
}

.v3-dock-product > span {
  min-width: 0;
}

.v3-dock-product strong,
.v3-dock-product small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-dock-product strong {
  color: var(--v3-black);
  font-size: 13px;
  letter-spacing: -0.02em;
}

.v3-dock-product small {
  margin-top: 4px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.v3-dock-variants {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.v3-dock-variants .v3-variant {
  min-width: 76px;
  min-height: 50px;
  padding: 8px 10px;
}

.v3-dock-variants .v3-variant strong {
  font-size: 10px;
}

.v3-dock-variants .v3-variant span {
  font-size: 8px;
}

.v3-dock-add {
  min-width: 170px;
}

.v3-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.47);
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: opacity 0.3s ease;
}

.v3-cart-open .v3-backdrop,
.v3-search-open .v3-backdrop,
.v3-menu-open .v3-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.v3-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 130;
  width: min(470px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--v3-white);
  box-shadow: -38px 0 90px -48px rgba(0, 0, 0, 0.7);
  transform: translateX(105%);
  visibility: hidden;
  transition:
    transform 0.43s var(--v3-ease),
    visibility 0s linear 0.43s;
}

.v3-cart-open .v3-cart-drawer {
  transform: none;
  visibility: visible;
  transition:
    transform 0.43s var(--v3-ease),
    visibility 0s linear 0s;
}

.v3-cart-drawer > header {
  min-height: 103px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--v3-line);
}

.v3-cart-drawer > header .v3-round {
  flex: 0 0 44px;
}

.v3-cart-drawer > header .v3-kicker {
  margin-bottom: 5px;
}

.v3-cart-drawer h2 {
  margin: 0;
  color: var(--v3-black);
  font-size: 26px;
  font-weight: 690;
  letter-spacing: -0.04em;
}

.v3-cart-heading-count {
  color: var(--v3-muted);
}

.v3-cart-body {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.v3-cart-line {
  position: relative;
  padding: 17px 22px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  border-bottom: 1px solid var(--v3-line);
}

.v3-cart-line > a {
  width: 84px;
  height: 95px;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: 13px;
  background: var(--v3-paper);
}

.v3-cart-line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
}

.v3-cart-line > div > p {
  margin: 4px 0 5px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.07em;
}

.v3-cart-line h3 {
  margin: 0 0 5px;
  color: var(--v3-black);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.v3-cart-line > div > span {
  color: var(--v3-muted);
  font-size: 10px;
}

.v3-cart-line > strong {
  padding-top: 5px;
  color: var(--v3-black);
  font-size: 12px;
}

.v3-cart-line-actions {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.v3-quantity.v3-quantity--small {
  width: 104px;
  height: 46px;
  grid-template-columns: 44px 16px 44px;
}

.v3-quantity--small button {
  min-width: 44px;
  min-height: 44px;
  font-size: 15px;
}

.v3-quantity--small output {
  font-size: 9px;
}

.v3-remove {
  min-width: 44px;
  min-height: 44px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--v3-muted);
  background: transparent;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.v3-cart-upsell {
  margin: 12px 22px 0;
  padding: 14px;
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: var(--v3-surface);
}

.v3-cart-upsell > p {
  margin: 0 0 10px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-cart-upsell-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 58px;
  gap: 10px;
  align-items: center;
}

.v3-cart-upsell-row > a {
  width: 56px;
  height: 64px;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: 9px;
  background: var(--v3-white);
}

.v3-cart-upsell-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v3-cart-upsell-row strong,
.v3-cart-upsell-row span {
  display: block;
}

.v3-cart-upsell-row strong {
  color: var(--v3-black);
  font-size: 11px;
  line-height: 1.3;
}

.v3-cart-upsell-row span {
  margin-top: 4px;
  color: var(--v3-muted);
  font-size: 9px;
  line-height: 1.4;
}

.v3-cart-upsell-row button {
  min-width: 58px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--v3-black);
  border-radius: 999px;
  color: var(--v3-white);
  background: var(--v3-black);
  font-family: inherit;
  font-size: 10px;
  font-weight: 650;
  cursor: pointer;
  transition:
    color 0.2s var(--v3-ease),
    background 0.2s var(--v3-ease);
}

.v3-cart-upsell-row button:hover {
  color: var(--v3-black);
  background: transparent;
}

.v3-cart-drawer > footer {
  padding: 19px 22px calc(20px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--v3-line);
  background: var(--v3-surface);
}

.v3-shipping-progress p {
  margin: 0 0 8px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.v3-shipping-progress > span {
  height: 5px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: var(--v3-paper-deep);
}

.v3-shipping-progress i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--v3-black);
  transition: width 0.35s var(--v3-ease);
}

.v3-cart-subtotal {
  margin: 18px 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--v3-black);
  font-size: 14px;
}

.v3-cart-subtotal strong {
  font-size: 18px;
  letter-spacing: -0.035em;
}

.v3-cart-note {
  margin: 0 0 15px;
  color: var(--v3-muted);
  font-size: 9px;
}

.v3-cart-checkout {
  width: 100%;
}

.v3-cart-page-link {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--v3-muted);
  background: transparent;
  font-family: inherit;
  font-size: 9px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.v3-cart-empty {
  min-height: 100%;
  padding: 70px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.v3-cart-empty > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid var(--v3-line-dark);
  border-radius: 50%;
}

.v3-cart-empty > span svg {
  width: 24px;
  height: 24px;
}

.v3-cart-empty h3 {
  margin: 22px 0 8px;
  color: var(--v3-black);
  font-size: 25px;
  letter-spacing: -0.04em;
}

.v3-cart-empty p {
  max-width: 290px;
  margin: 0 0 24px;
  color: var(--v3-muted);
  font-size: 11px;
  line-height: 1.55;
}

.v3-search-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 135;
  width: min(680px, calc(100vw - 32px));
  max-height: min(730px, calc(100dvh - 42px));
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius-lg);
  background: var(--v3-white);
  box-shadow: 0 50px 110px -40px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translate(-50%, -47%) scale(0.97);
  visibility: hidden;
  transition:
    opacity 0.26s ease,
    transform 0.32s var(--v3-ease),
    visibility 0s linear 0.32s;
}

.v3-search-open .v3-search-panel {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  transition:
    opacity 0.26s ease,
    transform 0.32s var(--v3-ease),
    visibility 0s;
}

.v3-search-panel > header {
  padding: 22px 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.v3-search-panel > header .v3-kicker {
  margin-bottom: 4px;
}

.v3-search-panel h2 {
  margin: 0;
  color: var(--v3-black);
  font-size: 27px;
  letter-spacing: -0.04em;
}

.v3-search-field {
  height: 56px;
  margin: 0 24px 14px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--v3-line-dark);
  border-radius: 999px;
  background: var(--v3-surface);
}

.v3-search-field:focus-within {
  border-color: var(--v3-black);
}

.v3-search-field svg {
  width: 18px;
  height: 18px;
}

.v3-search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--v3-black);
  background: transparent;
  font-size: 16px;
}

.v3-search-field input::placeholder {
  color: var(--v3-muted);
}

.v3-search-results {
  max-height: 510px;
  padding: 0 14px 18px;
  overflow-y: auto;
}

.v3-search-suggestion {
  margin: 12px 12px 8px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-search-result {
  padding: 10px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 13px;
  border-radius: 14px;
  transition: background 0.16s ease;
}

.v3-search-result:hover {
  background: var(--v3-paper);
}

.v3-search-result img {
  width: 58px;
  height: 62px;
  object-fit: contain;
  border: 1px solid var(--v3-line);
  border-radius: 10px;
  background: var(--v3-paper);
  mix-blend-mode: normal;
}

.v3-search-result small,
.v3-search-result strong,
.v3-search-result em {
  display: block;
}

.v3-search-result small {
  margin-bottom: 3px;
  color: var(--v3-muted);
  font-family: "Noli Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v3-search-result strong {
  margin-bottom: 4px;
  color: var(--v3-black);
  font-size: 13px;
}

.v3-search-result em {
  color: var(--v3-muted);
  font-size: 9px;
  font-style: normal;
}

.v3-search-result > svg {
  width: 16px;
  height: 16px;
}

.v3-search-empty {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.v3-search-empty strong {
  color: var(--v3-black);
  font-size: 17px;
}

.v3-search-empty span {
  color: var(--v3-muted);
  font-size: 10px;
}

.v3-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 200;
  max-width: calc(100vw - 28px);
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--v3-white);
  background: rgba(10, 10, 10, 0.94);
  box-shadow: 0 20px 50px -26px rgba(0, 0, 0, 0.8);
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition:
    opacity 0.25s ease,
    transform 0.3s var(--v3-ease);
}

.v3-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.v3-not-found {
  min-height: 70vh;
  padding: 130px 0;
  display: grid;
  align-items: center;
  background: var(--v3-paper);
}

.v3-not-found .v3-shell {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.v3-not-found h1 {
  margin: 0;
  color: var(--v3-black);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.v3-not-found .v3-shell > p:not(.v3-kicker) {
  max-width: 590px;
  margin: 26px auto 30px;
  color: var(--v3-muted);
  font-size: 15px;
  line-height: 1.65;
}

.v3-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.24s var(--v3-ease),
    transform 0.24s var(--v3-ease);
}

.v3-reveal.is-in {
  opacity: 1;
  transform: none;
}

.v3-product-grid .v3-reveal:nth-child(2) {
  transition-delay: 20ms;
}

.v3-product-grid .v3-reveal:nth-child(3) {
  transition-delay: 40ms;
}

.v3-product-grid .v3-reveal:nth-child(4) {
  transition-delay: 60ms;
}

@media (max-width: 1180px) {
  :root {
    --v3-shell: min(100% - 44px, 1120px);
  }

  .v3-nav-links {
    gap: 20px;
  }

  .v3-hero-grid {
    grid-template-columns: 1fr 0.88fr;
  }

  .v3-hero-copy,
  .v3-hero-media {
    min-height: 610px;
  }

  .v3-hero h1 {
    font-size: clamp(48px, 5.8vw, 68px);
  }

  .v3-product-grid--four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v3-pdp-grid {
    gap: 42px;
  }

  .v3-dock-inner {
    grid-template-columns: 180px minmax(0, 1fr) auto;
  }

  .v3-dock-variants .v3-variant {
    min-width: 65px;
  }
}

@media (max-width: 900px) {
  :root {
    --v3-shell: min(100% - 36px, 760px);
  }

  .v3-demo span {
    max-width: 720px;
  }

  .v3-nav {
    height: 70px;
  }

  .v3-nav-links {
    display: none;
  }

  .v3-mobile-menu {
    display: inline-grid;
  }

  .v3-mobile-menu {
    justify-self: start;
  }

  .v3-mobile-utilities {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    justify-self: end;
  }

  .v3-mobile-search,
  .v3-mobile-cart {
    display: inline-grid;
  }

  .v3-mobile-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 132;
    width: min(390px, 92vw);
    height: 100dvh;
    padding: 30px 24px;
    display: block;
    color: var(--v3-white);
    background: var(--v3-black);
    box-shadow: 30px 0 80px -40px rgba(0, 0, 0, 0.8);
    transform: translateX(-105%);
    visibility: hidden;
    transition:
      transform 0.42s var(--v3-ease),
      visibility 0s linear 0.42s;
  }

  .v3-menu-open .v3-mobile-panel {
    transform: none;
    visibility: visible;
    transition:
      transform 0.42s var(--v3-ease),
      visibility 0s;
  }

  .v3-panel-close {
    margin: 0 0 68px auto;
    color: var(--v3-white);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.25);
  }

  .v3-mobile-panel .v3-kicker {
    color: rgba(255, 255, 255, 0.42);
  }

  .v3-mobile-panel nav {
    display: flex;
    flex-direction: column;
  }

  .v3-mobile-panel nav a {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: var(--v3-white);
    font-size: 22px;
    font-weight: 620;
    letter-spacing: -0.035em;
  }

  .v3-mobile-panel nav svg {
    width: 18px;
    height: 18px;
  }

  .v3-hero-grid {
    padding-block: 32px 64px;
    grid-template-columns: 1fr;
  }

  .v3-hero-copy {
    min-height: auto;
    padding: 34px 8px 22px;
  }

  .v3-hero-media {
    min-height: 590px;
  }

  .v3-hero-facts {
    margin-top: 38px;
  }

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

  .v3-proof-section > .v3-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .v3-proof-head {
    max-width: 680px;
  }

  .v3-proof-ledger article {
    grid-template-columns: 42px minmax(180px, 0.75fr) minmax(240px, 1fr);
  }

  .v3-closing-card {
    padding: 42px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .v3-footer-brand {
    grid-column: 1 / -1;
  }

  .v3-catalog-controls {
    top: 70px;
  }

  .v3-filter-row {
    overflow-x: auto;
    scrollbar-width: none;
    padding-right: 28px;
    -webkit-mask-image: linear-gradient(
      to right,
      #000 0,
      #000 calc(100% - 24px),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      #000 0,
      #000 calc(100% - 24px),
      transparent 100%
    );
  }

  .v3-filter-row::-webkit-scrollbar {
    display: none;
  }

  .v3-filter,
  .v3-filter-search {
    flex: 0 0 auto;
  }

  .v3-filter-search {
    margin-left: 0;
  }

  .v3-pdp-grid {
    grid-template-columns: 1fr;
  }

  .v3-pdp-media {
    position: relative;
    top: auto;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .v3-pdp-summary {
    padding-top: 0;
  }

  .v3-detail-layout {
    grid-template-columns: 1fr;
  }

  .v3-detail-rail {
    position: static;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    border-bottom: 1px solid var(--v3-line-dark);
  }

  .v3-detail-rail a {
    flex: 0 0 auto;
  }

  .v3-dock-inner {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .v3-dock-product {
    grid-column: 1;
    grid-row: 1;
  }

  .v3-dock-add {
    grid-column: 2;
    grid-row: 1;
  }

  .v3-dock-variants {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .v3-dock-variants::-webkit-scrollbar {
    display: none;
  }

  .v3-dock-variants .v3-variant {
    flex: 0 0 auto;
  }
}

@media (max-width: 620px) {
  :root {
    --v3-shell: calc(100% - 28px);
    --v3-radius: 17px;
    --v3-radius-lg: 23px;
  }

  html {
    scroll-padding-top: 94px;
  }

  .v3-demo {
    min-height: 38px;
    padding: 7px 13px;
    gap: 7px;
    font-size: 7.5px;
    letter-spacing: 0.025em;
  }

  .v3-demo strong {
    flex: 0 0 auto;
    letter-spacing: 0.08em;
  }

  .v3-header {
    top: 0;
  }

  .v3-nav {
    height: 65px;
  }

  .v3-wordmark {
    width: 88px;
  }

  .v3-round {
    width: 44px;
    height: 44px;
  }

  .v3-hero-grid {
    width: 100%;
    padding: 0 0 44px;
    gap: 0;
  }

  .v3-hero-copy {
    padding: 31px 20px 26px;
  }

  .v3-status-pill {
    margin-bottom: 22px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .v3-hero h1 {
    font-size: clamp(42px, 12.5vw, 57px);
    line-height: 0.96;
  }

  .v3-hero-lede {
    margin: 22px 0 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .v3-offer-card {
    min-height: 66px;
    margin-bottom: 18px;
  }

  .v3-offer-icon {
    width: 44px;
    height: 44px;
  }

  .v3-offer-card strong {
    font-size: 11px;
  }

  .v3-offer-card small {
    font-size: 9px;
  }

  .v3-hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .v3-hero-actions .v3-pill {
    width: 100%;
  }

  .v3-pill {
    min-height: 50px;
    padding: 13px 21px;
    font-size: 12px;
  }

  .v3-pill--small {
    min-height: 38px;
    padding: 10px 13px;
    font-size: 10px;
  }

  .v3-hero-facts {
    margin-top: 27px;
    padding-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }

  .v3-hero-media {
    min-height: 410px;
    margin: 0 14px;
    border-radius: 20px;
  }

  .v3-hero-stock {
    top: 14px;
    left: 14px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .v3-hero-media-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .v3-products-section,
  .v3-catalog-body,
  .v3-related {
    padding: 70px 0 78px;
  }

  .v3-section-head {
    margin-bottom: 24px;
    align-items: flex-start;
  }

  .v3-section-head h2,
  .v3-proof-head h2,
  .v3-closing h2,
  .v3-detail-section h2 {
    font-size: clamp(34px, 10.5vw, 45px);
  }

  .v3-section-head > .v3-pill {
    display: none;
  }

  .v3-product-grid {
    gap: 10px;
  }

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

  .v3-product-media {
    aspect-ratio: 4 / 5;
  }

  .v3-stock-chip {
    top: 8px;
    left: 8px;
    padding: 7px 8px;
    gap: 5px;
    font-size: 9px;
  }

  .v3-stock-chip > span {
    width: 5px;
    height: 5px;
  }

  .v3-media-code,
  .v3-media-amount {
    bottom: 8px;
    font-size: 9px;
  }

  .v3-media-code {
    right: 8px;
  }

  .v3-media-amount {
    left: 8px;
  }

  .v3-product-body {
    min-height: 214px;
    padding: 13px 11px 11px;
  }

  .v3-product-meta {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .v3-product-card h3 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .v3-product-format {
    min-height: 38px;
    font-size: 11px;
  }

  .v3-product-price {
    margin: 13px 0 10px;
  }

  .v3-product-price small {
    font-size: 10px;
  }

  .v3-product-price strong {
    font-size: 16px;
  }

  .v3-product-actions {
    grid-template-columns: auto 1fr;
    gap: 5px;
  }

  .v3-product-actions .v3-pill {
    min-height: 44px;
    padding: 10px 11px;
    font-size: 11px;
  }

  .v3-product-actions .v3-pill svg {
    display: none;
  }

  .v3-proof-section {
    padding: 82px 0 88px;
  }

  .v3-proof-head {
    margin-bottom: 0;
  }

  .v3-proof-head > p:last-child {
    margin-top: 20px;
    font-size: 13px;
  }

  .v3-proof-ledger article {
    padding: 24px 0;
    grid-template-columns: 34px 1fr;
    gap: 12px 15px;
  }

  .v3-proof-ledger h3 {
    font-size: 19px;
  }

  .v3-proof-ledger span {
    grid-column: 2;
    font-size: 12px;
  }

  .v3-closing {
    padding: 50px 0;
  }

  .v3-closing-card {
    min-height: 280px;
    padding: 29px 24px;
  }

  .v3-footer {
    padding-top: 60px;
  }

  .v3-footer-grid {
    padding-bottom: 48px;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 24px;
  }

  .v3-footer-brand {
    grid-column: 1 / -1;
  }

  .v3-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .v3-catalog-hero {
    padding: 48px 0 44px;
  }

  .v3-catalog-hero h1 {
    font-size: 48px;
  }

  .v3-catalog-hero > .v3-shell > p:last-child {
    margin-top: 20px;
    font-size: 13px;
  }

  .v3-catalog-controls {
    top: 65px;
    padding: 10px 0;
  }

  .v3-filter {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .v3-filter-search {
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
  }

  .v3-filter-search span {
    display: none;
  }

  .v3-catalog-body {
    padding-top: 28px;
  }

  .v3-crumbs {
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v3-pdp-hero {
    padding: 10px 0 66px;
  }

  .v3-pdp-grid {
    width: 100%;
    gap: 0;
  }

  .v3-pdp-media,
  .v3-pdp-summary {
    min-width: 0;
  }

  .v3-pdp-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .v3-stock-chip--pdp {
    top: 16px;
    left: 16px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .v3-pdp-vial-label {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 14px;
  }

  .v3-pdp-summary {
    padding: 34px 20px 0;
  }

  .v3-pdp-summary h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .v3-pdp-price {
    margin-top: 24px;
    font-size: 31px;
  }

  .v3-pdp-description {
    font-size: 13px;
  }

  .v3-pdp-option-group {
    padding: 17px;
  }

  .v3-pdp-option-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

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

  .v3-variant {
    min-height: 55px;
  }

  .v3-pdp-purchase {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .v3-quantity {
    height: 50px;
    grid-template-columns: 33px 1fr 33px;
  }

  .v3-pdp-promises {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .v3-pdp-promises li > span {
    width: 25px;
    height: 25px;
  }

  .v3-pdp-detail {
    padding: 74px 0 82px;
  }

  .v3-detail-layout {
    gap: 48px;
  }

  .v3-detail-rail {
    gap: 14px;
  }

  .v3-detail-section {
    padding-bottom: 57px;
  }

  .v3-detail-section + .v3-detail-section {
    padding-top: 57px;
  }

  .v3-spec-table > div {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 14px;
  }

  .v3-sample-record {
    grid-template-columns: 1fr;
  }

  .v3-sample-record > div,
  .v3-sample-record aside {
    padding: 22px;
  }

  .v3-purchase-dock {
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  }

  .v3-dock-inner {
    width: calc(100% - 20px);
  }

  .v3-dock-product > img {
    display: none;
  }

  .v3-dock-product strong {
    font-size: 12px;
  }

  .v3-dock-add {
    min-width: 142px;
    min-height: 44px;
    padding-inline: 15px;
  }

  .v3-dock-variants {
    gap: 5px;
  }

  .v3-dock-variants .v3-variant {
    min-width: 73px;
    min-height: 44px;
    padding: 6px 9px;
  }

  .v3-cart-line {
    padding-inline: 14px;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .v3-cart-line > a {
    width: 70px;
    height: 84px;
  }

  .v3-cart-upsell {
    margin-inline: 14px;
    padding: 12px;
  }

  .v3-cart-upsell-row {
    grid-template-columns: 48px minmax(0, 1fr) 52px;
    gap: 8px;
  }

  .v3-cart-upsell-row > a {
    width: 48px;
    height: 56px;
  }

  .v3-cart-upsell-row button {
    min-width: 52px;
    padding-inline: 9px;
  }

  .v3-search-panel {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88dvh;
    border-radius: 24px 24px 0 0;
    transform: translateY(105%);
  }

  .v3-search-open .v3-search-panel {
    transform: none;
  }

  .v3-toast {
    bottom: calc(16px + env(safe-area-inset-bottom));
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .v3-dock-variants {
    display: flex;
    overflow-x: auto;
  }

  .v3-dock-variants .v3-variant {
    min-width: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

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

/* Production storefront refinement */

:root {
  --v3-black: #0a0a09;
  --v3-black-soft: #151514;
  --v3-ink: #161615;
  --v3-white: #ffffff;
  --v3-paper: #ffffff;
  --v3-paper-deep: #e9ebe8;
  --v3-surface: #ffffff;
  --v3-band: #f4f5f3;
  --v3-line: #dedfdb;
  --v3-line-dark: #bfc2bc;
  --v3-muted: #686a65;
  --v3-green: #218048;
  --v3-green-soft: #eef7f0;
  --v3-radius-sm: 10px;
  --v3-radius: 14px;
  --v3-radius-lg: 18px;
  --v3-shell: min(1280px, calc(100vw - 64px));
  --v3-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --v3-shadow: none;
  --v3-shadow-hover: 0 20px 45px -38px rgba(0, 0, 0, 0.3);
}

body,
.v3-hero,
.v3-pdp-hero,
.v3-related {
  background: var(--v3-white);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--v3-green);
  outline-offset: 3px;
}

.v3-header {
  background: var(--v3-white);
  border-bottom-color: rgba(222, 223, 219, 0.95);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.v3-nav {
  height: 76px;
}

.v3-nav-links a {
  font-family: "Noli Inter", Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.v3-wordmark img {
  filter: none;
}

.v3-pill {
  box-shadow: none;
}

.v3-pill:hover,
.v3-product-card:hover {
  transform: translateY(-2px);
}

.v3-pill:active,
.v3-product-card:active {
  transform: none;
}

.v3-action-compact,
.v3-hero-testing-mobile {
  display: none;
}

.v3-offer-card--mobile {
  display: none;
}

.v3-hero {
  background: var(--v3-white);
}

.v3-hero::after,
.v3-proof-section::before,
.v3-proof-section::after {
  display: none;
}

.v3-hero-grid {
  padding-block: 30px 54px;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: 48px;
}

.v3-hero-copy {
  min-height: 570px;
  padding: 42px 0 0;
}

.v3-status-pill {
  margin-bottom: 24px;
  background: var(--v3-white);
}

.v3-hero h1 {
  max-width: 720px;
  font-size: clamp(58px, 5.2vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.v3-hero h1 em {
  color: #70716d;
}

.v3-hero-lede {
  max-width: 590px;
  margin: 25px 0 27px;
  font-size: 17px;
}

.v3-hero-facts {
  margin-top: auto;
}

.v3-hero-media {
  position: relative;
  min-height: 0;
  height: 570px;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 50px;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius-lg);
  background: var(--v3-white);
  box-shadow: none;
}

.v3-hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  transform: none;
}

.v3-hero-media:hover > img {
  transform: none;
}

.v3-hero-media figcaption {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--v3-line);
  color: var(--v3-muted);
  background: var(--v3-white);
  font-size: 11px;
}

.v3-hero-media figcaption strong {
  color: var(--v3-black);
  font-size: 12px;
}

.v3-products-section,
.v3-catalog-body,
.v3-pdp-detail {
  background: var(--v3-band);
}

.v3-products-section,
.v3-catalog-body,
.v3-related {
  padding: 82px 0 92px;
}

.v3-section-head {
  margin-bottom: 28px;
}

.v3-product-grid {
  gap: 16px;
}

.v3-product-card {
  border-radius: var(--v3-radius);
  box-shadow: none;
}

.v3-product-media {
  aspect-ratio: 4 / 5;
  background: var(--v3-white);
}

.v3-product-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  transform: none;
}

.v3-product-card:hover .v3-product-media > img {
  transform: none;
}

.v3-product-body {
  min-height: 220px;
  padding: 18px;
}

.v3-product-format {
  min-height: 32px;
}

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

.v3-product-actions .v3-pill {
  width: 100%;
  min-width: 0;
}

.v3-proof-section {
  padding: 104px 0 112px;
}

.v3-proof-section > .v3-shell {
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.2fr);
  gap: 80px;
}

.v3-wordmark--footer {
  width: 142px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}

.v3-catalog-hero {
  padding: 52px 0 50px;
  background: transparent;
}

.v3-catalog-hero h1 {
  max-width: 900px;
  font-size: clamp(48px, 5vw, 68px);
}

.v3-catalog-controls {
  top: 76px;
  background: var(--v3-white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.v3-catalog-body {
  padding-top: 42px;
}

.v3-no-results > p:not(.v3-kicker) {
  margin: -12px 0 26px;
  color: var(--v3-muted);
  font-size: 14px;
}

.v3-pdp-hero {
  border-top-color: var(--v3-line);
}

.v3-pdp-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: 58px;
}

.v3-pdp-mobile-intro {
  display: none;
}

.v3-pdp-media {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--v3-radius-lg);
  background: var(--v3-white);
  box-shadow: none;
}

.v3-pdp-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  transform: none;
}

.v3-pdp-vial-label {
  display: none;
}

.v3-pdp-summary {
  padding-top: 30px;
}

.v3-pdp-summary h1,
.v3-pdp-mobile-intro h1 {
  margin: 0 0 13px;
  color: var(--v3-black);
  font-size: clamp(46px, 4.3vw, 64px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.v3-pdp-option-group,
.v3-record-link {
  border-radius: var(--v3-radius);
}

.v3-pdp-option-head span {
  text-align: right;
}

.v3-purchase-dock {
  background: var(--v3-white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.v3-dock-product > img,
.v3-cart-line > a,
.v3-search-result > img {
  border-radius: 10px;
  background: var(--v3-white);
}

.v3-shipping-progress > span {
  display: block;
}

.v3-shipping-progress p {
  margin-bottom: 8px;
}

.v3-reveal {
  transform: translateY(16px);
}

@media (max-width: 1180px) {
  :root {
    --v3-shell: min(100% - 44px, 1120px);
  }

  .v3-hero-grid {
    gap: 32px;
  }

  .v3-hero-copy,
  .v3-hero-media {
    min-height: 0;
    height: 540px;
  }

  .v3-proof-section > .v3-shell {
    gap: 52px;
  }
}

@media (max-width: 900px) {
  :root {
    --v3-shell: min(100% - 36px, 760px);
  }

  .v3-nav {
    height: 65px;
  }

  .v3-mobile-panel nav a,
  .v3-mobile-panel nav button {
    font-family: "Noli Inter", Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .v3-mobile-search {
    display: none;
  }

  .v3-mobile-panel nav button {
    width: 100%;
    min-height: 54px;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: var(--v3-white);
    background: transparent;
    cursor: pointer;
  }

  .v3-mobile-panel nav button svg {
    width: 18px;
    height: 18px;
  }

  .v3-hero-grid {
    padding-block: 24px 48px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v3-hero-copy {
    height: auto;
    min-height: 0;
    padding: 24px 8px 0;
  }

  .v3-hero-media {
    width: min(100%, 620px);
    height: 500px;
    margin-inline: auto;
  }

  .v3-products-section,
  .v3-catalog-body,
  .v3-related {
    padding: 72px 0 80px;
  }

  .v3-proof-section > .v3-shell {
    grid-template-columns: 1fr;
  }

  .v3-catalog-controls {
    top: 65px;
  }

  .v3-pdp-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .v3-pdp-mobile-intro {
    padding: 24px 0 22px;
    display: block;
  }

  .v3-pdp-summary-heading {
    display: none;
  }

  .v3-pdp-media {
    position: relative;
    top: auto;
    width: min(100%, 680px);
    height: auto;
    aspect-ratio: 4 / 5;
    margin-inline: auto;
  }

  .v3-pdp-summary {
    padding-top: 34px;
    display: flex;
    flex-direction: column;
  }

  .v3-pdp-summary .v3-pdp-option-group {
    order: 1;
  }

  .v3-pdp-summary .v3-pdp-purchase {
    order: 2;
  }

  .v3-pdp-summary .v3-pdp-promises {
    order: 3;
  }

  .v3-pdp-summary [data-record-link-wrap] {
    order: 4;
  }

  .v3-pdp-summary .v3-pdp-description {
    order: 5;
    margin-top: 28px;
  }
}

@media (max-width: 620px) {
  :root {
    --v3-shell: calc(100% - 28px);
  }

  .v3-demo {
    min-height: 38px;
    font-size: 9px;
    line-height: 1.35;
  }

  .v3-demo span {
    overflow: visible;
    display: block;
    -webkit-line-clamp: initial;
  }

  .v3-nav {
    height: 65px;
  }

  .v3-hero-grid {
    --v3-mobile-hero-image: clamp(126px, 37vw, 190px);
    width: 100%;
    position: relative;
    padding: 0 0 30px;
    display: block;
  }

  .v3-hero-copy {
    padding: 24px 20px 8px;
  }

  .v3-status-pill {
    order: 1;
    margin-bottom: 14px;
    font-size: 9px;
  }

  .v3-hero h1 {
    width: calc(100% - var(--v3-mobile-hero-image) - 10px);
    min-height: clamp(158px, 46.25vw, 238px);
    order: 2;
    font-size: clamp(31px, 8.5vw, 36px);
    line-height: 1.01;
    letter-spacing: -0.052em;
  }

  .v3-hero-lede {
    width: 100%;
    max-width: none;
    order: 3;
    margin: 18px 0 16px;
    font-size: 16px;
    line-height: 1.48;
  }

  .v3-offer-card--mobile {
    width: 100%;
    min-height: 64px;
    order: 4;
    margin: 0 0 14px;
    padding: 9px 12px 9px 9px;
    display: flex;
    border-radius: 12px;
  }

  .v3-offer-card--mobile .v3-offer-icon {
    width: 44px;
    height: 44px;
  }

  .v3-offer-card--mobile strong {
    font-size: 11px;
  }

  .v3-offer-card--mobile small {
    font-size: 9px;
  }

  .v3-hero-actions {
    width: 100%;
    order: 6;
  }

  .v3-hero-actions .v3-pill {
    width: 100%;
  }

  .v3-hero-testing-desktop {
    display: none;
  }

  .v3-hero-facts {
    width: 100%;
    order: 5;
    margin: 0 0 16px;
    padding: 13px 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    border-top: 1px solid var(--v3-line);
    border-bottom: 1px solid var(--v3-line);
  }

  .v3-hero-facts > div {
    padding-right: 6px;
  }

  .v3-hero-facts dt {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .v3-hero-facts dd {
    font-size: 8px;
    line-height: 1.25;
  }

  .v3-hero-testing-mobile {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--v3-black);
    font-family: "Noli Inter", Inter, sans-serif;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .v3-hero-testing-mobile svg {
    width: 14px;
    height: 14px;
  }

  .v3-hero-media {
    position: absolute;
    top: 66px;
    right: 14px;
    z-index: 2;
    width: var(--v3-mobile-hero-image);
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0;
    display: block;
    border-radius: 14px;
  }

  .v3-hero-media > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .v3-hero-stock,
  .v3-hero-media figcaption {
    display: none;
  }

  .v3-products-section,
  .v3-catalog-body,
  .v3-related {
    padding: 52px 0 62px;
  }

  .v3-products-section {
    padding-top: 28px;
  }

  .v3-products-section > .v3-shell,
  .v3-catalog-body > .v3-shell,
  .v3-related > .v3-shell {
    width: calc(100% - 32px);
  }

  .v3-products-section .v3-section-head {
    min-height: 44px;
    margin-bottom: 14px;
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .v3-products-section .v3-kicker {
    display: none;
  }

  .v3-products-section .v3-section-head h2 {
    font-size: clamp(25px, 7.2vw, 29px);
  }

  .v3-products-section .v3-section-head > .v3-pill {
    width: auto;
    min-height: 44px;
    padding: 10px 13px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 10px;
  }

  .v3-section-head {
    margin-bottom: 22px;
  }

  .v3-section-head h2,
  .v3-proof-head h2,
  .v3-detail-section h2 {
    font-size: clamp(32px, 9.5vw, 41px);
  }

  .v3-product-grid {
    gap: 12px;
  }

  .v3-product-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .v3-product-body {
    min-height: 118px;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: minmax(34px, auto) 1fr auto;
    gap: 0 6px;
  }

  .v3-product-meta,
  .v3-product-format {
    display: none;
  }

  .v3-product-card h3 {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.08;
  }

  .v3-product-price {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
    margin: 0;
    gap: 4px;
  }

  .v3-product-price small {
    font-size: 8px;
  }

  .v3-product-price strong {
    font-size: 16px;
  }

  .v3-product-actions {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    margin: 0;
    display: block;
  }

  .v3-action-wide {
    display: none;
  }

  .v3-action-compact {
    display: inline;
  }

  .v3-product-actions .v3-pill {
    width: auto;
    min-width: 50px;
    min-height: 44px;
    padding: 10px 11px;
    font-size: 11px;
  }

  .v3-product-actions .v3-pill svg {
    display: none;
  }

  .v3-proof-section {
    padding: 72px 0 78px;
  }

  .v3-catalog-hero {
    padding: 44px 0 42px;
  }

  .v3-catalog-hero h1 {
    font-size: 45px;
  }

  .v3-catalog-controls {
    top: 65px;
  }

  .v3-pdp-hero {
    padding: 0 0 52px;
  }

  .v3-pdp-mobile-intro {
    order: 2;
    padding: 18px 20px 16px;
  }

  .v3-pdp-mobile-intro h1 {
    margin-bottom: 9px;
    font-size: clamp(37px, 10.8vw, 45px);
    line-height: 0.98;
  }

  .v3-pdp-media {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 0;
  }

  .v3-stock-chip--pdp {
    top: 12px;
    left: 12px;
  }

  .v3-pdp-mobile-intro > .v3-product-meta {
    margin-bottom: 7px;
    display: block;
    font-size: 8px;
  }

  .v3-pdp-mobile-intro .v3-pdp-code-line {
    font-size: 8px;
  }

  .v3-pdp-mobile-intro .v3-pdp-price {
    margin: 13px 0 0;
    font-size: 28px;
  }

  .v3-pdp-summary {
    order: 3;
    padding: 22px 20px 0;
  }

  .v3-pdp-description {
    font-size: 16px;
    line-height: 1.55;
  }

  .v3-pdp-option-group {
    padding: 14px;
  }

  .v3-pdp-option-head {
    margin-bottom: 10px;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .v3-pdp-summary .v3-variant-grid {
    padding-bottom: 2px;
    display: flex;
    gap: 7px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .v3-pdp-summary .v3-variant-grid::-webkit-scrollbar {
    display: none;
  }

  .v3-pdp-summary .v3-variant {
    min-width: 90px;
    min-height: 54px;
    flex: 0 0 90px;
  }

  .v3-pdp-purchase {
    margin-top: 10px;
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .v3-quantity {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .v3-pdp-promises {
    margin-top: 16px;
  }

  .v3-record-link {
    margin-top: 16px;
  }

  .v3-pdp-option-head span {
    max-width: 132px;
    font-size: 7px;
    text-align: left;
  }

  .v3-pdp-summary .v3-pdp-description {
    margin-top: 22px;
  }

  .v3-purchase-dock {
    padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
  }

  .v3-dock-inner {
    width: calc(100% - 16px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 132px;
    grid-template-rows: 44px 44px;
    gap: 6px 8px;
  }

  .v3-dock-product {
    grid-column: 1;
    grid-row: 1;
  }

  .v3-dock-product strong {
    font-size: 11px;
  }

  .v3-dock-product small {
    margin-top: 2px;
    font-size: 7px;
  }

  .v3-dock-add {
    min-width: 132px;
    min-height: 44px;
    grid-column: 2;
    grid-row: 1;
    padding-inline: 12px;
  }

  .v3-dock-variants {
    width: 100%;
    padding-right: 10px;
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .v3-dock-variants::-webkit-scrollbar {
    display: none;
  }

  .v3-dock-variants .v3-variant {
    min-width: 70px;
    min-height: 44px;
    padding: 6px 8px;
    flex: 0 0 70px;
  }
}

@media (max-width: 420px) {
  .v3-action-wide {
    display: none;
  }

  .v3-action-compact {
    display: inline;
  }

  .v3-product-actions .v3-pill svg {
    display: none;
  }
}

@media (max-width: 350px) {
  .v3-product-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .v3-product-body {
    min-height: 122px;
  }

  .v3-product-price small {
    display: none;
  }

  .v3-product-price strong {
    font-size: 15px;
  }

  .v3-product-actions .v3-pill {
    min-width: 50px;
    padding-inline: 8px;
    font-size: 10px;
  }
}

/* Homepage conversion and responsive refinement */

.v3-nav-links a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.065em;
}

.v3-pill:focus-visible,
.v3-round:focus-visible {
  outline-color: #9a7b47;
}

body[data-v3-page="home"] .v3-hero-grid {
  padding-block: 32px 56px;
  gap: 48px;
}

body[data-v3-page="home"] .v3-hero-copy {
  min-height: 540px;
  padding-top: 36px;
}

body[data-v3-page="home"] .v3-hero h1 em {
  color: #535550;
  font-weight: 690;
}

body[data-v3-page="home"] .v3-status-detail {
  font-weight: inherit;
}

body[data-v3-page="home"] .v3-hero-lede {
  margin: 24px 0 25px;
}

body[data-v3-page="home"] .v3-hero-actions {
  gap: 10px;
}

body[data-v3-page="home"] .v3-hero-actions .v3-pill {
  min-height: 52px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
}

body[data-v3-page="home"] .v3-hero-facts {
  padding-top: 24px;
}

body[data-v3-page="home"] .v3-hero-media {
  height: 540px;
  background: #fff;
}

body[data-v3-page="home"] .v3-products-section {
  padding: 80px 0 96px;
}

body[data-v3-page="home"] .v3-section-head {
  margin-bottom: 32px;
}

body[data-v3-page="home"] .v3-section-head > .v3-pill {
  min-height: 46px;
  padding: 12px 18px;
  font-size: 12px;
}

body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-media {
  aspect-ratio: 4 / 5;
  background: #fff;
}

body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-body {
  min-height: 190px;
  padding: 18px;
}

body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-format {
  display: none;
}

body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-price {
  margin: 18px 0 12px;
}

body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-actions {
  grid-template-columns: 1fr;
}

body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
  .v3-product-actions
  .v3-pill {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 680;
}

body[data-v3-page="home"] .v3-proof-action {
  width: fit-content;
  min-height: 48px;
  margin-top: 30px;
  font-size: 13px;
}

body[data-v3-page="home"] .v3-wordmark--footer {
  width: 126px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}

@media (min-width: 621px) and (max-width: 900px) {
  body[data-v3-page="home"] .v3-hero-grid {
    padding-block: 34px 52px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    align-items: center;
    gap: 30px;
  }

  body[data-v3-page="home"] .v3-hero-copy {
    height: auto;
    min-height: 470px;
    padding: 22px 0 0;
  }

  body[data-v3-page="home"] .v3-hero h1 {
    font-size: clamp(48px, 6.9vw, 58px);
  }

  body[data-v3-page="home"] .v3-hero-lede {
    margin: 21px 0 22px;
    font-size: 15px;
    line-height: 1.52;
  }

  body[data-v3-page="home"] .v3-hero-actions .v3-pill {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 13px;
  }

  body[data-v3-page="home"] .v3-hero-facts {
    margin-top: auto;
    padding-top: 20px;
    gap: 8px;
  }

  body[data-v3-page="home"] .v3-hero-facts > div {
    padding-right: 4px;
  }

  body[data-v3-page="home"] .v3-hero-media {
    width: 100%;
    height: 470px;
    margin: 0;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-body {
    min-height: 168px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    :is(.v3-product-grid--three, .v3-product-grid--four) {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }

  .v3-filter,
  .v3-filter-search {
    min-height: 44px;
  }

  body[data-v3-page="home"] .v3-products-section {
    padding: 68px 0 80px;
  }
}

@media (max-width: 620px) {
  body[data-v3-page="home"] .v3-hero-grid {
    --v3-mobile-hero-image: clamp(132px, 38vw, 200px);
    padding-bottom: 34px;
  }

  body[data-v3-page="home"] .v3-hero-copy {
    padding: 24px 20px 12px;
  }

  body[data-v3-page="home"] .v3-status-pill {
    margin-bottom: 13px;
  }

  body[data-v3-page="home"] .v3-status-detail {
    display: none;
  }

  body[data-v3-page="home"] .v3-hero h1 {
    width: calc(100% - var(--v3-mobile-hero-image) - 12px);
    min-height: clamp(124px, calc(47.5vw - 34px), 216px);
    font-size: clamp(31px, 8.4vw, 34px);
    line-height: 1;
  }

  body[data-v3-page="home"] .v3-hero-lede {
    order: 3;
    margin: 16px 0 18px;
    font-size: 15px;
    line-height: 1.48;
  }

  body[data-v3-page="home"] .v3-hero-actions {
    order: 4;
    flex-direction: column;
    gap: 8px;
  }

  body[data-v3-page="home"] .v3-hero-actions .v3-pill {
    min-height: 50px;
    padding: 13px 20px;
    font-size: 14px;
  }

  body[data-v3-page="home"] .v3-hero-testing-desktop {
    display: none;
  }

  body[data-v3-page="home"] .v3-hero-testing-mobile {
    min-height: 48px;
    width: 100%;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--v3-line-dark);
    border-radius: 999px;
    color: var(--v3-black);
    background: var(--v3-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  body[data-v3-page="home"] .v3-offer-card--mobile {
    min-height: 56px;
    order: 5;
    margin: 12px 0 0;
    padding: 7px 10px 7px 7px;
    border-radius: 12px;
    background: #f8f8f6;
    box-shadow: none;
  }

  body[data-v3-page="home"] .v3-offer-card--mobile .v3-offer-icon {
    width: 40px;
    height: 40px;
  }

  body[data-v3-page="home"] .v3-offer-card--mobile strong {
    font-size: 11px;
  }

  body[data-v3-page="home"] .v3-offer-card--mobile small {
    font-size: 9px;
  }

  body[data-v3-page="home"] .v3-hero-facts {
    order: 6;
    margin: 14px 0 0;
    padding: 12px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-bottom: 0;
  }

  body[data-v3-page="home"] .v3-hero-facts > div:nth-child(-n + 2) {
    display: none;
  }

  body[data-v3-page="home"] .v3-hero-facts dt {
    font-size: 10px;
  }

  body[data-v3-page="home"] .v3-hero-facts dd {
    font-size: 9px;
  }

  body[data-v3-page="home"] .v3-hero-media {
    top: 64px;
    right: 20px;
    width: var(--v3-mobile-hero-image);
    height: auto;
    overflow: hidden;
    border: 1px solid var(--v3-line);
    border-radius: 14px;
    background: #fff;
  }

  body[data-v3-page="home"] .v3-hero-media > img {
    mix-blend-mode: normal;
  }

  body[data-v3-page="home"] .v3-products-section {
    padding: 48px 0 64px;
  }

  body[data-v3-page="home"] .v3-products-section > .v3-shell {
    width: calc(100% - 32px);
  }

  body[data-v3-page="home"] .v3-products-section .v3-section-head {
    margin-bottom: 18px;
  }

  body[data-v3-page="home"] .v3-products-section .v3-section-head > .v3-pill {
    min-height: 44px;
    font-size: 10px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-grid {
    gap: clamp(10px, 3.1vw, 16px);
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-card {
    border-radius: 14px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-body {
    min-height: 108px;
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: minmax(34px, auto) minmax(8px, 1fr) 44px;
    column-gap: 8px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-card
    h3 {
    min-height: 34px;
    margin: 0;
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 15px;
    line-height: 1.08;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-price {
    margin: 0;
    grid-column: 1;
    grid-row: 3;
    align-self: center;
    min-width: 0;
    gap: 1px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-price
    small {
    font-size: 8px;
    line-height: 1;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-price
    strong {
    font-size: 17px;
    line-height: 1;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions {
    width: auto;
    margin: 0;
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    display: block;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-action-wide {
    display: none;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-action-compact {
    display: inline;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill {
    width: 76px;
    min-width: 76px;
    min-height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 0;
    font-size: 13px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    svg {
    display: none;
  }

  body[data-v3-page="home"] .v3-proof-section {
    padding: 60px 0 66px;
  }

  body[data-v3-page="home"] .v3-proof-section > .v3-shell {
    gap: 34px;
  }

  body[data-v3-page="home"] .v3-proof-head > p:last-child {
    margin-top: 18px;
  }

  body[data-v3-page="home"] .v3-proof-ledger article {
    padding: 20px 0;
  }

  body[data-v3-page="home"] .v3-proof-action {
    width: 100%;
    min-height: 48px;
    margin-top: 26px;
  }

  body[data-v3-page="home"] .v3-footer {
    padding: 56px 0 30px;
  }

  body[data-v3-page="home"] .v3-footer-grid {
    padding-bottom: 36px;
    gap: 32px 22px;
  }

  body[data-v3-page="home"] .v3-wordmark--footer {
    margin-bottom: 18px;
  }

  body[data-v3-page="home"] .v3-footer-legal {
    padding-top: 22px;
    gap: 16px;
  }
}

@media (max-width: 350px) {
  body[data-v3-page="home"] .v3-hero-grid {
    --v3-mobile-hero-image: 126px;
  }

  body[data-v3-page="home"] .v3-hero-copy {
    padding-inline: 12px;
  }

  body[data-v3-page="home"] .v3-hero-media {
    right: 12px;
  }

  body[data-v3-page="home"] .v3-products-section > .v3-shell {
    width: calc(100% - 24px);
  }

  body[data-v3-page="catalog"] .v3-catalog-body > .v3-shell {
    width: calc(100% - 24px);
  }

  body[data-v3-page="product"] .v3-related > .v3-shell {
    width: calc(100% - 24px);
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-grid {
    gap: 10px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"]) .v3-product-body {
    min-height: 104px;
    padding: 10px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    a
    .v3-action-wide {
    display: none;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    a
    .v3-action-compact {
    display: inline;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    button
    .v3-action-wide {
    display: inline;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    button
    .v3-action-compact {
    display: none;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 10px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    svg {
    display: none;
  }
}

@media (max-width: 380px) {
  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    .v3-action-wide,
  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    .v3-action-compact {
    display: none;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill {
    width: 44px;
    min-width: 44px;
    padding: 0;
    display: inline-grid;
    place-items: center;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    svg {
    width: 14px;
    height: 14px;
    display: block;
  }
}

/* Revision L physical-ink white-infinity studio-media contract */

.v3-media-render {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

img.v3-media-render {
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
  box-shadow: none;
  transform: scale(var(--v3-media-scale, 1));
  transform-origin: center;
  transition: none;
}

.v3-product-card:hover img.v3-media-render,
.v3-hero-media:hover img.v3-media-render {
  transform: scale(var(--v3-media-scale, 1));
}

img.v3-media-render--card,
img.v3-media-render--hero,
img.v3-media-render--pdp {
  --v3-media-scale: 1.08;
}

.v3-hero-media {
  overflow: hidden;
  background: #fefefe;
}

.v3-product-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #fefefe;
}

.v3-product-media::after {
  display: none;
}

.v3-media-slot {
  display: block;
}

.v3-media-slot--pdp {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v3-pdp-media {
  aspect-ratio: 4 / 5;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fefefe;
  box-shadow: none;
}

.v3-dock-media,
.v3-search-result-media,
.v3-cart-line > a,
.v3-cart-upsell-row > a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  background: var(--v3-white);
}

.v3-dock-media {
  width: 42px;
  aspect-ratio: 4 / 5;
  flex: 0 0 auto;
  border-radius: 8px;
}

.v3-cart-line > a {
  width: 84px;
  height: auto;
  aspect-ratio: 4 / 5;
}

.v3-cart-upsell-row > a {
  width: 56px;
  height: auto;
  aspect-ratio: 4 / 5;
}

.v3-search-result {
  grid-template-columns: 58px 1fr auto;
}

.v3-search-result-media {
  width: 58px;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
}

.v3-neutral-media {
  padding: clamp(10px, 8%, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--v3-black);
  background: #f7f6f2;
  text-align: center;
}

.v3-neutral-brand,
.v3-neutral-name,
.v3-neutral-amount,
.v3-neutral-pending {
  display: block;
}

.v3-neutral-brand {
  font-family: "Noli Mono", monospace;
  font-size: clamp(8px, 2.4vw, 13px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.v3-neutral-name {
  max-width: 12ch;
  margin-top: clamp(8px, 5%, 18px);
  font-size: clamp(15px, 4vw, 32px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.v3-neutral-amount {
  margin-top: clamp(7px, 4%, 15px);
  font-family: "Noli Mono", monospace;
  font-size: clamp(10px, 2.5vw, 15px);
  letter-spacing: 0.04em;
}

.v3-neutral-pending {
  width: min(100%, 170px);
  margin-top: clamp(14px, 8%, 28px);
  padding-top: clamp(9px, 5%, 16px);
  border-top: 1px solid var(--v3-line-dark);
  color: var(--v3-muted);
  font-size: clamp(8px, 2vw, 11px);
  line-height: 1.35;
}

.v3-media-render--dock.v3-neutral-media,
.v3-media-render--cart.v3-neutral-media,
.v3-media-render--upsell.v3-neutral-media,
.v3-media-render--search.v3-neutral-media {
  padding: 4px 3px;
}

.v3-media-render--dock .v3-neutral-brand,
.v3-media-render--cart .v3-neutral-brand,
.v3-media-render--upsell .v3-neutral-brand,
.v3-media-render--search .v3-neutral-brand {
  font-size: 5px;
  letter-spacing: 0.08em;
}

.v3-media-render--dock .v3-neutral-name,
.v3-media-render--cart .v3-neutral-name,
.v3-media-render--upsell .v3-neutral-name,
.v3-media-render--search .v3-neutral-name {
  max-width: 100%;
  margin-top: 3px;
  font-size: 7px;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.v3-media-render--dock .v3-neutral-amount,
.v3-media-render--cart .v3-neutral-amount,
.v3-media-render--upsell .v3-neutral-amount,
.v3-media-render--search .v3-neutral-amount {
  margin-top: 3px;
  font-size: 6px;
}

.v3-media-render--dock .v3-neutral-pending,
.v3-media-render--cart .v3-neutral-pending,
.v3-media-render--upsell .v3-neutral-pending,
.v3-media-render--search .v3-neutral-pending {
  width: 100%;
  margin-top: 4px;
  padding-top: 3px;
  font-size: 4.5px;
  line-height: 1.05;
}

.v3-media-render--cart .v3-neutral-brand {
  font-size: 7px;
}

.v3-media-render--cart .v3-neutral-name {
  margin-top: 5px;
  font-size: 10px;
}

.v3-media-render--cart .v3-neutral-amount {
  margin-top: 5px;
  font-size: 8px;
}

.v3-media-render--cart .v3-neutral-pending {
  margin-top: 7px;
  padding-top: 5px;
  font-size: 6px;
  line-height: 1.15;
}

@media (max-width: 900px) {
  .v3-pdp-media {
    width: min(100%, 680px);
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 620px) {
  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .v3-cart-line {
    grid-template-columns: 84px minmax(0, 1fr) auto;
  }

  .v3-cart-upsell-row {
    grid-template-columns: 48px minmax(0, 1fr) 52px;
    column-gap: 10px;
  }

  .v3-cart-upsell-row > a {
    width: 48px;
  }

  .v3-pdp-media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 350px) {
  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-media {
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

/* At the tablet dock breakpoint the amount rail owns a full row. Let the
   common five-option assortment use that row instead of clustering at the
   left edge; larger assortments still overflow horizontally without clipping. */
@media (min-width: 621px) and (max-width: 900px) {
  .v3-dock-variants .v3-variant {
    flex: 1 0 70px;
  }
}

/* Five Retatrutide strengths fit without a hidden final option at the narrowest
   supported viewport while every amount remains wider than the 44px target. */
@media (max-width: 350px) {
  .v3-dock-variants {
    padding-right: 0;
  }

  .v3-dock-variants .v3-variant {
    min-width: 54px;
    padding-inline: 3px;
    flex: 1 0 54px;
  }
}

/* Responsive buy-box composition: keep the complete studio photograph visible
   without letting it bury the purchase controls on phones and small tablets. */
@media (min-width: 621px) and (max-width: 900px) {
  .v3-pdp-hero {
    padding: 24px 0 64px;
  }

  .v3-pdp-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
    align-items: start;
    gap: 28px;
  }

  .v3-pdp-mobile-intro {
    display: none;
  }

  .v3-pdp-summary-heading {
    display: block;
  }

  .v3-pdp-media {
    position: sticky;
    top: 89px;
    width: 100%;
    margin: 0;
    border: 1px solid var(--v3-line);
    border-radius: var(--v3-radius-lg);
  }

  .v3-pdp-summary {
    padding-top: 10px;
  }

  .v3-pdp-option-group {
    padding: 16px;
  }
}

@media (max-width: 620px) {
  .v3-pdp-media {
    width: min(calc(100% - 48px), 340px);
    margin: 12px auto 0;
    overflow: hidden;
    border: 1px solid var(--v3-line);
    border-radius: var(--v3-radius-lg);
    background: #fff;
  }

  .v3-pdp-summary .v3-variant-grid {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
  }

  .v3-pdp-summary .v3-variant {
    min-width: 72px;
    flex: 1 1 calc((100% - 14px) / 3);
  }
}

/* Four recommendations should finish as a complete grid, never a 3+1 orphan. */
@media (min-width: 621px) and (max-width: 900px) {
  body[data-v3-page="product"] .v3-related .v3-product-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  body[data-v3-page="product"] .v3-related .v3-product-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Product code, amount, and price are decision data, not decorative microtype. */
.v3-search-result small {
  color: #5f615d;
  font-size: 9px;
  line-height: 1.35;
}

.v3-search-result em {
  color: #5f615d;
  font-size: 11px;
  line-height: 1.35;
}

/* Keep action and pricing semantics visible on the narrowest supported cards. */
@media (max-width: 380px) {
  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-body {
    column-gap: 4px;
    min-height: 160px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(34px, auto) 6px auto 44px;
    row-gap: 6px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-price
    small {
    display: block;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    .v3-action-wide {
    display: none;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    .v3-action-compact {
    display: inline;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill {
    width: 100%;
    min-width: 0;
    padding-inline: 6px;
    display: inline-flex;
    font-size: 12px;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-price {
    grid-column: 1;
    grid-row: 3;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions {
    width: 100%;
    grid-column: 1;
    grid-row: 4;
  }

  body:is([data-v3-page="home"], [data-v3-page="catalog"], [data-v3-page="product"])
    .v3-product-actions
    .v3-pill
    svg {
    display: none;
  }
}

/* Keep the narrow cart drawer calm, readable, and single-line at the top. */
@media (max-width: 350px) {
  .v3-cart-drawer h2 {
    font-size: 23px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .v3-cart-upsell-row {
    grid-template-columns: 56px minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .v3-cart-upsell-row > a {
    width: 56px;
  }

  .v3-cart-upsell-row button {
    min-width: 48px;
    padding-inline: 7px;
  }
}

/* Mobile text links should behave like touch controls, not tiny inline glyphs. */
@media (max-width: 620px) {
  .v3-footer nav {
    gap: 0;
  }

  .v3-footer nav a {
    width: fit-content;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
  }

  .v3-footer-legal p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 1.55;
  }

  .v3-footer-legal span {
    font-size: 11px;
  }

  .v3-detail-rail a {
    min-height: 44px;
  }
}

/* Keep compact purchase states legible without hiding the last amount. */
.v3-cart-upsell-row {
  grid-template-columns: 72px minmax(0, 1fr) 58px;
}

.v3-cart-upsell-row > a {
  width: 72px;
}

.v3-media-render--upsell .v3-neutral-brand {
  font-size: 6px;
}

.v3-media-render--upsell .v3-neutral-name {
  margin-top: 4px;
  font-size: 8px;
  line-height: 1;
}

.v3-media-render--upsell .v3-neutral-amount {
  margin-top: 4px;
  font-size: 7px;
}

.v3-media-render--upsell .v3-neutral-pending {
  margin-top: 5px;
  padding-top: 4px;
  font-size: 5.5px;
  line-height: 1.1;
}

@media (max-width: 620px) {
  .v3-cart-upsell-row {
    grid-template-columns: 72px minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .v3-cart-upsell-row > a {
    width: 72px;
  }

  .v3-cart-upsell-row button {
    min-width: 48px;
    padding-inline: 7px;
  }
}

@media (min-width: 351px) and (max-width: 380px) {
  .v3-dock-variants {
    padding-right: 0;
  }

  .v3-dock-variants .v3-variant {
    min-width: 67px;
    padding-inline: 5px;
    flex-basis: 67px;
  }
}

/* ===== 2026-07-31 trust, social-proof, reviews, guarantee ===== */
.v3-trustbar { border-block: 1px solid var(--v3-line); background: var(--v3-white); }
.v3-trustbar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 22px 0; }
.v3-trustbar-item { display: flex; align-items: center; gap: 12px; }
.v3-trustbar-item > span { display: inline-flex; width: 36px; height: 36px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 999px; background: var(--v3-paper); color: var(--v3-black); }
.v3-trustbar-item > span svg { width: 18px; height: 18px; }
.v3-trustbar-item strong { display: block; font-size: 13px; color: var(--v3-ink); line-height: 1.2; }
.v3-trustbar-item small { display: block; font-size: 11.5px; color: var(--v3-muted); line-height: 1.35; margin-top: 2px; }

.v3-proofstats { background: var(--v3-paper); }
.v3-proofstats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 44px 0; text-align: center; }
.v3-proofstats-grid > div strong { display: inline-flex; align-items: baseline; font-size: 38px; font-weight: 650; letter-spacing: -0.02em; color: var(--v3-ink); line-height: 1; }
.v3-proofstats-star { color: #d9a441; font-size: 22px; margin-left: 3px; }
.v3-proofstats-grid > div small { display: block; margin-top: 8px; font-size: 11.5px; color: var(--v3-muted); text-transform: uppercase; letter-spacing: 0.07em; }

.v3-reviews-section { padding: 76px 0; }
.v3-reviews-aggregate { display: flex; align-items: center; gap: 8px; }
.v3-reviews-aggregate .v3-stars { color: #d9a441; font-size: 15px; letter-spacing: 1px; }
.v3-reviews-aggregate strong { font-size: 15px; color: var(--v3-ink); }
.v3-reviews-aggregate small { font-size: 13px; color: var(--v3-muted); }
.v3-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.v3-review-card { padding: 26px; border: 1px solid var(--v3-line); border-radius: var(--v3-radius); background: var(--v3-white); display: flex; flex-direction: column; gap: 15px; }
.v3-review-card .v3-stars { color: #d9a441; font-size: 13px; letter-spacing: 1.5px; }
.v3-review-card p { margin: 0; font-size: 14.5px; line-height: 1.58; color: var(--v3-ink); flex: 1; }
.v3-review-card footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 2px; }
.v3-review-card footer strong { display: block; font-size: 13px; color: var(--v3-ink); }
.v3-review-card footer small { display: block; font-size: 11px; color: var(--v3-muted); margin-top: 2px; }
.v3-review-verified { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--v3-green); white-space: nowrap; }
.v3-review-verified svg { width: 13px; height: 13px; }

.v3-guarantee { padding: 0 0 76px; }
.v3-guarantee-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; padding: 48px; border-radius: var(--v3-radius-lg); background: var(--v3-paper); }
.v3-guarantee-copy .v3-kicker { margin: 0; }
.v3-guarantee-copy h2 { margin: 10px 0 14px; font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.03em; line-height: 1.05; }
.v3-guarantee-copy p { margin: 0; font-size: 15px; line-height: 1.62; color: var(--v3-muted); }
.v3-guarantee-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.v3-guarantee-list li { display: flex; gap: 12px; align-items: flex-start; }
.v3-guarantee-list li svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--v3-green); margin-top: 1px; }
.v3-guarantee-list strong { display: block; font-size: 14px; color: var(--v3-ink); }
.v3-guarantee-list span { font-size: 13px; color: var(--v3-muted); line-height: 1.45; }

@media (max-width: 900px) {
  .v3-trustbar-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 20px; padding: 20px 0; }
  .v3-proofstats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; padding: 34px 0; }
  .v3-reviews-grid { grid-template-columns: 1fr; }
  .v3-guarantee-inner { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
}
@media (max-width: 620px) {
  .v3-reviews-section { padding: 54px 0; }
  .v3-reviews-section .v3-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .v3-reviews-aggregate {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .v3-proofstats-grid > div strong { font-size: 31px; }
  .v3-guarantee { padding-bottom: 54px; }
}

/* PDP ships-today green ping + guarantee promise */
.v3-pdp-promises .v3-pdp-ship { color: var(--v3-green); font-weight: 600; align-items: center; }
.v3-pdp-promises .v3-pdp-ship .v3-ship-dot { position: relative; display: inline-flex; width: 9px; height: 9px; min-width: 9px; border-radius: 50%; background: var(--v3-green); flex: 0 0 auto; }
.v3-pdp-promises .v3-pdp-ship .v3-ship-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--v3-green); animation: v3-ship-pulse 1.8s ease-out infinite; }
@keyframes v3-ship-pulse { 0% { transform: scale(1); opacity: 0.55; } 100% { transform: scale(2.8); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .v3-pdp-promises .v3-pdp-ship .v3-ship-dot::after { animation: none; } }

/* ===== find-your-compound finder + subscribe plan ===== */
.v3-finder { padding: 64px 0 8px; }
.v3-finder-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.v3-finder-card { display: flex; flex-direction: column; gap: 10px; padding: 22px; border: 1px solid var(--v3-line); border-radius: var(--v3-radius); background: var(--v3-white); text-decoration: none; transition: border-color .15s, transform .15s, box-shadow .15s; }
.v3-finder-card:hover { border-color: var(--v3-black); transform: translateY(-2px); box-shadow: var(--v3-shadow); }
.v3-finder-icon { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 12px; background: var(--v3-paper); color: var(--v3-black); }
.v3-finder-icon svg { width: 20px; height: 20px; }
.v3-finder-card strong { font-size: 15px; color: var(--v3-ink); margin-top: 4px; }
.v3-finder-card small { font-size: 12.5px; color: var(--v3-muted); line-height: 1.45; flex: 1; }
.v3-finder-go { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--v3-black); }
.v3-finder-go svg { width: 14px; height: 14px; }

.v3-purchase-plan { border: 0; margin: 4px 0 18px; padding: 0; display: grid; gap: 10px; }
.v3-plan { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--v3-line); border-radius: 14px; cursor: pointer; transition: border-color .15s, background .15s; }
.v3-plan input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.v3-plan-body { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.v3-plan-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 650; color: var(--v3-ink); }
.v3-plan-title em { font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: .02em; color: var(--v3-green); background: var(--v3-green-soft); padding: 2px 8px; border-radius: 999px; }
.v3-plan-sub { font-size: 12px; color: var(--v3-muted); }
.v3-plan-mark { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--v3-line-dark); flex: 0 0 auto; position: relative; }
.v3-plan:hover { border-color: var(--v3-line-dark); }
.v3-plan:has(input:checked) { border-color: var(--v3-black); background: var(--v3-surface); }
.v3-plan:has(input:checked) .v3-plan-mark { border-color: var(--v3-black); }
.v3-plan:has(input:checked) .v3-plan-mark::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--v3-black); }
.v3-plan:has(input:focus-visible) { outline: 2px solid var(--v3-green); outline-offset: 2px; }

@media (max-width: 900px) { .v3-finder-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .v3-finder-grid { grid-template-columns: 1fr; } .v3-finder { padding-top: 48px; } }

.v3-pdp-ruo { margin: 14px 0 0; font-size: 11px; line-height: 1.4; color: var(--v3-muted-light); }
