/* Hallmark · macrostructure: Long Document · tone: clinical luxury · anchor hue: graphite · P5 H5 E4 S5 R5 V4 */
:root {
  --bg-primary: #ffffff;
  --bg-secondary: #FAFAFA;
  --bg-tertiary: #f4f4f5;
  --bg-protocol: #FAFAFA;
  --bg-protocol-panel: #fafafa;
  --bg-protocol-muted: #f0f0f0;
  --bg-coa: #FAFAFA;
  --bg-coa-panel: #fafafa;
  --bg-coa-muted: #f0f0f0;
  --bg-payment: #FAFAFA;
  --bg-payment-panel: #FAFAFA;
  --bg-payment-muted: #FAFAFA;
  --bg-notice: #ebebeb;
  --border-notice: #e0e0e0;
  --bg-faq: #ffffff;
  --bg-faq-panel: #fafafa;
  --bg-faq-muted: #f0f0f0;
  --bg-about: #f9f5f4;
  --bg-about-panel: #fafafa;
  --bg-about-muted: #f0f0f0;
  --bg-delivery: #f9f5f4;
  --bg-delivery-panel: #fafafa;
  --bg-delivery-muted: #f0f0f0;
  --text-primary: #1a1a1a;
  --text-secondary: #6b6b6b;
  --text-tertiary: #a3a3a3;
  --text-inverse: #ffffff;
  --border-light: #eeeeee;
  --border-medium: #e0e0e0;
  --border-protocol: #e8e8e8;
  --border-coa: #e8e8e8;
  --border-payment: #e8e8e8;
  --border-faq: #e8e8e8;
  --border-about: #e8e8e8;
  --border-delivery: #e8e8e8;
  --watermark-color: #c9d1d4;
  --watermark-top: clamp(8px, 2vw, 13px);
  --watermark-width: min(42%, 363px);
  --watermark-width-mobile: clamp(140px, 44vw, 220px);
  --watermark-width-mobile-inner: clamp(105px, 33vw, 165px);
  --watermark-opacity: 0.65;
  --accent: #2d2d2d;
  --accent-hover: #000000;
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --header-height: 88px;
  --control-height: 44px;
  --control-padding-x: 16px;
  --control-radius: 12px;
  --control-radius-pill: 100px;
  --control-border: var(--border-medium);
  --control-bg: var(--bg-tertiary);
  --control-font-size: 13px;
  --control-focus-ring: 0 0 0 2px rgba(0, 0, 0, 0.12);

  /* Site typography — reduced ~15% for premium rhythm */
  --text-body: 14px;
  --text-body-lh: 1.68;
  --text-body-sm: 13px;
  --text-body-sm-lh: 1.62;
  --text-lead: clamp(15px, 1.7vw, 17px);
  --text-lead-lh: 1.65;
  --heading-display: clamp(34px, 4.7vw, 54px);
  --heading-display-lh: 1.05;
  --heading-display-tracking: -0.03em;
  --heading-section: clamp(27px, 3.4vw, 41px);
  --heading-section-lh: 1.08;
  --heading-section-tracking: -0.02em;
  --heading-subsection: clamp(24px, 3vw, 34px);
  --heading-card: clamp(20px, 2.1vw, 27px);
  --heading-editor: var(--heading-display);
  --content-narrow: 680px;
  --content-prose: 52ch;
  --heading-after-gap: 24px;
  --heading-body-gap: 28px;

  /* Guide pages — shared typography */
  --guide-kicker-size: 11px;
  --guide-kicker-weight: 600;
  --guide-kicker-tracking: 0.15em;
  --guide-kicker-lh: 1.3;
  --guide-hero-title: var(--heading-display);
  --guide-hero-title-lh: var(--heading-display-lh);
  --guide-hero-title-tracking: var(--heading-display-tracking);
  --guide-hero-intro: clamp(15px, 1.15vw, 18px);
  --guide-hero-intro-lh: 1.72;
  --guide-h2: var(--heading-section);
  --guide-h2-lh: var(--heading-section-lh);
  --guide-h2-tracking: var(--heading-section-tracking);
  --guide-card-title: 17px;
  --guide-card-title-lh: 1.12;
  --guide-card-title-tracking: -0.03em;
  --guide-step-title: 15px;
  --guide-label-size: 12px;
  --guide-label-weight: 600;
  --guide-label-tracking: 0.14em;
  --guide-body: 14px;
  --guide-body-lh: 1.68;
  --guide-body-sm: 14px;
  --guide-body-sm-lh: 1.62;
  --guide-body-gap: clamp(28px, 4vw, 52px);
  --guide-split-gap: clamp(28px, 5vw, 76px);
  --guide-hero-gap: clamp(32px, 6vw, 92px);
  --guide-panel-padding: clamp(24px, 4vw, 48px);
  --guide-feature-radius: 24px;

  /* PDP */
  --pdp-radius: 24px;
  --pdp-gap: clamp(28px, 5vw, 72px);
  --pdp-buy-bg: var(--bg-tertiary);
  --pdp-trust-bg: rgba(116, 116, 128, 0.14);
  --pdp-trust-text: var(--text-primary);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.lenis,
html.lenis body {
  scroll-behavior: auto;
}


body {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  color: var(--text-primary);
  background: var(--bg-primary);
  overflow-x: clip;
}

::selection {
  background: var(--text-primary);
  color: var(--bg-primary);
}

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

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

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

fieldset {
  border: 0;
}

:focus-visible {
  outline: 1.5px solid var(--text-primary);
  outline-offset: 3px;
}

h3 {
  font-weight: 500;
}

/* Utility */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.container--narrow {
  max-width: var(--content-narrow);
}

@media (min-width: 1024px) {
  .container {
    padding: 0 48px;
  }
}

/* Announcement */
.announcement {
  background: #ffffff;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
  position: relative;
}

.announcement__track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 12px 0;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-primary);
  will-change: transform;
}

.announcement__item {
  display: inline-flex;
  align-items: center;
  padding: 0 36px;
  flex-shrink: 0;
}

.announcement__item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--text-tertiary);
  margin-right: 36px;
}

.announcement__item:first-child::before {
  display: none;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.announcement:hover .announcement__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .announcement__track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 900px) {
  .announcement__track {
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 28px;
  }
  .announcement__track::-webkit-scrollbar {
    display: none;
  }
}

.announcement--static {
  overflow: visible;
}

.announcement__static {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-transform: none;
  text-align: center;
  color: var(--text-primary);
  white-space: normal;
}

.announcement__divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 20px;
  background: var(--border-medium);
  flex-shrink: 0;
}

.announcement--static .announcement__item {
  padding: 0;
}

.announcement--static .announcement__item::before {
  display: none;
}

.has-hero-overlap.has-static-announcement {
  --announcement-height: 56px;
}

@media (max-width: 640px) {
  .has-hero-overlap.has-static-announcement {
    --announcement-height: 72px;
  }

  .announcement__static {
    padding-inline: 20px;
    font-size: 11px;
    text-align: left;
  }
}

/* Navigation */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-primary);
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.35s var(--ease-out-expo),
    backdrop-filter 0.35s var(--ease-out-expo),
    -webkit-backdrop-filter 0.35s var(--ease-out-expo),
    border-color 0.35s var(--ease-out-expo),
    box-shadow 0.35s var(--ease-out-expo);
}

.nav.scrolled {
  background: rgba(255, 255, 255, 1);
  /*
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
  */
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.08);
}

@supports not (backdrop-filter: blur(1px)) {
  .nav.scrolled {
    background: rgba(255, 255, 255, 1);
  }
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  gap: 32px;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex: 0 0 auto;
}

.nav__brand-mark img,
.nav__brand-logo {
  height: 46px;
  width: auto;
  max-width: 150px;
  display: block;
  object-fit: contain;
}

.nav__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav__brand-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000;
}

.nav__brand-tag {
  margin-top: 6px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: #a3a3a3;
  text-transform: uppercase;
}

.nav__links {
  display: none;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0 auto;
}

.nav__links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  letter-spacing: -0.005em;
  transition: color 0.2s ease;
  position: relative;
  text-decoration: none;
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s var(--ease-out-expo);
}

.nav__links a:hover {
  color: var(--text-primary);
}

.nav__links a:hover::after {
  width: 100%;
}

/* Primary nav — dropdown submenus */
.nav__links .menu-item-has-children,
.mobile-menu__links .menu-item-has-children {
  position: relative;
}

.nav__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.25s var(--ease-out-expo);
}

.nav__submenu-toggle:hover {
  background: var(--bg-secondary);
}

.nav__submenu-toggle svg {
  display: block;
  transition: transform 0.25s var(--ease-out-expo);
}

.nav__submenu-indicator {
  display: none;
  align-items: center;
  margin-left: 4px;
  opacity: 0.55;
  transition: transform 0.25s var(--ease-out-expo);
}

.nav__submenu-indicator svg {
  display: block;
}

.menu-item-has-children.is-submenu-open > .nav__submenu-toggle svg {
  transform: rotate(180deg);
}

.mobile-menu__links .nav__submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 8px 16px;
}

.mobile-menu__links .menu-item-has-children.is-submenu-open > .nav__submenu {
  display: block;
}

.mobile-menu__links .nav__submenu .nav__submenu {
  padding-left: 12px;
}

.mobile-menu__links .menu-item-has-children > a {
  padding-right: 48px;
}

.mobile-menu__links .nav__submenu a {
  padding: 12px 0;
  font-size: 20px;
  letter-spacing: -0.015em;
  border-bottom: 1px solid var(--border-light);
}

.mobile-menu__links .nav__submenu .nav__submenu a {
  font-size: 18px;
  padding: 10px 0;
}

.mobile-menu__links .nav__submenu-toggle {
  position: absolute;
  top: 8px;
  right: 0;
}

.mobile-menu__links .nav__submenu .menu-item-has-children {
  position: relative;
}

.mobile-menu__links .nav__submenu .nav__submenu-toggle {
  top: 4px;
  width: 32px;
  height: 32px;
}

@media (min-width: 1024px) {
  .nav__links .nav__submenu-toggle {
    display: none;
  }

  .nav__links .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
  }

  .nav__links .nav__submenu-indicator {
    display: inline-flex;
  }

  .nav__links .menu-item-has-children:hover > a .nav__submenu-indicator,
  .nav__links .menu-item-has-children:focus-within > a .nav__submenu-indicator {
    transform: rotate(180deg);
  }

  .nav__links .nav__submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-light);
    border-radius: 14px;
    box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.22s var(--ease-out-expo),
      transform 0.22s var(--ease-out-expo),
      visibility 0.22s;
    z-index: 130;
  }

  .nav__links .nav__submenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }

  .nav__links .menu-item-has-children:hover > .nav__submenu,
  .nav__links .menu-item-has-children:focus-within > .nav__submenu,
  .nav__links .menu-item-has-children.is-submenu-open > .nav__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .nav__links .nav__submenu a {
    display: block;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
  }

  .nav__links .nav__submenu a::after {
    display: none;
  }

  .nav__links .nav__submenu a:hover {
    background: var(--bg-secondary);
  }

  .nav__links .nav__submenu--nested {
    top: -8px;
    left: calc(100% + 4px);
    transform: translateX(6px);
  }

  .nav__links .nav__submenu .menu-item-has-children:hover > .nav__submenu--nested,
  .nav__links .nav__submenu .menu-item-has-children:focus-within > .nav__submenu--nested {
    transform: translateX(0);
  }
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.nav__icon-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
}

.nav__icon-btn:hover {
  color: var(--text-primary);
  background: var(--bg-secondary);
}

.nav__icon-btn svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.nav__icon-btn.nav__menu-btn svg {
  width: 18px;
  height: 18px;
}

.nav__cart-count {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 8px;
  display: grid;
  place-items: center;
  line-height: 1;
}

.nav__menu-btn {
  margin-left: 0;
}

.nav__menu-btn:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.nav--overlay {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.has-hero-overlap {
  --announcement-height: 40px;
  --nav-height: 88px;
  --site-header-stack: calc(var(--announcement-height) + var(--nav-height));
}

.has-hero-overlap.has-no-announcement {
  --announcement-height: 0px;
}

.has-hero-overlap .announcement--static,
.has-hero-overlap .announcement:not(.announcement--static) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
}

.has-hero-overlap .nav--overlay {
  position: absolute;
  top: var(--announcement-height);
  left: 0;
  right: 0;
  z-index: 105;
}

.has-hero-overlap .nav--overlay.scrolled {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.08);
}

.nav--sticky:not(.nav--overlay) {
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.08);
}

.nav__text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav__text-link:hover {
  color: var(--text-secondary);
}

@media (max-width: 900px) {
  .nav__text-link {
    display: none;
  }
  .nav-overlay {
    background: #fff !important;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important;
  }
  .nav--overlay.scrolled {
    background: #fff !important;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important;
  }
  .has-hero-overlap .nav--overlay.scrolled {
  background: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: unset !important;
  backdrop-filter: unset !important;
  }
}

@media (min-width: 640px) {
  .nav__search-btn,
  .nav__account-btn {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .nav__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    gap: 0;
    justify-content: initial;
  }

  .nav__brand {
    grid-column: 1;
    margin-right: 0;
    min-width: 0;
  }

  .nav__links {
    display: none;
  }

  .nav__actions {
    grid-column: 2;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-inline-start: auto;
  }

  .nav__menu-btn {
    flex: 0 0 auto;
    margin-left: 0;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .nav__links {
    display: flex;
  }

  .nav__menu-btn {
    display: none;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 72px;
  }
  .nav__inner {
    height: 72px;
  }
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg-primary);
  display: flex;
  flex-direction: column;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease-out-expo);
}

.mobile-menu.active {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.mobile-menu__close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--text-primary);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.mobile-menu__close:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.mobile-menu__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-menu__links a {
  display: block;
  padding: 16px 0;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-light);
  transition: color 0.2s ease;
}

.mobile-menu__links a:hover {
  color: var(--text-secondary);
}

/* Cart Drawer */
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  visibility: hidden;
}

.cart-drawer.active,
.cart-drawer.is-open {
  pointer-events: all;
  visibility: visible;
}

.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-expo);
}

.cart-drawer.active .cart-drawer__overlay {
  opacity: 1;
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: var(--bg-tertiary);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-out-expo);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
  will-change: transform;
  overflow: hidden;
  min-width: 0;
}

.cart-drawer.active .cart-drawer__panel,
.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--border-light);
  flex-shrink: 0;
}

.cart-drawer__header h2 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cart-drawer__close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--text-secondary);
  transition: all 0.2s ease;
}

.cart-drawer__close:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.cart-shipping-bar-wrap--hidden {
  display: none;
}

.cart-drawer__shipping-wrap {
  flex-shrink: 0;
  padding: 16px 24px 0;
}

.cart-page__shipping-wrap {
  margin: 0 0 24px;
  padding: 20px 24px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-light);
  border-radius: 12px;
}

.cart-shipping-bar__text {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-secondary);
  text-align: center;
}

.cart-page__shipping-wrap .cart-shipping-bar__text {
  font-size: 14px;
}

.cart-shipping-bar__track {
  height: 6px;
  border-radius: 999px;
  background: var(--bg-secondary);
  overflow: hidden;
}

.cart-page__shipping-wrap .cart-shipping-bar__track {
  height: 8px;
}

.cart-shipping-bar__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: #000;
  transition: width 0.35s var(--ease-out-expo);
}

.cart-shipping-bar__fill--complete {
  background: #16a34a;
}

.cart-drawer__body {
  flex: 1;
  min-height: 0;
  min-width: 0;
  padding: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.cart-drawer__body > * {
  max-width: 100%;
  min-width: 0;
}

.cart-drawer__body--updating {
  opacity: 0.55;
  pointer-events: none;
}

.cart-drawer__empty {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.cart-drawer__empty-title,
.cart-drawer__empty h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cart-drawer__empty-text,
.cart-drawer__empty p {
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

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

.cart-drawer__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-light);
}

.cart-drawer__item-media img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--bg-secondary);
}

.cart-drawer__item-body {
  min-width: 0;
}

.cart-drawer__item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.cart-drawer__item-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--text-primary);
  min-width: 0;
  overflow-wrap: anywhere;
}

.cart-drawer__item-remove {
  font-size: 20px;
  line-height: 1;
  color: var(--text-tertiary);
  text-decoration: none;
  padding: 0 4px;
  flex-shrink: 0;
}

.cart-drawer__item-remove:hover {
  color: var(--text-primary);
}

.cart-drawer__item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-secondary);
  min-width: 0;
  flex-wrap: wrap;
}

.cart-drawer__item-price {
  color: var(--text-primary);
  font-weight: 600;
  margin-left: auto;
  text-align: right;
  overflow-wrap: anywhere;
}

/* Shared quantity stepper — PDP, cart drawer, cart page */
.qty-stepper,
.woocommerce .quantity.qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--border-medium);
  border-radius: var(--control-radius-pill);
  overflow: hidden;
  background: var(--bg-tertiary);
  flex-shrink: 0;
}

.qty-stepper__btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-primary);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.qty-stepper__btn:hover {
  background: var(--bg-secondary);
}

.qty-stepper__input,
.woocommerce .quantity.qty-stepper .qty-stepper__input {
  width: 48px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--border-light);
  border-right: 1px solid var(--border-light);
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text-primary);
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-stepper__input::-webkit-outer-spin-button,
.qty-stepper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-drawer__item .variation,
.cart-drawer__item dl {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--text-tertiary);
  overflow-wrap: anywhere;
}

.cart-drawer__item .variation dt,
.cart-drawer__item .variation dd {
  display: inline;
  margin: 0;
}

.cart-drawer__upsell {
  margin-top: 24px;
  padding-top: 24px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.cart-drawer__upsell-head {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
}

.cart-drawer__upsell-title {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-primary);
}

.cart-drawer__upsell-carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.cart-drawer__upsell-track {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 28px 4px;
  cursor: grab;
  touch-action: pan-x;
}

.cart-drawer__upsell-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.cart-drawer__upsell-track.is-dragging a {
  pointer-events: none;
}

.cart-drawer__upsell-track::-webkit-scrollbar {
  display: none;
}

.cart-drawer__upsell-card {
  display: grid;
  grid-template-columns: 30% minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  flex: 0 0 min(88%, 300px);
  min-height: 96px;
  padding: 12px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-secondary);
  scroll-snap-align: start;
}

.cart-drawer__upsell-media {
  display: block;
  min-width: 0;
  align-self: stretch;
}

.cart-drawer__upsell-media img {
  width: 100%;
  height: 100%;
  min-height: 72px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--bg-primary);
}

.cart-drawer__upsell-content {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 6px;
  align-content: start;
  min-width: 0;
  min-height: 100%;
}

.cart-drawer__upsell-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-drawer__upsell-price {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: var(--text-secondary);
}

.cart-drawer__upsell-action {
  display: flex;
  align-items: end;
  min-height: 0;
}

.cart-drawer__upsell-add {
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 11px;
  white-space: nowrap;
}

.cart-drawer__upsell-add.is-disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.cart-drawer__upsell-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  padding: 0;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: var(--bg-primary);
  color: var(--text-primary);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cart-drawer__upsell-nav:hover {
  border-color: var(--text-primary);
}

.cart-drawer__upsell-nav--prev {
  left: 0;
}

.cart-drawer__upsell-nav--next {
  right: 0;
}

.cart-drawer__upsell-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.cart-drawer__footer {
  padding: 24px;
  border-top: 1px solid var(--border-light);
  flex-shrink: 0;
}

.cart-drawer__footer--empty .cart-drawer__footer-inner--empty {
  display: block;
}

.cart-drawer__empty-cta {
  width: 100%;
}

.cart-drawer__note {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  text-align: center;
}

.cart-drawer__subtotal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.cart-drawer__subtotal-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.cart-drawer__subtotal-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}

.cart-drawer__actions {
  display: grid;
  gap: 12px;
}

.cart-drawer__checkout {
  width: 100%;
}

body.is-drawer-open,
body.is-nav-open {
  overflow: hidden;
}

/* Buttons — Geist Mono */
.btn,
.product-card__add,
.product-card__add.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-family: var(--font-mono);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-radius: 100px;
  transition: all 0.3s var(--ease-out-quart);
  cursor: pointer;
}

.btn--primary {
  background: var(--accent);
  color: var(--bg-primary);
}

.btn--primary:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.btn--lg,
.products-header__cta,
.coa-submit.btn--lg {
  padding: 16px 24px;
  font-size: 16px;
  font-family: var(--font-mono);
}

.btn--secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border-medium);
}

.btn--secondary:hover {
  border-color: var(--text-primary);
  background: var(--bg-secondary);
}

.btn--text {
  padding: 8px 0;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.btn--text::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s var(--ease-out-expo);
}

.btn--text:hover {
  color: var(--text-primary);
}

.btn--text:hover::after {
  width: 100%;
}

.btn--sm {
  padding: 10px 18px;
  font-size: 11px;
}

.btn:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* Form controls — shared inputs, selects, textareas */
.form-label,
.woocommerce form .form-row label,
.woocommerce form .form-row .woocommerce-input-wrapper label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.form-control,
.form-input,
.form-select,
.form-textarea,
.coa-select,
.header-search__input,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #reviews #comment,
.woocommerce-page form .input-text,
.woocommerce-page form select,
.woocommerce-page form textarea,
.wp-block-search__input,
.search-form .search-field,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
  width: 100%;
  min-height: var(--control-height);
  padding: 12px var(--control-padding-x);
  border: 1px solid var(--control-border);
  border-radius: var(--control-radius);
  background: var(--control-bg);
  font-family: inherit;
  font-size: var(--control-font-size);
  line-height: 1.4;
  color: var(--text-primary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-select,
.woocommerce form .form-row select,
.woocommerce-page form select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  cursor: pointer;
}

.coa-select {
  padding-right: 40px;
  cursor: pointer;
}

.form-textarea,
.woocommerce form .form-row textarea,
.woocommerce #reviews #comment,
#respond textarea {
  min-height: 120px;
  resize: vertical;
}

.form-control::placeholder,
.form-input::placeholder,
.woocommerce form .form-row .input-text::placeholder,
.header-search__input::placeholder,
.wp-block-search__input::placeholder,
.search-form .search-field::placeholder {
  color: var(--text-tertiary);
}

.form-control:focus,
.form-input:focus,
.form-select:focus,
.form-textarea:focus,
.coa-select:focus,
.header-search__input:focus,
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce .quantity .qty:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.wp-block-search__input:focus,
.search-form .search-field:focus,
#respond input:focus,
#respond textarea:focus {
  outline: none;
  border-color: var(--text-primary);
  box-shadow: var(--control-focus-ring);
}

.form-control:disabled,
.form-input:disabled,
.form-select:disabled,
.coa-select:disabled,
.woocommerce form .form-row .input-text:disabled,
.woocommerce form .form-row select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.woocommerce form .form-row.woocommerce-invalid .input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.15);
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: var(--bg-primary);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg-primary);
  background-image: var(--hero-bg-mobile);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (min-width: 768px) {
  .hero__media {
    background-image: var(--hero-bg-desktop, var(--hero-bg-mobile));
  }
}

.hero--parallax .hero__media {
  will-change: transform;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 32px;
  padding: 0 16px;
}

.has-hero-overlap .hero--overlap .hero__inner {
  padding-top: calc(var(--site-header-stack) + 16px);
  padding-bottom: calc(var(--site-header-stack) + 64px);
}
.hero--overlap {
  min-height: 640px;
}
@media (min-width: 1024px) {
  .hero__inner {
    align-items: flex-end;
    padding: 60px 48px;
  }
  .hero--overlap {
    min-height: clamp(640px, 100dvh, 900px);
  }
  
  .hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
    gap: 32px;
    padding: 60px 24px;
  }

  .has-hero-overlap .hero--overlap .hero__inner {
    min-height: clamp(640px, 100dvh, 900px);
    grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
    gap: 48px;
    padding-top: calc(var(--site-header-stack) + 64px);
    padding-bottom: 80px;
  }
}

.hero__content {
  max-width: var(--content-narrow);
}

.hero__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  line-height: var(--heading-display-lh);
  letter-spacing: var(--heading-display-tracking);
}

.hero__title-line {
  display: block;
}

.hero__title-line--primary {
  color: #000000;
}

.hero__title-line--secondary {
  color: rgba(60, 60, 67, 0.8);
}

.hero__desc {
  margin-top: var(--heading-after-gap);
  font-size: var(--text-lead);
  line-height: var(--text-lead-lh);
  color: var(--text-primary);
  max-width: var(--content-prose);
}

.hero__desc p {
  margin: 0;
}

.hero__desc p + p {
  margin-top: 16px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero__cta.btn {
  border-radius: 1000px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
}

/* Pricing — Geist Mono */
.product-card__price,
.cart-drawer__item-price,
.cart-drawer__upsell-price,
.cart-drawer__subtotal-value,
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce .price,
.woocommerce-Price-amount {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.hero__visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 280px;
}

.hero__product-image {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .hero__visual {
    display: none;
  }
}


/* Trust badges (Figma proof strip) */
.trust-badges,
.proof-strip {
  background: var(--bg-primary);
  max-width: 100%;
  overflow: hidden;
}

.trust-badges__shell,
.proof-strip__shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  min-width: 0;
}

@media (min-width: 1024px) {
  .trust-badges__shell,
  .proof-strip__shell {
    padding: 0 48px;
  }
}

.trust-badges__grid,
.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 40px 0;
  align-items: stretch;
}

@media (max-width: 899px) {
  .trust-badges__shell,
  .proof-strip__shell {
    padding: 0;
  }

  .trust-badges__grid,
  .proof-strip__grid {
    padding: 40px 24px;
  }
}

@media (min-width: 900px) {
  .trust-badges__grid,
  .proof-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 40px 32px;
  }
}

.trust-badge,
.proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 0;
  text-align: center;
  min-width: 0;
}

.trust-badge__icon,
.proof-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-primary);
  flex-shrink: 0;
}

.trust-badge__icon svg,
.proof-item__icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.trust-badge__icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.trust-badge__copy,
.proof-item__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.trust-badge__title,
.proof-item__label {
  font-family: var(--font-sans);
  font-size: var(--heading-card);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0;
}

.trust-badge__text,
.proof-item__desc {
  font-family: var(--font-sans);
  font-size: var(--text-lead);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-secondary);
  margin: 0;
  max-width: 20ch;
}

/* Logo Strip — Figma v2 partners */
.pl-logo-strip {
  background: var(--bg-primary);
  padding: 60px 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .pl-logo-strip {
    padding: 120px 0;
  }
}

.pl-logo-strip__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

@media (min-width: 1024px) {
  .pl-logo-strip__inner {
    flex-direction: row;
    align-items: center;
    gap: 120px;
    padding: 0 32px;
  }
}

.pl-logo-strip__title {
  margin: 0;
  flex: 0 0 auto;
  max-width: 360px;
  font-family: var(--font-sans);
  font-size: var(--heading-section);
  font-weight: 500;
  line-height: var(--heading-section-lh);
  letter-spacing: var(--heading-section-tracking);
  text-wrap: pretty;
}

.pl-logo-strip__title-line--primary {
  color: var(--text-primary);
}

.pl-logo-strip__title-line--secondary {
  color: #8e8e93;
}

.pl-logo-strip__logos {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.pl-logo-marquee {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.pl-logo-track {
  display: flex;
  width: max-content;
  align-items: flex-start;
  animation: pl-logo-scroll 28s linear infinite;
  will-change: transform;
}

.pl-logo-set {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 16px;
}

.pl-logo-marquee:hover .pl-logo-track {
  animation-play-state: paused;
}

.pl-logo-item {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 140px;
  text-align: center;
}

.pl-logo-item__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 48px;
  overflow: hidden;
}

.pl-logo-item__mark img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pl-logo-item__name {
  display: none;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  white-space: nowrap;
}

.pl-logo--rm        { max-height: 26px !important; }
.pl-logo--janoshik  { max-height: 22px !important; }
.pl-logo--wallid    { max-height: 28px !important; }
.pl-logo--pubchem   { max-height: 24px !important; }
.pl-logo--dpd       { max-height: 38px !important; }

@keyframes pl-logo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .pl-logo-track {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .pl-logo-set[aria-hidden="true"] {
    display: none;
  }
}

/* Section Base */
.section {
  padding: 60px 0;
}

@media (min-width: 1024px) {
  .section {
    padding: 100px 0;
  }
}

.section--light {
  background: var(--bg-secondary);
}

.section__header {
  margin-bottom: 64px;
}

.section__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 20px;
}

.section__title {
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 400;
  line-height: var(--heading-section-lh);
  letter-spacing: var(--heading-section-tracking);
  max-width: 16ch;
}

.eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section__heading {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--heading-subsection);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.section__intro {
  margin: var(--heading-after-gap) 0 0;
  max-width: var(--content-prose);
  color: var(--text-secondary);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
}

.section__header--center {
  text-align: center;
}

.section__header--center .section__intro {
  margin-left: auto;
  margin-right: auto;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.icon-grid__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.icon-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.icon-grid__icon img,
.icon-grid__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-grid__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--guide-card-title);
  font-weight: 400;
  letter-spacing: var(--guide-card-title-tracking);
  line-height: var(--guide-card-title-lh);
  color: var(--text-primary);
}

.icon-grid__text {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
}

.icon-grid__text a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-decoration-color: var(--border-medium);
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.icon-grid__text a:hover {
  color: var(--text-primary);
}

.two-tone-heading__primary {
  color: var(--text-primary);
}

.two-tone-heading__secondary {
  color: rgba(60, 60, 67, 0.6);
}

.inner-hero .two-tone-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.inner-hero .two-tone-heading__primary,
.inner-hero .two-tone-heading__secondary {
  display: block;
}

.inner-hero .two-tone-heading__secondary {
  color: rgba(60, 60, 67, 0.8);
}

.section__title--center {
  text-align: center;
  margin: 0 auto;
}

.section__lead {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 52ch;
}

.section__lead--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Inner page heroes — lion watermark (matches homepage rewards banner) */
.inner-hero {
  position: relative;
  overflow: visible;
}

.inner-hero__watermark {
  position: absolute;
  top: var(--watermark-top);
  right: 50px;
  width: var(--watermark-width);
  color: var(--watermark-color);
  opacity: var(--watermark-opacity);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.rewards-banner__mark {
  position: absolute;
  top: var(--watermark-top);
  right: 0;
  width: var(--watermark-width);
  color: var(--watermark-color);
  opacity: var(--watermark-opacity);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.inner-hero__watermark-logo,
.inner-hero__watermark svg,
.rewards-banner__mark-logo,
.rewards-banner__mark svg,
.inner-hero__watermark img,
.rewards-banner__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.inner-hero__watermark img,
.rewards-banner__mark img {
  object-fit: contain;
  object-position: right top;
}

.inner-hero > .container,
.inner-hero__inner,
.coa-verification-hero__inner,
.payment-guide-hero__inner,
.about-guide__inner,
.faq-guide__inner,
.contact-guide__inner,
.about-guide-header,
.faq-guide-header,
.contact-guide-header,
.editor-content-page__inner,
.editor-content-page__header {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .contact-guide__inner > .inner-hero__watermark {
    top: 0;
    right: 50px;
  }

  .coa-verification-hero__inner > .inner-hero__watermark,
  .payment-guide-hero__inner > .inner-hero__watermark {
    display: none;
  }
}

@media (max-width: 991px) {
  .rewards-banner__mark {
    width: var(--watermark-width-mobile);
  }

  .container:not(.coa-verification-hero__inner) .inner-hero__watermark {
    top: 40px;
    right: 20px;
    width: var(--watermark-width-mobile-inner);
		opacity: 0.7;
  }
	.inner-hero__watermark {
    top: -10px;
    right: 20px;
    width: var(--watermark-width-mobile-inner);
		opacity: 0.7;
  }
  .contact-guide-header .two-tone-heading {
    flex-direction: unset !important;
    gap: 10px;
    
  }
  .site-footer__bar {
    padding: 32x 0 !important;
  }
  .site-footer__meta {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.wlr-myaccount-page {
	max-width: 100% !important;
	background: transparent !important;
}
/* Standard Section — Figma v2 */
.section--text-standard {
  background: var(--bg-secondary);
  overflow: visible;
}

.section--text-standard.section--grey {
  background: var(--bg-secondary);
}

.standard {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}

.standard__intro {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}

.standard__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .standard__head {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: start;
  }
}

.standard__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  line-height: var(--heading-display-lh);
  letter-spacing: var(--heading-display-tracking);
  text-wrap: pretty;
}

@media (min-width: 1024px) {
  .standard__title {
    max-width: 12ch;
    padding-top: 8px;
  }
}

.standard__title-line--primary {
  color: var(--text-primary);
}

.standard__title-line--secondary {
  color: rgba(60, 60, 67, 0.6);
}

.standard__media {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

@media (min-width: 1024px) {
  .standard__media {
    gap: 28px;
    max-width: min(100%, 647px);
    justify-self: end;
    width: 100%;
  }
}

.standard__visual {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(116, 116, 128, 0.08);
}

.standard__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.standard__eyebrow {
  margin: 24px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.standard__lead {
  margin: 0;
  font-size: var(--text-lead);
  line-height: var(--text-lead-lh);
  color: var(--text-primary);
  max-width: none;
}

.standard__lead p {
  margin: 0;
}

.standard__lead p + p {
  margin-top: 16px;
}

.standard__points {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .standard__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px;
  }
}

.standard__point {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.standard__point-num {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-primary);
}

.standard__point-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}

.standard__point-text {
  margin: 0;
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  color: var(--text-secondary);
  max-width: 300px;
}

.standard__tagline {
  margin: 40px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* Products — Figma research peptides grid */
.products-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--bg-primary);
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}

.products-header__intro {
  flex: 1;
  min-width: 0;
}

.products-header__title {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28em;
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  line-height: var(--heading-display-lh);
  letter-spacing: var(--heading-display-tracking);
}

.products-header__title-line--primary {
  color: var(--text-primary);
}

.products-header__title-line--secondary {
  color: var(--text-secondary);
}

.products-header__cta {
  flex-shrink: 0;
}

.products-grid,
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 38px;
  overflow-x: visible;
  overflow-y: visible;
  scroll-snap-type: none;
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  clear: both;
}

.products-grid > .product-card,
.woocommerce ul.products > li.product,
.woocommerce ul.products > li.product-card-wrap,
.woocommerce-page ul.products > li.product,
.woocommerce-page ul.products > li.product-card-wrap {
  min-width: 0;
}

.woocommerce ul.products > li.product-card-wrap,
.woocommerce-page ul.products > li.product-card-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .woocommerce div.product .related.products ul.products,
  .woocommerce div.product .upsells.products ul.products {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 16px;
    row-gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 0 4px;
  }

  .woocommerce div.product .related.products ul.products::-webkit-scrollbar,
  .woocommerce div.product .upsells.products ul.products::-webkit-scrollbar {
    display: none;
  }

  .woocommerce div.product .related.products ul.products > li.product,
  .woocommerce div.product .related.products ul.products > li.product-card-wrap,
  .woocommerce div.product .upsells.products ul.products > li.product,
  .woocommerce div.product .upsells.products ul.products > li.product-card-wrap {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }
}

@media (max-width: 980px) {
  .woocommerce div.product .related.products ul.products > li.product,
  .woocommerce div.product .related.products ul.products > li.product-card-wrap,
  .woocommerce div.product .upsells.products ul.products > li.product,
  .woocommerce div.product .upsells.products ul.products > li.product-card-wrap {
    flex-basis: min(60vw, 340px);
  }
}

@media (min-width: 1024px) {
  .products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-5,
  .woocommerce-page ul.products.columns-3,
  .woocommerce-page ul.products.columns-4,
  .woocommerce-page ul.products.columns-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .woocommerce ul.products.columns-5,
  .woocommerce-page ul.products.columns-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1320px) {
  .products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-3,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .woocommerce ul.products.columns-5,
  .woocommerce-page ul.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.products-grid__notice {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-tertiary);
  letter-spacing: 0.01em;
}

.product-card {
  --product-card-max-width: 272px;
  --product-card-radius: 18px;
  --product-card-media-inset: 4px;
  width: 100%;
  max-width: var(--product-card-max-width);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card .wlr-product-message {
  display: none !important;
}

.product-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  border-radius: var(--product-card-radius);
  background: var(--bg-tertiary);
  overflow: hidden;
  text-decoration: none;
  transition: background 0.35s var(--ease-out-quart);
}

.product-card:hover .product-card__media,
.product-card:focus-within .product-card__media {
  background: rgba(249,245,244, 0.8);
}

.product-card__media-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Figma: 240×395 stage in 448×559 tile — vial fills the stage */
.product-card__media--photo .product-card__media-inner {
  padding: var(--product-card-media-inset);
  overflow: hidden;
}

.product-card__photo-frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: calc(var(--product-card-radius) - var(--product-card-media-inset));
}

.product-card__photo-stack {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.product-card__photo-frame::after {
  content: "";
  position: absolute;
  bottom: 2%;
  left: 12%;
  right: 12%;
  height: 14px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.16) 0%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.product-card__media--photo .product-card__photo-img,
.product-card__media--photo img:not(.peptology-logo-fallback) {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition:
    opacity 0.4s var(--ease-out-quart),
    transform 0.45s var(--ease-out-quart);
}

.product-card__photo-img--hover {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  z-index: 2;
}

.product-card__photo-frame--has-hover .product-card__photo-img--primary {
  z-index: 1;
}

.product-card:hover .product-card__photo-frame--has-hover .product-card__photo-img--primary,
.product-card:focus-within .product-card__photo-frame--has-hover .product-card__photo-img--primary {
  opacity: 0;
}

.product-card:hover .product-card__photo-frame--has-hover .product-card__photo-img--hover,
.product-card:focus-within .product-card__photo-frame--has-hover .product-card__photo-img--hover {
  opacity: 1;
}

.product-card:hover .product-card__photo-frame:not(.product-card__photo-frame--has-hover) .product-card__photo-img--primary,
.product-card:focus-within .product-card__photo-frame:not(.product-card__photo-frame--has-hover) .product-card__photo-img--primary {
  transform: scale(1.04);
}

.product-card__media--logo .product-card__media-inner {
  padding: 18%;
}

.product-card__media--logo img,
.product-card__media img.peptology-logo-fallback {
  width: auto;
  height: auto;
  max-width: 68%;
  max-height: 52%;
  object-fit: contain;
  transform: none;
  will-change: auto;
}

.cart-drawer__item-media img.peptology-logo-fallback,
.cart-drawer__upsell-media img.peptology-logo-fallback {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 18%;
  background: var(--bg-secondary);
}

.product-card__pill {
  position: absolute;
  top: 16px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.product-card__pill--status {
  left: 16px;
  background: #000;
  color: #fff;
  letter-spacing: 0.05em;
}

.product-card__pill--coa {
  right: 16px;
  background: #fff;
  color: #6b6b6b;
  border: 1px solid var(--border-light);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
}

.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-direction: column;
}

@media (max-width: 767px) {
  .product-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}

.product-card__meta {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  min-width: 0;
  justify-content: space-between;
  width: 100%;
}

.product-card__title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product-card__name {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}

.product-card__name a {
  color: inherit;
  text-decoration: none;
}

.product-card__dose {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--text-secondary);
  white-space: nowrap;
}

.product-card__price {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-secondary);
}

.product-card__price del {
  opacity: 0.55;
  font-size: 0.85em;
}

.product-card__price ins {
  text-decoration: none;
}

.product-card__add,
.product-card__add.button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 36px;
  padding: 6px 14px;
  border: 1px solid var(--text-primary);
  border-radius: 100px;
  background: transparent;
  color: var(--text-primary);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.25s var(--ease-out-quart),
    color 0.25s var(--ease-out-quart),
    border-color 0.25s var(--ease-out-quart);
}

.product-card:hover .product-card__add:not(:disabled):not(.product-card__add--sold-out),
.product-card:focus-within .product-card__add:not(:disabled):not(.product-card__add--sold-out),
.product-card__add:hover {
  background: var(--text-primary);
  color: var(--bg-primary);
  border-color: var(--text-primary);
}

.product-card__add:disabled,
.product-card__add--sold-out {
  opacity: 0.45;
  cursor: not-allowed;
  border-color: var(--border-medium);
  color: var(--text-secondary);
}

.product-card__add:disabled:hover,
.product-card__add--sold-out:hover {
  background: transparent;
  color: var(--text-secondary);
}

.product-card__add svg {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.woocommerce a.button.product-card__add,
.woocommerce button.button.product-card__add,
.product-card .add_to_cart_button.product-card__add {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--text-primary);
  border-radius: 100px;
  background: transparent;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
}

.product-card:hover .woocommerce a.button.product-card__add:not(:disabled),
.product-card:hover .woocommerce button.button.product-card__add:not(:disabled),
.product-card:hover .product-card .add_to_cart_button.product-card__add:not(:disabled),
.product-card:focus-within .woocommerce a.button.product-card__add:not(:disabled),
.product-card:focus-within .woocommerce button.button.product-card__add:not(:disabled),
.product-card:focus-within .product-card .add_to_cart_button.product-card__add:not(:disabled),
.woocommerce a.button.product-card__add:hover,
.woocommerce button.button.product-card__add:hover,
.product-card .add_to_cart_button.product-card__add:hover {
  background: var(--text-primary);
  color: var(--bg-primary);
  border-color: var(--text-primary);
}

/* WooCommerce — product loop list resets */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.product-card-wrap {
  margin: 0;
  padding: 0;
  width: auto !important;
  float: none !important;
  list-style: none;
}

.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product-card-wrap::before {
  display: none;
}

.woocommerce ul.products li.product .product-card,
.woocommerce ul.products li.product-card-wrap .product-card {
  height: 100%;
}

/* WooCommerce — single product (non-PDP fallback) */
.woocommerce div.product:not(.pdp) {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: start;
  padding: 24px 0 56px;
}

@media (max-width: 991px) {
  .woocommerce div.product:not(.pdp) {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  margin: 0;
}

.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery__image,
.woocommerce div.product .woocommerce-product-gallery__image--placeholder {
  margin: 0;
}

.woocommerce div.product .woocommerce-product-gallery__image img,
.woocommerce div.product .woocommerce-product-gallery img.wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  margin: 0 auto;
  background: var(--bg-tertiary);
  border-radius: 12px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0 14px 14px;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 64px;
  margin: 0;
  list-style: none;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border-light);
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: var(--text-primary);
}

.woocommerce div.product .product_title {
  font-family: var(--font-sans);
  font-size: clamp(1.275rem, 2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.22;
  margin: 0 0 16px;
  color: var(--text-primary);
}

.woocommerce div.product p.price {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}

.woocommerce div.product p.price del {
  opacity: 0.5;
  font-weight: 500;
  font-size: 1rem;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce div.product .stock {
  font-size: 13px;
  color: var(--text-secondary);
}

.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 0 0 20px;
}

.woocommerce div.product .product_meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
  font-size: 12px;
  color: var(--text-secondary);
}

.woocommerce div.product .product_meta > span {
  display: block;
}

.woocommerce div.product .product_meta a {
  color: var(--text-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--border-light);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--text-primary);
  border-bottom-color: var(--text-primary);
}

.woocommerce div.product .woocommerce-Tabs-panel {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.woocommerce div.product .woocommerce-Tabs-panel h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 12px;
}

.woocommerce div.product .woocommerce-Tabs-panel h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 20px 0 10px;
}

.woocommerce div.product .woocommerce-Tabs-panel hr {
  border: 0;
  border-top: 1px solid var(--border-light);
  margin: 20px 0;
}

.woocommerce div.product .woocommerce-Tabs-panel ul,
.woocommerce div.product .woocommerce-Tabs-panel ol {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 8px 0 24px;
  color: var(--text-primary);
}

.woocommerce div.product .related.products ul.products,
.woocommerce div.product .upsells.products ul.products {
  margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-tertiary);
  margin: 0 0 20px;
  padding-top: 8px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--text-secondary);
  text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: var(--text-primary);
}

.product-verification {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  background: var(--bg-secondary);
}

.product-verification__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.product-verification__list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: var(--text-primary);
}

.product-verification__list li::before {
  content: "✓ ";
  color: var(--text-primary);
}


/* PDP — product detail */
.woocommerce.single-product .woocommerce-wrap {
  padding-top: clamp(12px, 2vw, 28px);
}

.woocommerce div.product.pdp {
  display: block !important;
  grid-template-columns: unset !important;
  padding: 0 0 clamp(72px, 8vw, 120px);
}

body.has-pdp-sticky-atc {
  padding-bottom: 0;
}

.pdp-breadcrumb {
  margin: 0 0 clamp(20px, 3vw, 32px);
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-tertiary);
}

.pdp-breadcrumb a {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.pdp-breadcrumb a:hover {
  color: var(--text-primary);
}

.pdp-breadcrumb__sep {
  margin: 0 8px;
  color: var(--text-tertiary);
}

.pdp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(8px, 2vw, 28px) 0 clamp(36px, 6vw, 72px);
}

.pdp-gallery {
  position: sticky;
  top: clamp(16px, 4vw, 40px);
}

.pdp-gallery__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--control-radius-pill);
  background: color-mix(in srgb, var(--bg-primary) 82%, transparent);
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.pdp-gallery__badge::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.pdp-gallery__stage {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--pdp-radius);
  background: var(--bg-secondary);
  overflow: hidden;
}

.woocommerce div.product.pdp .pdp-gallery__stage .woocommerce-product-gallery {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.woocommerce div.product.pdp .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  margin: 0;
}

.woocommerce div.product.pdp .woocommerce-product-gallery__image,
.woocommerce div.product.pdp .woocommerce-product-gallery__image--placeholder {
  width: 100%;
  height: 100%;
  float: none !important;
  display: flex;
}

.woocommerce div.product.pdp .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 12px;
  cursor: zoom-in;
}

.woocommerce div.product.pdp .woocommerce-product-gallery__image img,
.woocommerce div.product.pdp .woocommerce-product-gallery img.wp-post-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  background: var(--bg-tertiary);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce div.product.pdp .woocommerce-product-gallery__image img.peptology-logo-fallback,
.woocommerce div.product.pdp .woocommerce-product-gallery img.peptology-logo-fallback {
  object-fit: contain;
  object-position: center center;
  padding: clamp(20px, 5vw, 40px);
  box-sizing: border-box;
}

.pdp-gallery__stage:hover .woocommerce-product-gallery__image img,
.pdp-gallery__stage:hover .woocommerce-product-gallery img.wp-post-image {
  transform: scale(1.03);
}

.woocommerce div.product.pdp .woocommerce-product-gallery .zoomImg,
.woocommerce div.product.pdp .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce div.product.pdp .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.woocommerce div.product.pdp .woocommerce-product-gallery .flex-control-thumbs li {
  width: 64px;
  margin: 0;
  list-style: none;
}

.woocommerce div.product.pdp .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 64px;
  height: 64px;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  object-fit: contain;
  background: var(--bg-tertiary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce div.product.pdp .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce div.product.pdp .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: var(--text-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pdp-buy {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-light);
  border-radius: clamp(28px, 3vw, 40px);
  background: var(--bg-primary);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.pdp-buy__top {
  padding: clamp(28px, 4vw, 48px);
}

.pdp-breadcrumb-lite {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 28px;
  color: var(--text-tertiary);
  font-size: 13px;
  line-height: 1.4;
}

.pdp-breadcrumb-lite a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pdp-breadcrumb-lite a:hover {
  color: var(--text-primary);
}

.pdp-breadcrumb-lite__sep {
  color: var(--text-tertiary);
}

.pdp-buy__status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.pdp-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius-pill);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.pdp-status-pill--green {
  color: #0f6b32;
  border-color: rgba(22, 163, 74, 0.25);
  background: rgba(22, 163, 74, 0.08);
}

.pdp-status-pill--red {
  color: #9f1d1d;
  border-color: rgba(220, 50, 50, 0.22);
  background: rgba(220, 50, 50, 0.08);
}

.pdp-buy__eyebrow {
  margin: 0;
  color: var(--text-tertiary);
  font-size: var(--guide-kicker-size);
  font-weight: var(--guide-kicker-weight);
  letter-spacing: var(--guide-kicker-tracking);
  line-height: var(--guide-kicker-lh);
  text-transform: uppercase;
  padding-bottom: 10px;
}

.woocommerce div.product.pdp .product_title.pdp-title {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
  overflow-wrap: anywhere;
  min-width: 0;
}

.pdp-buy__subtitle {
  margin: 14px 0 0;
  max-width: 60ch;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

.pdp-buy__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.pdp-buy__price .price,
.woocommerce div.product.pdp .pdp-buy__price p.price {
  margin: 0;
  font-size: var(--heading-card);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.pdp-buy__price-note {
  margin: 0;
  max-width: 18ch;
  color: var(--text-tertiary);
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}

.pdp-buy__actions {
  display: grid;
  gap: 12px;
}

.woocommerce div.product.pdp .pdp-buy__actions form.cart {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin: 0;
}
@media(max-width: 980px) {
  .woocommerce div.product.pdp .pdp-buy__actions form.cart {
    grid-template-columns: 1fr;
  }
  .woocommerce div.product form.cart .qty-stepper__input {
    width: 80% !important;
  }
}

.woocommerce div.product.pdp .pdp-buy__actions form.cart > .variations,
.woocommerce div.product.pdp .pdp-buy__actions form.cart > .single_variation_wrap,
.woocommerce div.product.pdp .pdp-buy__actions form.cart .woocommerce-variation {
  grid-column: 1 / -1;
}

.woocommerce div.product.pdp .pdp-buy__actions form.cart .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  grid-column: 1 / -1;
}

.woocommerce div.product.pdp .pdp-buy__actions form.cart .quantity,
.woocommerce div.product.pdp .pdp-buy__actions form.cart .qty-stepper {
  width: auto;
  max-width: none;
  min-height: 56px;
}

.woocommerce div.product.pdp .pdp-buy__actions form.cart .qty-stepper__btn,
.woocommerce div.product.pdp .pdp-buy__actions form.cart .qty-stepper__input {
  min-height: 56px;
  height: 56px;
}

.woocommerce div.product.pdp .pdp-buy__actions form.cart .single_add_to_cart_button,
.woocommerce div.product.pdp .pdp-buy__actions form.cart .button {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  border-radius: var(--control-radius-pill);
  font-size: 16px;
  font-weight: 500;
}

.woocommerce div.product.pdp .pdp-buy__actions > .stock,
.woocommerce div.product.pdp .pdp-buy__actions form.cart .stock {
  display: none;
}

.pdp-buy__sold-out {
  width: 100%;
  min-height: 56px;
  border-radius: var(--control-radius-pill);
  font-size: 16px;
  font-weight: 500;
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.pdp-buy__sold-out:hover,
.pdp-buy__sold-out:focus-visible {
  transform: none;
  box-shadow: none;
  background: var(--accent);
}

.pdp-buy__stock-note {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.pdp-buy__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--border-light);
}

.pdp-mini-trust {
  min-height: 112px;
  padding: 22px;
  background: var(--bg-secondary);
}

.pdp-mini-trust strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.pdp-mini-trust span {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.5;
}

.pdp-verify {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: clamp(16px, 2.4vw, 22px);
  border-radius: var(--pdp-radius);
  background: var(--pdp-trust-bg);
  color: var(--pdp-trust-text);
}

.pdp-verify h2 {
  margin: 6px 0 0;
  font-family: var(--font-serif);
  font-size: var(--heading-card);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--pdp-trust-text);
}

.pdp-verify__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-verify__list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.45;
}

.pdp-verify__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-tertiary);
}

.pdp-verify__cta {
  width: fit-content;
}

.pdp-meta {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 16px 20px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-secondary);
}

.pdp-meta div {
  display: grid;
  grid-template-columns: minmax(88px, 0.32fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--border-light);
}

.pdp-meta div:first-child {
  border-top: 0;
  padding-top: 0;
}

.pdp-meta dt {
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pdp-meta dd {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.4;
}

.pdp-meta dd a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pdp-sections {
  margin-top: clamp(48px, 7vw, 96px);
}

.pdp-section {
  padding: clamp(48px, 7vw, 80px) 0;
  border-top: 1px solid var(--border-light);
}

.pdp-section__eyebrow {
  margin: 0;
  color: var(--text-tertiary);
  font-size: var(--guide-kicker-size, 11px);
  font-weight: var(--guide-kicker-weight, 600);
  letter-spacing: var(--guide-kicker-tracking, 0.15em);
  line-height: var(--guide-kicker-lh, 1.3);
  text-transform: uppercase;
}

.pdp-section .two-tone-heading.pdp-section__title,
.pdp-section__title.two-tone-heading {
  margin: 20px 0 0;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  line-height: var(--heading-display-lh);
  letter-spacing: var(--heading-display-tracking);
  max-width: 16ch;
  text-wrap: pretty;
}

.pdp-section__intro {
  max-width: var(--content-prose);
  margin: var(--heading-body-gap) 0 0;
  color: var(--text-secondary);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  text-wrap: pretty;
}

.pdp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

@media (min-width: 900px) {
  .pdp-split {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(28px, 5vw, var(--guide-split-gap, 76px));
  }
}

.pdp-split__body {
  display: grid;
  gap: clamp(24px, 4vw, 32px);
  min-width: 0;
}

.pdp-editorial,
.pdp-section__prose {
  color: var(--text-secondary);
  font-size: var(--text-body);
  line-height: 1.75;
}

.pdp-editorial {
  display: grid;
  gap: 18px;
}

.pdp-section__prose > :first-child,
.pdp-editorial > :first-child {
  margin-top: 0;
}

.pdp-section__prose p,
.pdp-editorial p {
  margin: 0 0 16px;
}

.pdp-section__prose p:last-child,
.pdp-editorial p:last-child {
  margin-bottom: 0;
}

.pdp-section__prose strong,
.pdp-editorial strong {
  color: var(--text-primary);
  font-weight: 500;
}

.pdp-section__prose ul,
.pdp-section__prose ol {
  margin: 0 0 16px;
  padding-left: 1.25em;
}

.pdp-section__prose li {
  margin-bottom: 8px;
}

.pdp-verification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pdp-verification-card {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: rgba(116, 116, 128, 0.08);
}

.pdp-verification-card__value {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: var(--heading-subsection);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}

.pdp-verification-card__label {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.5;
}

.pdp-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (min-width: 768px) {
  .pdp-spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pdp-spec-card {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-primary);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.pdp-spec-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pdp-spec-card strong {
  display: block;
  color: var(--text-primary);
  font-size: var(--guide-step-title);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.pdp-batch-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid var(--border-light);
}

.pdp-batch-meta > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--border-light);
}

.pdp-batch-meta > div:nth-child(odd) {
  padding-right: 24px;
}

.pdp-batch-meta > div:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--border-light);
}

.pdp-batch-meta dt {
  margin: 0 0 6px;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-batch-meta dd {
  margin: 0;
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .pdp-batch-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-batch-meta > div:nth-child(odd),
  .pdp-batch-meta > div:nth-child(even) {
    padding: 18px 0;
    border-left: 0;
  }
}

.pdp-coa-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pdp-coa-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

.pdp-coa-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-green, #16a34a);
}

.pdp-coa-panel__action {
  margin: 24px 0 0;
}

.pdp-section--notice .pdp-section__notice {
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--control-radius);
  background: var(--bg-notice);
  border: 1px solid var(--border-notice);
  color: var(--text-primary);
}

.pdp-section--notice .pdp-section__eyebrow {
  color: var(--text-secondary);
}

.pdp-section--notice .two-tone-heading__primary,
.pdp-section--notice .two-tone-heading__secondary {
  color: var(--text-primary);
}

.pdp-section--notice .two-tone-heading__secondary {
  color: var(--text-secondary);
}

.pdp-section--notice .pdp-section__prose {
  max-width: none;
  color: var(--text-secondary);
}

.pdp-section--notice .pdp-section__prose strong {
  color: var(--text-primary);
}

@media (max-width: 767px) {
  .pdp-verification-grid,
  .pdp-spec-grid {
    grid-template-columns: 1fr;
  }
}

.pdp-reviews-wrap {
  margin-top: clamp(40px, 6vw, 72px);
  padding-top: clamp(32px, 5vw, 48px);
  border-top: 1px solid var(--border-light);
}

.pdp-reviews-panel {
  padding: 0;
  background: transparent;
}

.pdp-reviews__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  padding-bottom: clamp(24px, 4vw, 32px);
  margin-bottom: clamp(24px, 4vw, 32px);
  border-bottom: 1px solid var(--border-light);
}

.pdp-reviews__intro .pdp-section__intro {
  max-width: 58ch;
  margin-top: 14px;
}

.pdp-reviews__title.two-tone-heading {
  margin-top: 0;
  font-weight: 400;
}

.pdp-reviews__summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  text-align: left;
}

.pdp-reviews__summary-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pdp-reviews__score {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--heading-display);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--text-primary);
}

.pdp-stars,
.pdp-reviews__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--text-tertiary);
}

.pdp-stars__star.is-filled,
.pdp-rating-field__star.is-active {
  color: var(--color-green, #16a34a);
}

.pdp-reviews__count {
  display: block;
  color: var(--text-secondary);
  font-size: 13px;
}

.pdp-reviews__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 32px);
  align-items: start;
  padding-bottom: clamp(24px, 4vw, 32px);
  border-bottom: 1px solid var(--border-light);
}

.pdp-reviews__breakdown {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 420px;
}

.pdp-reviews__breakdown li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-secondary);
}

.pdp-reviews__breakdown-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--text-primary);
  font-weight: 600;
}

.pdp-reviews__breakdown-bar {
  display: block;
  height: 6px;
  border-radius: 6px;
  background: var(--border-light);
  overflow: hidden;
}

.pdp-reviews__breakdown-bar span {
  display: block;
  height: 100%;
  background: var(--color-green, #16a34a);
}

.pdp-reviews__write-btn {
  justify-self: end;
  align-self: center;
  white-space: nowrap;
}

.pdp-reviews__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-review-card {
  padding: 22px 0;
  border-bottom: 1px solid var(--border-light);
}

.pdp-review-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 10px;
}

.pdp-review-card__stars {
  margin-top: 0;
}

.pdp-review-card__author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.pdp-review-card__verified {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--control-radius-pill);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 500;
}

.pdp-review-card__date {
  margin-left: auto;
  color: var(--text-tertiary);
  font-size: 13px;
}

.pdp-review-card__content {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

.pdp-review-card__content p {
  margin: 0;
}

.pdp-reviews__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.pdp-review-modal {
  position: fixed;
  inset: 0;
  z-index: 420;
  pointer-events: none;
  visibility: hidden;
}

.pdp-review-modal.is-open {
  pointer-events: all;
  visibility: visible;
}

.pdp-review-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s var(--ease-out-quart);
}

.pdp-review-modal.is-open .pdp-review-modal__overlay {
  opacity: 1;
}

.pdp-review-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(24px, 4vw, 32px);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  background: var(--bg-primary);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -48%) scale(0.98);
  opacity: 0;
  transition:
    transform 0.35s var(--ease-out-quart),
    opacity 0.3s var(--ease-out-quart);
}

.pdp-review-modal.is-open .pdp-review-modal__panel {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.pdp-review-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.pdp-review-modal__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--heading-card);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.pdp-review-modal__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: var(--bg-secondary);
  color: var(--text-primary);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pdp-reviews__form .comment-reply-title,
.pdp-reviews__form #reply-title {
  display: none;
}

.pdp-reviews__form-note {
  margin: 0 0 18px;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.5;
}

.pdp-reviews__form .comment-form p {
  margin: 0 0 16px;
}

.pdp-reviews__form .comment-form-author label,
.pdp-reviews__form .comment-form-email label,
.pdp-reviews__form .comment-form-comment label,
.pdp-rating-field__label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}

.pdp-rating-field__stars {
  display: inline-flex;
  gap: 4px;
}

.pdp-rating-field__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text-tertiary);
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.pdp-rating-field__star:hover,
.pdp-rating-field__star:focus-visible {
  color: var(--color-green, #16a34a);
  background: rgba(22, 163, 74, 0.08);
  outline: none;
}

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

.pdp-reviews__form .comment-form-url {
  display: none !important;
}

body.is-pdp-review-open {
  overflow: hidden;
}

.pdp-reviews .comment-form textarea,
.pdp-reviews .comment-form input[type="text"],
.pdp-reviews .comment-form input[type="email"] {
  width: 100%;
}

.pdp-related {
  margin-top: clamp(48px, 7vw, 96px);
}

.woocommerce div.product.pdp .related.products,
.woocommerce div.product.pdp .upsells.products {
  margin: 0;
}

.woocommerce div.product.pdp .related.products > h2,
.woocommerce div.product.pdp .upsells.products > h2 {
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pdp-sticky-atc {
  position: fixed;
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 90;
  width: min(40vw, 620px);
  min-width: 460px;
  transform: translateY(130%);
  opacity: 0;
  pointer-events: none;
  transition: transform 260ms var(--ease-out-quart), opacity 260ms var(--ease-out-quart);
}

.pdp-sticky-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.pdp-sticky-atc__inner {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--bg-primary) 88%, transparent);
  color: var(--text-primary);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.pdp-sticky-atc__media {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--bg-secondary);
}

.pdp-sticky-atc__media img,
.pdp-sticky-atc__initials {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  object-fit: cover;
}

.pdp-sticky-atc__initials {
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.pdp-sticky-atc__content {
  min-width: 0;
}

.pdp-sticky-atc__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-sticky-atc__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.pdp-sticky-atc__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius-pill);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.2;
}

.pdp-sticky-atc__action {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pdp-sticky-atc__price {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
}

.pdp-sticky-atc__price del {
  color: var(--text-tertiary);
  font-weight: 400;
}

.pdp-sticky-atc__price ins {
  text-decoration: none;
}

.pdp-sticky-atc__button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--control-radius-pill);
  font-size: 13px;
  white-space: nowrap;
}

.pdp-sticky-atc__button.is-disabled,
.pdp-sticky-atc__button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.pdp-sticky-atc__button.is-disabled:hover,
.pdp-sticky-atc__button:disabled:hover {
  transform: none;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .pdp-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-gallery {
    position: static;
    max-width: 520px;
    margin: 0 auto;
  }

  .pdp-reviews__header,
  .pdp-reviews__toolbar {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .pdp-reviews__write-btn {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .pdp-gallery__stage {
    aspect-ratio: 1;
    max-height: none;
  }

  .woocommerce div.product.pdp .woocommerce-product-gallery__image img,
  .woocommerce div.product.pdp .woocommerce-product-gallery img.wp-post-image {
    width: min(78%, 320px);
    max-height: 320px;
  }

  .pdp-buy__price-row {
    display: block;
  }

  .pdp-buy__price-note {
    max-width: none;
    margin-top: 8px;
    text-align: left;
  }

  .pdp-buy__trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce div.product.pdp .product_title.pdp-title {
    font-size: var(--heading-section);
  }

  .pdp-sticky-atc {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-width: 0;
  }

  .pdp-sticky-atc__inner {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    border-radius: 20px;
  }

  .pdp-sticky-atc__media {
    width: 48px;
    height: 48px;
  }

  .pdp-sticky-atc__action {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .pdp-sticky-atc__button {
    flex: 1;
  }
}


.woocommerce .shop-header,
.woocommerce .page-header.shop-header {
  padding: 0 0 20px;
  margin-bottom: 0;
}

.woocommerce .shop-header__eyebrow {
  display: block;
  margin-bottom: 10px;
}

.woocommerce .shop-header__title {
  margin: 0;
  text-align: left;
}

.woocommerce .shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin: 0 0 28px;
  padding: 16px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.woocommerce .shop-toolbar .woocommerce-result-count {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-secondary);
  flex: 1 1 auto;
}

.woocommerce .shop-toolbar .woocommerce-ordering {
  margin: 0;
  flex: 0 0 auto;
}

.woocommerce .shop-toolbar .woocommerce-ordering select {
  width: auto;
  min-width: 200px;
  max-width: 260px;
  min-height: 40px;
  padding: 10px 40px 10px 14px;
  font-size: 13px;
}

@media (max-width: 640px) {
  .woocommerce .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce .shop-toolbar .woocommerce-ordering,
  .woocommerce .shop-toolbar .woocommerce-ordering select {
    width: 100%;
    max-width: none;
  }
}

/* Tools — Figma v2 built for the bench */
.tools-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--bg-primary);
}

.tools-section__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.tools-section__title {
  margin: 0;
  max-width: 540px;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  line-height: var(--heading-display-lh);
  letter-spacing: var(--heading-display-tracking);
  text-wrap: pretty;
}

.tools-section__title-line--primary {
  color: var(--text-primary);
}

.tools-section__title-line--secondary {
  color: rgba(60, 60, 67, 0.6);
}

.tools-section__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.tools-section__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media (min-width: 900px) {
  .tools-section__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 544px;
  }
}

.tools-card--feature {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
}

@media (min-width: 900px) {
  .tools-card--feature {
    min-height: 544px;
  }
}

.tools-card__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--tools-bg-mobile);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (min-width: 768px) {
  .tools-card__bg {
    background-image: var(--tools-bg-desktop, var(--tools-bg-mobile));
  }
}

.tools-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 32px 28px;
  max-width: 463px;
}

.tools-card__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tools-card__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}

.tools-card__text {
  margin: 0;
  max-width: 379px;
  font-size: 16px;
  line-height: 1.62;
  color: #1a1a1a;
}

.tools-card--coa {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
}

@media (min-width: 900px) {
  .tools-card--coa {
    min-height: 480px;
  }
}

.tools-coa__bg {
  position: absolute;
  inset: -75px -106px -75px -4px;
  display: block;
  width: calc(100% + 110px);
  height: calc(100% + 150px);
  background-image: var(--tools-bg-mobile);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media(max-width: 767px) {
  .tools-coa__bg {
    inset: -75px -106px -75px -84px;
  }
}

@media (min-width: 768px) {
  .tools-coa__bg {
    background-image: var(--tools-bg-desktop, var(--tools-bg-mobile));
  }
}

.tools-coa__panel {
  position: relative;
  z-index: 1;
  margin: 40px 24px;
  max-width: 654px;
  padding: 40px 32px;
  border-radius: 24px;
  background: var(--bg-secondary);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 900px) {
  .tools-coa__panel {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    width: min(654px, 92vw);
  }
}

@media (max-width: 767px) {
  .tools-coa__panel {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}

.tools-coa__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tools-coa__title {
  margin: 0;
  max-width: 320px;
  font-family: var(--font-sans);
  font-size: var(--heading-section);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.tools-coa__title-line--primary {
  color: var(--text-primary);
}

.tools-coa__title-line--secondary {
  color: var(--text-secondary);
}

.tools-coa__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  color: var(--text-primary);
}

.coa-select-wrap--tools {
  width: 100%;
}

.coa-select-wrap--tools .coa-select-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.coa-select-wrap--tools .coa-select-field--pill {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.coa-select-wrap--tools .coa-select--pill {
  width: 100%;
  min-height: 52px;
  padding: 16px 45px 16px 14px;
  border: 1px solid #c6c6c8;
  border-radius: 1000px;
  background: #fff;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  background-image: none;
}

.coa-select-wrap--tools .coa-select-chevron--tools {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: var(--text-primary);
  pointer-events: none;
}

.coa-select-wrap--tools .tools-coa__submit {
  flex: 0 0 auto;
  align-self: stretch;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .coa-select-wrap--tools .coa-select-row {
    flex-direction: column;
    gap: 10px;
  }

  .coa-select-wrap--tools .tools-coa__submit {
    width: 100%;
    min-height: 48px;
  }
}

.coa-select-wrap:not(.coa-select-wrap--tools) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}

.coa-select-wrap:not(.coa-select-wrap--tools) .coa-select-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coa-select-wrap:not(.coa-select-wrap--tools) .coa-submit {
  width: 100%;
  margin-top: 0;
}

.coa-select-wrap:not(.coa-select-wrap--tools) .coa-select-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.coa-select-wrap:not(.coa-select-wrap--tools) .coa-select-field {
  position: relative;
}

.coa-select-wrap:not(.coa-select-wrap--tools) .coa-select {
  background-color: var(--bg-primary);
}

.coa-select-wrap:not(.coa-select-wrap--tools) .coa-select-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--text-secondary);
  pointer-events: none;
}

/* COA Lightbox */
.coa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  pointer-events: none;
  visibility: hidden;
}

.coa-lightbox.active,
.coa-lightbox.is-open {
  pointer-events: all;
  visibility: visible;
}

.coa-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 0.35s var(--ease-out-expo);
}

.coa-lightbox.active .coa-lightbox__overlay,
.coa-lightbox.is-open .coa-lightbox__overlay {
  opacity: 1;
}

.coa-lightbox__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(960px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  background: var(--bg-tertiary);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  transition:
    transform 0.45s var(--ease-out-expo),
    opacity 0.35s var(--ease-out-expo);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.coa-lightbox.active .coa-lightbox__panel,
.coa-lightbox.is-open .coa-lightbox__panel {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.coa-lightbox__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-light);
  flex-shrink: 0;
}

.coa-lightbox__title {
  font-family: var(--font-serif);
  font-size: var(--guide-step-title);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.coa-lightbox__close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: var(--text-secondary);
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.coa-lightbox__close:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.coa-lightbox__body {
  flex: 1;
  min-height: 0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-secondary);
}

.coa-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: min(72vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.coa-lightbox__embed {
  width: 100%;
  height: min(72vh, 820px);
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.coa-lightbox__footer {
  flex-shrink: 0;
  padding: 12px 24px 20px;
  text-align: center;
}

.coa-lightbox__download {
  font-size: 13px;
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.coa-lightbox__download:hover {
  color: var(--text-primary);
}

@media (max-width: 640px) {
  .coa-lightbox__panel {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 24px);
    border-radius: 12px;
  }

  .coa-lightbox__header,
  .coa-lightbox__body,
  .coa-lightbox__footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .coa-lightbox__image,
  .coa-lightbox__embed {
    max-height: min(65vh, 640px);
  }
}

/* COA Verification — batch documentation page */
.section--coa-verification {
  padding: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
}

.coa-verification-hero {
  position: relative;
  overflow: visible;
  padding: clamp(88px, 10vw, 148px) 0 clamp(44px, 7vw, 104px);
  background: var(--bg-primary);
}

.coa-verification-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
}

.coa-verification-hero__copy {
  min-width: 0;
}

.coa-verification-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.coa-verification-hero__title {
  max-width: 12ch;
  margin: 20px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.coa-verification-hero__intro {
  max-width: 58ch;
  margin: 32px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: var(--guide-hero-intro-lh);
  text-wrap: pretty;
}

.coa-verification-proof {
  display: grid;
  gap: 12px;
}

.coa-verification-proof__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 24px;
  padding: 20px 16px;
  background: color-mix(in srgb, var(--bg-coa-panel) 82%, transparent);
}

.coa-verification-proof__card p,
.coa-verification-footer-proof p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.coa-verification__body {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(72px, 9vw, 132px);
}

.coa-verification-selector {
  width: 100%;
}

.coa-verification-standard__intro h2,
.coa-verification-comparison__intro h2,
.coa-verification-notice h2 {
  margin: 16px 0 0;
  overflow-wrap: anywhere;
}

.coa-verification-standard__intro p:not(.coa-verification-kicker),
.coa-verification-system > p,
.coa-verification-comparison__intro p,
.coa-verification-notice p {
  max-width: 66ch;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}


.coa-verification-standard,
.coa-verification-comparison,
.coa-verification-notice,
.coa-verification-closing {
  border-top: 1px solid var(--border-coa);
}

.coa-verification-standard {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(48px, 7vw, 80px) 0;
}

.coa-verification-system {
  align-self: end;
  border: 1px solid var(--border-coa);
  border-radius: var(--control-radius);
  padding: clamp(22px, 3vw, 34px);
  background: var(--bg-coa);
}

.coa-verification-system h3 {
  margin: 0;
  font-size: var(--heading-card);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.coa-verification-system ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.coa-verification-system li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.coa-verification-system li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text-primary);
}

.coa-verification-approach {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.coa-verification-approach article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coa-verification-approach__icon,
.about-guide-cards__icon,
.faq-guide-proof__icon,
.payment-guide-proof__icon,
.delivery-proof__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.coa-verification-approach__icon svg,
.about-guide-cards__icon svg,
.faq-guide-proof__icon svg,
.payment-guide-proof__icon svg,
.delivery-proof__icon svg {
  width: 28px;
  height: 28px;
}

.coa-verification-approach p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

.coa-verification-comparison {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(48px, 7vw, 80px) 0;
}

.coa-verification-table-scroll {
  min-width: 0;
  width: 100%;
}

.coa-verification-table {
  border: 1px solid var(--border-coa);
  border-radius: var(--control-radius);
  background: var(--border-coa);
  overflow: hidden;
}

.coa-verification-table__row {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1px;
  background: var(--border-coa);
  border-bottom: 1px solid var(--bg-primary);
}

.coa-verification-table__row span {
  min-width: 0;
  padding: 15px 16px;
  background: var(--bg-about);
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.35;
}

.coa-verification-table__row span:first-child {
  color: var(--text-primary);
  font-weight: 600;
  background: var(--bg-secondary);
}

.coa-verification-table__row--head span {
  background: var(--bg-about);
  color: var(--text-primary);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coa-verification-notice {
  padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 48px);
  background: var(--bg-coa-muted);
  border-radius: var(--control-radius);
  margin-top: clamp(48px, 7vw, 80px);
}

.coa-verification-closing {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(40px, 6vw, 64px) 0;
}

.coa-verification-closing__copy {
  min-width: 0;
  max-width: 720px;
}

.coa-verification-closing h2 {
  max-width: 18ch;
  margin: 0;
  overflow-wrap: anywhere;
}

.coa-verification-closing p {
  max-width: 66ch;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-body);
  line-height: var(--guide-body-lh);
}

.coa-verification-closing__btn.btn {
  flex: 0 0 auto;
}

.coa-verification-footer-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  padding-top: clamp(48px, 7vw, 80px);
  border-top: 1px solid var(--border-coa);
}

.coa-verification-footer-proof article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  border-top: 2px solid var(--text-primary);
}

@media (max-width: 760px) {
  .coa-verification-hero__inner,
  .coa-verification-standard,
  .coa-verification-comparison {
    grid-template-columns: minmax(0, 1fr);
  }

  .coa-verification-approach {
    grid-template-columns: minmax(0, 1fr);
  }

  .coa-select-wrap--tools .coa-select--pill {
    font-size: 14px;
  }

  .coa-verification-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border: 1px solid var(--border-coa);
    border-radius: var(--control-radius);
  }

  .coa-verification-table-scroll .coa-verification-table {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .coa-verification-table {
    overflow-x: visible;
  }

  .coa-verification-table__row {
    grid-template-columns: 118px 148px 156px;
    min-width: 422px;
    gap: 1px;
    border: 0;
    border-radius: 0;
    background: var(--border-coa);
    overflow: visible;
  }

  .coa-verification-table__row--head {
    display: grid;
  }

  .coa-verification-table__row span {
    display: block;
    padding: 12px 14px;
    border-bottom: 0;
    white-space: normal;
  }

  .coa-verification-table__row span:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--bg-coa-panel);
    box-shadow: 4px 0 12px -6px rgba(0, 0, 0, 0.1);
  }

  .coa-verification-table__row--head span:first-child {
    z-index: 3;
    background: var(--bg-coa);
  }

  .coa-verification-table__row span:not(:first-child)::before {
    content: none;
    display: none;
  }

  .coa-verification-closing {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .coa-verification-footer-proof {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Payment Guide — secure checkout policy page */
.section--payment-guide {
  padding: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
}

.payment-guide-hero {
  position: relative;
  overflow: visible;
  padding: clamp(88px, 10vw, 148px) 0 clamp(44px, 6vw, 92px);
  background: var(--bg-primary);
}

.payment-guide-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: flex-start;
}

.payment-guide-hero__copy {
  min-width: 0;
}

.payment-guide-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.payment-guide-hero__title {
  max-width: 12ch;
  margin: 20px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.payment-guide-hero__intro {
  max-width: 66ch;
  margin: 28px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: 1.7;
  text-wrap: pretty;
}

.payment-guide-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.payment-guide-badges li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--control-radius-pill);
  padding: 8px 13px;
  background: color-mix(in srgb, var(--bg-payment-panel) 78%, transparent);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.payment-guide-summary {
  display: grid;
  gap: 12px;
}

.payment-guide-summary__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--control-radius);
  padding: 22px;
  background: color-mix(in srgb, var(--bg-payment-panel) 84%, transparent);
}

.payment-guide-summary__card p,
.payment-guide-proof p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.payment-guide__body {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(72px, 9vw, 132px);
}

.payment-guide-terms,
.payment-guide-process,
.payment-guide-resolution {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(48px, 7vw, 80px) 0;
  border-top: 1px solid var(--border-payment);
  align-items: start;
}

.payment-guide-terms__copy,
.payment-guide-process__copy,
.payment-guide-resolution > div:first-child {
  position: sticky;
  top: clamp(96px, 12vh, 120px);
}

.payment-guide-terms h2,
.payment-guide-process h2,
.payment-guide-resolution h2,
.payment-guide-note h2,
.payment-guide-enquiry h2 {
  margin: 14px 0 0;
  overflow-wrap: anywhere;
}

.payment-guide-terms p:not(.payment-guide-kicker),
.payment-guide-process p:not(.payment-guide-kicker),
.payment-guide-resolution p:not(.payment-guide-kicker),
.payment-guide-note p {
  max-width: 68ch;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.payment-guide-list {
  display: grid;
  gap: 12px;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-guide-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.payment-guide-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text-primary);
}

.payment-guide-steps {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: payment-step;
  list-style: none;
}

.payment-guide-steps li {
  counter-increment: payment-step;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  padding-top: 20px;
  border-top: 1px solid var(--border-payment);
}

.payment-guide-steps li::before {
  content: counter(payment-step, decimal-leading-zero);
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-payment);
  border-radius: 50%;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 12px;
}

.payment-guide-steps li > * {
  grid-column: 2;
  min-width: 0;
}

.payment-guide-steps h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.payment-guide-steps p {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.payment-guide-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 16px;
}

.payment-guide-note {
  padding: clamp(24px, 4vw, 44px) 0;
}

.payment-guide-enquiry {
  padding: clamp(24px, 4vw, 44px);
  border-radius: var(--control-radius);
  background: var(--bg-notice);
  border: 1px solid var(--border-notice);
  color: var(--text-primary);
}

.payment-guide-enquiry h2 {
  color: var(--text-primary);
}

.payment-guide-enquiry address {
  display: grid;
  gap: 8px;
  margin: 34px 0 0;
  color: var(--text-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.payment-guide-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border-payment);
  border-radius: var(--control-radius);
  background: var(--border-payment);
  overflow: hidden;
}

.payment-guide-proof article {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px;
  background: var(--bg-payment-panel);
}

@media (max-width: 760px) {
  .payment-guide-hero__inner,
  .payment-guide-terms,
  .payment-guide-process,
  .payment-guide-resolution,
  .payment-guide-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .payment-guide-terms__copy,
  .payment-guide-process__copy,
  .payment-guide-resolution > div:first-child {
    position: static;
  }

  .payment-guide-badges li {
    white-space: normal;
  }

  .payment-guide-steps li {
    grid-template-columns: minmax(0, 1fr);
  }

  .payment-guide-steps li > * {
    grid-column: 1;
  }
}

/* FAQ Guide — categorized questions page */
.section--faq-guide {
  padding: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
}

.faq-guide__inner {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(88px, 10vw, 148px);
  padding-bottom: clamp(72px, 9vw, 132px);
}

.faq-guide-header {
  padding-bottom: clamp(28px, 5vw, 56px);
}

.faq-guide-header__copy {
  min-width: 0;
}

.faq-guide-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.faq-guide-header h1 {
  max-width: 13ch;
  margin: 18px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.faq-guide-header__copy > p:not(.faq-guide-kicker) {
  max-width: 68ch;
  margin: 26px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: 1.7;
  text-wrap: pretty;
}

.faq-guide-nav {
  position: sticky;
  top: var(--header-height, 88px);
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 36px);
  margin-top: clamp(24px, 4vw, 40px);
  padding: 14px 0;
  background: var(--bg-primary);
}

.faq-guide-nav a {
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.faq-guide-nav a:hover,
.faq-guide-nav a.is-active {
  border-bottom-color: var(--text-primary);
  color: var(--text-primary);
}

.faq-guide-groups {
  display: grid;
  gap: 0;
}

.faq-guide-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(32px, 5vw, 56px) 0;
  border-top: 1px solid var(--border-faq);
  scroll-margin-top: calc(var(--header-height, 88px) + 80px);
}

.faq-guide-group:first-child {
  border-top: 0;
}

.faq-guide-group__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.faq-guide-group__head h2 {
  margin: 0;
}

.faq-guide-group__head > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-faq);
  border-radius: 50%;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 11px;
}

.faq-guide-list {
  display: grid;
  gap: 0;
}

.faq-guide-item {
  border-bottom: 1px solid var(--border-faq);
}

.faq-guide-item:first-child {
  border-top: 0;
}
.faq-guide-item:last-child {
  border-bottom: 0;
}

.faq-guide-item summary {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 20px 56px 20px 22px;
  color: var(--text-primary);
  cursor: pointer;
  font-size: var(--text-lead);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  list-style: none;
}

.faq-guide-item summary::-webkit-details-marker {
  display: none;
}

.faq-guide-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.faq-guide-item[open] summary::after {
  content: "–";
}

.faq-guide-item p {
  max-width: 78ch;
  margin: -4px 56px 0 22px;
  padding-bottom: 24px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.faq-guide-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--border-faq);
  border-radius: var(--control-radius);
  padding: clamp(24px, 4vw, 48px);
  background: var(--bg-faq-muted);
}

.faq-guide-closing h2 {
  max-width: 760px;
  margin: 14px 0 0;
  overflow-wrap: anywhere;
}

.faq-guide-closing__btn.btn {
  flex: 0 0 auto;
}

.faq-guide-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border-faq);
  border-radius: var(--control-radius);
  background: var(--border-faq);
  overflow: hidden;
}

.faq-guide-proof article {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px;
  background: var(--bg-faq-panel);
}

.faq-guide-proof p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .faq-guide-header,
  .faq-guide-group {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-guide-nav {
    justify-content: flex-start;
  }

  .faq-guide-nav a {
    white-space: normal;
  }

  .faq-guide-closing {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .faq-guide-item summary {
    padding-right: 46px;
  }

  .faq-guide-item p {
    margin-right: 22px;
  }
}

/* About Guide — brand standard page */
.section--about-guide {
  padding: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
}

.about-guide__inner {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(88px, 10vw, 148px);
  padding-bottom: clamp(72px, 9vw, 132px);
}

.about-guide-header {
  max-width: 1120px;
}

.about-guide-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-guide-header h1 {
  max-width: 13ch;
  margin: 18px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.about-guide-header > p:not(.about-guide-kicker) {
  max-width: 72ch;
  margin: 28px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: 1.7;
  text-wrap: pretty;
}

.about-guide-standard,
.about-guide-standard-list {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(48px, 7vw, 48px) 0;
  border-top: 1px solid var(--border-about);
}

.about-guide-standard__copy h2,
.about-guide-standard-list h2 {
  margin: 14px 0 0;
  overflow-wrap: anywhere;
}

.about-guide-standard__copy p:not(.about-guide-kicker),
.about-guide-standard-list p {
  max-width: 68ch;
  margin: 22px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.about-guide-standard__points {
  display: grid;
  gap: 20px;
  align-self: end;
}

.about-guide-standard__points article {
  display: grid;
  grid-template-columns: 44px minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 20px;
  border-top: 1px solid var(--border-about);
}
.about-guide-standard__points article:first-child {
  border-top: none;
}
.about-guide-standard__points article:last-child {
  border-bottom: none;
}

.about-guide-standard__points span {
  color: var(--text-tertiary);
  font-family: var(--font-mono);
  font-size: 12px;
}

.about-guide-standard__points p,
.about-guide-cards p,
.about-guide-proof p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.about-guide-philosophy {
  border: 1px solid var(--border-about);
  border-radius: var(--control-radius);
  padding: clamp(24px, 5vw, 64px);
  background: var(--bg-about-muted);
}

.about-guide-philosophy h2 {
  max-width: 1040px;
  margin: 18px 0 0;
  overflow-wrap: anywhere;
}

.about-guide-philosophy p {
  margin-top: 16px;
}
@media(min-width: 1024px) {
  .about-guide-philosophy p {
    margin-top: 22px;
    max-width: 68ch;
  }
}
.about-guide-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
  padding-top: clamp(48px, 7vw, 80px);
  border-top: 1px solid var(--border-about);
}

.about-guide-cards article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-guide-standard-list ul {
  display: grid;
  gap: 12px;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-guide-standard-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.about-guide-standard-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text-primary);
}

.about-guide-note {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  padding: clamp(48px, 7vw, 80px) 0;
  border-top: 1px solid var(--border-about);
}

.about-guide-note__copy {
  position: sticky;
  top: clamp(96px, 12vh, 120px);
}

.about-guide-note h2 {
  margin: 0;
  max-width: 22ch;
}

.about-guide-note__body p {
  margin: 0;
  max-width: 68ch;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.about-guide-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border-about);
  border-radius: var(--control-radius);
  background: var(--border-about);
  overflow: hidden;
}

.about-guide-proof article {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px;
  background: var(--bg-about-panel);
}

@media (max-width: 760px) {
  .about-guide-standard,
  .about-guide-standard-list,
  .about-guide-note,
  .about-guide-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-guide-note__copy {
    position: static;
  }

  .about-guide-note h2 {
    max-width: none;
  }

  .about-guide-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-guide-standard__points article {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Delivery — Covered, from lab to doorstep */
.delivery-section {
  padding: 80px 0;
  background: var(--bg-primary);
}

.delivery-section__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.delivery-section__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .delivery-section__head {
    flex-direction: row;
    align-items: flex-end;
    gap: 56px;
  }
}

.delivery-section__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--heading-display);
  font-weight: 500;
  line-height: var(--heading-display-lh);
  letter-spacing: var(--heading-display-tracking);
  max-width: 580px;
  text-wrap: pretty;
}

.delivery-section__title-line--primary {
  color: var(--text-primary);
}

.delivery-section__title-line--secondary {
  color: rgba(60, 60, 67, 0.6);
}

.delivery-section__intro {
  margin: 0;
  font-size: var(--text-lead);
  line-height: var(--text-lead-lh);
  color: var(--text-primary);
  flex: 1;
  min-width: 0;
  max-width: var(--content-prose);
}

.delivery-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 32px;
  background: var(--bg-tertiary);
}

.delivery-grid__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .delivery-grid__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .delivery-grid__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.delivery-card {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 20px 16px;
  border-radius: 24px;
  background: var(--bg-primary);
  min-height: 100%;
  transition: background-color 0.25s ease;
}

@media (hover: hover) {
  .delivery-card:hover {
    background: color-mix(in srgb, var(--bg-tertiary) 88%, var(--text-primary) 12%);
  }
}

.delivery-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  color: var(--text-primary);
  overflow: visible;
  transition: color 0.25s ease, transform 0.25s ease;
}

.delivery-card__icon svg {
  display: block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .delivery-card:hover .delivery-card__icon {
    color: var(--accent);
    transform: translateY(-1px);
  }

  .delivery-card:hover .delivery-card__icon svg {
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .delivery-card,
  .delivery-card__icon,
  .delivery-card__icon svg {
    transition: none;
  }

  .delivery-card:hover .delivery-card__icon {
    transform: none;
  }

  .delivery-card:hover .delivery-card__icon svg {
    transform: none;
  }
}

.delivery-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.delivery-card__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.delivery-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-secondary);
}

/* Delivery Guide — operational shipping page */
.section--delivery-guide {
  padding: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
}

.delivery-guide-hero {
  position: relative;
  overflow: clip;
  padding: clamp(88px, 10vw, 148px) 0 clamp(44px, 6vw, 92px);
  background: var(--bg-primary);
}

.delivery-guide-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.82fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
}

.delivery-guide-hero__copy {
  min-width: 0;
}

.delivery-guide-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.delivery-guide-hero__title {
  max-width: 12ch;
  margin: 20px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.delivery-guide-hero__intro {
  max-width: 66ch;
  margin: 28px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: 1.7;
  text-wrap: pretty;
}

.delivery-guide-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.delivery-guide-badges li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--control-radius-pill);
  padding: 8px 13px;
  background: color-mix(in srgb, var(--bg-delivery-panel) 78%, transparent);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.delivery-guide-hero__visual {
  position: relative;
  display: grid;
  grid-template: minmax(0, 1fr) / minmax(0, 1fr);
  min-height: clamp(340px, 42vw, 560px);
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background: var(--bg-tertiary);
  box-sizing: border-box;
  overflow: hidden;
}

.delivery-guide-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 12px;
}

.delivery-guide__body {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(72px, 9vw, 132px);
}

.delivery-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.delivery-rate-card,
.delivery-guide-notice {
  border-radius: var(--control-radius);
  background: var(--bg-delivery-panel);
}

.delivery-process,
.delivery-handling {
  border-top: 1px solid var(--border-delivery);
}

.delivery-rate-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 44px);
}

.delivery-rate-card h2,
.delivery-process h2,
.delivery-handling h2 {
  margin: 0;
  overflow-wrap: anywhere;
}

.delivery-rate-card__price {
  margin: 32px 0 0;
  color: var(--text-primary);
  font-size: var(--heading-card);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.delivery-rate-card__meta {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

.delivery-rate-card ul,
.delivery-handling ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 32px 0 0;
  list-style: none;
}

.delivery-rate-card li,
.delivery-handling li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.delivery-rate-card li::before,
.delivery-handling li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text-primary);
}

.delivery-process {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(48px, 7vw, 80px) 0;
  align-items: start;
}

.delivery-process__copy {
  position: sticky;
  top: clamp(96px, 12vh, 120px);
}

.delivery-process__copy p:not(.delivery-guide-kicker),
.delivery-handling p {
  max-width: 66ch;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.delivery-process__copy .delivery-guide-kicker,
.delivery-handling .delivery-guide-kicker {
  margin-bottom: 12px;
}

.delivery-process__steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  counter-reset: delivery-step;
  list-style: none;
  background: var(--border-delivery);
  border: 1px solid var(--border-delivery);
  border-radius: var(--control-radius);
  overflow: hidden;
}

.delivery-process__steps li {
  counter-increment: delivery-step;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  padding: 22px;
  background: var(--bg-delivery);
}

.delivery-process__steps li > * {
  grid-column: 2;
  min-width: 0;
}

.delivery-process__steps li::before {
  content: counter(delivery-step, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-delivery);
  border-radius: 50%;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 12px;
}

.delivery-process__steps h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.delivery-process__steps p {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.delivery-handling {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(24px, 4vw, 48px);
  background: var(--bg-delivery-muted);
}

.delivery-handling ul {
  align-self: end;
  margin-top: 0;
}

.delivery-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border-delivery);
  border-radius: var(--control-radius);
  background: var(--border-delivery);
  overflow: hidden;
}

.delivery-proof article {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px;
  background: var(--bg-delivery-panel);
}

.delivery-proof p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

.delivery-guide-notice {
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  color: var(--text-primary);
  font-size: var(--text-lead);
  line-height: 1.55;
}

@media (max-width: 760px) {
  .delivery-guide-hero__inner,
  .delivery-process,
  .delivery-handling {
    grid-template-columns: minmax(0, 1fr);
  }

  .delivery-process__copy {
    position: static;
  }

  .delivery-rate-grid,
  .delivery-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .delivery-rate-card {
    min-height: auto;
  }

  .delivery-guide-badges li {
    white-space: normal;
  }

  .delivery-process__steps li {
    grid-template-columns: minmax(0, 1fr);
  }

  .delivery-process__steps li > * {
    grid-column: 1;
  }
}

/* Rewards — Figma v2 banner */
.rewards-section {
  padding: 80px 0;
  background: var(--bg-primary);
}

.rewards-section__inner {
  width: 100%;
}

.rewards-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  border-radius: 24px;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  color: var(--text-primary);
  overflow: hidden;
  min-height: 280px;
}

@media (min-width: 768px) {
  .rewards-banner {
    padding: 48px 40px;
    min-height: 320px;
  }
}

.rewards-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}

.rewards-banner__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--heading-section);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.rewards-banner__text {
  margin: 0;
  max-width: 560px;
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  color: var(--text-secondary);
}

.rewards-banner__cta {
  position: relative;
  z-index: 1;
}

/* Trust statement — Figma v2 “Built on trust, not transactions” */
.trust-statement {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 80px) clamp(72px, 10vw, 100px);
}

.trust-statement__inner {
  position: relative;
  max-width: 1380px;
}

.trust-statement__mark {
  position: absolute;
  top: 0;
  right: 0;
  width: min(345px, 42%);
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.trust-statement__mark-logo,
.trust-statement__mark svg,
.trust-statement__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.trust-statement__mark img {
  object-fit: contain;
  object-position: right top;
}

.trust-statement__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 56px);
  max-width: min(100%, 920px);
}

.trust-statement__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: pretty;
  max-width: 12ch;
}

.trust-statement__title-line--primary {
  color: var(--text-primary);
}

.trust-statement__title-line--secondary {
  color: #8a8a8e;
}

.trust-statement__body {
  margin: 0;
  max-width: 100%;
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  color: var(--text-primary);
}

.trust-statement__body p {
  margin: 0;
}

.trust-statement__body p + p {
  margin-top: 1em;
}

.trust-statement__body strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .trust-statement__mark {
    display: none;
  }

  .trust-statement__title {
    max-width: none;
  }
}

/* Notice — research disclaimer panel */
.notice-section {
  background: var(--bg-tertiary);
}

.notice-section__inner {
  width: 100%;
}
@media(max-width: 768px) {
  .notice-section__inner {
    padding: 0 !important;
  }
}

.notice-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding: 32px;
}

.notice-panel__label {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--text-secondary);
}

.notice-panel__text {
  margin: 0;
  max-width: 100%;
  font-family: var(--font-sans);
  font-size: var(--text-lead);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-primary);
  text-wrap: pretty;
}

/* Protocol Guide — handling and storage long-form page */
.section--protocol-guide {
  padding: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
  scroll-margin-top: calc(var(--header-height, 88px) + 32px);
}

.protocol-hero {
  position: relative;
  overflow: clip;
  padding: clamp(92px, 10vw, 150px) 0 clamp(56px, 7vw, 104px);
  background: var(--bg-primary);
}

.protocol-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
}

.protocol-hero__copy {
  min-width: 0;
}

.protocol-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.protocol-hero__title {
  max-width: 11ch;
  margin: 20px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.protocol-hero__intro {
  max-width: 68ch;
  margin: 28px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: 1.7;
  text-wrap: pretty;
}

.protocol-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.protocol-badges li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--control-radius-pill);
  padding: 8px 13px;
  background: color-mix(in srgb, var(--bg-protocol-panel) 78%, transparent);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.protocol-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  min-height: clamp(340px, 42vw, 620px);
}

.protocol-hero__image {
  position: relative;
}

.guide-hero-mobile-visual {
  display: none;
}

@media (max-width: 760px) {
  .guide-hero-mobile-visual.protocol-hero__visual {
    display: grid;
    grid-template: minmax(0, 1fr) / minmax(0, 1fr);
    width: 100%;
    min-height: 0;
    margin: 32px 0 0;
    padding: 12px;
    border-radius: 24px;
    background: var(--bg-tertiary);
    box-sizing: border-box;
    overflow: hidden;
    place-items: stretch;
  }

  .guide-hero-mobile-visual .protocol-hero__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 12px;
    object-fit: cover;
  }
}

.protocol-layout {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  padding-top: clamp(36px, 6vw, 84px);
  padding-bottom: clamp(72px, 10vw, 140px);
}

.protocol-nav {
  position: sticky;
  top: calc(var(--header-height, 88px) + 24px);
  z-index: 40;
  align-self: start;
  max-height: calc(100vh - var(--header-height, 88px) - 48px);
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--border-protocol);
  border-radius: var(--control-radius);
  background: color-mix(in srgb, var(--bg-protocol-panel) 88%, transparent);
}

.protocol-nav__label {
  margin: 0 0 14px;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.protocol-nav nav {
  display: grid;
  gap: 2px;
}

.protocol-nav a {
  display: block;
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition:
    background-color 180ms var(--ease-out-quart),
    color 180ms var(--ease-out-quart),
    transform 180ms var(--ease-out-quart);
}

.protocol-nav a:hover {
  background: var(--bg-protocol-muted);
  color: var(--text-primary);
  transform: translateX(2px);
}

.protocol-nav a.is-active,
.protocol-nav a[aria-current="true"] {
  background: var(--bg-protocol-muted);
  color: var(--text-primary);
  font-weight: 500;
}

.protocol-nav a.is-active:hover,
.protocol-nav a[aria-current="true"]:hover {
  transform: none;
}

.protocol-content {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
}

.protocol-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  min-width: 0;
}

.protocol-overview__panel {
  border: 1px solid var(--border-protocol);
  border-radius: var(--control-radius);
  background: var(--bg-protocol-panel);
  min-width: 0;
}

.protocol-chapter,
.protocol-practice,
.protocol-stability,
.protocol-faq {
  border-top: 1px solid var(--border-protocol);
}

.protocol-closing {
  border-radius: var(--control-radius);
}

.protocol-overview__panel {
  min-height: 250px;
  padding: clamp(24px, 4vw, 44px);
}

.protocol-overview__panel--muted {
  background: var(--bg-protocol-muted);
}

.protocol-overview__panel h2,
.protocol-section-head h2,
.protocol-closing h2 {
  margin: 0;
}

.protocol-overview__panel p,
.protocol-prose,
.protocol-note,
.protocol-list-panel li,
.protocol-faq__item p,
.protocol-closing p,
.protocol-table {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.protocol-overview__panel p {
  max-width: 66ch;
  margin: 18px 0 0;
}

.protocol-chapter {
  padding: clamp(40px, 6vw, 64px) 0;
  scroll-margin-top: calc(var(--header-height, 88px) + 32px);
  min-width: 0;
}

.protocol-chapter__header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: start;
  margin-bottom: 28px;
}

.protocol-chapter__number {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-protocol);
  border-radius: 50%;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 13px;
}

.protocol-chapter__label {
  margin: 0 0 10px;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.protocol-chapter h2 {
  max-width: 15ch;
  margin: 0;
  overflow-wrap: anywhere;
}

.protocol-prose {
  max-width: 78ch;
}

.protocol-prose p + p {
  margin-top: 12px;
}

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  min-width: 0;
}

.protocol-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 20px 16px;
  border: 1px solid var(--border-protocol);
  border-radius: var(--guide-feature-radius);
  background: var(--bg-tertiary);
}

/* Card with title + body — label matches delivery / standard point titles */
.protocol-card h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--guide-card-title);
  font-weight: 400;
  line-height: var(--guide-card-title-lh);
  letter-spacing: var(--guide-card-title-tracking);
  color: var(--text-primary);
  text-transform: none;
}

.protocol-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-secondary);
}

/* Title-only cards (e.g. quick-start bullets) — read as body copy, not labels */
.protocol-card:not(:has(p)) h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-secondary);
}

.protocol-list-panel h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--guide-card-title);
  font-weight: 400;
  line-height: var(--guide-card-title-lh);
  letter-spacing: var(--guide-card-title-tracking);
  color: var(--text-primary);
  text-transform: none;
}

.protocol-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid var(--border-protocol);
  border-radius: var(--control-radius);
  background: var(--bg-protocol);
}

.protocol-chapter:has(+ .protocol-practice) {
  padding-bottom: clamp(8px, 1.5vw, 16px);
}

.protocol-chapter + .protocol-practice {
  margin-top: calc(-1 * clamp(16px, 3vw, 36px));
  padding-top: clamp(24px, 3.5vw, 36px);
}

.protocol-practice,
.protocol-stability,
.protocol-faq {
  padding: clamp(40px, 6vw, 64px) 0;
  scroll-margin-top: calc(var(--header-height, 88px) + 32px);
}

.protocol-closing {
  padding: clamp(40px, 6vw, 64px);
  margin-top: clamp(40px, 6vw, 64px);
  scroll-margin-top: calc(var(--header-height, 88px) + 32px);
}

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

.protocol-section-head .protocol-kicker {
  margin-bottom: 12px;
}

.protocol-practice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.protocol-list-panel {
  padding: 22px;
  border: 1px solid var(--border-protocol);
  border-radius: var(--control-radius);
  background: color-mix(in srgb, var(--bg-tertiary) 72%, var(--bg-protocol-muted));
}

.protocol-list-panel--avoid {
  background: var(--bg-protocol-muted);
}

.protocol-list-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.protocol-list-panel li {
  position: relative;
  padding-left: 22px;
}

.protocol-list-panel li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text-primary);
}

.protocol-table-wrap {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border-protocol);
  border-radius: var(--control-radius);
  background: var(--bg-tertiary);
}

.protocol-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.protocol-table th,
.protocol-table td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border-light);
}

.protocol-table th {
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.protocol-table tr:last-child td {
  border-bottom: 0;
}

.protocol-faq__list {
  display: grid;
  gap: 10px;
}

.protocol-faq__item {
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: color-mix(in srgb, var(--bg-tertiary) 76%, var(--bg-protocol));
}

.protocol-faq__item summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.protocol-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  transition: transform 220ms var(--ease-out-quart);
}

.protocol-faq__item[open] summary::after {
  transform: rotate(45deg);
}

.protocol-faq__item p {
  margin: 0;
  padding: 0 18px 18px;
}

.protocol-closing {
  background: var(--text-primary);
  color: var(--text-inverse);
}

.protocol-closing p {
  max-width: 78ch;
  margin: 20px 0 0;
  color: color-mix(in srgb, var(--text-inverse) 78%, transparent);
}

.protocol-compliance {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--text-inverse) 22%, transparent);
}

.protocol-compliance .protocol-kicker {
  color: color-mix(in srgb, var(--text-inverse) 62%, transparent);
}

@media (max-width: 760px) {
  .protocol-layout,
  .protocol-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .protocol-nav {
    position: sticky;
    top: var(--header-height, 72px);
    z-index: 45;
    max-height: none;
    overflow: visible;
    margin-inline: -20px;
    padding: 12px 20px 14px;
    border-inline: 0;
    border-radius: 0;
    background: color-mix(in srgb, var(--bg-protocol-panel) 94%, transparent);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    box-shadow: 0 1px 0 var(--border-protocol);
  }

  .protocol-nav__label {
    margin-bottom: 8px;
  }

  .protocol-nav nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .protocol-nav nav::-webkit-scrollbar {
    display: none;
  }

  .protocol-nav a {
    flex: 0 0 auto;
    border: 1px solid var(--border-protocol);
    white-space: nowrap;
  }

  .protocol-nav a.is-active,
  .protocol-nav a[aria-current="true"] {
    background: var(--text-primary);
    color: var(--text-inverse);
    border-color: var(--text-primary);
    font-weight: 500;
  }

  .protocol-nav a.is-active:hover,
  .protocol-nav a[aria-current="true"]:hover {
    transform: none;
  }

  .protocol-hero {
    padding-top: 72px;
    overflow: visible;
  }

  .protocol-hero__title {
    max-width: 9.5ch;
  }

  .protocol-content > *,
  .protocol-overview,
  .protocol-overview__panel,
  .protocol-grid,
  .protocol-practice__grid,
  .protocol-chapter,
  .protocol-prose,
  .protocol-list-panel,
  .protocol-table-wrap {
    max-width: 100%;
  }

  .protocol-overview,
  .protocol-grid,
  .protocol-practice__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .protocol-chapter__header {
    grid-template-columns: minmax(0, 1fr);
  }

  .protocol-chapter h2 {
    max-width: none;
  }

  .protocol-chapter__number {
    width: 48px;
    height: 48px;
  }

  .protocol-badges li {
    white-space: normal;
  }

  .protocol-chapter,
  .protocol-practice,
  .protocol-stability,
  .protocol-faq,
  .protocol-closing {
    scroll-margin-top: calc(var(--header-height, 72px) + 88px);
  }

  .protocol-table-wrap {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .protocol-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .protocol-table th:first-child,
  .protocol-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 118px;
    max-width: 132px;
    background: var(--bg-tertiary);
    box-shadow: 4px 0 12px -6px rgba(0, 0, 0, 0.1);
  }

  .protocol-table th:first-child {
    z-index: 3;
  }
}

/* Guide pages — shared typography & layout normalization */
.coa-verification-hero__title,
.payment-guide-hero__title,
.delivery-guide-hero__title,
.protocol-hero__title,
.faq-guide-header h1,
.about-guide-header h1,
.contact-guide-header h1 {
  font-size: var(--guide-hero-title);
  font-weight: 400;
  line-height: var(--guide-hero-title-lh);
  letter-spacing: var(--guide-hero-title-tracking);
}

.coa-verification-hero__intro,
.payment-guide-hero__intro,
.delivery-guide-hero__intro,
.protocol-hero__intro,
.faq-guide-header__copy > p:not(.faq-guide-kicker),
.about-guide-header > p:not(.about-guide-kicker),
.contact-guide-header__copy > p:not(.contact-guide-kicker) {
  font-size: var(--guide-hero-intro);
  line-height: var(--guide-hero-intro-lh);
  color: var(--text-secondary);
}

/* Section H2 — unified serif display scale across all guide pages */
.coa-verification-standard__intro h2,
.coa-verification-comparison__intro h2,
.coa-verification-notice h2,
.coa-verification-closing h2,
.payment-guide-terms h2,
.payment-guide-process h2,
.payment-guide-resolution h2,
.payment-guide-note h2,
.payment-guide-enquiry h2,
.faq-guide-group__head h2,
.faq-guide-closing h2,
.about-guide-standard__copy h2,
.about-guide-standard-list h2,
.about-guide-note h2,
.about-guide-philosophy h2,
.delivery-rate-card h2,
.delivery-process h2,
.delivery-handling h2,
.protocol-overview__panel h2,
.protocol-section-head h2,
.protocol-closing h2,
.protocol-chapter h2 {
  font-family: var(--font-serif);
  font-size: var(--guide-h2);
  font-weight: 400;
  letter-spacing: var(--guide-h2-tracking);
  line-height: var(--guide-h2-lh);
  margin: 0 0 var(--heading-after-gap);
}

.coa-verification-standard__intro h2 + p,
.coa-verification-comparison__intro h2 + p,
.coa-verification-closing h2 + p,
.payment-guide-terms h2 + p,
.payment-guide-process h2 + p,
.faq-guide-group__head h2 + p,
.about-guide-standard__copy h2 + p,
.protocol-overview__panel h2 + p,
.protocol-section-head h2 + p {
  margin-top: var(--heading-body-gap);
}

.coa-verification-proof__card h2,
.coa-verification-approach h2,
.coa-verification-footer-proof h3,
.payment-guide-summary__card h2,
.payment-guide-proof h3,
.faq-guide-proof h3,
.about-guide-standard__points h3,
.about-guide-cards h2,
.about-guide-proof h3,
.delivery-proof h3 {
  margin: 0;
  color: var(--text-primary);
  font-size: var(--guide-card-title);
  font-weight: 400;
  letter-spacing: var(--guide-card-title-tracking);
  line-height: var(--guide-card-title-lh);
}

.coa-verification-proof__card p,
.coa-verification-footer-proof p,
.payment-guide-summary__card p,
.payment-guide-proof p,
.faq-guide-proof p,
.about-guide-standard__points p,
.about-guide-cards p,
.about-guide-proof p,
.delivery-proof p {
  font-size: var(--guide-body-sm);
  line-height: var(--guide-body-sm-lh);
  color: var(--text-secondary);
}

.payment-guide-steps h3,
.delivery-process__steps h3 {
  font-size: var(--guide-step-title);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.coa-verification-standard__intro p:not(.coa-verification-kicker),
.coa-verification-system > p,
.coa-verification-comparison__intro p,
.coa-verification-notice p,
.coa-verification-closing p,
.about-guide-standard__copy p:not(.about-guide-kicker),
.about-guide-standard-list p,
.about-guide-note__body p,
.faq-guide-item p {
  font-size: var(--guide-body);
  line-height: var(--guide-body-lh);
  color: var(--text-secondary);
}

@media (max-width: 760px) {
  .coa-verification-hero,
  .payment-guide-hero,
  .delivery-guide-hero,
  .protocol-hero {
    padding-top: 72px;
  }

  .coa-verification-hero__title,
  .payment-guide-hero__title,
  .delivery-guide-hero__title,
  .protocol-hero__title,
  .faq-guide-header h1,
  .about-guide-header h1,
  .contact-guide-header h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .coa-verification-footer-proof,
  .payment-guide-proof,
  .faq-guide-proof,
  .about-guide-proof,
  .delivery-proof {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Newsletter / Contact */
.newsletter {
  background: #000;
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.newsletter__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 1024px) {
  .newsletter__container {
    padding: 0 32px;
  }
}

.newsletter__marquee {
  overflow: hidden;
  margin-bottom: 56px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.newsletter__track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: pl-logo-scroll 36s linear infinite;
  will-change: transform;
}

.newsletter__marquee:hover .newsletter__track {
  animation-play-state: paused;
}

.newsletter__item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.newsletter__item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .newsletter__track {
    animation: none;
    transform: none;
  }
}

.newsletter__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 768px) {
  .newsletter__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.newsletter__intro {
  max-width: 420px;
  text-align: left;
}

.newsletter__eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  text-align: left;
}

.newsletter__title {
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 400;
  line-height: var(--heading-section-lh);
  letter-spacing: var(--heading-section-tracking);
  color: #fff;
  text-wrap: balance;
  text-align: left;
  margin-bottom: var(--heading-after-gap);
  max-width: 16ch;
}

.newsletter__desc {
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  color: rgba(255, 255, 255, 0.6);
}

.newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter__row {
  display: flex;
  gap: 8px;
}

.newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter__input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.30);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.newsletter__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 14px 24px;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.newsletter__submit:hover {
  background: rgba(255, 255, 255, 0.9);
}

.newsletter__submit svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.newsletter__hint {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}

.peptology-signup__message.is-success {
  color: var(--text-secondary);
}

.peptology-signup__message.is-error {
  color: #b42318;
}

.peptology-signup--newsletter .peptology-signup__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.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;
}

/* Footer — Figma v2 */
.site-footer {
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow: hidden;
  clear: both;
}

/* Footer must stay visible — scroll-reveal can't reliably trigger at page bottom */
.site-footer [data-reveal] {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--border-light);
}

@media (min-width: 1024px) {
  .site-footer__main {
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.55fr) minmax(0, 1fr);
    min-height: 433px;
  }
}

.site-footer__brand,
.site-footer__nav,
.site-footer__address-wrap {
  padding: 20px 0px;
}

@media (min-width: 1024px) {
  .site-footer__address-wrap {
    padding: 64px 0 48px 20px;
  }
}
@media (min-width: 1024px) {
  .site-footer__brand,
  .site-footer__nav {
    padding: 64px 48px;
  }
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  border-bottom: 1px solid var(--border-light);
}

@media (min-width: 1024px) {
  .site-footer__brand {
    border-bottom: 0;
    border-right: 1px solid var(--border-light);
    padding-left: 0;
  }
}

.site-footer__about {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--text-secondary);
}

.site-footer__about-lead {
  font-weight: 600;
}

.site-footer__tagline {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--text-secondary);
}

.site-footer__address {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.site-footer__pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.site-footer__pin img {
  display: block;
  width: 32px;
  height: 32px;
  filter: brightness(0);
}

.site-footer__company {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.site-footer__street {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: var(--text-secondary);
}

.site-footer__social {
  display: none;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 1000px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  transition: all 0.3s var(--ease-out-quart);
}

@media (hover: hover) {
  .site-footer__social-link:hover {
    background: var(--bg-secondary);
    border-color: var(--border-light);
    color: var(--text-primary);
    transform: translateY(-1px);
    transition: all 0.3s var(--ease-out-quart);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
}

.site-footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--text-primary);
}

.site-footer__social-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.site-footer__nav {
  border-bottom: 1px solid var(--border-light);
}

@media (min-width: 1024px) {
  .site-footer__nav {
    border-bottom: 0;
    border-right: 1px solid var(--border-light);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.site-footer__menu a {
  font-size: 16px;
  color: var(--text-primary);
  letter-spacing: -0.005em;
  transition: color 0.2s ease;
  position: relative;
}

.site-footer__menu a:hover {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.site-footer__address-wrap {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--border-light);
}

@media (min-width: 1024px) {
  .site-footer__address-wrap {
    border-bottom: 0;
  }
}

.site-footer__bar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 24px;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: var(--text-secondary);
}

@media (min-width: 768px) {
  .site-footer__bar {
    flex-direction: row;
    align-items: center;
    padding: 32px 48px;
  }
}

.site-footer__copyright {
  margin: 0;
  color: var(--text-secondary);
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (min-width: 768px) {
  .site-footer__meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
  }
}

.site-footer__credit {
  margin: 0;
  color: var(--text-secondary);
}

.site-footer__credit a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.site-footer__credit a:hover {
  color: var(--text-primary);
}

.site-footer__legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 64px;
}

.site-footer__legal-menu a {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.site-footer__legal-menu a:hover {
  color: var(--text-primary);
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__social-link:hover {
    transform: none;
    box-shadow: none;
  }
}

/* Reduced motion — GSAP also skips animations in motion.js */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* WordPress theme state hooks */
.cart-drawer.is-open,
.cart-drawer.active {
  pointer-events: all;
}

.cart-drawer.is-open .cart-drawer__overlay,
.cart-drawer.active .cart-drawer__overlay {
  opacity: 1;
}

.cart-drawer.is-open .cart-drawer__panel,
.cart-drawer.active .cart-drawer__panel {
  transform: translateX(0);
}

.mobile-menu.is-open,
.mobile-menu.active {
  opacity: 1;
  pointer-events: all;
}

.header-search.is-open {
  display: block;
}

.cart-count--hidden,
.nav__cart-count:empty {
  display: none;
}

.header-search {
  display: none;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-tertiary);
}

.header-search__form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-search__input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  font: inherit;
}

.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Cart drawer — beat WooCommerce widget/mini-cart defaults */
.cart-drawer ul.cart_list,
.cart-drawer ul.woocommerce-mini-cart,
.cart-drawer .cart-drawer__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-drawer .woocommerce-mini-cart-item,
.cart-drawer .cart-drawer__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--border-light);
  list-style: none;
}

.cart-drawer .woocommerce-mini-cart-item:last-child,
.cart-drawer .cart-drawer__item:last-child {
  margin-bottom: 0;
}

.cart-drawer .woocommerce-mini-cart-item > a.remove,
.cart-drawer .cart-drawer__item-remove {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  text-decoration: none;
}

.cart-drawer .woocommerce-mini-cart-item > a:not(.remove),
.cart-drawer .cart-drawer__item-media {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.cart-drawer .woocommerce-mini-cart-item > a:not(.remove) img,
.cart-drawer .cart-drawer__item-media img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.cart-drawer .woocommerce-mini-cart-item > .quantity,
.cart-drawer .woocommerce-mini-cart-item .quantity:not(.qty-stepper) {
  display: none !important;
}

.cart-drawer .cart-drawer__item-meta {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-secondary);
}

.cart-drawer p.woocommerce-mini-cart__total,
.cart-drawer p.woocommerce-mini-cart__buttons {
  display: none;
}

.cart-drawer .cart-drawer__footer a.btn,
.cart-drawer .cart-drawer__footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}

/* Account, Search & Cart — white page canvas */
body.search,
body.woocommerce-cart,
body.woocommerce-account {
  background: #ffffff;
}

body.search .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main,
.search-results-page,
body.search .editor-content-page,
body.woocommerce-cart .editor-content-page,
body.woocommerce-account .editor-content-page {
  background: #ffffff;
}

.search-results-page__grid {
  display: grid;
  gap: 16px;
}

.search-results-page .card--post {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-secondary);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

@media (min-width: 640px) {
  .search-results-page .card--post:has(.card__media) {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

.search-results-page .card--post:hover,
.search-results-page .card--post:focus-within {
  border-color: var(--border-medium);
}

.search-results-page .card__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--bg-secondary);
}

.search-results-page .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-results-page .card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 3vw, 28px);
}

.search-results-page .card__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--heading-card);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.search-results-page .card__title a {
  color: var(--text-primary);
  text-decoration: none;
}

.search-results-page .card__title a:hover {
  color: var(--text-secondary);
}

.search-results-page .card__excerpt {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.search-results-page__empty {
  display: grid;
  gap: 20px;
  max-width: 36rem;
}

.search-results-page__pagination {
  margin-top: clamp(32px, 5vw, 48px);
}

.search-results-page__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.search-results-page__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary);
  background: var(--bg-secondary);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.search-results-page__pagination .page-numbers:hover,
.search-results-page__pagination .page-numbers.current {
  border-color: var(--text-primary);
}

/* WooCommerce page system — cart, checkout, account, orders */
.woocommerce-cart .editor-content-page,
.woocommerce-checkout .editor-content-page,
.woocommerce-account .editor-content-page {
  background: #ffffff;
}

.woocommerce-cart .editor-content-page__inner,
.woocommerce-checkout .editor-content-page__inner,
.woocommerce-account .editor-content-page__inner {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.woocommerce-cart .editor-content-page__header,
.woocommerce-checkout .editor-content-page__header,
.woocommerce-account .editor-content-page__header {
  margin-bottom: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(20px, 3vw, 32px);
}

.woocommerce-cart .editor-content-page__title,
.woocommerce-checkout .editor-content-page__title,
.woocommerce-account .editor-content-page__title {
  max-width: none;
  font-size: var(--heading-section);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.woocommerce-cart .editor-content-page__content > *,
.woocommerce-checkout .editor-content-page__content > *,
.woocommerce-account .editor-content-page__content > * {
  max-width: none;
}

.woocommerce-cart .editor-content-page__content,
.woocommerce-checkout .editor-content-page__content,
.woocommerce-account .editor-content-page__content {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-primary);
}

.peptology-empty-cart {
  display: flex;
  justify-content: center;
  padding: clamp(32px, 6vw, 72px) 0;
}

.peptology-empty-cart__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(100%, 420px);
  text-align: center;
}

.peptology-empty-cart__message {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--heading-card);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-primary);
}

.peptology-empty-cart__cta,
.editor-content-page__content a.peptology-empty-cart__cta,
.woocommerce-cart .peptology-empty-cart__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: min(100%, 240px);
  min-height: var(--control-height) !important;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: var(--control-radius-pill) !important;
  background: var(--accent) !important;
  color: var(--bg-primary) !important;
  font-family: var(--font-mono) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.3s var(--ease-out-quart), transform 0.3s var(--ease-out-quart), box-shadow 0.3s var(--ease-out-quart) !important;
}

.peptology-empty-cart__cta:hover,
.editor-content-page__content a.peptology-empty-cart__cta:hover,
.woocommerce-cart .peptology-empty-cart__cta:hover {
  background: var(--accent-hover) !important;
  color: var(--bg-primary) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block:not(.peptology-empty-cart) .wc-block-cart__empty-cart__title,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block:not(.peptology-empty-cart) .wp-block-woocommerce-product-new,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block:not(.peptology-empty-cart) > .wp-block-heading {
  display: none !important;
}

.woocommerce table.shop_table,
.woocommerce-cart table.cart,
.woocommerce-checkout-review-order-table,
.woocommerce-table {
  width: 100%;
  border: 1px solid var(--border-light);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--control-radius);
  background: #ffffff;
  overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-table th,
.woocommerce-table td {
  border: 0;
  border-bottom: 1px solid var(--border-light);
  padding: 18px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

.woocommerce table.shop_table tr:last-child th,
.woocommerce table.shop_table tr:last-child td,
.woocommerce-cart table.cart tr:last-child th,
.woocommerce-cart table.cart tr:last-child td,
.woocommerce-checkout-review-order-table tr:last-child th,
.woocommerce-checkout-review-order-table tr:last-child td,
.woocommerce-table tr:last-child th,
.woocommerce-table tr:last-child td {
  border-bottom: 0;
}

.woocommerce table.shop_table th,
.woocommerce-cart table.cart th,
.woocommerce-checkout-review-order-table th,
.woocommerce-table th {
  color: var(--text-primary);
  background: var(--bg-secondary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce table.shop_table .product-name a,
.woocommerce-orders-table__cell-order-number a,
.woocommerce-table a {
  color: var(--text-primary);
  font-weight: 560;
  text-decoration: none;
}

.woocommerce-cart table.cart img,
.woocommerce table.shop_table img {
  width: 78px;
  height: 78px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--bg-secondary);
}

.woocommerce-cart table.cart .product-remove a.remove,
.woocommerce table.shop_table a.remove {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  color: var(--text-secondary) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a.remove:hover,
.woocommerce table.shop_table a.remove:hover {
  border-color: var(--text-primary);
  background: var(--text-primary);
  color: var(--bg-primary) !important;
}

.cart-page__shipping-wrap,
.cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-customer-details,
.woocommerce-order-details {
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-secondary);
}

.cart-page__shipping-wrap {
  margin-bottom: 18px;
  padding: 18px;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: auto;
  max-width: none;
  padding: clamp(22px, 3vw, 32px);
}

@media (min-width: 960px) {
  .woocommerce-cart .editor-content-page__content > .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
  }

  .woocommerce-cart .editor-content-page__content > .woocommerce > form.woocommerce-cart-form {
    grid-column: 1;
    min-width: 0;
  }

  .woocommerce-cart .editor-content-page__content > .woocommerce > .cart-collaterals {
    grid-column: 2;
    margin-top: 0;
    position: sticky;
    top: calc(var(--header-height, 88px) + 24px);
  }
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce > h2,
.woocommerce-order-details__title,
.woocommerce-column__title {
  margin: 0 0 18px;
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: var(--heading-subsection);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 52px;
  margin: 0;
}

.woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
}

.woocommerce-checkout #customer_details {
  display: grid;
  gap: 26px;
  padding: clamp(22px, 3vw, 34px);
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 0;
}

.woocommerce-checkout-review-order {
  position: sticky;
  top: calc(var(--header-height, 88px) + 24px);
  padding: clamp(18px, 3vw, 28px);
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  margin-bottom: 7px;
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
  width: 100%;
  min-height: var(--control-height);
  border: 1px solid var(--control-border);
  border-radius: var(--control-radius);
  padding: 12px var(--control-padding-x);
  background: var(--control-bg);
  color: var(--text-primary);
  font-family: inherit;
  font-size: var(--control-font-size);
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  min-height: 128px;
  resize: vertical;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row select:focus {
  border-color: var(--text-primary);
  box-shadow: var(--control-focus-ring);
  outline: 0;
}

.woocommerce form .form-row .required {
  color: var(--text-primary);
  text-decoration: none;
}

.woocommerce-checkout-payment {
  border: 1px solid var(--border-light) !important;
  border-radius: var(--control-radius) !important;
  background: var(--bg-secondary) !important;
  overflow: hidden;
}

.woocommerce-checkout-payment ul.payment_methods {
  border-bottom: 1px solid var(--border-light) !important;
  padding: 0 !important;
}

.woocommerce-checkout-payment ul.payment_methods li {
  padding: 18px !important;
}

.woocommerce-checkout-payment .payment_box {
  border-radius: var(--control-radius);
  background: var(--bg-tertiary) !important;
  color: var(--text-secondary) !important;
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce-checkout-payment .place-order {
  padding: 18px !important;
}

.peptology-checkout-compliance {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: var(--bg-notice, #ebebeb);
}

.peptology-checkout-compliance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}

.peptology-checkout-compliance input[type='checkbox'] {
  flex-shrink: 0;
  margin: 3px 0 0;
}

.peptology-checkout-compliance__label {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-primary);
}

.peptology-checkout-compliance__label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Paused checkout — interest capture instead of payment */
.payments-paused.woocommerce-checkout #customer_details,
.payments-paused .woocommerce-checkout-payment .payment_methods,
.payments-paused .woocommerce-checkout-payment .place-order,
.payments-paused .peptology-checkout-compliance {
  display: none !important;
}

.checkout-interest {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-secondary);
}

.checkout-interest__title {
  margin: 0 0 10px;
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: var(--heading-subsection);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.checkout-interest__message {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.checkout-interest__cart-title {
  margin: 0 0 12px;
  color: var(--text-primary);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-interest__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-interest__items li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
}

.checkout-interest__items li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.checkout-interest__item-name {
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.4;
}

.checkout-interest__item-meta {
  color: var(--text-secondary);
  font-size: 13px;
  white-space: nowrap;
}

.checkout-interest__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  color: var(--text-primary);
  font-size: 14px;
}

.checkout-interest__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-interest__field span {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-interest__field input {
  width: 100%;
  min-height: var(--control-height);
  border: 1px solid var(--control-border);
  border-radius: var(--control-radius);
  padding: 12px var(--control-padding-x);
  background: var(--control-bg);
  color: var(--text-primary);
  font-family: inherit;
  font-size: var(--control-font-size);
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-interest__field input:focus {
  border-color: var(--text-primary);
  box-shadow: var(--control-focus-ring);
  outline: 0;
}

.checkout-interest__submit {
  width: 100%;
  min-height: 52px;
}

.checkout-interest__status {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.checkout-interest__status.is-success {
  color: var(--text-primary);
}

.checkout-interest__status.is-error {
  color: #b42318;
}

.wc-block-checkout .checkout-interest {
  margin-top: 8px;
}

.wc-block-checkout .checkout-interest__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wc-block-checkout .wc-block-components-checkbox__label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wc-block-checkout .wc-block-components-checkbox:has([id*='research-use-confirmation']) {
  margin-top: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: var(--bg-notice, #ebebeb);
}

.wc-block-checkout .wc-block-components-checkbox:has([id*='research-use-confirmation']) .wc-block-components-checkbox__label {
  font-size: 13px;
  line-height: 1.55;
}

.wc-block-components-checkout-place-order-button:disabled,
.wc-block-components-checkout-place-order-button.peptology-place-order--blocked,
#place_order:disabled,
#place_order.peptology-place-order--blocked {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.woocommerce-checkout-payment #place_order {
  width: 100%;
  min-height: 52px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-MyAccount-content {
  float: none;
  width: auto;
  padding: clamp(22px, 3vw, 34px);
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
}

.woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

.woocommerce-MyAccount-content mark,
.woocommerce-order-overview mark {
  border-radius: 6px;
  padding: 2px 6px;
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.woocommerce-Address,
.woocommerce-address-fields,
.woocommerce-account form,
.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-order {
  margin-top: 20px;
  padding: clamp(20px, 3vw, 30px);
}

.woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.woocommerce-Address-title h3 {
  margin: 0;
}

.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  margin: 0 0 24px;
  padding: 0;
  background: var(--border-light);
  overflow: hidden;
}

.woocommerce-order-overview li {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 18px;
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.woocommerce-order-overview li strong {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon {
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  padding: clamp(20px, 3vw, 30px);
  background: var(--bg-secondary);
}

/* Account — logged-out auth */
.woocommerce-account:not(.logged-in) .editor-content-page__header {
  display: none;
}

.woocommerce-account:not(.logged-in) .editor-content-page__inner {
  width: min(100%, 1120px);
}

.woocommerce-account:not(.logged-in) .editor-content-page__content > * {
  max-width: none;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
  grid-template-columns: unset;
  gap: 0;
}

.account-auth {
  width: 100%;
}

.account-auth__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--border-light);
  border-radius: clamp(20px, 3vw, 28px);
  background: #ffffff;
  overflow: hidden;
}

.account-auth__shell--split {
  grid-template-columns: minmax(0, 1fr);
}

.account-auth__intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--bg-secondary);
  border-right: 1px solid var(--border-light);
}

.account-auth__shell--split .account-auth__intro {
  border-right: 0;
  border-bottom: 1px solid var(--border-light);
}

.account-auth__kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: var(--guide-kicker-size);
  font-weight: var(--guide-kicker-weight);
  letter-spacing: var(--guide-kicker-tracking);
  line-height: var(--guide-kicker-lh);
  text-transform: uppercase;
}

.account-auth__title {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-serif);
  font-size: var(--heading-section);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
  color: var(--text-primary);
}

.account-auth__lede {
  margin: 0;
  max-width: 38ch;
  color: var(--text-secondary);
  font-size: var(--text-body);
  line-height: 1.65;
}

.account-auth__points {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.account-auth__points li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.45;
}

.account-auth__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-primary);
}

.account-auth__forms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  background: #ffffff;
}

.account-auth__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 40px);
  width: 100%;
}

.account-auth__panel-title {
  margin: 0 0 20px;
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.account-auth__panel--login form.login,
.account-auth__panel--register form.register {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.account-auth__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  margin-top: 4px;
}

.account-auth__actions--register {
  justify-content: flex-end;
  margin-top: 8px;
}

.account-auth__remember {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
}

.account-auth__remember span {
  margin-left: 6px;
}

.account-auth .woocommerce-form-login__submit,
.account-auth .woocommerce-form-register__submit {
  min-height: 48px;
  min-width: 148px;
  margin: 0;
  padding: 0 24px;
}

.account-auth__lost {
  margin: 18px 0 0;
  font-size: 14px;
}

.account-auth__lost a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-auth__lost a:hover {
  color: var(--text-primary);
}

.account-auth__register-note {
  margin: 0 0 16px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.account-auth .form-row {
  margin-bottom: 16px;
}

.account-auth .form-row:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .account-auth__shell,
  .account-auth__shell--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .account-auth__intro {
    border-right: 0;
    border-bottom: 1px solid var(--border-light);
  }

  .account-auth__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .account-auth__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .account-auth .woocommerce-form-login__submit,
  .account-auth .woocommerce-form-register__submit {
    width: 100%;
  }
}

.woocommerce .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce .u-columns::before,
.woocommerce .u-columns::after {
  display: none;
}

.woocommerce .u-column1,
.woocommerce .u-column2 {
  float: none;
  width: auto;
}

.wc-block-cart,
.wc-block-checkout {
  max-width: 1320px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    overflow: visible;
  }

  .wc-block-checkout .wc-block-components-panel__button {
    padding-inline: 20px !important;
  }

  .wc-block-checkout .wc-block-components-panel__content {
    padding-inline: 20px;
  }
}

@media (min-width: 700px) {
  .wc-block-checkout__sidebar {
    top: calc(var(--header-height, 88px) + 24px);
  }

  .wc-block-checkout__sidebar.is-sticky {
    max-height: calc(100vh - var(--header-height, 88px) - 48px);
    overflow-y: auto;
  }
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-components-button.contained,
.wc-block-checkout .wc-block-components-button.contained,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-cart .wc-block-components-button:not(.is-link),
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-checkout .wc-block-components-button:not(.is-link),
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-checkout-place-order-button:not(.is-link) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  min-height: var(--control-height) !important;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: var(--control-radius-pill) !important;
  background: var(--accent) !important;
  color: var(--bg-primary) !important;
  font-family: var(--font-mono) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: background 0.3s var(--ease-out-quart), transform 0.3s var(--ease-out-quart), box-shadow 0.3s var(--ease-out-quart) !important;
  cursor: pointer !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus-visible,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus-visible,
.wc-block-cart .wc-block-components-button.contained:hover,
.wc-block-cart .wc-block-components-button.contained:focus-visible,
.wc-block-checkout .wc-block-components-button.contained:hover,
.wc-block-checkout .wc-block-components-button.contained:focus-visible,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-cart .wc-block-components-button:not(.is-link):hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-cart .wc-block-components-button:not(.is-link):focus-visible,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-checkout .wc-block-components-button:not(.is-link):hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-checkout .wc-block-components-button:not(.is-link):focus-visible,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-checkout-place-order-button:not(.is-link):hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-checkout-place-order-button:not(.is-link):focus-visible {
  background: var(--accent-hover) !important;
  color: var(--bg-primary) !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-cart .wc-block-components-button.contained .wc-block-components-button__text,
.wc-block-checkout .wc-block-components-button.contained .wc-block-components-button__text,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-cart .wc-block-components-button:not(.is-link) .wc-block-components-button__text,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-checkout .wc-block-components-button:not(.is-link) .wc-block-components-button__text,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-checkout-place-order-button:not(.is-link) .wc-block-components-button__text {
  color: inherit !important;
  text-decoration: none !important;
}

.wc-block-cart a.wp-element-button,
.wc-block-checkout a.wp-element-button {
  text-decoration: none !important;
}

.wc-block-components-textarea,
.wc-block-components-textarea textarea,
.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-block-components-form textarea {
  width: 100% !important;
  min-height: 120px !important;
  padding: 12px var(--control-padding-x) !important;
  border: 1px solid var(--control-border) !important;
  border-radius: var(--control-radius) !important;
  background: var(--control-bg) !important;
  color: var(--text-primary) !important;
  font-family: inherit !important;
  font-size: var(--control-font-size) !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  resize: vertical !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-blocks-components-select__select {
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  border: 1px solid var(--control-border) !important;
  border-radius: var(--control-radius) !important;
  background: var(--control-bg) !important;
  color: var(--text-primary) !important;
  font-family: inherit !important;
  font-size: var(--control-font-size) !important;
  line-height: 25px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="url"] {
  padding: 16px var(--control-padding-x) !important;
}

.wc-block-components-text-input.is-active input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="password"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill {
  padding: 24px calc(var(--control-padding-x) - 3px) 8px !important;
}

.wc-block-components-text-input.is-active input:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="text"]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="email"]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="number"]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="password"]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="url"]:focus,
.wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus {
  padding: 24px calc(var(--control-padding-x) - 4.5px) 8px !important;
}

.wc-block-components-text-input label,
.wc-block-components-form .wc-block-components-text-input label {
  left: calc(var(--control-padding-x) - 6px) !important;
  color: var(--text-tertiary) !important;
}

.wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label {
  top: 6px !important;
  transform: scale(0.82) !important;
  transform-origin: top left !important;
}

.wc-blocks-components-select__select {
  padding: 16px calc(var(--control-padding-x) - 3px) 0 !important;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  cursor: pointer !important;
}

.wc-blocks-components-select__select:focus {
  padding: 16px calc(var(--control-padding-x) - 4.5px) 0 !important;
  padding-right: 39.5px !important;
}

.wc-blocks-components-select__label {
  color: var(--text-tertiary) !important;
  font-size: 13px !important;
}

.wc-block-cart select:not(.wc-blocks-components-select__select),
.wc-block-checkout select:not(.wc-blocks-components-select__select),
.wc-block-components-form select:not(.wc-blocks-components-select__select) {
  width: 100% !important;
  min-height: var(--control-height) !important;
  padding: 12px var(--control-padding-x) !important;
  padding-right: 40px !important;
  border: 1px solid var(--control-border) !important;
  border-radius: var(--control-radius) !important;
  background: var(--control-bg) !important;
  color: var(--text-primary) !important;
  font-family: inherit !important;
  font-size: var(--control-font-size) !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-text-input input:focus,
.wc-block-cart select:focus,
.wc-block-checkout select:focus,
.wc-block-components-form select:focus,
.wc-blocks-components-select__select:focus,
.wc-block-components-textarea:focus,
.wc-block-components-textarea textarea:focus,
.wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wc-block-components-form textarea:focus {
  outline: none !important;
  border-color: var(--text-primary) !important;
  box-shadow: var(--control-focus-ring) !important;
  background: var(--control-bg) !important;
  color: var(--text-primary) !important;
}

.wc-block-components-text-input input::placeholder,
.wc-block-components-textarea::placeholder,
.wc-block-components-textarea textarea::placeholder,
.wc-block-components-form textarea::placeholder {
  color: var(--text-tertiary) !important;
}

.wc-block-cart-items,
.wc-block-components-sidebar,
.wc-block-components-totals-wrapper {
  border-color: var(--border-light) !important;
}

.wc-block-cart .wc-block-cart-item__prices,
.wc-block-checkout .wc-block-cart-item__prices,
.wc-block-components-order-summary .wc-block-cart-item__prices,
.wc-block-components-order-summary-item__individual-prices,
.wc-block-cart .wc-block-components-product-metadata,
.wc-block-checkout .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-product-metadata {
  display: none !important;
}

.wc-block-cart .wc-block-components-product-name,
.wc-block-checkout .wc-block-components-product-name {
  display: block;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-weight: 600;
  text-decoration: none;
}

.wc-block-cart .wc-block-components-product-name:hover,
.wc-block-checkout .wc-block-components-product-name:hover {
  color: var(--text-primary);
  text-decoration: none;
}

/* WooCommerce + WordPress forms — buttons, quantity, Select2 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.coa-submit,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--control-height);
  padding: 14px 28px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
  border-radius: var(--control-radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s var(--ease-out-quart);
  box-sizing: border-box;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.coa-submit,
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout {
  background: var(--accent);
  color: var(--bg-primary);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.coa-submit:hover:not(:disabled) {
  background: var(--accent-hover);
  color: var(--bg-primary);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--border-medium);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  border-color: var(--text-primary);
  background: var(--bg-secondary);
  color: var(--text-primary);
  transform: translateY(-1px);
  box-shadow: none;
}

.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.woocommerce .quantity:not(.qty-stepper) {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-medium);
  border-radius: var(--control-radius-pill);
  overflow: hidden;
  background: var(--bg-tertiary);
}

.woocommerce .quantity:not(.qty-stepper) .qty {
  width: 48px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--border-light);
  border-right: 1px solid var(--border-light);
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}

.woocommerce table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.woocommerce table.cart td.actions .coupon .input-text {
  width: auto;
  flex: 1 1 180px;
  min-width: 0;
}

.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions > .button {
  flex-shrink: 0;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .qty-stepper,
.woocommerce div.product form.cart .quantity {
  flex: 0 0 auto;
}

.woocommerce div.product form.cart .qty-stepper__btn,
.woocommerce div.product form.cart .qty-stepper__input {
  height: var(--control-height);
  min-height: var(--control-height);
}

.woocommerce div.product form.cart .qty-stepper__btn {
  width: 44px;
}

.woocommerce div.product form.cart .qty-stepper__input {
  width: 52px;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .button {
  flex: 1 1 200px;
  min-height: var(--control-height);
  min-width: 180px;
  color: var(--bg-primary);
  background: var(--accent);
}

.woocommerce div.product form.variations_form .variations {
  margin-bottom: 16px;
}

.woocommerce div.product form.variations_form .variations td,
.woocommerce div.product form.variations_form .variations th {
  padding: 8px 0;
  vertical-align: middle;
}

.woocommerce div.product form.variations_form .variations label {
  margin-bottom: 0;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.woocommerce div.product form.variations_form .reset_variations {
  font-size: 13px;
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px 0 0;
  padding: 40px 0 56px;
  clear: both;
}

.post-type-archive-product .woocommerce-pagination,
.tax-product_cat .woocommerce-pagination,
.tax-product_tag .woocommerce-pagination {
  display: none !important;
}

.shop-infinite-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 0 48px;
  clear: both;
}

.shop-infinite-scroll__sentinel {
  width: 100%;
  height: 1px;
}

.shop-infinite-scroll__status {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-secondary);
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary);
  background: var(--bg-tertiary);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: var(--text-primary);
  background: var(--bg-secondary);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  background: var(--bg-secondary);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  border-color: var(--text-primary);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 14px 18px;
  margin-bottom: 20px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-secondary);
  font-size: 14px;
  list-style: none;
}

.woocommerce-error {
  border-color: rgba(220, 38, 38, 0.35);
  background: #fef2f2;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: var(--text-primary);
}

/* Select2 (checkout country/state, etc.) */
.select2-container--default .select2-selection--single {
  min-height: var(--control-height);
  height: auto;
  border: 1px solid var(--control-border);
  border-radius: var(--control-radius);
  background: var(--control-bg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 40px 12px var(--control-padding-x);
  font-family: var(--font-sans);
  font-size: var(--control-font-size);
  line-height: 1.4;
  color: var(--text-primary);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 12px;
  height: 100%;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--text-secondary) transparent transparent transparent;
  margin-top: -2px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--text-secondary) transparent;
  margin-top: -6px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--text-primary);
  box-shadow: var(--control-focus-ring);
}

.select2-dropdown {
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-tertiary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.select2-container--default .select2-results__option {
  padding: 10px var(--control-padding-x);
  font-size: var(--control-font-size);
  color: var(--text-primary);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background: var(--accent);
  color: var(--bg-primary);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  min-height: 40px;
  padding: 10px var(--control-padding-x);
  border: 1px solid var(--control-border);
  border-radius: var(--control-radius);
  font-family: inherit;
  font-size: var(--control-font-size);
}

.woocommerce form .form-row {
  margin-bottom: 16px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 48%;
}

@media (max-width: 767px) {
  .woocommerce-cart .page-content .container,
  .woocommerce-checkout .page-content .container,
  .woocommerce-account .page-content .container {
    padding-top: 64px;
  }

  .woocommerce form.checkout,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    display: block;
    grid-column: auto;
  }

  .woocommerce-checkout-review-order {
    position: static;
    margin-top: 20px;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-MyAccount-content {
    margin-top: 18px;
  }

  .woocommerce .u-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-order-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
  }

  .woocommerce table.cart td.actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions > .button {
    width: 100%;
  }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
    border-bottom: 1px solid var(--border-light);
  }

  .woocommerce table.shop_table_responsive tr:last-child,
  .woocommerce-page table.shop_table_responsive tr:last-child {
    border-bottom: 0;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--border-light);
    text-align: right !important;
  }

  .woocommerce table.shop_table_responsive tr td:last-child,
  .woocommerce-page table.shop_table_responsive tr td:last-child {
    border-bottom: 0;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title);
    color: var(--text-primary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
  }

  .woocommerce-cart table.cart td.product-thumbnail,
  .woocommerce-cart table.cart td.product-remove {
    justify-content: flex-end;
  }

  .woocommerce-cart table.cart td.product-thumbnail::before,
  .woocommerce-cart table.cart td.product-remove::before {
    display: none;
  }
}

/* Editor Content Page — simple legal / policy content */
.editor-content-page {
  background: var(--bg-primary);
  color: var(--text-primary);
}

.editor-content-page__inner {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

@media (min-width: 1024px) {
  .editor-content-page__inner.container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

#pl-reconstitution-tool {
  max-width: 100% !important;
}
.editor-content-page__header {
  margin-bottom: clamp(30px, 5vw, 48px);
  padding-bottom: clamp(28px, 5vw, 48px);
}

.editor-content-page__eyebrow {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.editor-content-page__title {
  max-width: 13ch;
  margin: 22px 0 0;
  font-family: var(--font-serif);
  font-size: var(--heading-editor);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.editor-content-page__content {
  color: var(--text-secondary);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
}

@media(min-width: 1024px) {
  .editor-content-page__content {
    padding: 0 32px;
  }
}
.editor-content-page__content > * {
  max-width: 100%;
}

.editor-content-page__content > * + * {
  margin-top: 1.15em;
}

.editor-content-page__content h2,
.editor-content-page__content h3,
.editor-content-page__content h4 {
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.editor-content-page__content h2 {
  margin-top: clamp(48px, 6vw, 72px);
  font-size: var(--heading-subsection);
}

.editor-content-page__content h3 {
  margin-top: 2.4em;
  font-size: var(--heading-card);
}

.editor-content-page__content h4 {
  margin-top: 2em;
  font-size: 15px;
}

.editor-content-page__content ul,
.editor-content-page__content ol {
  padding-left: 1.2em;
}

.editor-content-page__content li + li {
  margin-top: 0.45em;
}

.editor-content-page__content a {
  color: var(--text-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.editor-content-page__content .woocommerce-MyAccount-navigation a {
  text-decoration: none;
}

.editor-content-page__content .wc-block-components-product-name {
  text-decoration: none;
}

.editor-content-page__content a.peptology-empty-cart__cta {
  text-decoration: none;
  color: var(--bg-primary);
}

.editor-content-page__content blockquote {
  border-left: 1px solid var(--text-primary);
  padding-left: 22px;
  color: var(--text-primary);
}

.editor-content-page__content table {
  width: 100%;
  max-width: none;
  border-collapse: collapse;
  margin-top: clamp(24px, 4vw, 42px);
  font-size: 15px;
}

.editor-content-page__content th,
.editor-content-page__content td {
  border: 1px solid var(--border-light);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

.editor-content-page__content th {
  color: var(--text-primary);
  background: var(--bg-secondary);
  font-weight: 600;
}

.editor-content-page__content .page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

/* Contact Form 7 — match site form/button styling */
.section--shortcode .wpcf7-form {
  display: grid;
  gap: 20px;
  max-width: 560px;
}

.section--shortcode .wpcf7-form p {
  margin: 0;
}

.section--shortcode .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}

.section--shortcode .wpcf7-form input[type="text"],
.section--shortcode .wpcf7-form input[type="email"],
.section--shortcode .wpcf7-form input[type="tel"],
.section--shortcode .wpcf7-form input[type="url"],
.section--shortcode .wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-primary);
  font-family: inherit;
  font-size: 15px;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s ease;
}

.section--shortcode .wpcf7-form input[type="text"]:focus,
.section--shortcode .wpcf7-form input[type="email"]:focus,
.section--shortcode .wpcf7-form input[type="tel"]:focus,
.section--shortcode .wpcf7-form input[type="url"]:focus,
.section--shortcode .wpcf7-form textarea:focus {
  border-color: var(--text-primary);
}

.section--shortcode .wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

.section--shortcode .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 28px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 100px;
  background: var(--accent);
  color: var(--bg-primary);
  cursor: pointer;
  transition: all 0.3s var(--ease-out-quart);
}

.section--shortcode .wpcf7-form input[type="submit"]:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.section--shortcode .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b3261e;
  font-size: 13px;
}

.section--shortcode .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  font-size: 14px;
  color: var(--text-secondary);
}

/* Contact guide — unified contact page layout */
.section--contact-guide {
  padding-top: clamp(88px, 10vw, 148px);
  padding-bottom: clamp(72px, 9vw, 132px);
  background: var(--bg-primary);
}

.contact-guide-header {
  max-width: 68ch;
}

.contact-guide-kicker {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-guide-header h1 {
  max-width: 13ch;
  margin: 18px 0 0;
  font-family: var(--font-serif);
  font-size: var(--guide-hero-title);
  font-weight: 400;
  letter-spacing: var(--guide-hero-title-tracking);
  line-height: var(--guide-hero-title-lh);
  overflow-wrap: anywhere;
}

.contact-guide-header__copy > p:not(.contact-guide-kicker) {
  max-width: 68ch;
  margin: 26px 0 0;
  color: var(--text-secondary);
  font-size: var(--guide-hero-intro);
  line-height: 1.7;
  text-wrap: pretty;
}

.contact-guide-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(40px, 6vw, 72px);
}

.contact-guide-details__label {
  margin: 0 0 16px;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-guide-details__cards {
  display: grid;
  gap: 12px;
}

.contact-guide-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  padding: clamp(20px, 2.5vw, 24px);
  background: var(--bg-secondary);
}

.contact-guide-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--text-primary);
}

.contact-guide-card__icon svg {
  width: 20px;
  height: 20px;
}

.contact-guide-card__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--guide-card-title);
  font-weight: 400;
  letter-spacing: var(--guide-card-title-tracking);
  line-height: var(--guide-card-title-lh);
  color: var(--text-primary);
}

.contact-guide-card__text {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.contact-guide-card__text a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-decoration-color: var(--border-medium);
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.contact-guide-card__text a:hover {
  color: var(--text-primary);
}

.contact-guide-form {
  position: sticky;
  top: calc(var(--header-height, 88px) + 24px);
}

.contact-guide-form__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--guide-card-title);
  font-weight: 400;
  letter-spacing: var(--guide-card-title-tracking);
  line-height: var(--guide-card-title-lh);
  color: var(--text-primary);
}

.contact-guide-form__intro {
  margin: 10px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.contact-guide-form__panel {
  margin-top: 20px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  padding: clamp(20px, 3vw, 28px);
  background: var(--bg-secondary);
}

.section--contact-guide .wpcf7-form {
  display: grid;
  gap: 20px;
}

.section--contact-guide .wpcf7-form p {
  margin: 0;
}

.section--contact-guide .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}

.section--contact-guide .wpcf7-form label br {
  display: none;
}

.section--contact-guide .wpcf7-form input[type="text"],
.section--contact-guide .wpcf7-form input[type="email"],
.section--contact-guide .wpcf7-form input[type="tel"],
.section--contact-guide .wpcf7-form input[type="url"],
.section--contact-guide .wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  background: var(--bg-primary);
  font-family: inherit;
  font-size: 15px;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s ease;
}

.section--contact-guide .wpcf7-form input[type="text"]:focus,
.section--contact-guide .wpcf7-form input[type="email"]:focus,
.section--contact-guide .wpcf7-form input[type="tel"]:focus,
.section--contact-guide .wpcf7-form input[type="url"]:focus,
.section--contact-guide .wpcf7-form textarea:focus {
  border-color: var(--text-primary);
}

.section--contact-guide .wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

.section--contact-guide .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 28px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 100px;
  background: var(--accent);
  color: var(--bg-primary);
  cursor: pointer;
  transition: all 0.3s var(--ease-out-quart);
}

.section--contact-guide .wpcf7-form input[type="submit"]:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.section--contact-guide .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b3261e;
  font-size: 13px;
}

.section--contact-guide .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--control-radius);
  font-size: 14px;
  color: var(--text-secondary);
}

@media (max-width: 960px) {
  .contact-guide-body {
    grid-template-columns: 1fr;
    gap: clamp(40px, 8vw, 56px);
  }

  .contact-guide-form {
    position: static;
  }
}

@media (max-width: 767px) {
  .contact-guide-header h1 {
    max-width: none;
  }
}
