:root {
	--opt-black: oklch(8% 0.014 205);
	--opt-graphite: oklch(13% 0.018 210);
	--opt-graphite-2: oklch(17% 0.022 210);
	--opt-panel: oklch(20% 0.027 207);
	--opt-ink: oklch(96% 0.018 84);
	--opt-ink-dim: oklch(81% 0.026 188 / 0.72);
	--opt-ink-mute: oklch(75% 0.02 188 / 0.48);
	--opt-teal: oklch(80% 0.105 190);
	--opt-teal-strong: oklch(69% 0.12 195);
	--opt-gold: oklch(78% 0.102 85);
	--opt-amber: oklch(75% 0.15 70);
	--opt-red: oklch(66% 0.21 28);
	--opt-line: oklch(94% 0.012 84 / 0.1);
	--opt-line-strong: oklch(94% 0.012 84 / 0.22);
	--opt-shadow: 0 30px 90px oklch(2% 0.01 210 / 0.45);
	--opt-max: 1320px;
	--opt-pad: clamp(20px, 4vw, 56px);
	--opt-space-1: 4px;
	--opt-space-2: 8px;
	--opt-space-3: 12px;
	--opt-space-4: 16px;
	--opt-space-5: 24px;
	--opt-space-6: 32px;
	--opt-space-7: 48px;
	--opt-space-8: 64px;
	--opt-space-9: 96px;
	--opt-radius: 8px;
	--opt-font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--opt-font-display: "Familjen Grotesk", "Avenir Next", "Segoe UI", sans-serif;
	--opt-font-mono: "Azeret Mono", "SFMono-Regular", Consolas, monospace;
	--opt-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	scroll-behavior: smooth;
}

body.opt-site {
	margin: 0;
	background:
		repeating-linear-gradient(0deg, transparent 0, transparent 42px, oklch(100% 0 0 / 0.007) 43px),
		linear-gradient(180deg, var(--opt-black) 0%, oklch(10% 0.02 200) 46%, var(--opt-black) 100%);
	color: var(--opt-ink);
	font-family: var(--opt-font-body);
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.opt-site img,
.opt-site svg {
	display: block;
	max-width: 100%;
}

.opt-site a {
	color: inherit;
	text-decoration: none;
}

.opt-site a:hover,
.opt-site a:focus-visible {
	color: var(--opt-teal);
	text-decoration: none;
}

.opt-site button,
.opt-site input,
.opt-site select,
.opt-site textarea {
	font: inherit;
}

.opt-site :focus-visible {
	outline: 3px solid oklch(80% 0.105 190 / 0.4);
	outline-offset: 3px;
}

.opt-site ::selection {
	background: var(--opt-teal);
	color: var(--opt-black);
}

.opt-grain,
.opt-scanlines {
	position: fixed;
	inset: 0;
	z-index: 200;
	pointer-events: none;
}

.opt-grain {
	opacity: 0.035;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.72'/%3E%3C/svg%3E");
}

.opt-scanlines {
	z-index: 199;
	opacity: 0.018;
	background: repeating-linear-gradient(to bottom, transparent 0 2px, oklch(100% 0 0 / 0.8) 2px 3px);
}

.opt-container {
	width: min(100%, var(--opt-max));
	margin-inline: auto;
	padding-inline: var(--opt-pad);
}

.opt-display {
	margin: 0;
	font-family: var(--opt-font-display);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
}

.opt-label,
.opt-section-kicker,
.opt-eyebrow,
.opt-panel-head,
.opt-card-index,
.opt-product-mini-specs dt,
.opt-product-card__strip,
.opt-specimen-table dt,
.opt-meta {
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.opt-section-kicker,
.opt-eyebrow,
.opt-card-index {
	color: var(--opt-teal);
}

.opt-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--opt-space-5);
	padding: 16px var(--opt-pad);
	background: oklch(8% 0.014 205 / 0.72);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(18px) saturate(140%);
	transition: background 300ms var(--opt-ease), border-color 300ms var(--opt-ease);
}

.opt-nav.is-scrolled {
	background: oklch(8% 0.014 205 / 0.92);
	border-bottom-color: var(--opt-line);
}

.opt-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	color: var(--opt-ink);
}

.opt-brand img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	flex: 0 0 auto;
}

.opt-brand span {
	display: grid;
	gap: 1px;
}

.opt-brand strong {
	font-family: var(--opt-font-display);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opt-brand em {
	color: var(--opt-ink-mute);
	font-style: normal;
	font-size: 12px;
}

.opt-nav__links,
.opt-nav__actions {
	display: flex;
	align-items: center;
	gap: var(--opt-space-5);
}

.opt-nav__links a {
	color: var(--opt-ink-dim);
	font-family: var(--opt-font-mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.opt-nav__links a::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	margin-top: 6px;
	background: var(--opt-teal);
	transition: width 260ms var(--opt-ease);
}

.opt-nav__links a:hover::after,
.opt-nav__links a:focus-visible::after {
	width: 100%;
}

.opt-button,
.opt-site .button,
.opt-site button.button,
.opt-site input[type="submit"],
.opt-site .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	background: transparent;
	color: var(--opt-ink);
	font-family: var(--opt-font-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 240ms var(--opt-ease), border-color 240ms var(--opt-ease), background 240ms var(--opt-ease), color 240ms var(--opt-ease), box-shadow 240ms var(--opt-ease);
}

.opt-button--primary,
.opt-site .button,
.opt-site button.button,
.opt-site input[type="submit"],
.opt-site .wp-element-button {
	background: var(--opt-teal);
	border-color: var(--opt-teal);
	color: var(--opt-black);
	box-shadow: 0 0 0 0 oklch(80% 0.105 190 / 0.2);
}

.opt-button--ghost {
	background: oklch(100% 0 0 / 0.02);
	color: var(--opt-ink);
}

.opt-button:hover,
.opt-button:focus-visible,
.opt-site .button:hover,
.opt-site button.button:hover,
.opt-site input[type="submit"]:hover {
	transform: translateY(-1px);
	border-color: var(--opt-teal);
	box-shadow: 0 0 0 6px oklch(80% 0.105 190 / 0.12);
	color: var(--opt-black);
}

.opt-button--ghost:hover,
.opt-button--ghost:focus-visible {
	background: oklch(100% 0 0 / 0.05);
	color: var(--opt-ink);
}

.opt-arrow {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 240ms var(--opt-ease);
}

.opt-button:hover .opt-arrow,
.opt-button:focus-visible .opt-arrow {
	transform: translate(2px, -2px);
}

.opt-cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--opt-ink-dim);
	font-family: var(--opt-font-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-account {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	color: var(--opt-ink-dim);
	background: oklch(100% 0 0 / 0.02);
	transition: color 240ms var(--opt-ease), border-color 240ms var(--opt-ease), background 240ms var(--opt-ease);
}

.opt-account:hover,
.opt-account:focus-visible {
	color: var(--opt-teal);
	border-color: var(--opt-teal);
	background: oklch(80% 0.105 190 / 0.08);
}

.opt-account svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.opt-cart b {
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 5px;
	border-radius: 999px;
	background: var(--opt-gold);
	color: var(--opt-black);
	font-size: 11px;
}

.opt-menu-button {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	background: transparent;
	color: var(--opt-ink);
}

.opt-menu-button span,
.opt-menu-button span::before,
.opt-menu-button span::after {
	display: block;
	width: 16px;
	height: 1px;
	background: currentColor;
	content: "";
}

.opt-menu-button span {
	position: relative;
	margin: auto;
}

.opt-menu-button span::before,
.opt-menu-button span::after {
	position: absolute;
	left: 0;
}

.opt-menu-button span::before {
	top: -5px;
}

.opt-menu-button span::after {
	top: 5px;
}

.opt-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 110;
	background: oklch(0% 0 0 / 0.62);
	backdrop-filter: blur(8px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 320ms var(--opt-ease);
}

.opt-drawer {
	position: fixed;
	inset: 0 0 0 auto;
	z-index: 111;
	width: min(380px, 88vw);
	padding: 24px;
	background: var(--opt-graphite);
	border-left: 1px solid var(--opt-line);
	transform: translateX(100%);
	transition: transform 360ms var(--opt-ease);
}

.has-opt-drawer .opt-drawer {
	transform: translateX(0);
}

.has-opt-drawer .opt-drawer-overlay {
	opacity: 1;
	pointer-events: auto;
}

.opt-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: var(--opt-space-7);
}

.opt-drawer__head button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	background: transparent;
	color: var(--opt-ink);
	font-size: 20px;
}

.opt-drawer__links {
	display: grid;
	gap: var(--opt-space-2);
	margin-bottom: var(--opt-space-7);
}

.opt-drawer__links a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--opt-space-4);
	padding: 16px 0;
	border-bottom: 1px solid var(--opt-line);
	font-family: var(--opt-font-display);
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.opt-drawer__links span {
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.opt-main {
	position: relative;
	z-index: 1;
}

.opt-hero {
	position: relative;
	min-height: calc(100vh - 42px);
	padding: clamp(88px, 13vh, 160px) 0 var(--opt-space-9);
	overflow: hidden;
	border-bottom: 1px solid var(--opt-line);
	background:
		linear-gradient(115deg, oklch(8% 0.014 205) 0%, oklch(13% 0.034 200) 50%, oklch(6% 0.016 210) 100%);
}

.opt-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.82fr);
	gap: clamp(40px, 7vw, 96px);
	align-items: center;
}

.opt-hero__molecule {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0.36;
	pointer-events: none;
}

.opt-molecule {
	fill: none;
	color: var(--opt-teal);
}

.opt-molecule__bonds {
	stroke: oklch(96% 0.018 84 / 0.22);
	stroke-width: 1;
}

.opt-molecule__atoms {
	fill: currentColor;
	filter: drop-shadow(0 0 12px oklch(80% 0.105 190 / 0.5));
}

.opt-molecule--hero {
	width: min(1100px, 105vw);
	animation: opt-orbit 64s linear infinite;
}

.opt-molecule--panel,
.opt-molecule--product,
.opt-molecule--cta {
	position: absolute;
	width: 190px;
	right: -44px;
	top: -48px;
	opacity: 0.18;
	animation: opt-orbit 46s linear infinite;
}

.opt-molecule--mini {
	width: 48px;
	height: 48px;
	opacity: 0.88;
	transition: transform 600ms var(--opt-ease), color 300ms var(--opt-ease);
}

.opt-molecule--dashboard {
	width: min(520px, 100%);
	animation: opt-orbit 80s linear infinite;
}

.opt-molecule--page {
	width: min(360px, 100%);
	margin-inline: auto;
	opacity: 0.8;
}

@keyframes opt-orbit {
	to {
		transform: rotate(360deg);
	}
}

.opt-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 34px;
	padding: 0 14px;
	margin-bottom: var(--opt-space-6);
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	color: var(--opt-ink-dim);
	background: oklch(100% 0 0 / 0.03);
}

.opt-eyebrow span,
.opt-live i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--opt-teal);
	box-shadow: 0 0 14px var(--opt-teal);
	animation: opt-pulse 1800ms ease-in-out infinite;
}

@keyframes opt-pulse {
	50% {
		opacity: 0.45;
		transform: scale(0.78);
	}
}

.opt-hero__title {
	max-width: min(100%, 980px);
	margin-bottom: var(--opt-space-6);
	font-size: clamp(56px, 9.4vw, 146px);
	overflow: visible;
}

.opt-hero__title span {
	display: block;
	overflow: visible;
}

.opt-hero__title b {
	display: inline-block;
	font-weight: inherit;
	animation: opt-rise 900ms var(--opt-ease) both;
}

.opt-hero__title span:nth-child(2) b {
	animation-delay: 120ms;
}

.opt-rotator {
	display: inline-block;
	color: var(--opt-gold);
	font-style: italic;
	text-transform: lowercase;
	min-height: 0.95em;
	transition: opacity 300ms var(--opt-ease), transform 300ms var(--opt-ease);
}

.opt-rotator.is-swapping {
	opacity: 0;
	transform: translateY(-0.15em);
}

@keyframes opt-rise {
	from {
		transform: translateY(110%);
	}

	to {
		transform: translateY(0);
	}
}

.opt-hero__lead,
.opt-lede,
.opt-page-hero p,
.opt-prose,
.opt-glass-card p,
.opt-culture-card p,
.opt-panel p,
.opt-product-card p,
.opt-product-buybox p,
.opt-field-side p,
.opt-cta p {
	color: var(--opt-ink-dim);
}

.opt-hero__lead {
	max-width: 620px;
	margin: 0 0 var(--opt-space-6);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.65;
}

.opt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--opt-space-3);
	align-items: center;
	margin: var(--opt-space-6) 0;
}

.opt-actions--center {
	justify-content: center;
}

.opt-compliance-line {
	max-width: 520px;
	margin: 0;
	padding-top: var(--opt-space-4);
	border-top: 1px solid var(--opt-line-strong);
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 12px;
	line-height: 1.7;
}

.opt-specimen-panel,
.opt-glass-card,
.opt-panel,
.opt-sidebar-card,
.opt-form-card,
.opt-product-buybox,
.opt-product-card,
.opt-dossier-card,
.opt-search-card,
.opt-empty {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background:
		linear-gradient(160deg, oklch(100% 0 0 / 0.035), oklch(100% 0 0 / 0.01)),
		var(--opt-graphite);
	box-shadow: var(--opt-shadow);
}

.opt-specimen-panel {
	padding: clamp(22px, 3vw, 30px);
	backdrop-filter: blur(18px);
}

.opt-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--opt-space-4);
	margin-bottom: var(--opt-space-5);
	color: var(--opt-ink-dim);
}

.opt-live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--opt-teal);
}

.opt-specimen-table {
	display: grid;
	gap: 0;
	margin: 0;
}

.opt-specimen-table div,
.opt-product-mini-specs div {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: var(--opt-space-3);
	padding: 11px 0;
	border-bottom: 1px dashed var(--opt-line-strong);
}

.opt-specimen-table dt,
.opt-product-mini-specs dt {
	color: var(--opt-ink-mute);
}

.opt-specimen-table dd,
.opt-product-mini-specs dd {
	margin: 0;
	color: var(--opt-ink);
	font-weight: 700;
}

.opt-copy-bar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: var(--opt-space-3);
	align-items: center;
	margin-top: var(--opt-space-5);
	padding: 12px;
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background: var(--opt-black);
	font-family: var(--opt-font-mono);
	font-size: 11px;
}

.opt-copy-bar span {
	color: var(--opt-teal);
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.opt-copy-bar code {
	overflow: hidden;
	color: var(--opt-ink-dim);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.opt-copy-bar button {
	padding: 7px 10px;
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	background: transparent;
	color: var(--opt-ink-dim);
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.opt-copy-bar button.is-copied,
[data-optimization-copy].is-copied {
	color: var(--opt-teal);
	border-color: var(--opt-teal);
}

.opt-panel-note {
	margin: var(--opt-space-5) 0 0;
	padding-top: var(--opt-space-4);
	border-top: 1px dashed var(--opt-line-strong);
	color: var(--opt-ink-dim);
	font-size: 14px;
	line-height: 1.65;
}

.opt-ticker {
	position: relative;
	z-index: 3;
	overflow: hidden;
	padding: 16px 0;
	border-top: 1px solid var(--opt-line);
	border-bottom: 1px solid var(--opt-line);
	background: var(--opt-graphite);
}

.opt-ticker__track {
	display: flex;
	width: max-content;
	gap: var(--opt-space-7);
	animation: opt-scroll 48s linear infinite;
}

.opt-ticker span {
	color: var(--opt-ink-dim);
	font-family: var(--opt-font-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.opt-ticker span::before {
	content: "◉";
	margin-right: 14px;
	color: var(--opt-teal);
}

@keyframes opt-scroll {
	to {
		transform: translateX(-50%);
	}
}

.opt-section {
	padding: clamp(88px, 13vh, 160px) 0;
	border-top: 1px solid var(--opt-line);
}

.opt-section-head {
	display: grid;
	grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 84px);
	align-items: end;
	margin-bottom: var(--opt-space-8);
}

.opt-section-head .opt-display {
	font-size: clamp(42px, 7vw, 116px);
}

.opt-lede {
	max-width: 820px;
	margin: 0 0 var(--opt-space-8);
	font-size: clamp(18px, 1.7vw, 23px);
	line-height: 1.55;
}

.opt-card-grid {
	display: grid;
	gap: var(--opt-space-4);
}

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

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

.opt-glass-card,
.opt-culture-card,
.opt-panel,
.opt-dossier-card,
.opt-search-card,
.opt-empty {
	padding: clamp(22px, 3vw, 32px);
}

.opt-glass-card::before,
.opt-panel::before,
.opt-product-card::before,
.opt-dossier-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--opt-teal), transparent);
	opacity: 0.45;
}

.opt-glass-card h2,
.opt-glass-card h3,
.opt-culture-card h2,
.opt-culture-card h3,
.opt-panel h2,
.opt-panel h3,
.opt-dossier-card h3,
.opt-search-card h2,
.opt-empty h2 {
	margin: 0 0 var(--opt-space-3);
	font-family: var(--opt-font-display);
	font-size: clamp(22px, 2.2vw, 34px);
	line-height: 1.04;
	letter-spacing: 0;
	text-transform: uppercase;
}

.opt-card-index {
	display: block;
	margin-bottom: var(--opt-space-6);
}

.opt-culture {
	background: var(--opt-graphite);
}

.opt-culture-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--opt-line);
	border-left: 1px solid var(--opt-line);
}

.opt-culture-card {
	min-height: 260px;
	display: grid;
	align-content: space-between;
	gap: var(--opt-space-6);
	border-right: 1px solid var(--opt-line);
	border-bottom: 1px solid var(--opt-line);
	background: var(--opt-black);
	transition: background 280ms var(--opt-ease), color 280ms var(--opt-ease);
}

.opt-culture-card:hover {
	background: oklch(80% 0.105 190 / 0.035);
}

.opt-culture-card:hover .opt-molecule--mini {
	transform: rotate(50deg);
	color: var(--opt-gold);
}

.opt-culture-card > span {
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.opt-culture-card--compact {
	min-height: 0;
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
}

.opt-product-grid,
.opt-site ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: clamp(18px, 2vw, 26px);
	align-items: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.opt-site ul.products::before,
.opt-site ul.products::after {
	display: none !important;
	content: none !important;
}

.opt-product-grid__item,
.opt-site ul.products li.product,
.opt-site ul.products > li {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.opt-product-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	min-height: 100%;
	overflow: hidden;
	background:
		repeating-linear-gradient(0deg, transparent 0 28px, oklch(100% 0 0 / 0.015) 29px),
		var(--opt-graphite);
	transition: transform 300ms var(--opt-ease), border-color 300ms var(--opt-ease), background 300ms var(--opt-ease);
}

.opt-product-card:hover {
	border-color: oklch(80% 0.105 190 / 0.62);
}

.opt-product-card__strip {
	display: flex;
	justify-content: space-between;
	gap: var(--opt-space-3);
	padding: 9px 14px;
	background: var(--opt-ink);
	color: var(--opt-black);
	overflow-wrap: anywhere;
	line-height: 1.35;
}

.opt-product-card__strip span:first-child {
	white-space: nowrap;
}

.opt-product-card__image {
	display: grid;
	place-items: center;
	height: clamp(190px, 18vw, 240px);
	padding: 18px;
	background: var(--opt-black);
	overflow: hidden;
}

.opt-product-card__image img {
	display: block;
	width: auto;
	max-width: min(88%, 250px);
	max-height: 100%;
	height: auto;
	margin-inline: auto;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 28px 42px oklch(0% 0 0 / 0.35));
}

.opt-product-card__body {
	display: grid;
	gap: var(--opt-space-3);
	padding: var(--opt-space-4);
	min-width: 0;
	align-content: start;
}

.opt-product-card h2,
.opt-product-card h3 {
	margin: 0;
	font-family: var(--opt-font-display);
	font-size: clamp(22px, 1.35vw, 28px);
	line-height: 1.08;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.opt-product-card__body > p:not(.opt-product-card__alias) {
	display: -webkit-box;
	min-height: calc(1.6em * 4);
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 1.6;
}

.opt-product-card__alias {
	margin: calc(-1 * var(--opt-space-2)) 0 0;
	color: var(--opt-gold);
	font-size: 14px;
	font-weight: 700;
}

.opt-product-mini-specs {
	display: grid;
	gap: 0;
	margin: 0;
}

.opt-product-mini-specs div {
	grid-template-columns: 90px minmax(0, 1fr);
	padding: 8px 0;
}

.opt-product-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--opt-space-3);
	margin-top: auto;
	padding-top: var(--opt-space-3);
	border-top: 1px solid var(--opt-line);
}

.opt-product-card__foot .price,
.opt-product-card__foot > span {
	color: var(--opt-ink);
	font-weight: 800;
}

.opt-product-card__foot .button {
	min-height: 42px;
	padding-inline: 14px;
	font-size: 10px;
}

.opt-related-products {
	width: 100%;
	margin-top: var(--opt-space-6);
	text-align: left;
}

.opt-related-products > section > h2,
.opt-related-products .related > h2 {
	display: none;
}

.opt-related-products .related.products {
	display: block;
	width: 100%;
}

.opt-related-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	max-width: 1180px;
	margin-inline: auto;
	width: 100%;
	gap: clamp(18px, 2vw, 26px);
}

.opt-related-products ul.products li.product {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.opt-related-products .opt-product-card {
	width: 100%;
}

.opt-related-products .opt-product-card__image {
	height: clamp(180px, 16vw, 220px);
}

.opt-dashboard {
	background:
		repeating-linear-gradient(90deg, transparent 0 48px, oklch(100% 0 0 / 0.012) 49px),
		var(--opt-graphite);
}

.opt-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
	gap: var(--opt-space-4);
}

.opt-peptide-science .opt-panel p {
	max-width: 62ch;
	font-size: 16px;
	line-height: 1.7;
}

.opt-science-visual {
	min-height: 430px;
}

.opt-peptide-chain {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--opt-space-2);
	padding-top: var(--opt-space-5);
	border-top: 1px dashed var(--opt-line-strong);
}

.opt-peptide-chain span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 34px;
	border: 1px solid oklch(80% 0.105 190 / 0.36);
	border-radius: 999px;
	background: oklch(80% 0.105 190 / 0.08);
	color: var(--opt-teal);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opt-peptide-chain i {
	width: 18px;
	height: 1px;
	margin-block: 16px;
	background: var(--opt-line-strong);
}

.opt-science-lanes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--opt-space-3);
}

.opt-science-lanes span {
	padding: var(--opt-space-4);
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background: var(--opt-black);
	color: var(--opt-ink-dim);
	line-height: 1.6;
}

.opt-panel--molecule {
	grid-row: span 2;
	min-height: 560px;
	display: grid;
}

.opt-panel--wide {
	grid-column: 1 / -1;
}

.opt-crosshair {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 320px;
	margin: var(--opt-space-4) 0;
	border: 1px dashed var(--opt-line-strong);
	border-radius: var(--opt-radius);
}

.opt-crosshair::before,
.opt-crosshair::after {
	content: "";
	position: absolute;
	background: oklch(80% 0.105 190 / 0.25);
}

.opt-crosshair::before {
	inset-inline: 0;
	top: 50%;
	height: 1px;
}

.opt-crosshair::after {
	inset-block: 0;
	left: 50%;
	width: 1px;
}

.opt-readouts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--opt-space-3);
	padding-top: var(--opt-space-5);
	border-top: 1px dashed var(--opt-line-strong);
}

.opt-readouts div,
.opt-meter-list div {
	display: grid;
	gap: var(--opt-space-2);
}

.opt-readouts span,
.opt-meter-list span {
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.opt-readouts b {
	color: var(--opt-teal);
	font-family: var(--opt-font-display);
	font-size: 28px;
	line-height: 1;
}

.opt-sparkline {
	margin: var(--opt-space-5) 0;
}

.opt-sparkline svg {
	width: 100%;
	height: 84px;
}

.opt-sparkline__line {
	fill: none;
	stroke: var(--opt-teal);
	stroke-width: 2;
}

.opt-sparkline__fill {
	fill: oklch(80% 0.105 190 / 0.16);
}

.opt-meter-list {
	display: grid;
	gap: var(--opt-space-4);
}

.opt-meter-list i {
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: var(--opt-black);
	overflow: hidden;
}

.opt-meter-list i::before {
	content: "";
	display: block;
	width: var(--value);
	height: 100%;
	border-radius: inherit;
	background: var(--opt-teal);
}

.opt-tray {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: var(--opt-space-4);
}

.opt-tray span {
	display: grid;
	place-items: center;
	gap: var(--opt-space-3);
	text-align: center;
}

.opt-tray b {
	position: relative;
	display: block;
	width: 30px;
	height: 96px;
	border: 1px solid var(--opt-line-strong);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: var(--opt-black);
	overflow: hidden;
}

.opt-tray b::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: var(--fill);
	background: linear-gradient(180deg, oklch(80% 0.105 190 / 0.28), var(--opt-teal));
	box-shadow: inset 0 0 20px oklch(80% 0.105 190 / 0.42);
	animation: opt-shimmer 2400ms ease-in-out infinite;
}

@keyframes opt-shimmer {
	50% {
		filter: brightness(1.18);
	}
}

.opt-tray em {
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-field-grid,
.opt-two-column,
.opt-contact-grid,
.opt-compliance-grid,
.opt-page-hero__grid,
.opt-collection-spotlight,
.opt-shop-layout,
.opt-product-hero__grid,
.opt-science-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.opt-field-side {
	position: sticky;
	top: 120px;
}

.opt-field-side h2,
.opt-page-hero h1,
.opt-product-buybox h1,
.opt-cta h2 {
	font-size: clamp(42px, 7vw, 98px);
}

.opt-feed {
	display: grid;
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	overflow: hidden;
	background: var(--opt-black);
}

.opt-feed article {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr) auto;
	gap: var(--opt-space-4);
	align-items: start;
	padding: var(--opt-space-5);
	border-bottom: 1px solid var(--opt-line);
}

.opt-feed article:last-child {
	border-bottom: 0;
}

.opt-feed span,
.opt-feed time {
	color: var(--opt-teal);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-feed p {
	margin: 0;
	color: var(--opt-ink);
}

.opt-cta {
	text-align: center;
}

.opt-cta__inner {
	position: relative;
	overflow: hidden;
	padding-block: clamp(72px, 10vh, 130px);
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background:
		linear-gradient(145deg, oklch(80% 0.105 190 / 0.06), transparent),
		var(--opt-graphite);
}

.opt-cta__inner h2,
.opt-cta__inner p {
	max-width: 760px;
	margin-inline: auto;
}

.opt-research-notice {
	padding: var(--opt-space-4);
	border: 1px dashed var(--opt-line-strong);
	border-radius: var(--opt-radius);
	background: oklch(0% 0 0 / 0.16);
	color: var(--opt-ink-dim);
	font-family: var(--opt-font-mono);
	font-size: 12px;
	line-height: 1.7;
}

.opt-research-notice strong {
	display: block;
	margin-bottom: var(--opt-space-2);
	color: var(--opt-gold);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-research-notice p {
	margin: 0;
}

.opt-research-notice--center {
	max-width: 640px;
	margin: var(--opt-space-7) auto 0;
}

.opt-page-hero {
	padding: clamp(28px, 5vh, 58px) 0;
	border-bottom: 1px solid var(--opt-line);
	background: linear-gradient(120deg, var(--opt-black), oklch(15% 0.035 200), var(--opt-black));
}

.opt-page-hero .opt-display {
	max-width: 16ch;
	font-size: clamp(32px, 4.2vw, 58px);
	line-height: 1;
	overflow-wrap: anywhere;
}

.opt-page-shell .opt-section:first-of-type {
	border-top: 0;
}

.opt-prose {
	max-width: 76ch;
}

.opt-prose h2,
.opt-prose h3,
.opt-prose h4 {
	color: var(--opt-ink);
	font-family: var(--opt-font-display);
	text-transform: uppercase;
}

.opt-prose a {
	color: var(--opt-teal);
}

.opt-search-results {
	display: grid;
	gap: var(--opt-space-4);
}

.opt-search-card h2 {
	font-size: clamp(28px, 3vw, 44px);
}

.opt-dossier-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--opt-space-4);
}

.opt-dossier-card {
	display: grid;
	gap: var(--opt-space-5);
}

.opt-dossier-card:first-child {
	grid-column: 1 / -1;
	grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
}

.opt-dossier-card__head {
	display: grid;
	align-content: start;
	gap: var(--opt-space-3);
}

.opt-dossier-card__head span,
.opt-pill,
.opt-chip-list span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid oklch(80% 0.105 190 / 0.3);
	border-radius: 999px;
	background: oklch(80% 0.105 190 / 0.08);
	color: var(--opt-teal);
	font-family: var(--opt-font-mono);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-boundary {
	padding-top: var(--opt-space-4);
	border-top: 1px dashed var(--opt-line-strong);
}

.opt-source-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--opt-space-2);
	padding: 0;
	margin: 0;
	list-style: none;
}

.opt-source-list a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	color: var(--opt-ink-dim);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opt-source-list--large a {
	min-height: 44px;
	padding-inline: 18px;
}

.opt-accordion-list {
	display: grid;
	gap: var(--opt-space-3);
}

.opt-accordion {
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background: var(--opt-graphite);
	overflow: hidden;
}

.opt-accordion summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--opt-space-4);
	padding: var(--opt-space-5);
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.opt-accordion summary::-webkit-details-marker {
	display: none;
}

.opt-accordion summary::after {
	content: "+";
	color: var(--opt-teal);
	font-family: var(--opt-font-mono);
}

.opt-accordion[open] summary::after {
	content: "-";
}

.opt-accordion div {
	padding: 0 var(--opt-space-5) var(--opt-space-5);
	color: var(--opt-ink-dim);
}

.opt-contact-grid,
.opt-compliance-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.opt-form-card {
	padding: clamp(24px, 4vw, 42px);
}

.opt-contact-form,
.opt-form-grid {
	display: grid;
	gap: var(--opt-space-4);
}

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

.opt-contact-form label {
	display: grid;
	gap: var(--opt-space-2);
	color: var(--opt-ink);
	font-weight: 800;
}

.opt-contact-form input,
.opt-contact-form select,
.opt-contact-form textarea,
.opt-site .woocommerce form .form-row input.input-text,
.opt-site .woocommerce form .form-row textarea,
.opt-site .woocommerce form .form-row select,
.opt-site .input-text,
.opt-site select,
.opt-site textarea {
	width: 100%;
	min-height: 52px;
	padding: 0 15px;
	border: 1px solid var(--opt-line-strong);
	border-radius: var(--opt-radius);
	background: var(--opt-black);
	color: var(--opt-ink);
}

.opt-contact-form textarea,
.opt-site textarea {
	min-height: 150px;
	padding-top: 14px;
	resize: vertical;
}

.opt-checkbox-row {
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
}

.opt-checkbox-row input {
	width: 18px;
	min-height: 18px;
	margin-top: 4px;
}

.opt-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.opt-form-notice {
	padding: var(--opt-space-4);
	border-radius: var(--opt-radius);
	font-weight: 800;
}

.opt-form-notice--success {
	background: oklch(80% 0.105 190 / 0.12);
	color: var(--opt-teal);
}

.opt-form-notice--error {
	background: oklch(66% 0.21 28 / 0.12);
	color: var(--opt-red);
}

.opt-shop-layout {
	display: grid;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	gap: var(--opt-space-5);
	align-items: start;
}

.opt-shop-sidebar {
	display: block;
	min-width: 0;
	position: sticky;
	top: 112px;
}

.opt-sidebar-card {
	min-width: 0;
	padding: var(--opt-space-4);
}

.opt-sidebar-card h2 {
	margin: 0 0 var(--opt-space-3);
	font-family: var(--opt-font-display);
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

.opt-term-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--opt-space-2);
	padding: 0;
	margin: 0;
	list-style: none;
}

.opt-term-list li {
	margin: 0;
	list-style: none;
}

.opt-term-list a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid var(--opt-line);
	border-radius: 999px;
	background: oklch(100% 0 0 / 0.025);
	color: var(--opt-ink-dim);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: color 200ms var(--opt-ease), border-color 200ms var(--opt-ease), background 200ms var(--opt-ease);
}

.opt-term-list a:hover {
	border-color: oklch(80% 0.105 190 / 0.58);
	background: oklch(80% 0.105 190 / 0.08);
	color: var(--opt-ink);
}

.opt-catalog-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--opt-space-4);
	margin-bottom: var(--opt-space-5);
	padding: var(--opt-space-3) var(--opt-space-4);
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background: var(--opt-graphite);
	color: var(--opt-ink-dim);
}

.opt-catalog-main {
	min-width: 0;
}

.opt-catalog-toolbar .woocommerce-result-count {
	margin: 0;
}

.opt-catalog-toolbar .woocommerce-ordering {
	margin: 0;
	min-width: min(100%, 260px);
}

.opt-collection-spotlight {
	align-items: center;
}

.opt-collection-spotlight__media {
	min-height: 420px;
	overflow: hidden;
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background: var(--opt-graphite);
}

.opt-collection-spotlight__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.opt-bullet-list {
	display: grid;
	gap: var(--opt-space-2);
	padding-left: 1.1rem;
	color: var(--opt-ink-dim);
}

.opt-product-hero {
	padding: clamp(32px, 5vh, 64px) 0;
	border-bottom: 1px solid var(--opt-line);
	background: linear-gradient(120deg, var(--opt-black), oklch(14% 0.03 200), var(--opt-black));
}

.opt-product-notices {
	margin-bottom: var(--opt-space-5);
}

.opt-product-notices .woocommerce-message {
	margin: 0;
	border-color: oklch(80% 0.105 190 / 0.42);
	background: oklch(80% 0.105 190 / 0.1);
}

.opt-product-hero__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.95fr);
	align-items: center;
}

.opt-product-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(320px, 42vw, 480px);
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background:
		repeating-linear-gradient(0deg, transparent 0 34px, oklch(100% 0 0 / 0.014) 35px),
		var(--opt-graphite);
	overflow: hidden;
}

.opt-product-visual img {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 42px 64px oklch(0% 0 0 / 0.42));
}

.opt-product-buybox {
	padding: clamp(24px, 4vw, 42px);
	overflow: visible;
}

.opt-product-buybox .opt-display {
	font-size: clamp(38px, 5vw, 72px);
	line-height: 1;
	overflow-wrap: anywhere;
}

.opt-product-buybox .woocommerce-breadcrumb {
	margin-bottom: var(--opt-space-5);
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
}

.opt-product-alias {
	color: var(--opt-gold);
	font-weight: 800;
}

.opt-product-subtitle {
	font-size: 18px;
}

.opt-price,
.opt-product-buybox .price {
	color: var(--opt-ink);
	font-family: var(--opt-font-display);
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1;
}

.opt-product-dossier .opt-section-head .opt-display,
.opt-product-dossier .opt-cta h2 {
	font-size: clamp(32px, 4.2vw, 64px);
}

.opt-product-dossier .opt-cta__inner {
	padding: clamp(36px, 6vh, 72px) clamp(18px, 4vw, 42px);
}

.opt-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--opt-space-2);
	margin: var(--opt-space-5) 0;
}

.opt-proof-card {
	padding: var(--opt-space-4);
	margin: var(--opt-space-5) 0;
	border: 1px dashed var(--opt-line-strong);
	border-radius: var(--opt-radius);
	background: var(--opt-black);
}

.opt-proof-card strong {
	display: block;
	margin-bottom: var(--opt-space-2);
	color: var(--opt-gold);
	text-transform: uppercase;
}

.opt-site .cart,
.opt-site .variations_form {
	display: grid;
	gap: var(--opt-space-3);
	margin-top: var(--opt-space-5);
}

.opt-buy-actions {
	margin-top: var(--opt-space-5);
	padding: var(--opt-space-4);
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background: oklch(0% 0 0 / 0.18);
}

.opt-fine-print {
	margin: var(--opt-space-3) 0 0;
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	line-height: 1.7;
}

.opt-site .quantity .qty {
	width: 96px;
	max-width: 100%;
	text-align: center;
}

.opt-site .variations,
.opt-site .variations tbody,
.opt-site .variations tr,
.opt-site .variations th,
.opt-site .variations td {
	display: block;
	width: 100%;
}

.opt-site .variations th {
	margin-bottom: var(--opt-space-2);
	text-align: left;
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-site .variations td {
	margin-bottom: var(--opt-space-3);
}

.opt-site .variations select,
.opt-site .variations_form select,
.opt-site form.cart select {
	min-height: 50px;
	border-radius: var(--opt-radius);
	background: var(--opt-black);
	color: var(--opt-ink);
}

.opt-site form.cart .single_variation_wrap,
.opt-site form.cart .woocommerce-variation-add-to-cart {
	display: grid;
	gap: var(--opt-space-3);
}

.opt-site form.cart .woocommerce-variation-price {
	margin-bottom: var(--opt-space-2);
}

.opt-site form.cart .reset_variations {
	color: var(--opt-teal);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.opt-site form.cart .single_add_to_cart_button {
	width: fit-content;
	min-width: 190px;
	background: var(--opt-teal);
	border-color: var(--opt-teal);
	color: var(--opt-black);
}

.opt-site form.cart .quantity {
	display: inline-flex;
	width: fit-content;
}

.opt-site .woocommerce-message,
.opt-site .woocommerce-info,
.opt-site .woocommerce-error,
.opt-site .wc-block-components-notice-banner {
	border: 1px solid var(--opt-line-strong);
	border-radius: var(--opt-radius);
	background: var(--opt-graphite);
	color: var(--opt-ink);
}

.opt-cart-toast-region {
	position: fixed;
	right: clamp(16px, 3vw, 32px);
	bottom: clamp(16px, 3vw, 32px);
	z-index: 210;
	width: min(420px, calc(100vw - 32px));
	pointer-events: none;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 220ms var(--opt-ease), transform 220ms var(--opt-ease);
}

.opt-cart-toast-region.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.opt-cart-toast {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: var(--opt-space-3);
	padding: 12px;
	border: 1px solid var(--opt-line-strong);
	border-radius: var(--opt-radius-sm);
	background:
		repeating-linear-gradient(0deg, transparent 0 28px, oklch(100% 0 0 / 0.012) 29px),
		oklch(12% 0.02 200 / 0.96);
	box-shadow: 0 24px 80px oklch(0% 0 0 / 0.42);
	pointer-events: auto;
}

.opt-cart-toast img,
.opt-cart-item-thumb img {
	display: block;
	object-fit: contain;
	object-position: center;
}

.opt-cart-toast img {
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: var(--opt-black);
}

.opt-cart-toast strong,
.opt-cart-toast span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.opt-cart-toast strong {
	color: var(--opt-ink);
	font-weight: 800;
}

.opt-cart-toast span {
	color: var(--opt-ink-dim);
	font-size: 13px;
}

.opt-cart-toast a {
	color: var(--opt-teal);
	font-family: var(--opt-font-mono);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-cart-toast button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--opt-line);
	border-radius: 999px;
	color: var(--opt-ink);
	font-size: 18px;
	line-height: 1;
}

.opt-site table.shop_table,
.opt-site .wc-block-cart,
.opt-site .wc-block-checkout,
.opt-site .woocommerce-cart-form,
.opt-site .cart_totals,
.opt-site .woocommerce-checkout-review-order {
	border-color: var(--opt-line);
	color: var(--opt-ink);
}

.opt-commerce-section {
	padding-top: var(--opt-space-6);
}

.opt-commerce-shell {
	max-width: 1180px;
}

.opt-commerce-shell .woocommerce {
	display: grid;
	gap: var(--opt-space-5);
}

.opt-site .woocommerce-cart-form,
.opt-site .cart_totals,
.opt-site .woocommerce-checkout,
.opt-site .woocommerce-checkout-review-order,
.opt-site .woocommerce-form-coupon,
.opt-site .woocommerce-form-login,
.opt-site .wc-empty-cart-message,
.opt-site .return-to-shop {
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	background:
		repeating-linear-gradient(0deg, transparent 0 28px, oklch(100% 0 0 / 0.012) 29px),
		var(--opt-graphite);
}

.opt-site .return-to-shop {
	display: flex;
	justify-content: flex-start;
}

.opt-site .cart-empty,
.opt-site .wc-empty-cart-message {
	color: var(--opt-ink);
}

.opt-site table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--opt-line);
	border-radius: var(--opt-radius);
	overflow: hidden;
	background: var(--opt-black);
}

.opt-site table.shop_table th {
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-site .cart_totals h2,
.opt-site .woocommerce-billing-fields h3,
.opt-site .woocommerce-additional-fields h3,
.opt-site #order_review_heading {
	margin-top: 0;
	color: var(--opt-ink);
	font-family: var(--opt-font-display);
	text-transform: uppercase;
}

.opt-site .checkout-button,
.opt-site #place_order,
.opt-site .return-to-shop .button,
.opt-site table.shop_table .button {
	background: var(--opt-teal);
	border-color: var(--opt-teal);
	color: var(--opt-black);
}

.opt-site table.shop_table th,
.opt-site table.shop_table td {
	border-color: var(--opt-line);
}

.opt-site table.shop_table .product-thumbnail {
	width: 86px;
	min-width: 86px;
	text-align: center;
}

.opt-cart-item-thumb {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	padding: 6px;
	border: 1px solid var(--opt-line);
	border-radius: 8px;
	background:
		radial-gradient(circle at 50% 45%, oklch(80% 0.105 190 / 0.12), transparent 64%),
		var(--opt-black);
}

.opt-cart-item-thumb img {
	width: 100%;
	max-width: 52px;
	height: 100%;
	max-height: 52px;
}

.opt-checkout-item {
	display: inline-flex;
	align-items: center;
	gap: var(--opt-space-3);
	min-width: 0;
}

.opt-checkout-item .opt-cart-item-thumb {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
}

.opt-checkout-item .opt-cart-item-thumb img {
	max-width: 38px;
	max-height: 38px;
}

.opt-checkout-item__name {
	min-width: 0;
}

.opt-site .wc-block-components-sidebar,
.opt-site .wc-block-cart-items,
.opt-site .wc-block-components-panel,
.opt-site .wc-block-components-totals-wrapper,
.opt-site .woocommerce-checkout-review-order,
.opt-site .cart_totals {
	border-color: var(--opt-line) !important;
	background: var(--opt-graphite);
	color: var(--opt-ink);
}

.opt-site .wc-block-components-product-name,
.opt-site .wc-block-components-title,
.opt-site .woocommerce table.shop_table a {
	color: var(--opt-ink);
}

.opt-footer {
	position: relative;
	overflow: hidden;
	padding: var(--opt-space-8) 0 var(--opt-space-6);
	border-top: 1px solid var(--opt-line);
	background: var(--opt-black);
}

.opt-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(170px, 0.45fr));
	gap: var(--opt-space-7);
	margin-bottom: var(--opt-space-8);
}

.opt-brand--footer img {
	width: 58px;
	height: 58px;
}

.opt-footer__tag {
	max-width: 520px;
	color: var(--opt-ink);
	font-family: var(--opt-font-display);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 800;
	line-height: 1.02;
	text-transform: uppercase;
}

.opt-footer__col {
	display: grid;
	align-content: start;
	gap: var(--opt-space-2);
}

.opt-footer__col h2 {
	margin: 0 0 var(--opt-space-3);
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.opt-footer__col a,
.opt-footer__col span {
	color: var(--opt-ink-dim);
}

.opt-footer__base {
	display: flex;
	justify-content: space-between;
	gap: var(--opt-space-4);
	padding-top: var(--opt-space-5);
	border-top: 1px solid var(--opt-line);
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-footer__base p {
	margin: 0;
}

.opt-calculator-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
	gap: var(--opt-space-5);
	align-items: start;
}

.opt-calculator-section {
	padding-top: clamp(18px, 4vh, 40px);
}

.opt-calc-card {
	padding: clamp(24px, 4vw, 44px);
	background: linear-gradient(160deg, oklch(96% 0.018 84 / 0.045), oklch(96% 0.018 84 / 0.012));
	border: 1px solid var(--opt-line-strong);
	border-radius: 16px;
	box-shadow: var(--opt-shadow);
}

.opt-tool-head {
	display: grid;
	gap: var(--opt-space-2);
	margin-bottom: var(--opt-space-6);
}

.opt-tool-head h1 {
	margin: 0;
	font-family: var(--opt-font-display);
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1;
	text-transform: uppercase;
}

.opt-tool-head p {
	max-width: 64ch;
	margin: 0;
	color: var(--opt-ink-dim);
}

.opt-calc-group {
	display: grid;
	gap: var(--opt-space-3);
	margin-bottom: var(--opt-space-5);
}

.opt-calc-group h2,
.opt-calc-group label,
.opt-calc-results span {
	margin: 0;
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.opt-calc-group input {
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	color: var(--opt-ink);
	background: var(--opt-black);
	border: 1px solid var(--opt-line-strong);
	border-radius: 8px;
	font-family: var(--opt-font-mono);
}

.opt-syringe-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--opt-space-3);
}

.opt-syringe-grid button {
	display: grid;
	gap: 4px;
	justify-items: center;
	min-height: 86px;
	padding: 16px 10px;
	color: var(--opt-ink-dim);
	background: var(--opt-black);
	border: 1px solid var(--opt-line-strong);
	border-radius: 8px;
	transition: border-color 220ms var(--opt-ease), color 220ms var(--opt-ease), box-shadow 220ms var(--opt-ease);
}

.opt-syringe-grid button::before {
	content: none;
}

.opt-syringe-icon {
	width: 100%;
	max-width: 112px;
	height: 34px;
	color: currentColor;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
	opacity: 0.86;
}

.opt-syringe-grid button span {
	font-family: var(--opt-font-display);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.opt-syringe-grid button small {
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.opt-syringe-grid button:hover,
.opt-syringe-grid button.is-selected {
	color: var(--opt-teal);
	border-color: var(--opt-teal);
	box-shadow: 0 0 0 4px oklch(80% 0.105 190 / 0.12);
}

.opt-calc-chips {
	display: flex;
	flex-wrap: wrap;
	gap: var(--opt-space-2);
}

.opt-calc-chips button {
	min-height: 40px;
	padding: 0 14px;
	color: var(--opt-ink-dim);
	background: var(--opt-black);
	border: 1px solid var(--opt-line-strong);
	border-radius: 999px;
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: color 200ms var(--opt-ease), background 200ms var(--opt-ease), border-color 200ms var(--opt-ease);
}

.opt-calc-chips button:hover,
.opt-calc-chips button.is-selected {
	color: var(--opt-black);
	background: var(--opt-teal);
	border-color: var(--opt-teal);
}

.opt-other-row {
	display: grid;
	grid-template-columns: auto minmax(120px, 170px) auto;
	gap: var(--opt-space-3);
	align-items: center;
	margin-top: 2px;
}

.opt-calc-group .opt-other-row {
	color: var(--opt-ink-mute);
}

.opt-other-row span,
.opt-other-row em {
	font-family: var(--opt-font-mono);
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.opt-other-row input {
	min-height: 42px;
	text-align: center;
}

.opt-calc-results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--opt-space-3);
	padding-top: var(--opt-space-5);
	border-top: 1px dashed var(--opt-line-strong);
}

.opt-calc-results div {
	padding: 18px;
	background: var(--opt-black);
	border: 1px solid var(--opt-line);
	border-radius: 8px;
}

.opt-calc-results strong {
	display: block;
	margin-top: var(--opt-space-2);
	color: var(--opt-teal);
	font-family: var(--opt-font-display);
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.opt-calc-scale {
	margin-top: var(--opt-space-5);
	padding: 16px 10px 4px;
	background: var(--opt-black);
	border: 1px solid var(--opt-line);
	border-radius: 8px;
	overflow: hidden;
}

.opt-calc-scale svg {
	width: 100%;
	height: 74px;
	overflow: visible;
}

.opt-calc-scale line,
.opt-calc-scale rect {
	fill: none;
	stroke: var(--opt-ink-dim);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1;
}

.opt-calc-scale text {
	fill: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 9px;
	text-anchor: middle;
}

.opt-calc-scale .opt-calc-scale__fill {
	fill: oklch(80% 0.105 190 / 0.22);
	stroke: var(--opt-teal);
}

.opt-calc-scale .opt-calc-scale__mark {
	stroke: var(--opt-gold);
	stroke-width: 2;
	filter: drop-shadow(0 0 8px oklch(78% 0.102 85 / 0.45));
}

.opt-calc-scale .opt-calc-scale__needle {
	stroke: var(--opt-ink-mute);
	stroke-dasharray: 4 3;
}

.opt-calc-note {
	margin: var(--opt-space-3) 0 0;
	color: var(--opt-ink-mute);
	font-family: var(--opt-font-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opt-footer__mark {
	position: absolute;
	right: var(--opt-pad);
	bottom: -0.14em;
	color: oklch(96% 0.018 84 / 0.05);
	font-family: var(--opt-font-display);
	font-size: clamp(90px, 18vw, 220px);
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}

.opt-reveal,
.opt-reveal-stagger > * {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 800ms var(--opt-ease), transform 800ms var(--opt-ease);
}

.opt-reveal.is-in,
.opt-reveal-stagger.is-in > * {
	opacity: 1;
	transform: translateY(0);
}

.opt-reveal-stagger.is-in > *:nth-child(2) {
	transition-delay: 80ms;
}

.opt-reveal-stagger.is-in > *:nth-child(3) {
	transition-delay: 160ms;
}

.opt-reveal-stagger.is-in > *:nth-child(4) {
	transition-delay: 240ms;
}

.opt-reveal-stagger.is-in > *:nth-child(5) {
	transition-delay: 320ms;
}

.opt-reveal-stagger.is-in > *:nth-child(6) {
	transition-delay: 400ms;
}

@media (max-width: 1120px) {
	.opt-nav__links,
	.opt-nav__actions .opt-button {
		display: none;
	}

	.opt-menu-button {
		display: grid;
	}

	.opt-hero__grid,
	.opt-page-hero__grid,
	.opt-product-hero__grid,
	.opt-field-grid,
	.opt-two-column,
	.opt-contact-grid,
	.opt-compliance-grid,
	.opt-calculator-grid,
	.opt-shop-layout,
	.opt-collection-spotlight,
	.opt-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.opt-shop-sidebar,
	.opt-field-side {
		position: static;
	}

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

	.opt-related-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.opt-dossier-card:first-child {
		grid-template-columns: 1fr;
	}

	.opt-panel--molecule {
		grid-row: auto;
	}
}

@media (max-width: 720px) {
	.opt-container {
		padding-inline: 18px;
	}

	.opt-brand em,
	.opt-cart span {
		display: none;
	}

	.opt-hero__title {
		font-size: clamp(48px, 16vw, 76px);
	}

	.opt-section-head,
	.opt-dossier-grid,
	.opt-card-grid--four,
	.opt-card-grid--three,
	.opt-product-grid,
	.opt-culture-grid,
	.opt-readouts,
	.opt-tray,
	.opt-science-lanes,
	.opt-form-grid,
	.opt-syringe-grid,
	.opt-calc-results,
	.opt-footer__grid {
		grid-template-columns: 1fr;
	}

	.opt-section {
		padding-block: var(--opt-space-8);
	}

	.opt-feed article {
		grid-template-columns: 1fr;
	}

	.opt-product-visual {
		min-height: 360px;
	}

	.opt-product-card__foot,
	.opt-catalog-toolbar,
	.opt-footer__base {
		align-items: stretch;
		flex-direction: column;
	}

	.opt-product-card__foot {
		display: grid;
	}

	.opt-related-products ul.products {
		grid-template-columns: 1fr;
	}

	.opt-site table.shop_table,
	.opt-site table.shop_table tbody,
	.opt-site table.shop_table tr,
	.opt-site table.shop_table td {
		display: block;
		width: 100%;
	}

	.opt-site table.shop_table thead {
		display: none;
	}

	.opt-copy-bar {
		grid-template-columns: 1fr;
	}
}

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

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

	.opt-reveal,
	.opt-reveal-stagger > * {
		opacity: 1 !important;
		transform: none !important;
	}
}
