:root {
  color-scheme: dark;
  --bg: #07090c;
  --bg-2: #0c1015;
  --panel: #11161d;
  --panel-2: #151b23;
  --line: rgba(208, 216, 226, 0.16);
  --line-strong: rgba(208, 216, 226, 0.32);
  --text: #eef2f7;
  --muted: #9ca7b8;
  --soft: #c7d0dd;
  --foil-a: #00d9ff;
  --foil-c: #8a4dff;
  --foil-b: #ff2e8a;
  --signal: #c9f5ff;
  --steel: #b8c2cf;
  --gradient-brand-flow: linear-gradient(
    110deg,
    #e7edf4 0%,
    #bff6ff 26%,
    #f6f8fb 50%,
    #f58abc 74%,
    #dce5ee 100%
  );
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 84px;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 46, 138, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 72% -12%, rgba(0, 217, 255, 0.16), transparent 31%),
    radial-gradient(circle at 16% 6%, rgba(255, 46, 138, 0.1), transparent 25%),
    radial-gradient(circle at 48% 42%, rgba(138, 77, 255, 0.065), transparent 34%),
    linear-gradient(180deg, #07090c 0%, #0a0d11 44%, #07090c 100%);
  background-size: 44px 44px, 44px 44px, auto, auto, auto, auto;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.drawer-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

[data-reveal] {
  animation: reveal-in 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes reveal-in {
  from {
    opacity: 0.01;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes brand-gradient-flow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 8px clamp(16px, 3vw, 28px);
  border-bottom: 1px solid rgba(208, 216, 226, 0.12);
  background: rgba(4, 6, 8, 0.96);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--foil-a), var(--foil-b), var(--foil-c));
  opacity: 0.82;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 0;
  min-width: max-content;
}

.brand-logo {
  width: clamp(122px, 11vw, 168px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(123, 61, 255, 0.42));
}

.site-nav,
.site-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: start;
}

.site-actions {
  display: none;
  justify-self: end;
}

.icon-button {
  width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(208, 216, 226, 0.16);
  border-radius: 0;
  background: rgba(238, 242, 247, 0.035);
  color: var(--text);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.icon-button:hover,
.nav-dropdown.is-open > .icon-button {
  border-color: rgba(156, 244, 255, 0.42);
  background: rgba(156, 244, 255, 0.08);
  transform: translateY(-1px);
}

.category-menu-icon {
  display: grid;
  grid-template-columns: repeat(2, 7px);
  gap: 4px;
}

.category-menu-icon span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(238, 242, 247, 0.78);
  background: rgba(0, 217, 255, 0.12);
}

.category-menu-icon span:nth-child(2),
.category-menu-icon span:nth-child(3) {
  border-color: rgba(255, 46, 138, 0.72);
  background: rgba(255, 46, 138, 0.12);
}

.requests-button {
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
}

.requests-button::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #25d366
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.04 4.8c-6.08 0-11.02 4.9-11.02 10.94 0 1.93.51 3.81 1.47 5.47L4.93 27l5.95-1.54a11.07 11.07 0 0 0 5.16 1.3c6.08 0 11.02-4.9 11.02-10.94S22.12 4.8 16.04 4.8Zm0 19.98c-1.72 0-3.4-.46-4.86-1.34l-.35-.2-3.53.91.94-3.43-.23-.35a8.9 8.9 0 0 1-1.36-4.63c0-4.95 4.22-8.98 9.39-8.98 5.18 0 9.39 4.03 9.39 8.98s-4.21 9.04-9.39 9.04Zm5.14-6.72c-.28-.14-1.66-.81-1.92-.9-.26-.1-.45-.14-.64.14-.19.28-.73.9-.9 1.09-.17.19-.33.21-.61.07-.28-.14-1.18-.43-2.25-1.37-.83-.74-1.39-1.65-1.55-1.93-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.49.14-.16.19-.28.28-.47.09-.19.05-.35-.02-.49-.07-.14-.64-1.53-.88-2.1-.23-.55-.47-.48-.64-.49h-.55c-.19 0-.49.07-.75.35s-.98.95-.98 2.32 1 2.69 1.14 2.87c.14.19 1.97 3 4.77 4.2.67.29 1.19.46 1.59.59.67.21 1.28.18 1.76.11.54-.08 1.66-.67 1.89-1.32.23-.65.23-1.2.16-1.32-.07-.12-.26-.19-.54-.33Z'/%3E%3C/svg%3E")
    center / 24px 24px no-repeat;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.2);
}

.site-nav a,
.site-actions a,
.nav-mega-trigger,
.nav-dropdown > button,
.requests-button {
  position: relative;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a::after,
.site-actions a::after,
.nav-mega-trigger::after,
.nav-dropdown > button::after,
.requests-button::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 2px;
  background: var(--text);
  transition: left 180ms ease, right 180ms ease;
}

.icon-button::after,
.requests-button::after {
  display: none;
}

.site-nav a:hover,
.site-actions a:hover,
.nav-mega-trigger:hover,
.nav-dropdown > button:hover,
.nav-dropdown.is-open > button,
.requests-button:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-actions a:hover::after,
.nav-mega-trigger:hover::after,
.nav-dropdown > button:hover::after,
.nav-dropdown.is-open > button::after,
.requests-button:hover::after {
  left: 0;
  right: 0;
}

.nav-mega-trigger,
.nav-dropdown > button,
.requests-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.nav-mega-trigger.icon-button,
.nav-dropdown > button.icon-button,
.requests-button.icon-button {
  width: 40px;
  min-height: 40px;
  border: 1px solid rgba(208, 216, 226, 0.16);
  background: rgba(238, 242, 247, 0.035);
}

.site-actions .nav-dropdown-panel {
  left: auto;
  right: 0;
  transform: translate(0, -8px);
}

.site-actions .nav-dropdown:hover .nav-dropdown-panel,
.site-actions .nav-dropdown.is-open .nav-dropdown-panel {
  transform: translate(0, 0);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 82;
  min-width: 260px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(208, 216, 226, 0.16);
  border-radius: 0 0 var(--radius) var(--radius);
  background: rgba(7, 9, 12, 0.98);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.58);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown.is-open .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--foil-a), var(--foil-b), var(--foil-c));
}

.nav-dropdown-panel a,
.nav-dropdown-panel button {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel button:hover {
  color: var(--text);
  background: rgba(238, 242, 247, 0.055);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: clamp(14px, 4vw, 44px);
  right: clamp(14px, 4vw, 44px);
  z-index: 80;
  display: none;
}

body.mega-open .mega-menu {
  display: block;
}

.mega-menu-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid rgba(208, 216, 226, 0.16);
  border-radius: 0 0 var(--radius) var(--radius);
  background: rgba(7, 9, 12, 0.98);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.58);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

.mega-category {
  min-width: 0;
}

.mega-category > button,
.mega-category > a {
  width: 100%;
  min-height: 74px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--category) 48%, rgba(208, 216, 226, 0.18));
  background: transparent;
  color: color-mix(in srgb, var(--category) 86%, #eef2f7);
  cursor: pointer;
  text-align: left;
}

.mega-category span,
.mega-category small,
.mega-category div button,
.mega-category div a {
  display: block;
}

.mega-category span {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-category small {
  margin-top: 7px;
  color: rgba(199, 208, 221, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-category div {
  display: grid;
  gap: 5px;
  padding-top: 10px;
}

.mega-category div button,
.mega-category div a {
  min-height: 25px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  text-align: left;
}

.mega-category div button:hover,
.mega-category div a:hover {
  color: var(--text);
}

.mega-footer {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(208, 216, 226, 0.11);
  color: rgba(199, 208, 221, 0.7);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.primary-button {
  padding: 0 18px;
  color: #071014;
  background: var(--gradient-brand-flow);
  background-size: 220% 100%;
  box-shadow: 0 14px 30px rgba(0, 217, 255, 0.1);
  animation: brand-gradient-flow 14s ease-in-out infinite;
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
  animation: none;
}

.secondary-button {
  padding: 0 18px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(238, 242, 247, 0.06), rgba(238, 242, 247, 0.025));
  border-color: var(--line);
}

.primary-button:hover,
.secondary-button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.hero-section {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 44px) clamp(28px, 5vw, 62px);
  max-width: 1480px;
  margin: 0 auto;
}

.hero-section.editorial-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 122px));
  max-width: none;
  display: flex;
  align-items: flex-end;
  padding: clamp(90px, 12vh, 136px) clamp(18px, 5vw, 72px) clamp(56px, 7vh, 86px);
  overflow: hidden;
}

.editorial-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: grayscale(1) contrast(1.18) brightness(0.74);
}

.editorial-hero::before,
.editorial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.editorial-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.98), rgba(7, 9, 12, 0.78) 38%, rgba(7, 9, 12, 0.18)),
    linear-gradient(0deg, rgba(7, 9, 12, 0.96), rgba(7, 9, 12, 0.28) 48%, rgba(7, 9, 12, 0.08));
}

.editorial-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.08), transparent 24%, rgba(255, 46, 138, 0.06)),
    radial-gradient(circle at 18% 84%, rgba(255, 46, 138, 0.12), transparent 24%);
  opacity: 0.74;
}

.editorial-hero .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.editorial-hero h1 {
  max-width: 13ch;
  font-size: clamp(3.6rem, 6.35vw, 6.15rem);
  line-height: 0.94;
  text-shadow: 2px 0 rgba(255, 46, 138, 0.62), -2px 0 rgba(0, 217, 255, 0.5);
}

.hero-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.hero-rating span {
  width: 9px;
  height: 9px;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 56%, 82% 100%, 50% 72%, 18% 100%, 31% 56%, 0 35%, 38% 35%);
  background: var(--foil-b);
}

.hero-rating strong {
  margin-left: 8px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--signal);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(3.8rem, 8vw, 8rem);
  line-height: 0.82;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.8vw, 4.6rem);
  line-height: 0.9;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.38rem;
  line-height: 1;
}

.hero-lede,
.section-heading p,
.packaging-copy p,
.contact-section p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.editorial-hero .primary-button,
.editorial-hero .secondary-button {
  min-height: 46px;
  border-radius: 0;
  border-color: transparent;
  padding: 0 28px;
  box-shadow: none;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.editorial-hero .primary-button {
  color: #07090c;
}

.editorial-hero .secondary-button {
  color: #071014;
  background: var(--gradient-brand-flow);
  background-size: 220% 100%;
  animation: brand-gradient-flow 16s ease-in-out infinite reverse;
}

.editorial-hero .hero-actions [data-whatsapp-direct] {
  color: var(--text);
  background: rgba(7, 9, 12, 0.68);
  border-color: rgba(238, 242, 247, 0.22);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(156, 244, 255, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.trust-strip span {
  padding: 14px 12px;
  background: rgba(13, 17, 22, 0.92);
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.marquee-strip {
  overflow: hidden;
  border-top: 1px solid rgba(208, 216, 226, 0.1);
  border-bottom: 1px solid rgba(208, 216, 226, 0.1);
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.06), rgba(255, 46, 138, 0.05), rgba(138, 77, 255, 0.06)),
    rgba(8, 12, 16, 0.92);
}

.research-note {
  padding: 18px clamp(18px, 4vw, 44px);
  border-top: 1px solid rgba(208, 216, 226, 0.08);
  border-bottom: 1px solid rgba(208, 216, 226, 0.08);
  background: #07090c;
}

.research-note p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(199, 208, 221, 0.74);
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: center;
}

.commerce-band {
  padding: clamp(50px, 7vw, 88px) 0;
  border-top: 1px solid rgba(208, 216, 226, 0.1);
  background: #07090c;
}

.rail-heading {
  width: min(100% - 36px, var(--max));
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.rail-heading h2 {
  margin-bottom: 0;
}

.rail-link {
  color: var(--signal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-rail,
.category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 380px);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 max(18px, calc((100vw - var(--max)) / 2)) 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.product-rail::-webkit-scrollbar,
.category-rail::-webkit-scrollbar {
  display: none;
}

.rail-product-card,
.category-tile {
  scroll-snap-align: start;
}

.rail-product-card {
  min-height: 0;
}

.category-choice-band {
  background:
    linear-gradient(180deg, #07090c, #05070a),
    #07090c;
}

.category-rail {
  grid-auto-columns: minmax(360px, 420px);
}

.category-tile {
  position: relative;
  min-height: 430px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--category) 42%, rgba(208, 216, 226, 0.16));
  border-radius: var(--radius);
  background: #0b0f14;
}

.category-tile img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(1) saturate(0) contrast(1.18) brightness(0.72);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease,
    opacity 420ms ease;
}

.category-tile[data-category="longevity"] img,
.collection-card[data-category="longevity"] .collection-image img {
  object-position: 50% 46%;
}

.category-tile[data-category="performance"] img,
.collection-card[data-category="performance"] .collection-image img {
  object-position: 50% 43%;
}

.category-tile[data-category="recovery"] img,
.collection-card[data-category="recovery"] .collection-image img {
  object-position: 48% 44%;
}

.category-tile[data-category="metabolic"] img,
.collection-card[data-category="metabolic"] .collection-image img {
  object-position: 50% 42%;
}

.category-tile[data-category="neuroactive"] img,
.collection-card[data-category="neuroactive"] .collection-image img {
  object-position: 50% 44%;
}

.category-tile[data-category="sexual"] img,
.collection-card[data-category="sexual"] .collection-image img {
  object-position: 52% 44%;
}

.category-tile[data-category="research-tools"] img,
.collection-card[data-category="research-tools"] .collection-image img {
  object-position: 50% 50%;
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(7, 9, 12, 0.98), rgba(7, 9, 12, 0.3) 58%, rgba(7, 9, 12, 0.18)),
    linear-gradient(90deg, rgba(7, 9, 12, 0.42), transparent 48%);
  transition: background 420ms ease;
}

.category-tile:hover img,
.category-tile:focus-within img {
  transform: scale(1.03);
  filter: grayscale(0) saturate(1.06) contrast(1.08) brightness(0.88);
}

.category-tile:hover::after,
.category-tile:focus-within::after {
  background:
    linear-gradient(0deg, rgba(7, 9, 12, 0.9), rgba(7, 9, 12, 0.2) 58%, rgba(7, 9, 12, 0.08)),
    linear-gradient(90deg, rgba(7, 9, 12, 0.34), transparent 48%),
    linear-gradient(0deg, color-mix(in srgb, var(--category) 16%, transparent), transparent 64%);
}

.category-tile-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 22px;
}

.category-tile-copy span {
  position: absolute;
  right: 22px;
  bottom: 92px;
  color: color-mix(in srgb, var(--category) 76%, #eef2f7);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  opacity: 0.3;
}

.category-tile-copy p {
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--category) 82%, #e8eef6);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.category-tile-copy h3 {
  max-width: 18ch;
  margin-bottom: 18px;
  font-size: 2.12rem;
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
}

.category-tile-copy button,
.category-tile-copy a {
  display: inline-flex;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.statement-band {
  padding: clamp(46px, 8vw, 90px) clamp(18px, 4vw, 44px);
  border-top: 1px solid rgba(208, 216, 226, 0.1);
  border-bottom: 1px solid rgba(208, 216, 226, 0.1);
  background: #07090c;
  text-align: center;
}

.statement-band > div {
  width: min(100%, 920px);
  margin: 0 auto;
}

.statement-band h2 {
  margin-bottom: 0;
  text-shadow: 2px 0 rgba(255, 46, 138, 0.58), -2px 0 rgba(0, 217, 255, 0.5);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: clamp(28px, 5vw, 70px);
  padding: 15px 0;
  color: var(--soft);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: marquee 34s linear infinite;
}

.marquee-track span {
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

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

.hero-media {
  position: relative;
  min-width: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: auto 10% -18px 18%;
  height: 32px;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(20px);
}

.hero-media img {
  width: 100%;
  border: 1px solid rgba(156, 244, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-band {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 44px);
  border-top: 1px solid rgba(208, 216, 226, 0.1);
}

.section-heading,
.catalog-top,
.packaging-section,
.contact-section {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(22px, 5vw, 76px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 720px;
  margin-bottom: 26px;
}

.category-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  position: relative;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--category) 44%, rgba(208, 216, 226, 0.18));
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 8%, color-mix(in srgb, var(--category) 18%, transparent), transparent 32%),
    linear-gradient(180deg, color-mix(in srgb, var(--category) 12%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(238, 242, 247, 0.055), rgba(238, 242, 247, 0.018));
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--category);
}

.category-number {
  color: var(--category);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.category-card h3 {
  margin-top: 28px;
  color: var(--text);
}

.category-card strong {
  display: block;
  min-height: 42px;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--category) 84%, #f0f4f9);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.28;
  text-transform: uppercase;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--category) 72%, rgba(208, 216, 226, 0.18));
}

.category-card p {
  color: var(--muted);
  line-height: 1.55;
}

.category-products {
  margin-top: auto;
  padding-top: 18px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-section {
  background:
    linear-gradient(180deg, rgba(9, 13, 18, 0.92), rgba(7, 9, 12, 0.98));
}

.collection-rows {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.collection-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 385px;
  border: 1px solid color-mix(in srgb, var(--category) 36%, rgba(208, 216, 226, 0.14));
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.03);
  overflow: hidden;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px color-mix(in srgb, var(--category) 8%, transparent);
}

.collection-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--category);
  opacity: 0.95;
  z-index: 2;
}

.collection-image {
  position: relative;
  min-height: 385px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  filter: grayscale(1) saturate(0) contrast(1.18) brightness(0.76);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease;
}

.collection-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 36%, rgba(7, 9, 12, 0.82)),
    linear-gradient(0deg, rgba(7, 9, 12, 0.68), transparent 46%),
    linear-gradient(90deg, color-mix(in srgb, var(--category) 13%, transparent), transparent 38%);
  transition: background 420ms ease;
}

.collection-card:hover .collection-image img,
.collection-card:focus-within .collection-image img {
  transform: scale(1.025);
  filter: grayscale(0) saturate(1.04) contrast(1.08) brightness(0.9);
}

.collection-card:hover .collection-image::after,
.collection-card:focus-within .collection-image::after {
  background:
    linear-gradient(90deg, transparent 42%, rgba(7, 9, 12, 0.68)),
    linear-gradient(0deg, rgba(7, 9, 12, 0.55), transparent 50%),
    linear-gradient(90deg, color-mix(in srgb, var(--category) 19%, transparent), transparent 42%);
}

.collection-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--category) 19%, transparent), transparent 38%),
    linear-gradient(180deg, color-mix(in srgb, var(--category) 10%, transparent), transparent 48%),
    rgba(8, 11, 15, 0.9);
}

.collection-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: color-mix(in srgb, var(--category) 84%, #eef2f7);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  font-weight: 700;
  line-height: 0.75;
  opacity: 0.28;
}

.collection-content .eyebrow {
  color: color-mix(in srgb, var(--category) 84%, #9cf4ff);
}

.collection-content h3 {
  max-width: 10ch;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4.5vw, 4.3rem);
  line-height: 0.9;
}

.collection-content p:not(.eyebrow) {
  max-width: 52ch;
  color: var(--muted);
  line-height: 1.65;
}

.collection-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 6px;
}

.collection-products span {
  padding: 7px 9px;
  border: 1px solid rgba(208, 216, 226, 0.15);
  border-radius: 999px;
  background: color-mix(in srgb, var(--category) 11%, rgba(238, 242, 247, 0.035));
  color: var(--soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-content .secondary-button {
  width: max-content;
  margin-top: 8px;
}

.image-led-section {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.image-led-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: grayscale(1) saturate(0) contrast(1.16) brightness(0.78);
}

.image-led-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 9, 12, 0.78), transparent 58%),
    linear-gradient(0deg, rgba(7, 9, 12, 0.9), transparent 52%);
}

.image-overlay-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: clamp(46px, 8vw, 92px) clamp(18px, 4vw, 44px);
}

.catalog-section {
  background: linear-gradient(180deg, rgba(14, 18, 24, 0.78), rgba(7, 9, 12, 0.96));
}

.product-page-shell {
  background:
    radial-gradient(circle at 78% 4%, color-mix(in srgb, var(--category) 14%, transparent), transparent 30%),
    linear-gradient(180deg, #07090c, #0a0d11 48%, #07090c);
}

.product-page-shell {
  background: #f5f3ef;
  color: #11151a;
}

.product-page-shell .site-header {
  top: 14px;
  left: 50%;
  width: min(calc(100% - 32px), 1120px);
  min-height: 62px;
  border: 1px solid rgba(18, 22, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 0 18px 52px rgba(22, 25, 31, 0.11);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.product-page-shell .site-header::before {
  opacity: 0;
}

.product-page-shell .nav-mega-trigger,
.product-page-shell .requests-button {
  border-color: rgba(18, 22, 27, 0.12);
  background: #ffffff;
  color: #11151a;
}

.product-commerce-section {
  position: relative;
  min-height: calc(100svh - 70px);
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(390px, 0.72fr);
  align-items: start;
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(92px, 10vw, 132px) max(18px, calc((100vw - var(--max)) / 2)) clamp(36px, 7vw, 86px);
  overflow: hidden;
  border-bottom: 1px solid rgba(18, 22, 27, 0.08);
  background:
    radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--category) 9%, transparent), transparent 30%),
    linear-gradient(180deg, #fbfaf6, #f5f3ef);
}

.product-commerce-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(18, 22, 27, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 22, 27, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 76%);
  pointer-events: none;
}

.product-commerce-gallery,
.product-purchase-panel,
.product-spec-strip,
.product-research-section {
  position: relative;
  z-index: 1;
}

.product-commerce-gallery {
  position: relative;
  top: auto;
  align-self: start;
}

.product-gallery-shell {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.product-gallery-rail {
  display: grid;
  gap: 10px;
}

.product-gallery-rail article {
  min-height: 104px;
  display: grid;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(18, 22, 27, 0.08);
  border-radius: 16px;
  padding: 12px 8px;
  color: #343a42;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(22, 25, 31, 0.08);
}

.product-gallery-rail svg {
  width: 28px;
  height: 28px;
  color: color-mix(in srgb, var(--category) 72%, #11151a);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-gallery-rail span {
  color: #4b515a;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.product-image-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  border-top: 1px solid rgba(18, 22, 27, 0.1);
  padding-top: 13px;
}

.product-image-caption span,
.product-status-row span,
.product-trust-marquee span,
.product-spec-strip span {
  color: color-mix(in srgb, var(--category) 74%, var(--soft));
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-image-caption strong {
  max-width: 34ch;
  color: #414852;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: right;
}

.product-purchase-panel {
  border: 0;
  border-radius: 0;
  padding: clamp(8px, 2vw, 18px) 0;
  background: transparent;
  box-shadow: none;
}

.product-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(18, 22, 27, 0.1);
  padding-bottom: 14px;
}

.product-rating-row span {
  color: #33b56a;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}

.product-rating-row strong {
  color: #343a42;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-purchase-panel h1 {
  max-width: 12ch;
  margin-bottom: 16px;
  color: #12161c;
  font-family: Inter, sans-serif;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
  overflow-wrap: normal;
  word-break: keep-all;
}

.product-purchase-panel .eyebrow,
.product-strength-picker > span,
.product-quantity-picker > span {
  color: #7a818b;
}

.product-detail-lede {
  color: #4f5661;
}

.product-purchase-panel .primary-button {
  min-height: 54px;
  border-radius: 14px;
  color: #f8f6f1;
  background: #090d14;
  box-shadow: 0 18px 34px rgba(9, 13, 20, 0.2);
  animation: none;
}

.product-purchase-panel .primary-button:hover {
  background: color-mix(in srgb, var(--category) 18%, #090d14);
}

.product-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 4px;
}

.product-status-row span {
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: #2f8d58;
}

.product-quantity-picker {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.product-quantity-picker > span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-quantity-picker > div {
  display: grid;
  gap: 8px;
}

.quantity-option {
  min-height: 72px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(18, 22, 27, 0.09);
  border-radius: 18px;
  padding: 12px 14px;
  color: #12161c;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 12px 28px rgba(22, 25, 31, 0.07);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.quantity-option > img,
.quantity-mini-stack img {
  width: 32px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 50%;
  box-shadow: 0 8px 14px rgba(22, 25, 31, 0.1);
}

.quantity-option > img {
  justify-self: center;
}

.quantity-mini-stack {
  position: relative;
  width: 74px;
  height: 48px;
  display: block;
}

.quantity-mini-stack img {
  position: absolute;
  top: 2px;
  left: 14px;
}

.quantity-mini-stack img:nth-child(2) {
  left: 30px;
}

.quantity-mini-stack.triple img:nth-child(1) {
  left: 8px;
}

.quantity-mini-stack.triple img:nth-child(2) {
  left: 24px;
}

.quantity-mini-stack.triple img:nth-child(3) {
  left: 40px;
}

.quantity-option:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--category) 58%, var(--line));
}

.quantity-option.is-active {
  border-color: color-mix(in srgb, var(--category) 46%, rgba(18, 22, 27, 0.12));
  background: color-mix(in srgb, var(--category) 7%, #ffffff);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--category) 14%, rgba(22, 25, 31, 0.08));
}

.quantity-option strong {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.quantity-option small {
  color: #656d77;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-cta {
  margin-top: 20px;
}

.product-trust-marquee {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 27, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
}

.product-trust-marquee span {
  display: grid;
  min-height: 46px;
  place-items: center;
  padding: 8px;
  color: #3f4650;
  background: rgba(255, 255, 255, 0.42);
  text-align: center;
}

.product-spec-strip {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 28px 18px;
}

.product-spec-strip article {
  min-height: 148px;
  border: 1px solid rgba(18, 22, 27, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 30px rgba(22, 25, 31, 0.06);
}

.product-spec-strip strong {
  display: block;
  margin: 12px 0 8px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #12161c;
}

.product-spec-strip p {
  color: #5d6570;
  line-height: 1.52;
}

.product-page-shell .section-band {
  background: #f5f3ef;
  color: #12161c;
}

.product-page-shell .section-heading h2 {
  color: #12161c;
}

.product-page-shell .section-heading p {
  color: #5d6570;
}

.product-research-card {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-research-card article {
  border: 1px solid rgba(18, 22, 27, 0.08);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 30px rgba(22, 25, 31, 0.06);
}

.product-research-card span {
  color: color-mix(in srgb, var(--category) 76%, var(--text));
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.product-research-card h3 {
  margin: 10px 0 8px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #12161c;
}

.product-research-card p {
  color: #5d6570;
  line-height: 1.6;
}

.product-detail-hero {
  position: relative;
  min-height: calc(100svh - 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(58px, 8vw, 104px) max(18px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.product-detail-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: grayscale(1) contrast(1.1) brightness(0.58);
}

.product-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.98), rgba(7, 9, 12, 0.72) 52%, rgba(7, 9, 12, 0.35)),
    radial-gradient(circle at 75% 50%, color-mix(in srgb, var(--category) 18%, transparent), transparent 34%);
}

.product-detail-copy,
.product-detail-media {
  position: relative;
  z-index: 1;
}

.breadcrumb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 28px;
  border: 1px solid color-mix(in srgb, var(--category) 34%, var(--line));
  border-radius: 999px;
  padding: 0 14px;
  color: color-mix(in srgb, var(--category) 48%, #12161c);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.breadcrumb-link::before {
  content: "←";
  margin-right: 8px;
  color: var(--category);
  font-size: 0.86rem;
}

.breadcrumb-link:hover {
  border-color: color-mix(in srgb, var(--category) 72%, var(--line));
  background: color-mix(in srgb, var(--category) 10%, #ffffff);
  transform: translateY(-1px);
}

.product-detail-copy h1 {
  max-width: 12ch;
  color: color-mix(in srgb, var(--category) 18%, var(--text));
  overflow-wrap: normal;
  word-break: keep-all;
}

.product-detail-lede {
  max-width: 54ch;
  color: var(--soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.68;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.product-strength-picker {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.product-strength-picker > span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-strength-picker > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.strength-option {
  min-height: 38px;
  border: 1px solid rgba(18, 22, 27, 0.12);
  border-radius: 999px;
  padding: 0 13px;
  color: #3d434c;
  background: rgba(255, 255, 255, 0.72);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.strength-option:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--category) 62%, var(--line));
}

.strength-option.is-active {
  color: #11151a;
  border-color: rgba(18, 22, 27, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), color-mix(in srgb, var(--category) 8%, #ffffff));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(22, 25, 31, 0.16);
}

.product-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.product-detail-badges span {
  border: 1px solid color-mix(in srgb, var(--category) 32%, var(--line));
  border-radius: var(--radius);
  padding: 9px 11px;
  color: var(--soft);
  background: rgba(238, 242, 247, 0.035);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-detail-media {
  position: relative;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 28px 72px rgba(22, 25, 31, 0.12);
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.product-image-strength {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  border: 1px solid color-mix(in srgb, var(--category) 36%, rgba(18, 22, 27, 0.12));
  border-radius: 999px;
  padding: 7px 10px;
  color: #14181d;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 24px rgba(22, 25, 31, 0.12);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.product-detail-media.has-strength-image .product-image-strength {
  display: none;
}

.product-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 34px 18px;
}

.product-proof-strip article {
  min-height: 152px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(238, 242, 247, 0.028);
}

.product-proof-strip span {
  color: color-mix(in srgb, var(--category) 78%, var(--text));
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.product-proof-strip strong,
.product-info-grid h3 {
  display: block;
  margin: 8px 0;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-proof-strip p,
.product-info-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.product-info-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-info-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(180deg, rgba(238, 242, 247, 0.055), rgba(238, 242, 247, 0.018));
}

.product-calculator-section {
  background:
    radial-gradient(circle at 76% 24%, color-mix(in srgb, var(--category) 12%, transparent), transparent 32%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.98), rgba(12, 16, 21, 0.96));
}

.related-product-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.related-product-card {
  border: 1px solid color-mix(in srgb, var(--category) 24%, var(--line));
  border-radius: var(--radius);
  padding: 12px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--category) 14%, transparent), transparent 42%),
    rgba(238, 242, 247, 0.025);
}

.related-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  margin-bottom: 14px;
}

.related-product-card span {
  color: color-mix(in srgb, var(--category) 78%, var(--soft));
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.related-product-card strong {
  display: block;
  margin-top: 6px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalog-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.catalog-top h2 {
  margin-bottom: 0;
}

.search-field {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.search-field input,
.calculator-card input,
.calculator-card select,
.order-form input,
.order-form select,
.order-form textarea {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.055);
  color: var(--text);
  outline: none;
}

.search-field input {
  width: min(340px, 78vw);
  padding: 0 14px;
}

.order-form input,
.order-form select,
.order-form textarea {
  padding: 12px 13px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.order-form select,
.calculator-card select {
  appearance: none;
  padding-right: 40px;
  background:
    linear-gradient(45deg, transparent 50%, rgba(238, 242, 247, 0.82) 50%) calc(100% - 21px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(238, 242, 247, 0.82) 50%, transparent 50%) calc(100% - 16px) 50% / 7px 7px no-repeat,
    linear-gradient(180deg, rgba(238, 242, 247, 0.075), rgba(238, 242, 247, 0.035));
  background-color: #11161d;
}

.order-form select option,
.calculator-card select option {
  background: #11161d;
  color: #eef2f7;
  font-size: 1rem;
  font-weight: 700;
}

.search-field input:focus,
.calculator-card input:focus,
.calculator-card select:focus,
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: rgba(0, 217, 255, 0.74);
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.12);
}

.filter-row {
  width: min(100%, var(--max));
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.filter-row::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.filter-button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.035);
  color: var(--soft);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.filter-button.is-active {
  border-color: color-mix(in srgb, var(--active-color, #dce4ee) 72%, transparent);
  background: color-mix(in srgb, var(--active-color, #dce4ee) 18%, transparent);
  color: var(--text);
}

.product-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(208, 216, 226, 0.13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% -18%, color-mix(in srgb, var(--category) 16%, transparent), transparent 45%),
    linear-gradient(180deg, rgba(238, 242, 247, 0.055), rgba(238, 242, 247, 0.02));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card-link {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.product-shot {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(208, 216, 226, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: #080b0f;
}

.product-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-shot img {
  transform: scale(1.035);
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--category) 42%, rgba(208, 216, 226, 0.13));
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.26);
}

.vial-stage {
  min-height: 166px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 10px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 95%, color-mix(in srgb, var(--category) 22%, transparent), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.vial {
  width: 84px;
  height: 142px;
  position: relative;
  border: 1px solid rgba(230, 236, 244, 0.38);
  border-radius: 15px 15px 10px 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.18), transparent 20%, rgba(255,255,255,0.06) 50%, transparent 70%, rgba(255,255,255,0.16)),
    linear-gradient(180deg, rgba(12, 18, 24, 0.5), rgba(1, 3, 5, 0.94));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08), 0 20px 26px rgba(0, 0, 0, 0.42);
}

.vial::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: -22px;
  height: 22px;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--category) 88%, #f1f5f9), #1e2228 72%);
  border: 1px solid rgba(238, 242, 247, 0.36);
}

.vial-label {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 44px;
  bottom: 14px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 10px 6px;
  border: 1px solid rgba(230, 236, 244, 0.14);
  border-radius: 5px;
  background: #080b0f;
  text-align: center;
}

.vial-label strong {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.08em;
}

.vial-label span {
  width: max-content;
  margin: 0 auto;
  padding: 3px 7px;
  border: 1px solid rgba(230, 236, 244, 0.26);
  color: var(--soft);
  font-size: 0.7rem;
  font-weight: 800;
}

.product-meta {
  display: grid;
  gap: 8px;
}

.category-pill {
  width: max-content;
  padding: 5px 8px;
  border: 1px solid color-mix(in srgb, var(--category) 54%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--category) 86%, #e7edf5);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.product-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.product-card button {
  width: 100%;
  margin-top: auto;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.packaging-section {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: clamp(26px, 6vw, 76px);
  align-items: center;
}

.finish-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.finish-list span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--soft);
  background: rgba(238, 242, 247, 0.035);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.packaging-media img {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.verification-section {
  background: linear-gradient(180deg, rgba(15, 20, 26, 0.82), rgba(7, 9, 12, 0.98));
}

.verification-steps {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.verification-steps article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.036);
}

.verification-steps span {
  display: block;
  margin-bottom: 42px;
  color: #9cf4ff;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.verification-steps p,
.faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

.calculator-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 217, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 46, 138, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.98), rgba(12, 16, 21, 0.96));
}

.calculator-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.calculator-copy p {
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.7;
}

.calculator-note {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.calculator-note span {
  width: max-content;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(156, 244, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(0, 217, 255, 0.045);
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calculator-card {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3.6vw, 34px);
  border: 1px solid rgba(156, 244, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(238, 242, 247, 0.06), rgba(238, 242, 247, 0.022)),
    #0b0f14;
  box-shadow: var(--shadow);
}

.calculator-card label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.calculator-card input,
.calculator-card select {
  padding: 0 13px;
}

.calculator-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.calculator-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.calculator-results article {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 217, 255, 0.12), transparent 58%),
    rgba(8, 12, 16, 0.96);
}

.calculator-results span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calculator-results strong {
  color: var(--text);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: 0.08em;
  line-height: 0.95;
}

.calculator-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 8%, rgba(255, 46, 138, 0.14), transparent 28%),
    radial-gradient(circle at 18% 16%, rgba(0, 217, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #07090c, #0b0f14 54%, #07090c);
}

.calculator-page-hero {
  min-height: calc(100svh - 58px);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(78px, 9vw, 128px) max(18px, calc((100vw - var(--max)) / 2)) 72px;
}

.calculator-page-copy h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  line-height: 0.86;
}

.calculator-page-copy p:not(.eyebrow) {
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.7;
}

.calculator-page-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(238, 242, 247, 0.16);
  background:
    linear-gradient(rgba(238, 242, 247, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 242, 247, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 88% 8%, rgba(255, 46, 138, 0.16), transparent 34%),
    #0d1218;
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
}

.syringe-visual {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 8px;
  margin: 10px 0 4px;
}

.syringe-head,
.syringe-plunger {
  height: 54px;
  border: 1px solid rgba(238, 242, 247, 0.18);
  background: linear-gradient(180deg, rgba(238, 242, 247, 0.12), rgba(238, 242, 247, 0.03));
}

.syringe-head {
  border-radius: 999px 0 0 999px;
}

.syringe-plunger {
  border-radius: 0 999px 999px 0;
}

.syringe-bar {
  position: relative;
  height: 72px;
  overflow: hidden;
  border: 1px solid rgba(238, 242, 247, 0.2);
  background:
    linear-gradient(90deg, rgba(238, 242, 247, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(238, 242, 247, 0.08), rgba(238, 242, 247, 0.025));
  background-size: 10% 100%, auto;
}

.syringe-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5%;
  background: linear-gradient(90deg, rgba(0, 217, 255, 0.34), rgba(255, 46, 138, 0.5));
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.18);
  transition: width 220ms ease;
}

.syringe-ticks {
  position: absolute;
  inset: auto 8px 8px;
  display: flex;
  justify-content: space-between;
  color: rgba(238, 242, 247, 0.62);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.faq-list {
  width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.035);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

details p {
  padding: 0 20px 20px;
}

.social-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.social-grid article {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(208, 216, 226, 0.14);
  border-radius: var(--radius);
  background: #0b0f14;
}

.social-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.social-grid article:hover img {
  transform: scale(1.045);
}

.closing-statement {
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255, 46, 138, 0.11), transparent 28%, rgba(0, 217, 255, 0.11)),
    #07090c;
}

.closing-statement h2 {
  width: min(100%, 1060px);
  margin: 0 auto;
  text-shadow: 2px 0 rgba(255, 46, 138, 0.52), -2px 0 rgba(0, 217, 255, 0.42);
}

.technical-notice {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 4vw, 44px);
  border-top: 1px solid rgba(208, 216, 226, 0.1);
  background: #0a0d11;
}

.technical-notice > div {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.technical-notice h3 {
  color: var(--muted);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.technical-notice p:last-child {
  margin: 0;
  color: rgba(199, 208, 221, 0.76);
  font-size: 0.72rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.age-gate-open {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 46, 138, 0.22), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(0, 217, 255, 0.18), transparent 30%),
    rgba(7, 9, 12, 0.86);
  backdrop-filter: blur(18px);
}

.age-gate-panel {
  width: min(100%, 520px);
  border: 1px solid color-mix(in srgb, var(--accent-pink) 38%, var(--line));
  border-radius: 22px;
  padding: clamp(24px, 5vw, 36px);
  background:
    linear-gradient(180deg, rgba(238, 242, 247, 0.08), rgba(238, 242, 247, 0.025)),
    #080b0f;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.52);
}

.age-gate-kicker {
  margin: 0 0 10px;
  color: var(--accent-cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.age-gate-panel h2 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(2.05rem, 8vw, 3rem);
  line-height: 0.95;
}

.age-gate-panel p {
  color: var(--soft);
  line-height: 1.65;
}

.age-gate-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  margin: 22px 0;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.age-gate-check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--accent-pink);
}

.age-gate-actions {
  display: flex;
  gap: 10px;
}

.age-gate-actions .primary-button,
.age-gate-actions .secondary-button {
  min-width: 0;
  flex: 1;
}

@media (max-width: 420px) {
  .age-gate-actions .primary-button,
  .age-gate-actions .secondary-button {
    padding-inline: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }
}

.contact-section {
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(58px, 9vw, 118px) clamp(18px, 4vw, 44px);
}

.contact-section h2 {
  margin-bottom: 12px;
}

.legal-page-shell {
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 46, 138, 0.12), transparent 26%),
    radial-gradient(circle at 18% 18%, rgba(0, 217, 255, 0.09), transparent 28%),
    linear-gradient(180deg, #07090c, #0a0d11 42%, #07090c);
}

.legal-hero {
  min-height: 56vh;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: clamp(132px, 18vw, 190px) max(18px, calc((100vw - var(--max)) / 2)) clamp(42px, 8vw, 86px);
  border-bottom: 1px solid rgba(238, 242, 247, 0.1);
  background:
    linear-gradient(120deg, rgba(238, 242, 247, 0.035), transparent 58%),
    radial-gradient(circle at 50% 10%, rgba(238, 242, 247, 0.06), transparent 30%);
}

.legal-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.6rem, 9vw, 8rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 68ch;
  color: var(--soft);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.legal-hero-alert {
  background:
    linear-gradient(120deg, rgba(255, 46, 138, 0.12), transparent 54%),
    radial-gradient(circle at 78% 14%, rgba(0, 217, 255, 0.1), transparent 30%),
    #07090c;
}

.legal-content {
  width: min(calc(100% - 36px), 1060px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 82px) 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legal-content article {
  border: 1px solid rgba(238, 242, 247, 0.12);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(180deg, rgba(238, 242, 247, 0.06), rgba(238, 242, 247, 0.025)),
    rgba(7, 9, 12, 0.62);
}

.legal-content h2,
.contact-methods-panel h2,
.contact-form-card h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: 0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.legal-content p {
  margin: 0;
  color: rgba(199, 208, 221, 0.76);
  font-size: 0.95rem;
  line-height: 1.72;
}

.legal-contact-layout {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(18px, 4vw, 52px);
  align-items: start;
}

.contact-methods-panel {
  display: grid;
  gap: 12px;
}

.contact-methods-panel article {
  border: 1px solid rgba(238, 242, 247, 0.12);
  border-radius: 18px;
  padding: 20px;
  background: rgba(238, 242, 247, 0.035);
}

.contact-methods-panel span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-pink);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-methods-panel p {
  margin: 0;
  color: rgba(199, 208, 221, 0.74);
  line-height: 1.7;
}

.contact-methods-panel .primary-button {
  margin-top: 18px;
}

.contact-form-card {
  border: 1px solid color-mix(in srgb, var(--accent-pink) 34%, rgba(238, 242, 247, 0.12));
  border-radius: 22px;
  padding: clamp(20px, 4vw, 34px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 46, 138, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(238, 242, 247, 0.08), rgba(238, 242, 247, 0.026)),
    #080b0f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.contact-form-card label {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: rgba(238, 242, 247, 0.8);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(238, 242, 247, 0.14);
  border-radius: 13px;
  padding: 13px 14px;
  background: rgba(5, 7, 10, 0.78);
  color: var(--text);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form-card select {
  background-color: #0b0f14;
}

.contact-form-card select option {
  background: #0b0f14;
  color: #eef2f7;
}

.contact-form-card textarea {
  resize: vertical;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-faq {
  padding-top: 0;
}

.site-footer {
  position: relative;
  padding: clamp(46px, 7vw, 82px) max(18px, calc((100vw - var(--max)) / 2)) calc(34px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(238, 242, 247, 0.12);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 46, 138, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 217, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #080b10, #05070a 72%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(238, 242, 247, 0.1), transparent) top / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(238, 242, 247, 0.025) 0 1px, transparent 1px 120px);
  opacity: 0.7;
}

.site-footer-main,
.footer-disclaimer,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(150px, 0.72fr)) minmax(210px, 0.95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.footer-brand-block {
  max-width: 440px;
}

.footer-logo-link {
  width: min(100%, 240px);
  display: inline-flex;
  align-items: center;
}

.footer-logo-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.35));
}

.footer-brand-block p {
  max-width: 45ch;
  margin: 18px 0 0;
  color: rgba(199, 208, 221, 0.78);
  font-size: 0.92rem;
  line-height: 1.7;
}

.footer-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.footer-proof-row span {
  border: 1px solid rgba(238, 242, 247, 0.14);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(238, 242, 247, 0.04);
  color: rgba(238, 242, 247, 0.82);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-link-column {
  display: grid;
  gap: 10px;
}

.footer-link-column h3,
.footer-contact-card h3 {
  margin: 0 0 6px;
  color: var(--text);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-link-column a {
  width: fit-content;
  color: rgba(199, 208, 221, 0.74);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.footer-link-column a:hover {
  color: var(--accent-cyan);
  transform: translateX(3px);
}

.footer-contact-card {
  border: 1px solid rgba(238, 242, 247, 0.12);
  border-radius: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(238, 242, 247, 0.07), rgba(238, 242, 247, 0.025)),
    rgba(7, 9, 12, 0.68);
}

.footer-contact-card p {
  margin: 0 0 14px;
  color: rgba(199, 208, 221, 0.78);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-contact-card span {
  display: block;
  margin-top: 12px;
  color: rgba(199, 208, 221, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-whatsapp-button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(36, 211, 102, 0.48);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(36, 211, 102, 0.96), rgba(18, 140, 126, 0.94));
  color: #f0fff7;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(18, 140, 126, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.footer-whatsapp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(18, 140, 126, 0.26);
}

.footer-disclaimer {
  margin-top: clamp(34px, 5vw, 62px);
  padding-top: 24px;
  border-top: 1px solid rgba(238, 242, 247, 0.1);
  display: grid;
  gap: 10px;
  max-width: 980px;
}

.footer-disclaimer p {
  margin: 0;
  color: rgba(199, 208, 221, 0.54);
  font-size: 0.72rem;
  line-height: 1.7;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(238, 242, 247, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(199, 208, 221, 0.62);
  font-size: 0.78rem;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-bottom a {
  color: rgba(199, 208, 221, 0.64);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom a:hover {
  color: var(--accent-pink);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 242, 247, 0.32);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(135deg, #24d366, #128c7e);
  color: #eef8f3;
  cursor: pointer;
  box-shadow:
    0 18px 42px rgba(18, 140, 126, 0.28),
    0 0 0 6px rgba(36, 211, 102, 0.08);
  transition: transform 180ms ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.order-drawer[hidden] {
  display: none;
}

.order-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 470px);
  height: 100%;
  padding: 30px;
  border-left: 1px solid var(--line);
  background: #0b0f14;
  box-shadow: -22px 0 64px rgba(0, 0, 0, 0.46);
  overflow: auto;
}

.drawer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.04);
  color: var(--text);
  cursor: pointer;
  font-size: 1.5rem;
}

.drawer-panel h2 {
  max-width: 12ch;
  margin-bottom: 14px;
}

.drawer-intro,
.form-note {
  color: var(--muted);
  line-height: 1.6;
}

.order-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.order-form label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.order-form textarea {
  resize: vertical;
}

.primary-button.full {
  width: 100%;
  margin-top: 6px;
}

.form-note {
  margin: 0;
  font-size: 0.8rem;
}

@media (max-width: 1100px) {
  .mega-menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 820px;
  }

  h1 {
    max-width: 12ch;
  }

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

  .collection-card {
    grid-template-columns: 1fr;
  }

  .collection-image,
  .collection-card {
    min-height: 0;
  }

  .collection-image {
    aspect-ratio: 16 / 10;
  }

  .product-commerce-section {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .product-commerce-gallery {
    position: relative;
    top: auto;
  }

  .product-purchase-panel {
    width: min(100%, 760px);
  }

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

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

  .calculator-shell {
    grid-template-columns: 1fr;
  }

  .calculator-page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .site-header {
    display: flex;
    justify-content: center;
    min-height: 70px;
  }

  .product-page-shell .site-header {
    left: 12px;
    right: 12px;
    width: auto;
    min-height: 56px;
    justify-content: flex-start;
    transform: none;
  }

  .product-page-shell .brand-lockup {
    position: static;
    justify-content: flex-start;
  }

  .product-page-shell .brand-logo {
    width: 124px;
  }

  .product-page-shell .nav-toggle {
    display: none;
  }

  .product-page-shell .site-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 42px;
    transform: translateY(-50%);
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    left: 12px;
    display: inline-block;
    transform: translateY(-50%);
  }

  .brand-lockup {
    justify-content: center;
  }

  .brand-logo {
    width: 136px;
  }

  .site-actions {
    position: absolute;
    top: 50%;
    right: 12px;
    display: flex;
    width: 42px;
    transform: translateY(-50%);
  }

  .site-actions .nav-dropdown {
    display: none;
  }

  .requests-button {
    width: 42px;
    min-height: 42px;
    padding: 0;
    border: 1px solid rgba(208, 216, 226, 0.18);
    border-radius: 0;
    color: transparent;
    font-size: 0;
    letter-spacing: 0;
  }

  .requests-button::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: #25d366
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.04 4.8c-6.08 0-11.02 4.9-11.02 10.94 0 1.93.51 3.81 1.47 5.47L4.93 27l5.95-1.54a11.07 11.07 0 0 0 5.16 1.3c6.08 0 11.02-4.9 11.02-10.94S22.12 4.8 16.04 4.8Zm0 19.98c-1.72 0-3.4-.46-4.86-1.34l-.35-.2-3.53.91.94-3.43-.23-.35a8.9 8.9 0 0 1-1.36-4.63c0-4.95 4.22-8.98 9.39-8.98 5.18 0 9.39 4.03 9.39 8.98s-4.21 9.04-9.39 9.04Zm5.14-6.72c-.28-.14-1.66-.81-1.92-.9-.26-.1-.45-.14-.64.14-.19.28-.73.9-.9 1.09-.17.19-.33.21-.61.07-.28-.14-1.18-.43-2.25-1.37-.83-.74-1.39-1.65-1.55-1.93-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.49.14-.16.19-.28.28-.47.09-.19.05-.35-.02-.49-.07-.14-.64-1.53-.88-2.1-.23-.55-.47-.48-.64-.49h-.55c-.19 0-.49.07-.75.35s-.98.95-.98 2.32 1 2.69 1.14 2.87c.14.19 1.97 3 4.77 4.2.67.29 1.19.46 1.59.59.67.21 1.28.18 1.76.11.54-.08 1.66-.67 1.89-1.32.23-.65.23-1.2.16-1.32-.07-.12-.26-.19-.54-.33Z'/%3E%3C/svg%3E")
      center / 24px 24px no-repeat;
    box-shadow: 0 0 18px rgba(37, 211, 102, 0.2);
  }

  .site-nav {
    display: none;
  }

  .mega-menu {
    position: fixed;
    top: 86px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 98px);
    overflow: auto;
  }

  .mega-menu-inner {
    padding: 16px;
  }

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

  .mega-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-section {
    padding-top: 34px;
    gap: 24px;
  }

  .hero-section.editorial-hero {
    min-height: min(650px, calc(100svh - 132px));
    padding: 78px 18px 36px;
  }

  .editorial-hero .hero-copy {
    width: min(100%, 620px);
  }

  .editorial-hero::before {
    background:
      linear-gradient(0deg, rgba(7, 9, 12, 0.9), rgba(7, 9, 12, 0.34) 70%, rgba(7, 9, 12, 0.18)),
      linear-gradient(90deg, rgba(7, 9, 12, 0.7), rgba(7, 9, 12, 0.18));
  }

  .editorial-hero h1 {
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  .hero-rating strong {
    flex-basis: 100%;
    margin: 6px 0 0;
    max-width: 34ch;
    line-height: 1.35;
  }

  .rail-heading {
    display: grid;
    align-items: start;
  }

  .product-rail {
    grid-auto-columns: minmax(280px, 82vw);
  }

  .category-rail {
    grid-auto-columns: minmax(250px, 78vw);
  }

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

  .section-heading,
  .catalog-top,
  .packaging-section,
  .product-detail-hero {
    grid-template-columns: 1fr;
  }

  .product-detail-hero {
    min-height: auto;
    align-items: start;
    gap: 18px;
    padding-top: 18px;
  }

  .product-detail-copy {
    order: 2;
  }

  .product-detail-media {
    order: 1;
    width: min(100%, 326px);
    margin: 0 auto;
  }

  .product-detail-media img {
    aspect-ratio: 1 / 1;
    object-position: 50% 50%;
  }

  .product-detail-copy h1 {
    max-width: min(100%, 12ch);
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .product-commerce-section {
    gap: 18px;
    padding: 98px 18px 46px;
  }

  .product-commerce-gallery {
    display: flex;
    flex-direction: column;
  }

  .product-commerce-gallery .breadcrumb-link {
    order: 2;
    width: fit-content;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .product-commerce-section::after {
    background:
      linear-gradient(rgba(18, 22, 27, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(18, 22, 27, 0.04) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 74%);
  }

  .product-gallery-shell {
    grid-template-columns: 1fr;
    order: 1;
  }

  .product-gallery-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 2;
  }

  .product-gallery-rail article {
    min-height: 72px;
    padding: 10px 6px;
  }

  .product-gallery-rail span {
    min-height: 46px;
    place-items: center;
    text-align: center;
    writing-mode: initial;
    transform: none;
  }

  .product-gallery-rail svg {
    width: 22px;
    height: 22px;
  }

  .product-commerce-gallery .product-detail-media {
    width: min(100%, 520px);
  }

  .product-image-caption {
    order: 3;
  }

  .product-purchase-panel {
    padding: 20px;
  }

  .product-rating-row {
    align-items: start;
    display: grid;
  }

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

  .product-proof-strip,
  .product-info-grid,
  .related-product-grid,
  .product-spec-strip {
    grid-template-columns: 1fr;
  }

  .catalog-top {
    display: grid;
    align-items: start;
  }

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

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

  .collection-content h3 {
    max-width: 12ch;
  }

  .image-led-section {
    min-height: 56vh;
  }

  .contact-section {
    display: grid;
    min-height: auto;
  }

  .legal-hero {
    min-height: auto;
    padding: 112px 18px 46px;
  }

  .legal-content,
  .legal-contact-layout {
    grid-template-columns: 1fr;
  }

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

  .site-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-block,
  .footer-contact-card {
    grid-column: span 2;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    justify-content: flex-start;
  }

  .calculator-fields,
  .calculator-results {
    grid-template-columns: 1fr;
  }

  .calculator-page-hero {
    min-height: auto;
    padding: 96px 14px 48px;
  }

  .calculator-page-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.1rem);
  }

  .calculator-page-card {
    padding: 16px;
  }

  .syringe-visual {
    grid-template-columns: 22px minmax(0, 1fr) 18px;
    gap: 5px;
  }

  .syringe-head,
  .syringe-plunger {
    height: 46px;
  }

  .syringe-bar {
    height: 64px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 10px 12px;
  }

  .brand-logo {
    width: 118px;
  }

  .site-actions {
    left: min(calc(100vw - 54px), 336px);
    right: auto;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.95rem, 13.4vw, 4.05rem);
    line-height: 0.86;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .hero-section {
    padding: 32px 18px 36px;
  }

  .hero-section.editorial-hero {
    min-height: min(610px, calc(100svh - 124px));
    padding: 72px 18px 34px;
  }

  .editorial-hero .hero-copy {
    width: 100%;
  }

  .editorial-hero h1 {
    max-width: 12.4ch;
    font-size: clamp(2.55rem, 10.2vw, 3.55rem);
    line-height: 0.9;
  }

  .editorial-hero .hero-lede {
    max-width: 31ch;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr;
  }

  .mega-category > button {
    min-height: auto;
    padding-bottom: 10px;
  }

  .mega-category div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-band {
    padding: 44px 0;
  }

  .product-rail,
  .category-rail {
    gap: 12px;
  }

  .category-rail {
    grid-auto-columns: minmax(320px, 344px);
    scroll-padding-inline: 18px;
  }

  .category-tile,
  .category-tile img {
    min-height: 330px;
  }

  .category-tile {
    aspect-ratio: 16 / 13;
    min-width: 0;
    width: 100%;
  }

  .category-tile img {
    min-height: 0;
    object-position: 50% 48%;
  }

  .category-tile[data-category="longevity"] img {
    object-position: 50% 50%;
  }

  .category-tile[data-category="performance"] img {
    object-position: 54% 50%;
  }

  .category-tile[data-category="recovery"] img {
    object-position: 52% 50%;
  }

  .category-tile[data-category="metabolic"] img {
    object-position: 50% 48%;
  }

  .category-tile[data-category="neuroactive"] img {
    object-position: 52% 50%;
  }

  .category-tile[data-category="sexual"] img {
    object-position: 54% 50%;
  }

  .category-tile[data-category="research-tools"] img {
    object-position: 50% 52%;
  }

  .category-tile-copy h3 {
    max-width: 18ch;
    font-size: 1.72rem;
  }

  .hero-lede,
  .section-heading p,
  .packaging-copy p,
  .contact-section p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .legal-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .legal-content {
    width: min(calc(100% - 28px), 1060px);
    padding: 32px 0;
    gap: 12px;
  }

  .legal-content article {
    padding: 18px;
  }

  .legal-contact-layout {
    width: min(calc(100% - 28px), var(--max));
    padding: 32px 0;
  }

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

  .site-footer {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand-block,
  .footer-contact-card {
    grid-column: auto;
  }

  .footer-logo-link {
    width: min(100%, 192px);
  }

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

  .footer-proof-row span {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 8px 6px;
    text-align: center;
  }

  .footer-disclaimer {
    margin-top: 36px;
  }

  .footer-bottom div {
    gap: 11px;
  }

  .hero-actions {
    display: grid;
    width: min(100%, 360px);
  }

  .hero-actions [data-whatsapp-direct] {
    display: none;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .product-detail-actions {
    display: grid;
    width: min(100%, 360px);
  }

  .product-detail-copy .breadcrumb-link {
    margin-bottom: 18px;
  }

  .product-commerce-section {
    padding-inline: 14px;
    padding-top: 12px;
  }

  .product-commerce-gallery .breadcrumb-link {
    margin-bottom: 0;
  }

  .product-image-caption {
    display: grid;
    gap: 6px;
  }

  .product-image-caption strong {
    text-align: left;
  }

  .product-purchase-panel h1 {
    font-size: clamp(2.75rem, 12vw, 3.85rem);
  }

  .product-status-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-strength-picker {
    gap: 8px;
    margin-top: 16px;
  }

  .product-strength-picker > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .strength-option {
    min-height: 42px;
    padding: 0 6px;
    font-size: 0.98rem;
  }

  .quantity-option {
    min-height: 58px;
    padding: 11px 12px;
  }

  .quantity-option strong {
    font-size: 1.08rem;
  }

  .quantity-option small {
    max-width: 13ch;
    text-align: right;
  }

  .product-trust-marquee span {
    min-height: 42px;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  .product-spec-strip {
    padding: 18px 14px;
  }

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

  .trust-strip,
  .category-grid,
  .product-grid,
  .verification-steps {
    grid-template-columns: 1fr;
  }

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

  .hero-media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .category-card {
    min-height: 220px;
  }

  .image-overlay-copy {
    padding-bottom: 42px;
  }

  .filter-row {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
    gap: 7px;
  }

  .filter-button {
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .collection-content {
    padding: 24px 18px 20px;
  }

  .collection-image {
    aspect-ratio: 1.18 / 1;
  }

  .collection-content h3 {
    font-size: clamp(2.15rem, 12vw, 3.15rem);
  }

  .calculator-card {
    padding: 20px 16px;
  }

  .calculator-results article {
    min-height: 108px;
    padding: 16px;
  }

  .collection-content .secondary-button {
    width: 100%;
  }

  .filter-button {
    white-space: nowrap;
  }

  .drawer-panel {
    width: 100%;
    padding: 24px 18px;
  }

  .drawer-panel h2 {
    max-width: none;
    padding-right: 48px;
    font-size: clamp(2.15rem, 9.2vw, 2.85rem);
    line-height: 0.92;
    overflow-wrap: normal;
    word-break: normal;
  }

  .drawer-intro {
    max-width: 34ch;
    font-size: 0.94rem;
  }

  .order-form {
    gap: 12px;
    margin-top: 18px;
  }

  .order-form label {
    gap: 6px;
  }

  .faq-list details[open] p {
    padding-right: 78px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    width: 52px;
    height: 52px;
  }

  .whatsapp-float svg {
    width: 27px;
    height: 27px;
  }
}

/* Standalone dark catalog */
.catalog-page-shell {
  background:
    radial-gradient(circle at 70% 0%, rgba(255, 46, 138, 0.1), transparent 26%),
    radial-gradient(circle at 20% 18%, rgba(0, 217, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #07090c, #0a0d11 46%, #07090c);
  color: var(--text);
}

.catalog-page-shell .catalog-header {
  position: fixed;
  top: 14px;
  left: 50%;
  right: auto;
  width: min(calc(100% - 32px), 1120px);
  min-height: 62px;
  display: flex;
  grid-template-columns: none;
  border-radius: 18px;
  border: 1px solid rgba(238, 242, 247, 0.14);
  padding: 8px 14px 8px 18px;
  justify-content: space-between;
  transform: translateX(-50%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.catalog-page-shell .catalog-header .brand-lockup {
  justify-self: auto;
  min-width: 0;
}

.catalog-page-shell .catalog-header .brand-logo {
  width: clamp(128px, 10vw, 160px);
}

.catalog-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.catalog-header-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(238, 242, 247, 0.14);
  border-radius: 999px;
  padding: 0 15px;
  color: var(--soft);
  background: rgba(238, 242, 247, 0.035);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-hero-page {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 124px max(18px, calc((100vw - var(--max)) / 2)) 46px;
  position: relative;
  overflow: hidden;
}

.catalog-hero-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(238, 242, 247, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 242, 247, 0.03) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
}

.catalog-hero-copy,
.catalog-hero-stage {
  position: relative;
  z-index: 1;
}

.catalog-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7.2vw, 7.2rem);
  line-height: 0.86;
}

.catalog-hero-copy p:not(.eyebrow) {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.catalog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.catalog-hero-stage {
  min-height: 560px;
  display: grid;
  place-items: center;
}

.catalog-hero-stage img {
  width: min(100%, 760px);
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.36));
  animation: product-float 7s ease-in-out infinite;
}

.catalog-orbit {
  position: absolute;
  border: 1px solid rgba(238, 242, 247, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.catalog-orbit.one {
  width: 74%;
  aspect-ratio: 1;
  border-color: rgba(255, 46, 138, 0.18);
  animation: slow-spin 28s linear infinite;
}

.catalog-orbit.two {
  width: 54%;
  aspect-ratio: 1;
  border-color: rgba(0, 217, 255, 0.16);
  animation: slow-spin 22s linear infinite reverse;
}

.catalog-browser-section {
  padding: 28px max(18px, calc((100vw - var(--max)) / 2)) 64px;
}

.catalog-browser-top {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.catalog-search {
  width: min(100%, 760px);
  display: grid;
  gap: 8px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-search input {
  min-height: 54px;
  border: 1px solid rgba(238, 242, 247, 0.16);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--text);
  background: rgba(238, 242, 247, 0.055);
  outline: none;
  font-size: 1rem;
}

.catalog-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  scrollbar-width: none;
}

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

.catalog-filter {
  min-height: 38px;
  border: 1px solid color-mix(in srgb, var(--category, #d7dce5) 26%, rgba(238, 242, 247, 0.14));
  border-radius: 999px;
  padding: 0 13px;
  color: var(--soft);
  background: rgba(238, 242, 247, 0.035);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.catalog-filter.is-active {
  color: var(--text);
  border-color: color-mix(in srgb, var(--category, #d7dce5) 76%, rgba(238, 242, 247, 0.24));
  background: color-mix(in srgb, var(--category, #d7dce5) 16%, rgba(238, 242, 247, 0.035));
}

.catalog-family-list {
  display: grid;
  gap: 46px;
}

.catalog-family-block {
  opacity: 1;
  transform: translateY(0);
}

.catalog-family-block.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation: reveal-up 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.catalog-family-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(238, 242, 247, 0.12);
  padding-bottom: 14px;
}

.catalog-family-heading span,
.catalog-family-heading strong {
  color: color-mix(in srgb, var(--category) 78%, var(--text));
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.catalog-family-heading h2 {
  margin-bottom: 2px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.catalog-family-heading p {
  margin: 0;
  color: var(--muted);
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-product-card {
  color: var(--text);
  perspective: 1000px;
}

.catalog-product-card:hover .catalog-product-visual {
  transform: translateY(-6px) rotateX(3deg);
  border-color: color-mix(in srgb, var(--category) 48%, rgba(238, 242, 247, 0.2));
}

.catalog-product-visual {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(238, 242, 247, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(238, 242, 247, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 242, 247, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--category) 16%, transparent), transparent 52%),
    #0b0f14;
  background-size: 22px 22px, 22px 22px, auto, auto;
  transition:
    transform 240ms ease,
    border-color 240ms ease;
}

.catalog-product-visual img {
  width: min(86%, 250px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.28));
  transition: transform 260ms ease;
}

.catalog-product-card:hover .catalog-product-visual img {
  transform: scale(1.035);
}

.catalog-active-dot,
.catalog-mw-badge {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(238, 242, 247, 0.16);
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(7, 9, 12, 0.66);
  color: var(--soft);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-active-dot {
  top: 12px;
  left: 12px;
}

.catalog-active-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 999px;
  background: #30e678;
  box-shadow: 0 0 12px rgba(48, 230, 120, 0.56);
}

.catalog-mw-badge {
  top: 12px;
  right: 12px;
}

.catalog-sequence-line {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  overflow: hidden;
  color: rgba(238, 242, 247, 0.42);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-product-body {
  padding: 13px 2px 0;
}

.catalog-product-body span {
  color: color-mix(in srgb, var(--category) 78%, var(--soft));
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-product-body strong {
  display: block;
  margin-top: 5px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.catalog-product-body p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.catalog-footer-note {
  padding: 64px max(18px, calc((100vw - var(--max)) / 2)) 96px;
  border-top: 1px solid rgba(238, 242, 247, 0.12);
}

.catalog-footer-note h2 {
  max-width: 12ch;
}

.catalog-footer-note p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reveal-up {
  from {
    opacity: 0.01;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .catalog-hero-page {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 104px;
  }

  .catalog-hero-stage {
    min-height: 360px;
  }

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

@media (max-width: 680px) {
  .catalog-page-shell .catalog-header {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    min-height: 56px;
    padding: 8px 10px 8px 12px;
    transform: none;
  }

  .catalog-page-shell .catalog-header .brand-logo {
    width: 126px;
  }

  .catalog-header-link {
    display: none;
  }

  .catalog-hero-page {
    gap: 10px;
    padding: 82px 14px 14px;
  }

  .catalog-hero-copy h1 {
    max-width: 17ch;
    font-size: clamp(2.12rem, 9.4vw, 2.72rem);
    line-height: 0.88;
  }

  .catalog-hero-copy p:not(.eyebrow) {
    max-width: 34ch;
    font-size: 0.86rem;
    line-height: 1.44;
  }

  .catalog-hero-actions {
    display: grid;
    gap: 8px;
    margin-top: 12px;
  }

  .catalog-hero-actions .primary-button {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.74rem;
  }

  .catalog-hero-actions .secondary-button {
    display: none;
  }

  .catalog-hero-stage {
    min-height: 116px;
    margin-top: 0;
  }

  .catalog-hero-stage img {
    width: min(100%, 226px);
    max-height: 108px;
    object-fit: contain;
  }

  .catalog-orbit.one {
    width: 78%;
  }

  .catalog-orbit.two {
    width: 56%;
  }

  .catalog-browser-section {
    padding: 12px 14px 48px;
  }

  .catalog-browser-top {
    gap: 12px;
    margin-bottom: 12px;
  }

  .catalog-search {
    gap: 6px;
  }

  .catalog-search input {
    min-height: 48px;
  }

  .catalog-filter-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -14px;
    padding: 0 14px 2px;
  }

  .catalog-filter {
    flex: 0 0 auto;
  }

  .catalog-family-heading {
    align-items: start;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .catalog-family-heading h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .catalog-family-heading p {
    font-size: 0.86rem;
  }

  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .catalog-product-visual {
    min-height: 190px;
  }

  .catalog-product-visual img {
    width: min(82%, 178px);
  }

  .catalog-active-dot,
  .catalog-mw-badge {
    padding: 6px 7px;
    font-size: 0.48rem;
  }

  .catalog-product-body strong {
    font-size: 1.24rem;
  }
}

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

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

  [data-reveal] {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .header-cta,
  .primary-button,
  .editorial-hero .secondary-button {
    animation: none !important;
    background-position: 50% 50%;
  }
}

/* Product landing dark compact pass */
.product-page-shell {
  background:
    radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--category) 18%, transparent), transparent 30%),
    linear-gradient(180deg, #07090c, #0b0f14 58%, #07090c);
  color: var(--text);
}

.product-page-shell .site-header {
  top: 10px;
  border-color: rgba(238, 242, 247, 0.14);
  background: rgba(7, 9, 12, 0.76);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
}

.product-page-shell .nav-mega-trigger,
.product-page-shell .requests-button {
  border-color: rgba(238, 242, 247, 0.16);
  background: rgba(238, 242, 247, 0.04);
  color: var(--text);
}

.product-page-shell .site-header {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  width: auto;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  border: 0;
  border-bottom: 1px solid rgba(208, 216, 226, 0.12);
  border-radius: 0;
  background: rgba(4, 6, 8, 0.96);
  box-shadow: none;
  transform: none;
}

.product-page-shell .site-header::before {
  opacity: 0.82;
}

.product-commerce-section {
  min-height: auto;
  grid-template-columns: minmax(340px, 0.92fr) minmax(380px, 0.76fr);
  gap: clamp(22px, 4vw, 54px);
  padding-top: clamp(96px, 10vw, 126px);
  padding-bottom: clamp(30px, 5vw, 58px);
  border-bottom-color: rgba(238, 242, 247, 0.12);
  background:
    radial-gradient(circle at 28% 28%, color-mix(in srgb, var(--category) 12%, transparent), transparent 32%),
    linear-gradient(180deg, rgba(13, 17, 22, 0.96), rgba(7, 9, 12, 0.98));
}

.product-commerce-section::after {
  background:
    linear-gradient(rgba(238, 242, 247, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 242, 247, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 76%);
}

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

.product-commerce-gallery .breadcrumb-link {
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--category) 58%, #eef2f7);
  background: rgba(238, 242, 247, 0.035);
}

.product-detail-media {
  border: 1px solid color-mix(in srgb, var(--category) 28%, rgba(238, 242, 247, 0.12));
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--category) 18%, transparent), transparent 58%),
    #080b0f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  animation: product-float 6.5s ease-in-out infinite;
}

.product-detail-media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-image-strength {
  border-color: color-mix(in srgb, var(--category) 56%, rgba(238, 242, 247, 0.3));
  color: #f7f1f7;
  background: rgba(7, 9, 12, 0.74);
  box-shadow: 0 0 18px color-mix(in srgb, var(--category) 22%, transparent);
}

.product-image-caption {
  border-top-color: color-mix(in srgb, var(--category) 30%, rgba(238, 242, 247, 0.12));
}

.product-image-caption strong,
.product-detail-lede,
.product-spec-strip p,
.product-page-shell .section-heading p {
  color: var(--muted);
}

.product-purchase-panel {
  padding: 8px 0 0;
}

.product-rating-row {
  margin-bottom: 14px;
  border-bottom-color: rgba(238, 242, 247, 0.12);
  padding-bottom: 12px;
}

.product-rating-row span {
  color: color-mix(in srgb, var(--category) 68%, #33b56a);
}

.product-rating-row strong,
.product-purchase-panel .eyebrow,
.product-strength-picker > span,
.product-quantity-picker > span {
  color: var(--soft);
}

.product-purchase-panel h1 {
  color: color-mix(in srgb, var(--category) 16%, var(--text));
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.7rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.88;
  text-transform: uppercase;
}

.product-mini-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 18px;
}

.product-mini-proof article {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid color-mix(in srgb, var(--category) 24%, rgba(238, 242, 247, 0.13));
  border-radius: 10px;
  padding: 8px;
  background: rgba(238, 242, 247, 0.035);
  box-shadow: none;
}

.product-mini-proof svg {
  width: 16px;
  height: 16px;
  color: color-mix(in srgb, var(--category) 78%, #eef2f7);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-mini-proof span {
  min-height: 0;
  display: block;
  color: var(--soft);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.15;
  text-transform: uppercase;
}

.strength-option {
  border-color: color-mix(in srgb, var(--category) 25%, rgba(238, 242, 247, 0.14));
  border-radius: var(--radius);
  color: var(--soft);
  background: rgba(238, 242, 247, 0.035);
}

.strength-option.is-active {
  color: #f7f1f7;
  border-color: color-mix(in srgb, var(--category) 78%, #eef2f7);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--category) 30%, transparent), rgba(238, 242, 247, 0.055)),
    #0c1015;
  box-shadow: 0 0 22px color-mix(in srgb, var(--category) 22%, transparent);
}

.quantity-option {
  min-height: 58px;
  grid-template-columns: 0 minmax(0, 1fr) auto;
  gap: 10px;
  border-color: color-mix(in srgb, var(--category) 18%, rgba(238, 242, 247, 0.14));
  border-radius: var(--radius);
  padding: 11px 14px;
  color: var(--text);
  background: rgba(238, 242, 247, 0.032);
  box-shadow: none;
}

.quantity-option > img,
.quantity-mini-stack {
  display: none;
}

.quantity-option.is-active {
  border-color: color-mix(in srgb, var(--category) 78%, rgba(238, 242, 247, 0.42));
  background: color-mix(in srgb, var(--category) 15%, rgba(238, 242, 247, 0.04));
  box-shadow: 0 0 20px color-mix(in srgb, var(--category) 16%, transparent);
}

.quantity-option small {
  color: var(--muted);
}

.product-purchase-panel .primary-button {
  color: #071014;
  background: var(--gradient-brand-flow);
  background-size: 220% 100%;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--category) 16%, rgba(0, 217, 255, 0.1));
  animation: brand-gradient-flow 16s ease-in-out infinite;
}

.product-trust-marquee {
  border-color: color-mix(in srgb, var(--category) 20%, rgba(238, 242, 247, 0.13));
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.025);
}

.product-trust-marquee span {
  min-height: 38px;
  color: var(--soft);
  background: rgba(7, 9, 12, 0.48);
}

.product-spec-strip {
  padding-top: 20px;
  padding-bottom: 18px;
}

.product-spec-strip article {
  min-height: 112px;
  border-color: color-mix(in srgb, var(--category) 20%, rgba(238, 242, 247, 0.13));
  border-radius: var(--radius);
  background: rgba(238, 242, 247, 0.028);
  box-shadow: none;
}

.product-spec-strip strong,
.product-page-shell .section-heading h2 {
  color: var(--text);
}

.product-page-shell .section-band {
  background: linear-gradient(180deg, rgba(10, 13, 18, 0.98), rgba(7, 9, 12, 0.98));
  color: var(--text);
}

.product-related-section {
  padding-top: 44px;
  padding-bottom: 52px;
}

.product-related-section .section-heading {
  margin-bottom: 18px;
}

.product-page-shell .contact-section {
  min-height: auto;
  padding-top: 52px;
  padding-bottom: 74px;
}

@keyframes product-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 840px) {
  .product-page-shell .site-header {
    left: 12px;
    right: 12px;
    width: auto;
    min-height: 56px;
    justify-content: center;
    transform: none;
  }

  .product-page-shell .nav-toggle {
    position: absolute;
    top: 50%;
    left: 12px;
    display: inline-block;
    transform: translateY(-50%);
  }

  .product-page-shell .brand-lockup {
    position: static;
    justify-content: center;
  }

  .product-page-shell .brand-logo {
    width: 124px;
  }

  .product-page-shell .site-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 42px;
    transform: translateY(-50%);
  }

  .product-commerce-section {
    display: flex;
    flex-direction: column;
    padding: 84px 14px 34px;
  }

  .product-commerce-gallery {
    display: contents;
  }

  .product-commerce-gallery .breadcrumb-link {
    order: 3;
    margin: 2px 0 0;
  }

  .product-gallery-shell {
    order: 1;
  }

  .product-commerce-gallery .product-detail-media {
    width: min(100%, 356px);
    margin-inline: auto;
  }

  .product-image-caption {
    order: 4;
    width: 100%;
  }

  .product-purchase-panel {
    order: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 12px 0 0;
  }

  .product-rating-row {
    display: none;
  }

  .product-purchase-panel .eyebrow {
    order: 1;
    margin-bottom: 6px;
    font-size: 0.82rem;
  }

  .product-purchase-panel h1 {
    order: 0;
    margin-bottom: 8px;
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .product-detail-lede {
    display: none;
  }

  .product-mini-proof {
    order: 2;
    margin: 8px 0 10px;
  }

  .product-strength-picker {
    order: 3;
    margin-top: 4px;
  }

  .product-quantity-picker {
    order: 4;
    margin-top: 12px;
  }

  .product-cta {
    order: 5;
    margin-top: 16px;
  }

  .product-trust-marquee {
    order: 6;
    margin-top: 12px;
  }

  .product-spec-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 14px;
  }
}

@media (max-width: 560px) {
  .product-mini-proof article {
    min-height: 36px;
    padding: 6px 4px;
  }

  .product-mini-proof span {
    font-size: 0.52rem;
  }

  .product-strength-picker > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .product-strength-picker .strength-option {
    min-height: 34px;
    padding: 0 3px;
    font-size: 0.86rem;
  }

  .quantity-option {
    min-height: 48px;
    padding: 9px 11px;
  }

  .quantity-option strong {
    font-size: 1rem;
  }

  .quantity-option small {
    max-width: 12ch;
    font-size: 0.58rem;
  }

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

.product-page-shell .site-header {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  width: auto;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  border: 0;
  border-bottom: 1px solid rgba(208, 216, 226, 0.12);
  border-radius: 0;
  background: rgba(4, 6, 8, 0.96);
  box-shadow: none;
  transform: none;
}

.product-page-shell .site-header::before {
  opacity: 0.82;
}

@media (max-width: 840px) {
  .product-page-shell .site-header {
    min-height: 70px;
    display: flex;
    justify-content: center;
  }

  .product-page-shell .nav-toggle {
    position: absolute;
    top: 50%;
    left: 12px;
    display: inline-block;
    transform: translateY(-50%);
  }

  .product-page-shell .brand-lockup {
    justify-content: center;
  }

  .product-page-shell .brand-logo {
    width: 118px;
  }

  .product-page-shell .site-actions {
    position: absolute;
    top: 50%;
    right: 12px;
    display: flex;
    width: 42px;
    transform: translateY(-50%);
  }
}

/* Mobile QA pass, June 2026 */
.mobile-product-sticky-cta {
  display: none;
}

.drawer-open .whatsapp-float {
  display: none;
}

@media (max-width: 840px) {
  .brand-lockup,
  .icon-button,
  .requests-button,
  .requests-button.icon-button,
  .nav-toggle {
    min-width: 44px;
    min-height: 44px;
  }

  .site-actions {
    width: 44px;
    height: 44px;
  }

  .requests-button,
  .requests-button.icon-button {
    width: 44px;
    height: 44px;
  }

  .requests-button::before {
    width: 21px;
    height: 21px;
  }

  .legal-hero {
    padding-top: 108px;
  }

  .legal-hero h1 {
    max-width: min(100%, 13.6ch);
    font-size: clamp(2.2rem, 10.1vw, 3.25rem);
    line-height: 0.92;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
    text-wrap: balance;
  }

  .legal-hero p:not(.eyebrow) {
    max-width: 34ch;
  }

  .footer-link-column a,
  .footer-bottom a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .footer-bottom div {
    align-items: stretch;
  }

  .rail-link,
  .category-card a,
  .category-tile-copy a,
  .catalog-product-card,
  .related-product-card {
    min-height: 44px;
  }

  .catalog-filter-row {
    min-height: 54px;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 42px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 42px), transparent 100%);
  }

  .catalog-filter {
    min-height: 44px;
    scroll-snap-align: start;
  }

  .product-page-shell {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .product-page-shell .site-actions {
    width: 44px;
    height: 44px;
  }

  .product-page-shell .requests-button {
    width: 44px;
    height: 44px;
  }

  .product-page-shell .whatsapp-float {
    display: none;
  }

  .product-page-shell .product-commerce-section {
    padding-bottom: 24px;
  }

  .product-page-shell .product-cta {
    margin-top: 12px;
    min-height: 48px;
  }

  .product-page-shell .strength-option {
    min-height: 44px;
  }

  .product-page-shell .quantity-option {
    min-height: 58px;
  }

  .mobile-product-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 70;
    min-height: 56px;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(238, 242, 247, 0.28);
    border-radius: 12px;
    padding: 9px 14px;
    color: #071014;
    background: var(--gradient-brand-flow);
    background-size: 220% 100%;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.14) inset;
    cursor: pointer;
    animation: brand-gradient-flow 16s ease-in-out infinite;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .mobile-product-sticky-cta span {
    min-width: 0;
    color: rgba(7, 16, 20, 0.72);
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .drawer-open .mobile-product-sticky-cta {
    display: none;
  }
}

@media (max-width: 390px) {
  .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.65rem);
    letter-spacing: 0.045em;
  }

  .product-page-shell .product-purchase-panel h1 {
    font-size: clamp(2.7rem, 13.5vw, 3.55rem);
  }

  .mobile-product-sticky-cta {
    grid-template-columns: 1fr;
    gap: 3px;
    text-align: center;
  }
}
