@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('assets/fonts/manrope-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Bodoni Moda';
	font-style: normal;
	font-weight: 500 600;
	font-display: swap;
	src: url('assets/fonts/bodoni-moda-latin.woff2') format('woff2');
}

/*
Theme Name: TELOS Concepts
Theme URI: https://telos-peptides.com/
Author: TELOS Peptides
Description: Premium guided WooCommerce storefront for TELOS Peptides.
Version: 1.2.0
Text Domain: telos-concepts
*/

:root{
	--telos-banner-height:38px;
	--forest:#10231f;
	--forest-deep:#0b211c;
	--spruce:#17332d;
	--petrol:#154a4a;
	--aubergine:#302238;
	--plum:#49304d;
	--oxblood:#552b35;
	--bronze:#9a6b4a;
	--parchment:#f2f0e6;
	--muted:#b8c0b5;
	--lime:#a5ed22;
	--line:rgba(236,240,224,.14);
	--line-strong:rgba(236,240,224,.28);
	--shadow:0 24px 70px rgba(5,24,19,.34);
	--curve:cubic-bezier(.32,.72,0,1);
	--page-bg:var(--forest);
	--surface:var(--spruce);
	--surface-2:var(--forest-deep);
	--header-bg:rgba(16,35,31,.9);
}

.telos-variant-lifestyle{
	--page-bg:#182a29;
	--surface:#293d3b;
	--surface-2:#1c322f;
	--header-bg:rgba(24,42,41,.91);
}

.telos-variant-concierge{
	--page-bg:#172d2d;
	--surface:#403541;
	--surface-2:#102826;
	--header-bg:rgba(23,45,45,.92);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
	margin:0;
	overflow-x:hidden;
	background:var(--page-bg);
	color:var(--parchment);
	font-family:Manrope,system-ui,sans-serif;
	letter-spacing:0;
}
body.menu-is-open,body.age-gate-is-open,body.offer-popup-is-open,body.cart-drawer-is-open{overflow:hidden}
body.admin-bar .site-header{top:84px}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;letter-spacing:0}
button,a,input,select,textarea{outline-offset:4px}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--lime)}
h1,h2,h3,h4{margin:0;color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-weight:500;letter-spacing:0;text-wrap:balance}
p{margin:0;color:var(--muted);line-height:1.7}
.screen-reader-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 16px;background:var(--lime);color:var(--forest-deep)}
.screen-reader-link:focus{top:16px}
.telos-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.telos-system-banner{position:relative;z-index:60;min-height:38px;display:grid;place-items:center;padding:7px 18px;background:var(--lime);color:#102019}
.telos-system-banner[hidden]{display:none}
.telos-system-banner__inner{width:min(1260px,100%);display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}
.telos-system-banner p{color:inherit;font-size:10px;font-weight:800;line-height:1.4;text-transform:uppercase}
.telos-system-banner a{display:inline-flex;align-items:center;gap:7px;border-bottom:1px solid currentColor;font-family:"Bodoni Moda",Georgia,serif;font-size:10px;font-weight:600;white-space:nowrap}
.telos-system-banner button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;font-size:18px;line-height:1;cursor:pointer}
.telos-system-banner.is-ticker .telos-system-banner__inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto}
.telos-system-banner__ticker{min-width:0;overflow:hidden}
.telos-system-banner__ticker-track{display:flex;width:max-content;animation:telos-system-banner-ticker var(--telos-ticker-duration,18s) linear infinite}
.telos-system-banner__ticker-group{display:flex;flex:0 0 auto}
.telos-system-banner__ticker-item{display:inline-flex;align-items:center;gap:18px;flex:0 0 auto;padding-right:18px;color:inherit;font-size:10px;font-weight:800;line-height:1.4;text-transform:uppercase;white-space:nowrap}
.telos-system-banner__ticker-item span{font-size:12px}
@keyframes telos-system-banner-ticker{to{transform:translateX(-50%)}}
.telos-system-banner.is-ticker:hover .telos-system-banner__ticker-track,.telos-system-banner.is-ticker:focus-within .telos-system-banner__ticker-track{animation-play-state:paused}
.telos-system-banner--bronze{background:#9c6d4c;color:#fff8ee}
.telos-system-banner--petrol{background:#1d5556;color:#f4f1e7}
.telos-system-banner--oxblood{background:#6a3743;color:#fff4ed}

.telos-age-gate{
	position:fixed;
	inset:0;
	z-index:200;
	display:grid;
	grid-template-columns:minmax(0,1fr);
	place-items:center;
	overflow-y:auto;
	padding:32px;
	background-color:#102a25;
	background-image:
		linear-gradient(90deg,rgba(10,31,27,.98) 0%,rgba(16,42,37,.94) 52%,rgba(16,42,37,.78) 100%),
	image-set(url("assets/guided-lab-hero.webp") type("image/webp"),url("assets/guided-lab-hero.png") type("image/png"));
	background-position:center;
	background-size:cover;
	opacity:1;
	transition:opacity .32s var(--curve);
}
.telos-age-gate[hidden]{display:none}
.telos-age-gate.is-closing{opacity:0;pointer-events:none}
.telos-age-gate__inner{width:100%;max-width:620px;min-width:0;padding:42px 0;border-top:1px solid rgba(165,237,34,.5);border-bottom:1px solid rgba(242,240,230,.18)}
.telos-age-gate__logo{display:block;width:225px;height:78px;margin:0 auto}
.telos-age-gate__logo img{width:100%;height:100%;object-fit:contain}
.telos-age-gate__eyebrow{margin-top:30px;color:var(--lime);font-size:10px;font-weight:800;text-align:center;text-transform:uppercase}
.telos-age-gate h1{max-width:560px;margin:10px auto 0;font-size:62px;line-height:.98;text-align:center}
.telos-age-gate__inner>p:not(.telos-age-gate__eyebrow){max-width:520px;margin:18px auto 0;font-size:14px;text-align:center}
.telos-age-gate__confirmations{display:grid;gap:8px;margin-top:28px}
.telos-age-gate__confirmations label{min-height:58px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:13px;padding:12px 14px;border:1px solid rgba(242,240,230,.16);border-radius:6px;background:rgba(20,55,48,.82);color:#edf0e8;font-size:12px;line-height:1.45;cursor:pointer}
.telos-age-gate__confirmations label:has(input:checked){border-color:var(--lime);background:rgba(32,72,61,.92)}
.telos-age-gate__confirmations input{width:20px;height:20px;margin:0;accent-color:var(--lime)}
.telos-age-gate__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:18px}
.telos-age-gate__actions button{min-height:50px;padding:0 22px;border-radius:4px;font-weight:800;cursor:pointer}
.telos-age-gate__enter{border:0;background:var(--lime);color:#102019}
.telos-age-gate__enter:disabled{cursor:not-allowed;filter:saturate(.25);opacity:.48}
.telos-age-gate__exit{border:1px solid rgba(242,240,230,.22);background:transparent;color:var(--parchment)}
.telos-age-gate__inner>small{display:block;margin-top:12px;color:#94a39a;font-size:9px}
.telos-offer-popup{position:fixed;inset:0;z-index:190;display:grid;place-items:center;padding:24px;background:rgba(6,20,17,.78);backdrop-filter:blur(10px);opacity:1;transition:opacity .18s var(--curve)}
.telos-offer-popup[hidden]{display:none}
.telos-offer-popup.is-closing{opacity:0;pointer-events:none}
.telos-offer-popup__card{position:relative;width:min(350px,calc(100vw - 32px));padding:22px 22px 16px;border:1px solid rgba(204,170,77,.88);border-radius:14px;background:radial-gradient(circle at 50% 30%,rgba(31,82,67,.32),transparent 48%),linear-gradient(145deg,#0d2b29,#061915);box-shadow:0 28px 80px rgba(2,15,12,.58),inset 0 0 0 1px rgba(165,237,34,.08);text-align:center}
.telos-offer-popup__close{position:absolute;top:12px;right:12px;width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid rgba(242,240,230,.34);border-radius:50%;background:transparent;color:var(--parchment);font-size:28px;line-height:1;cursor:pointer}
.telos-offer-popup__logo{width:118px;height:42px;margin:4px auto 0;object-fit:contain}
.telos-offer-popup__mark{display:block;width:34px;height:4px;margin:12px auto 14px;border-radius:999px;background:#d1a94c;box-shadow:0 0 14px rgba(209,169,76,.35)}
.telos-offer-popup h2{margin:0;font-size:36px;line-height:.98;text-transform:uppercase}
.telos-offer-popup__qualifier{margin:5px 0 0;color:#f2e8cc;font-family:"Bodoni Moda",Georgia,serif;font-size:18px;font-weight:700;line-height:1;text-transform:uppercase}
.telos-offer-popup__vials{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:4px;min-height:190px;margin:13px auto 12px;padding:0 14px}
.telos-offer-popup__vials:after{content:"";position:absolute;left:10%;right:10%;bottom:4px;height:18px;border-radius:50%;background:rgba(0,0,0,.42);filter:blur(10px)}
.telos-offer-popup__vials img{position:relative;z-index:1;width:31%;max-width:98px;height:168px;object-fit:cover;object-position:center 54%;filter:drop-shadow(0 15px 12px rgba(0,0,0,.42))}
.telos-offer-popup__vials img.is-featured{z-index:2;height:184px;transform:translateY(-5px);filter:drop-shadow(0 18px 17px rgba(0,0,0,.5))}
.telos-offer-popup__action{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;margin-top:4px;padding:10px 16px;border:0;border-radius:6px;background:linear-gradient(90deg,#a5ed22,#d2f657);color:#102019;font-size:12px;font-weight:800;text-transform:uppercase}
.telos-offer-popup__action:hover{filter:saturate(1.08)}
.telos-offer-popup__card>small{display:block;margin-top:12px;color:#9aa79d;font-size:9px;line-height:1.45}
@media(prefers-reduced-motion:reduce){.telos-offer-popup{transition:none}.telos-offer-popup__vials img.is-featured{transform:none}}
@media(max-width:520px){.telos-offer-popup{place-items:center;padding:16px}.telos-offer-popup__card{width:min(350px,100%);padding:18px 18px 14px;border-radius:12px}.telos-offer-popup__close{top:9px;right:9px;width:30px;height:30px;font-size:24px}.telos-offer-popup__logo{width:108px;height:38px}.telos-offer-popup__mark{margin:10px auto 12px}.telos-offer-popup h2{font-size:31px}.telos-offer-popup__qualifier{font-size:16px}.telos-offer-popup__vials{min-height:158px;margin:10px auto}.telos-offer-popup__vials img{height:140px}.telos-offer-popup__vials img.is-featured{height:154px}.telos-offer-popup__action{min-height:46px;font-size:11px}.telos-offer-popup__card>small{margin-top:9px}}
.site-main{min-height:60vh}

.site-header{
	position:absolute;
	top:52px;
	left:50%;
	z-index:50;
	width:min(1180px,calc(100% - 32px));
	transform:translateX(-50%);
	border:1px solid var(--line);
	border-radius:8px;
	background:var(--header-bg);
	box-shadow:var(--shadow);
	backdrop-filter:blur(18px);
}
body:not(.has-system-banner) .site-header{top:18px}
body.has-system-banner .site-header{top:calc(var(--telos-banner-height) + 18px)}
body.admin-bar:not(.has-system-banner) .site-header{top:50px}
body.admin-bar.has-system-banner .site-header{top:calc(var(--telos-banner-height) + 50px)}
.header-inner{position:relative;min-height:68px;display:flex;align-items:center;gap:30px;padding:10px 12px 10px 18px}
.site-brand{display:flex;align-items:center;margin-right:auto}
.site-brand img{width:130px;height:42px;object-fit:contain}
.desktop-nav{position:absolute;left:50%;display:flex;align-items:center;gap:28px;transform:translateX(-50%)}
.desktop-nav a{position:relative;padding:16px 0;color:#d6dcd2;font-size:12px;font-weight:700}
.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:2px;background:var(--lime);transform:scaleX(0);transform-origin:right;transition:transform .4s var(--curve)}
.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1);transform-origin:left}
.header-actions{display:flex;align-items:center;gap:7px}
.icon-button{
	position:relative;
	width:46px;
	height:46px;
	display:grid;
	place-items:center;
	padding:0;
	border:1px solid var(--line);
	border-radius:50%;
	background:rgba(236,240,224,.05);
	color:var(--parchment);
	cursor:pointer;
	transition:transform .35s var(--curve),background .35s var(--curve);
}
.icon-button:hover{transform:translateY(-2px);background:rgba(236,240,224,.1)}
.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.telos-cart-count{position:absolute;right:-3px;top:-3px;min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:var(--forest-deep);font-size:10px;font-weight:800}
.telos-cart-drawer{position:fixed;inset:0;z-index:175;visibility:hidden;pointer-events:none}
.telos-cart-drawer[hidden]{display:none}
.telos-cart-drawer.is-open{visibility:visible;pointer-events:auto}
.telos-cart-drawer__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(4,18,15,.68);backdrop-filter:blur(6px);opacity:0;cursor:pointer;transition:opacity .28s var(--curve)}
.telos-cart-drawer.is-open .telos-cart-drawer__backdrop{opacity:1}
.telos-cart-drawer__panel{position:absolute;top:0;right:0;width:min(460px,100%);height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;border-left:1px solid rgba(165,237,34,.28);background:#102b27;box-shadow:-28px 0 80px rgba(3,18,15,.45);transform:translateX(100%);transition:transform .38s var(--curve)}
.telos-cart-drawer.is-open .telos-cart-drawer__panel{transform:translateX(0)}
.telos-cart-drawer__header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line);background:#14332e}
.telos-cart-drawer__header>div>p{color:var(--lime);font-size:9px;font-weight:800;line-height:1.2;text-transform:uppercase}
.telos-cart-drawer__header h2{display:flex;align-items:center;gap:10px;margin-top:3px;font-size:30px;line-height:1}
.telos-cart-drawer__header .telos-cart-count{position:static;min-width:22px;height:22px;font-family:Manrope,system-ui,sans-serif;font-size:10px}
.telos-cart-drawer__close{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid var(--line-strong);border-radius:50%;background:transparent;color:var(--parchment);font-size:29px;line-height:1;cursor:pointer}
.telos-cart-drawer__notice{min-height:0;padding:0 20px;background:rgba(165,237,34,.08);color:var(--parchment);font-size:10px;font-weight:700;line-height:1.4;transition:padding .2s var(--curve)}
.telos-cart-drawer__notice:not(:empty){padding-top:10px;padding-bottom:10px;border-bottom:1px solid rgba(165,237,34,.18)}
.telos-cart-drawer__notice.is-error{background:rgba(138,53,66,.28);color:#ffdbe0}
.telos-cart-drawer__body{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(165,237,34,.35) transparent}
.telos-cart-drawer__empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px 28px;text-align:center}
.telos-cart-drawer__empty>span{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--lime);border-radius:50%;color:var(--lime);font-size:28px}
.telos-cart-drawer__empty h3{margin-top:18px;font-size:30px}
.telos-cart-drawer__empty p{max-width:330px;margin-top:10px;font-size:12px}
.telos-cart-drawer__empty .secondary-button{margin-top:20px}
.telos-cart-drawer__items{padding:4px 20px 0}
.telos-cart-line{display:grid;grid-template-columns:76px minmax(0,1fr);gap:13px;padding:16px 0;border-bottom:1px solid var(--line)}
.telos-cart-line__image{width:76px;aspect-ratio:1;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--surface-2)}
.telos-cart-line__image img{width:100%;height:100%;object-fit:cover}
.telos-cart-line__details{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:12px}
.telos-cart-line__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.telos-cart-line__heading a,.telos-cart-line__heading strong{display:block;color:var(--parchment);font-size:12px;font-weight:800;line-height:1.35}
.telos-cart-line__heading .variation{margin:4px 0 0;color:var(--muted);font-size:8px;line-height:1.4}
.telos-cart-line__heading .variation dt,.telos-cart-line__heading .variation dd{display:inline;float:none;margin:0}
.telos-cart-line__remove{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#d8aaa8;font-size:22px;line-height:1;cursor:pointer}
.telos-cart-line__remove:hover{background:rgba(205,98,102,.12);color:#ffd1d1}
.telos-cart-line__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}
.telos-cart-line__actions>strong{color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:17px;white-space:nowrap}
.telos-cart-line__price{text-align:right}.telos-cart-line__price>strong{display:block;color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:17px;white-space:nowrap}.telos-cart-line__price>small{display:flex;justify-content:flex-end;gap:5px;margin-top:2px;color:var(--muted);font-size:7px}.telos-cart-line__price>small b{color:var(--lime)}
.telos-free-unit-note{display:grid;gap:2px;margin-top:4px;color:var(--muted);font-size:9px;line-height:1.3}.telos-free-unit-note strong{color:var(--lime);font-family:Manrope,system-ui,sans-serif;font-size:9px}.telos-free-unit-note span{color:var(--muted)}
.telos-cart-line__quantity{height:34px;display:grid;grid-template-columns:34px 40px 34px;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px}
.telos-cart-line__quantity button,.telos-cart-line__quantity input{width:100%;height:32px;padding:0;border:0;border-right:1px solid var(--line);background:transparent;color:var(--parchment);text-align:center}
.telos-cart-line__quantity button:last-child{border-right:0}
.telos-cart-line__quantity button{cursor:pointer;font-size:16px}
.telos-cart-line__quantity input{appearance:textfield;font-size:10px;font-weight:800}
.telos-cart-line__quantity input::-webkit-inner-spin-button,.telos-cart-line__quantity input::-webkit-outer-spin-button{appearance:none;margin:0}
.telos-cart-recommendations{padding:19px 20px;border-bottom:1px solid var(--line);background:#14332e}
.telos-cart-recommendations__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.telos-cart-recommendations__heading p{color:var(--parchment);font-size:11px;font-weight:800}
.telos-cart-recommendations__heading a{color:var(--lime);font-size:9px;font-weight:800;text-transform:uppercase}
.telos-cart-recommendations__list{display:grid;gap:1px;background:var(--line)}
.telos-cart-recommendation{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:8px;background:#102b27}
.telos-cart-recommendation__image{width:48px;height:48px;overflow:hidden;border-radius:3px}
.telos-cart-recommendation__image img{width:100%;height:100%;object-fit:cover}
.telos-cart-recommendation>div{min-width:0}
.telos-cart-recommendation>div>a{display:block;overflow:hidden;color:var(--parchment);font-size:10px;font-weight:800;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.telos-cart-recommendation>div>span{display:block;margin-top:2px;color:var(--muted);font-size:9px}
.telos-cart-recommendation__add{width:34px;height:34px;display:grid;place-items:center!important;padding:0!important;border:1px solid var(--lime)!important;border-radius:50%!important;background:transparent!important;color:var(--lime)!important;font-size:19px!important;font-weight:600!important;line-height:1!important}
.telos-cart-recommendation__add.loading{opacity:.5;pointer-events:none}
.telos-bogo-progress{display:grid;gap:7px;margin:14px 20px 8px;padding:12px;border:1px solid rgba(165,237,34,.3);border-radius:4px;background:rgba(165,237,34,.06)}
.telos-bogo-progress.is-unlocked{border-color:var(--lime);background:rgba(165,237,34,.1)}
.telos-bogo-progress__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.telos-bogo-progress__heading strong{color:var(--lime);font-size:9px;text-transform:uppercase}
.telos-bogo-progress__heading span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}
.telos-bogo-progress__track{height:4px;overflow:hidden;border-radius:999px;background:rgba(242,240,230,.12)}
.telos-bogo-progress__track span{display:block;height:100%;border-radius:inherit;background:var(--lime)}
.telos-bogo-progress p{color:var(--muted);font-size:9px;line-height:1.45}
.telos-bogo-progress p strong{color:var(--parchment)}
.telos-bogo-progress small{color:var(--lime);font-size:8px;font-weight:800;line-height:1.4}
.telos-bogo-progress--page,.telos-shipping-progress--page{margin:0 0 14px}
.telos-shipping-progress{display:grid;gap:6px;margin:8px 20px;padding:10px 12px;border:1px solid var(--line);border-radius:4px;background:var(--surface-2)}
.telos-shipping-progress>div:first-child{display:flex;justify-content:space-between;gap:12px}.telos-shipping-progress strong{color:var(--parchment);font-size:8px;text-transform:uppercase}.telos-shipping-progress span{color:var(--muted);font-size:8px}.telos-shipping-progress>div:last-child{height:3px;overflow:hidden;border-radius:999px;background:rgba(242,240,230,.1)}.telos-shipping-progress>div:last-child span{display:block;height:100%;background:var(--lime)}
.telos-cart-drawer__summary{display:grid;gap:5px;padding:18px 20px 22px}
.telos-cart-drawer__summary>div{display:flex;align-items:center;justify-content:space-between;gap:20px}
.telos-cart-drawer__summary span{color:var(--muted);font-size:11px;font-weight:700}
.telos-cart-drawer__summary strong{color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:26px}
.telos-cart-drawer__summary p{font-size:9px;line-height:1.45}
.telos-cart-drawer__summary .telos-cart-drawer__savings strong{color:var(--lime);font-family:Manrope,system-ui,sans-serif;font-size:13px}
.telos-cart-drawer__summary .telos-cart-drawer__estimated{margin-top:4px;padding-top:8px;border-top:1px solid var(--line)}
.telos-cart-drawer__summary .telos-cart-drawer__estimated strong{font-size:23px}
.telos-cart-drawer__footer{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#0b211c;box-shadow:0 -14px 32px rgba(4,18,15,.2)}
.telos-cart-drawer__footer .secondary-button,.telos-cart-drawer__footer .primary-button{min-height:50px;margin:0}
.telos-cart-drawer__footer .secondary-button{padding-inline:14px}
.telos-cart-drawer__footer .primary-button{width:100%}
.telos-cart-drawer__footer .primary-button span{width:auto;height:auto;background:transparent}
.telos-cart-drawer:has(.telos-cart-drawer__empty) .telos-cart-drawer__footer{display:none}
.telos-cart-drawer.is-busy .telos-cart-drawer__body{pointer-events:none;opacity:.68}
.menu-toggle{display:none}
.menu-toggle span{position:absolute;width:19px;height:1.5px;background:currentColor;transition:transform .4s var(--curve)}
.menu-toggle span:first-child{transform:translateY(-4px)}
.menu-toggle span:last-child{transform:translateY(4px)}
.menu-toggle[aria-expanded="true"] span:first-child{transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:rotate(-45deg)}
.site-search{display:grid;grid-template-rows:0fr;overflow:hidden;border-top:0 solid var(--line);transition:grid-template-rows .45s var(--curve),border-width .45s var(--curve)}
.site-search.is-open{grid-template-rows:1fr;border-top-width:1px}
.site-search form{min-height:0;overflow:hidden;padding:0 20px}
.site-search.is-open form{padding-top:20px;padding-bottom:20px}
.site-search label{display:block;margin-bottom:10px;font-family:"Bodoni Moda",Georgia,serif;font-size:26px}
.site-search form>div{display:grid;grid-template-columns:1fr auto}
.site-search input{min-height:48px;padding:0 14px;border:1px solid var(--line-strong);border-radius:4px 0 0 4px;background:rgba(236,240,224,.06);color:var(--parchment)}
.site-search button{min-width:110px;border:0;border-radius:0 4px 4px 0;background:var(--lime);color:var(--forest-deep);font-weight:800;cursor:pointer}
.mobile-nav{position:fixed;inset:0;z-index:45;display:grid;place-items:center;background:rgba(16,35,31,.97);opacity:0;pointer-events:none;transition:opacity .4s var(--curve)}
.telos-variant-concierge .mobile-nav{background:rgba(23,45,45,.98)}
.mobile-nav[aria-hidden="false"]{opacity:1;pointer-events:auto}
.mobile-nav nav{display:grid;gap:10px;text-align:center}
.mobile-nav a{font-family:"Bodoni Moda",Georgia,serif;font-size:42px}

.home-hero{
	position:relative;
	min-height:790px;
	display:flex;
	align-items:center;
	isolation:isolate;
	padding:150px max(6vw,32px) 90px;
	background-color:var(--surface-2);
	background-image:var(--hero-image);
	background-position:center;
	background-size:cover;
}
.home-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(11,33,28,.4)}
.hero-lifestyle:before{background:rgba(18,42,39,.36)}
.hero-concierge{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:70px;background-color:#172d2d;background-size:44% auto;background-position:left center;background-repeat:no-repeat}
.hero-concierge:before{width:50%;right:auto;background:rgba(23,45,45,.76)}
.hero-copy{width:min(620px,52%);padding-left:max(2vw,12px)}
.hero-concierge .hero-copy{width:100%}
.eyebrow{margin-bottom:13px;color:var(--lime);font-size:11px;font-weight:800;text-transform:uppercase}
.hero-copy h1{font-size:84px;line-height:.9}
.hero-copy h1 em{color:var(--lime)}
.hero-copy>p:not(.eyebrow){max-width:560px;margin-top:28px;color:#e0e3d9;font-size:17px}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px;flex-wrap:wrap}
.primary-button,.secondary-button,.text-link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-element-button,.wc-block-components-button{
	min-height:48px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:18px;
	padding:10px 18px;
	border:1px solid transparent;
	border-radius:6px;
	background:var(--lime);
	color:var(--forest-deep);
	font-size:12px;
	font-weight:800;
	cursor:pointer;
	transition:transform .35s var(--curve),filter .35s var(--curve);
}
.primary-button:hover,.secondary-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.wc-block-components-button:hover{transform:translateY(-2px);filter:saturate(1.08)}
.primary-button span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(16,35,31,.12)}
.primary-button.compact{min-height:48px}
.secondary-button{border-color:var(--line-strong);background:transparent;color:var(--parchment)}
.text-link{padding:0;border:0;border-bottom:1px solid var(--line-strong);border-radius:0;background:transparent;color:var(--parchment)}
.hero-principles{position:absolute;right:max(6vw,32px);bottom:36px;display:flex;border-top:1px solid var(--line-strong)}
.hero-principles span{min-width:170px;display:grid;gap:4px;padding:14px 18px;border-right:1px solid var(--line);color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:18px}
.hero-principles b{color:var(--parchment);font-family:Manrope,system-ui,sans-serif;font-size:9px;text-transform:uppercase}
.hero-guide{width:100%;max-width:620px;justify-self:end;padding:30px;border:1px solid var(--line-strong);border-radius:6px;background:rgba(48,34,56,.94);box-shadow:var(--shadow)}
.hero-guide>p{color:var(--lime);font-size:11px;font-weight:800;text-transform:uppercase}
.hero-guide h2{margin:10px 0 26px;font-size:40px}
.hero-guide label{display:block;margin-bottom:9px;color:var(--muted);font-size:11px;font-weight:700}
.hero-guide select{width:100%;min-height:50px;margin-bottom:18px;padding:0 12px;border:1px solid var(--line-strong);border-radius:4px;background:var(--plum);color:var(--parchment)}
.hero-guide .primary-button{width:100%}

.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--bronze);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.telos-variant-lifestyle .trust-strip{background:#5a4333}
.telos-variant-concierge .trust-strip{background:#493b46}
.trust-strip>div{min-height:122px;display:grid;grid-template-columns:34px 1fr;align-content:center;gap:5px 12px;padding:22px max(2vw,18px);border-right:1px solid var(--line)}
.trust-strip span{grid-row:1/3;color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:24px}
.trust-strip strong{font-size:12px}
.trust-strip small{color:#dfd6ca;font-size:10px;line-height:1.5}

.category-navigation,.product-shelf,.faq-band,.related-products,.documentation-band{padding:72px max(4vw,22px)}
.category-navigation{background:var(--surface)}
.product-shelf,.related-products{background:var(--page-bg)}
.section-heading{width:min(1320px,100%);margin:0 auto 28px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:32px;align-items:end}
.section-heading h2,.testing-copy h2,.bundle-copy h2,.process-copy h2{font-size:56px;line-height:1}
.section-heading>p{max-width:430px}
.category-links{width:min(1320px,100%);margin:auto;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}
.category-links a{min-height:92px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:16px;border-right:1px solid var(--line);transition:background .35s var(--curve)}
.category-links a:last-child{border-right:0}
.category-links a:hover{background:rgba(236,240,224,.06)}
.category-links i{width:12px;height:12px;border-radius:50%;background:var(--category-accent)}
.category-links strong{font-size:12px}
.category-links small{color:var(--muted);font-size:10px}

.telos-product-grid{width:min(1320px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.telos-product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;content-visibility:auto;contain-intrinsic-size:auto 620px;border:1px solid color-mix(in srgb,var(--product-accent) 48%,var(--line));border-radius:6px;background:var(--surface-2);box-shadow:0 0 0 1px color-mix(in srgb,var(--product-accent) 7%,transparent),0 14px 34px color-mix(in srgb,var(--product-accent) 6%,transparent);transition:transform .45s var(--curve),border-color .45s var(--curve),box-shadow .45s var(--curve)}
.telos-product-card[hidden]{display:none!important}
.telos-product-card:hover{transform:translateY(-4px);border-color:var(--product-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--product-accent) 30%,transparent),0 0 20px 2px color-mix(in srgb,var(--product-accent) 20%,transparent),0 10px 34px color-mix(in srgb,var(--product-accent) 12%,transparent)}
.telos-product-media{position:relative;aspect-ratio:1/.92;overflow:hidden;background:var(--surface)}
.telos-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--curve)}
.telos-product-card:hover .telos-product-media img{transform:scale(1.025)}
.telos-product-media>.telos-research-chip{position:absolute;right:8px;bottom:8px;min-height:26px;display:flex;align-items:center;padding:4px 8px;border:1px solid var(--product-accent);border-radius:6px;background:rgba(11,33,28,.9);color:var(--product-accent);font-size:8px;font-weight:800}
.telos-sale-card-badge{position:absolute;top:8px;left:8px;z-index:2;min-height:27px;display:flex;align-items:center;padding:4px 9px;border:1px solid #f0c36b;border-radius:4px;background:#f0c36b;color:#102723;font-size:9px;font-weight:950;line-height:1;text-transform:uppercase;box-shadow:0 6px 18px rgba(5,20,18,.3)}
.telos-merchandising-label{z-index:2;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--product-accent);border-radius:4px;background:color-mix(in srgb,var(--surface-2) 88%,var(--product-accent));color:var(--product-accent);font-size:8px;font-weight:900;line-height:1;text-transform:uppercase}
.telos-merchandising-label--card{position:absolute;top:8px;left:8px;min-height:27px;padding:4px 9px}
.telos-sale-card-badge~.telos-merchandising-label--card{top:42px}
.telos-merchandising-label--single{width:max-content;min-height:25px;margin:5px 0 8px;padding:4px 8px}
.telos-product-meta{display:flex;flex:1;flex-direction:column;padding:14px}
.telos-product-meta>small{color:#87958a;font-size:9px;font-weight:700;text-transform:uppercase}
.telos-product-meta>b{margin-top:4px;color:var(--product-accent);font-size:9px;text-transform:uppercase}
.telos-product-meta h3{margin-top:2px;font-size:24px;line-height:1.08}
.telos-product-meta>p{min-height:42px;margin-top:5px;font-size:11px;line-height:1.45}
.telos-product-buy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:auto;padding-top:11px;border-top:1px solid var(--line)}
.telos-product-buy small{display:block;color:var(--product-accent);font-size:9px;font-weight:800;text-transform:uppercase}
.telos-product-buy strong{display:block;margin-top:2px;color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:21px}
.telos-product-buy del,.single-price del{margin-right:6px;color:var(--muted);font-size:.68em;opacity:.82;text-decoration-thickness:1px}
.telos-product-buy ins,.single-price ins{color:var(--parchment);text-decoration:none}
.telos-card-quantity{height:40px;display:grid;grid-template-columns:38px 38px 38px;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface)}
.telos-card-quantity button,.telos-card-quantity input{width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;color:var(--parchment);text-align:center}
.telos-card-quantity button{cursor:pointer;font-size:17px}
.telos-card-quantity button:hover{background:rgba(236,240,224,.08);color:var(--product-accent)}
.telos-card-quantity button:last-child{border-right:0}
.telos-card-quantity input{appearance:textfield;font-size:11px;font-weight:800}
.telos-card-quantity input::-webkit-inner-spin-button,.telos-card-quantity input::-webkit-outer-spin-button{margin:0;appearance:none}
.telos-product-buy .button{grid-column:1/-1;width:100%;min-height:44px;display:grid;place-items:center;padding:0 12px;border:0;background:var(--product-accent);color:#07110e;font-weight:900;line-height:1;text-align:center;cursor:pointer}
.telos-product-buy .button:disabled{cursor:wait;opacity:.72}
.telos-product-buy .button.is-added{filter:saturate(.72) brightness(1.06)}
.telos-product-buy .button.has-error{background:#f3ede4;color:#5f2430}
.telos-card-status{grid-column:1/-1;min-height:11px;display:block;color:var(--muted);font-size:8px;line-height:1.35}
.telos-product-card .telos-product-buy>.added_to_cart.wc-forward{display:none!important}
.telos-product-card .telos-card-add.added::after{display:none!important;content:none!important}
.telos-card-offer{display:block;min-height:17px;margin-top:6px;color:var(--product-accent);font-size:7px;font-weight:850;line-height:1.25;text-transform:uppercase}
.center-action{display:flex;justify-content:center;margin-top:34px}

.process-band{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:50px;padding:76px max(5vw,28px);background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-copy{max-width:500px}
.process-copy>p:not(.eyebrow){margin-top:24px}
.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.process-steps article{min-height:250px;display:flex;flex-direction:column;padding:24px;background:var(--surface-2)}
.process-steps span{color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:28px}
.process-steps h3{margin-top:auto;font-size:29px}
.process-steps p{margin-top:14px;font-size:12px}

.testing-band{min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--petrol);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.testing-image{min-height:520px;overflow:hidden}
.testing-image img{width:100%;height:100%;object-fit:cover}
.testing-copy{display:flex;flex-direction:column;justify-content:center;padding:56px max(5vw,40px)}
.testing-copy>p:not(.eyebrow){max-width:610px;margin-top:22px}
.proof-list{margin:28px 0 32px;border-top:1px solid var(--line)}
.proof-list>div{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}
.proof-list span{color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:23px}
.proof-list strong{display:block;color:var(--parchment)}
.proof-list p{font-size:12px}

.bundle-band{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;padding:76px max(5vw,28px);background:var(--oxblood)}
.telos-variant-lifestyle .bundle-band{background:#633743}
.telos-variant-concierge .bundle-band{background:#34454a}
.bundle-copy{max-width:460px}
.bundle-copy>p:not(.eyebrow){margin:22px 0 28px}
.bundle-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-content:center}
.bundle-list article{min-height:220px;display:flex;flex-direction:column;padding:24px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:rgba(236,240,224,.035)}
.bundle-list span{color:var(--lime);font-size:10px;font-weight:800;text-transform:uppercase}
.bundle-list h3{margin-top:12px;font-size:34px}
.bundle-list p{margin-top:12px}
.bundle-list a{align-self:flex-start;min-height:44px;display:flex;align-items:center;margin-top:auto;padding:0 16px;border-radius:4px;background:var(--lime);color:var(--forest-deep);font-size:11px;font-weight:800}

.faq-band{background:var(--surface)}
.faq-list{width:min(1260px,100%);margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line)}
.faq-list details{background:var(--surface);border:0}
.faq-list summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;font-weight:700;list-style:none}
.faq-list summary:after{content:"+";color:var(--lime);font-size:24px}
.faq-list details[open] summary:after{content:"-"}
.faq-list details p{padding:0 18px 18px}

.store-hero{min-height:350px;display:flex;align-items:flex-end;padding:142px max(5vw,28px) 48px;background:var(--surface);border-bottom:1px solid var(--line)}
.store-hero>div{width:min(1320px,100%);margin:auto}
.store-hero h1{max-width:850px;font-size:60px;line-height:.96}
.store-hero>div>p:last-child{max-width:720px;margin-top:20px}
.woocommerce-breadcrumb{margin:0 0 28px!important;color:var(--muted)!important;font-size:11px!important}
.woocommerce-breadcrumb a{color:var(--parchment)!important}
.store-catalog-intro{min-height:116px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:64px;padding:24px max(4vw,22px) 20px;background:var(--page-bg);border-bottom:1px solid var(--line)}
.store-catalog-intro>div{width:min(1320px,100%)}
.store-catalog-intro .eyebrow{margin-bottom:4px;color:var(--lime);font-size:8px;font-weight:900;text-transform:uppercase}
.store-catalog-intro h1{font-size:38px;line-height:1}
.store-catalog-intro>div>p:last-child{margin-top:7px;font-size:11px}
.store-catalog-intro>span{flex:0 0 auto;margin-bottom:2px;padding:7px 9px;border:1px solid var(--line-strong);border-radius:4px;color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}
.store-control-bar{min-height:112px;display:grid;grid-template-columns:minmax(280px,520px) 220px minmax(0,1fr);align-items:center;gap:10px 12px;padding:10px max(4vw,22px);background:var(--surface-2);border-bottom:1px solid var(--line)}
.store-category-filter{grid-column:1/-1;min-width:0}
.store-category-filter>summary{display:none}
.store-category-filter:not([open])>.store-category-bar{display:flex}
.store-category-bar{min-width:0;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}
.store-category-bar::-webkit-scrollbar{display:none}
.store-category-bar a{min-height:44px;display:flex;align-items:center;padding:0 16px;border:1px solid var(--line);border-radius:4px;color:var(--muted);white-space:nowrap;font-size:11px;font-weight:700}
.store-category-bar a:hover,.store-category-bar a.active{border-color:var(--lime);color:var(--parchment)}
.store-shell{display:block;padding:26px max(4vw,22px) 64px;background:var(--page-bg)}
.store-results{width:min(1320px,100%);margin:auto}
.store-sidebar{align-self:start;position:sticky;top:24px;display:grid;gap:28px}
.store-filter-group>strong{display:block;margin-bottom:12px;color:var(--parchment);font-size:11px;font-weight:800;text-transform:uppercase}
.store-search>div{position:relative;display:grid;grid-template-columns:1fr auto}
.store-search>div>span{position:absolute;left:13px;top:50%;width:14px;height:14px;border:1.5px solid var(--muted);border-radius:50%;transform:translateY(-58%);pointer-events:none}
.store-search>div>span:after{content:"";position:absolute;right:-4px;bottom:-3px;width:5px;height:1.5px;background:var(--muted);transform:rotate(45deg);transform-origin:left center}
.store-search input{min-width:0;min-height:44px;padding:0 10px;border:1px solid var(--line-strong);border-radius:4px 0 0 4px;background:var(--surface-2);color:var(--parchment)}
.store-search-inline input{padding-left:38px}
.store-search button{width:54px;border:0;border-radius:0 4px 4px 0;background:var(--lime);color:var(--forest-deep);font-size:10px;font-weight:800}
.store-search-inline input{background:var(--page-bg)}
.store-control-sort .woocommerce-ordering{float:none;margin:0}
.store-control-sort select{width:100%;min-height:44px;padding:0 34px 0 12px;border:1px solid var(--line-strong);border-radius:4px;background:var(--page-bg);color:var(--parchment)}
.store-filter-group{padding-top:20px;border-top:1px solid var(--line)}
.store-filter-group a,.store-filter-group>span{min-height:36px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}
.store-filter-group a:hover{color:var(--parchment)}
.store-filter-group a span{color:var(--lime)}
.store-toolbar{min-height:38px;display:flex;align-items:center;gap:18px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--line)}
.store-toolbar .woocommerce-result-count{margin:0;color:var(--muted);font-size:11px}
.store-toolbar .woocommerce-ordering{margin:0}
.store-toolbar select{min-height:44px;padding:0 36px 0 12px;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-2);color:var(--parchment)}
.store-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.woocommerce nav.woocommerce-pagination{margin-top:36px}
.woocommerce nav.woocommerce-pagination ul{border:0}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 4px}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid var(--line);background:var(--surface-2);color:var(--parchment)}
.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--lime);background:var(--lime);color:var(--forest-deep)}
.store-bottom-info{display:grid;grid-template-columns:1.4fr 1fr;gap:46px;padding:48px max(4vw,22px);background:var(--surface-2);border-top:1px solid var(--line)}
.store-bottom-info>.store-filter-group{padding-top:0;border-top:0}
.store-bottom-links{display:flex;flex-wrap:wrap;gap:8px}
.store-bottom-links a,.store-bottom-links>span{min-height:38px;display:flex;align-items:center;gap:16px;padding:0 13px;border:1px solid var(--line);border-radius:4px;color:var(--muted);font-size:10px}
.store-bottom-links a:hover{border-color:var(--lime);color:var(--parchment)}
.store-bottom-links a span{color:var(--lime)}
.product-breadcrumb{padding:150px max(6vw,32px) 0;background:var(--page-bg)}
.single-product-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;padding:34px max(6vw,32px) 90px;background:var(--page-bg)}
.single-product-media{position:sticky;top:30px;align-self:start;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-2)}
.single-product-media>img{width:100%;aspect-ratio:1/1;object-fit:cover}
.single-product-badges{display:flex;gap:8px;padding:14px}
.single-product-badges span{min-height:32px;display:flex;align-items:center;padding:0 10px;border:1px solid var(--line-strong);border-radius:4px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}
.single-product-badges span:first-child{border-color:var(--product-accent);color:var(--product-accent)}
.single-product-summary{padding-top:22px}
.single-product-summary>.eyebrow{color:var(--product-accent)}
.single-product-summary h1{font-size:70px;line-height:.95}
.single-price{margin-top:20px;color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:38px}
.telos-offer-strip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--product-accent) 48%,var(--line));border-radius:4px;background:color-mix(in srgb,var(--surface-2) 92%,var(--product-accent))}
.telos-offer-strip strong{color:var(--product-accent);font-size:10px;text-transform:uppercase}
.telos-offer-strip>span{color:var(--muted);font-size:9px;line-height:1.4}
.telos-offer-strip a{color:var(--parchment);font-size:9px;font-weight:800;white-space:nowrap}
.telos-sale-banner{width:max-content;max-width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px;padding:7px 9px;border:1px solid rgba(240,195,107,.58);border-radius:4px;background:rgba(240,195,107,.09);box-shadow:0 8px 24px rgba(5,20,18,.16)}
.telos-sale-banner[hidden]{display:none!important}
.telos-sale-banner strong{padding:4px 7px;border-radius:3px;background:#f0c36b;color:#102723;font-size:10px;font-weight:950;line-height:1;text-transform:uppercase}
.telos-sale-banner span{color:#efdba9;font-size:10px;font-weight:750}
.single-description{max-width:620px;margin-top:18px;font-size:15px}
.single-market-description strong{display:block;margin-bottom:5px;color:var(--product-accent);font-size:9px;font-weight:900;text-transform:uppercase}
.single-market-description span{display:block;color:var(--muted);line-height:1.55}
.product-trust-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:16px 0;padding:0;list-style:none}
.product-trust-badges li{min-width:0;min-height:48px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;padding:6px 8px;border:1px solid color-mix(in srgb,var(--product-accent) 24%,var(--line));border-radius:3px;background:color-mix(in srgb,var(--surface-2) 94%,var(--product-accent));box-shadow:none}
.product-trust-badges li>span{width:20px;height:20px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--product-accent) 54%,var(--line));border-radius:3px;background:color-mix(in srgb,var(--product-accent) 8%,transparent);color:var(--product-accent);font-size:7px;font-weight:900;line-height:1;text-align:center}
.product-trust-badges li>strong{min-width:0;color:var(--text);font-size:8px;font-weight:850;line-height:1.25;text-transform:uppercase}
.product-trust-badges div{min-width:0}
.product-trust-badges strong,.product-trust-badges small{display:block}
.product-trust-badges strong{color:var(--parchment);font-size:9px;line-height:1.15;text-transform:uppercase}
.product-trust-badges small{margin-top:1px;color:var(--muted);font-size:8px;line-height:1.2}
.single-cart-form form.cart{display:flex!important;align-items:center;gap:10px;margin:0!important;padding:10px 0 22px}
.single-cart-form .quantity{display:grid;grid-template-columns:44px 58px 44px;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-2)}
.single-cart-form .quantity input{width:58px;min-height:50px;padding:0;border:0;border-right:1px solid var(--line);border-left:1px solid var(--line);border-radius:0;background:transparent;color:var(--parchment);font-weight:800;text-align:center}
.single-cart-form .telos-single-step{width:44px;min-height:50px;padding:0;border:0;background:transparent;color:var(--parchment);font-size:20px;cursor:pointer}
.single-cart-form .telos-single-step:hover{background:rgba(236,240,224,.08);color:var(--product-accent)}
.single-cart-form .single_add_to_cart_button{min-height:52px!important;flex:1;background:var(--product-accent)!important;color:var(--forest-deep)!important}
.single-cart-form form.variations_form{width:100%;display:grid!important;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0;padding:4px 0 22px}
.single-cart-form table.variations{width:100%;margin:0 0 14px;border:0}
.single-cart-form table.variations tr{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:start}
.single-cart-form table.variations th,.single-cart-form table.variations td{padding:8px 0;border:0;background:transparent}
.single-cart-form table.variations th{min-height:44px;display:flex;align-items:center;color:var(--muted);font-size:10px;text-align:left;text-transform:uppercase}
.single-cart-form .telos-native-variant-select{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.telos-variant-options{display:flex;flex-wrap:wrap;gap:8px}
.telos-variant-options button{min-width:82px;min-height:48px;display:grid;place-items:center;align-content:center;gap:2px;padding:7px 12px;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-2);color:var(--parchment);font-size:11px;font-weight:800;line-height:1.15;cursor:pointer}
.telos-variant-options button:hover,.telos-variant-options button.is-selected{border-color:var(--product-accent);background:color-mix(in srgb,var(--product-accent) 14%,var(--surface-2));color:var(--parchment)}
.telos-variant-options button.is-unavailable{border-color:color-mix(in srgb,#ef7068 48%,var(--line));background:color-mix(in srgb,#ef7068 7%,var(--surface-2));color:color-mix(in srgb,var(--muted) 76%,#ef7068)}
.telos-variant-options button.is-unavailable:hover,.telos-variant-options button.is-unavailable.is-selected{border-color:#ef7068;background:color-mix(in srgb,#ef7068 14%,var(--surface-2));color:var(--parchment)}
.telos-variant-availability{display:block;color:#ef8a83;font-size:7px;font-weight:900;text-transform:uppercase}
.telos-variant-availability[hidden]{display:none}
.single-cart-form .reset_variations{display:inline-block;margin-top:8px;color:var(--product-accent);font-size:10px;font-weight:800}
.single-cart-form .telos-stock-status{min-height:44px;display:flex;align-items:center;gap:9px;margin:0 0 10px;padding:9px 12px;border:1px solid var(--line);border-radius:4px;background:var(--surface-2);color:var(--muted);font-size:10px;font-weight:750;line-height:1.4}
.single-cart-form .telos-stock-status:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--product-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--product-accent) 12%,transparent)}
.single-cart-form .telos-stock-status[hidden]{display:none}
.single-cart-form .telos-stock-status.is-unavailable{border-color:color-mix(in srgb,#ef7068 48%,var(--line));background:color-mix(in srgb,#ef7068 8%,var(--surface-2));color:#ffd4d0}
.single-cart-form .telos-stock-status.is-unavailable:before{background:#ef7068;box-shadow:0 0 0 4px rgba(239,112,104,.12)}
.single-cart-form .telos-stock-status.is-backorder{border-color:color-mix(in srgb,#e8ba62 48%,var(--line));color:#f3d89e}
.single-cart-form .telos-stock-status.is-backorder:before{background:#e8ba62;box-shadow:0 0 0 4px rgba(232,186,98,.12)}
.single-cart-form .single_variation_wrap{width:100%}
.single-cart-form .single_variation{min-height:0;padding:0}
.single-cart-form .woocommerce-variation-price{color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:24px}
.single-cart-form .woocommerce-variation-add-to-cart{width:100%;display:grid;grid-template-columns:auto minmax(180px,1fr);align-items:stretch;gap:10px}
.single-cart-form .woocommerce-variation-add-to-cart .quantity{height:52px}
.single-cart-form .woocommerce-variation-add-to-cart .single_add_to_cart_button{width:100%;min-width:0;display:flex;align-items:center;justify-content:center;white-space:nowrap}
.single-cart-form .stock.out-of-stock{min-height:48px;display:flex;align-items:center;margin:0;padding:11px 14px;border:1px solid color-mix(in srgb,#ef7068 48%,var(--line));border-radius:4px;background:color-mix(in srgb,#ef7068 8%,var(--surface-2));color:#ffd4d0;font-size:11px;font-weight:800}
.single-payment-note{display:grid;gap:3px;padding:16px;border-left:3px solid var(--product-accent);background:var(--surface-2)}
.single-payment-note strong{font-size:12px}
.single-payment-note span{color:var(--muted);font-size:10px}
.product-accordions{margin-top:22px;border-top:1px solid var(--line)}
.product-accordions>details{border-bottom:1px solid var(--line)}
.product-accordions>details>summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;color:var(--parchment);font-weight:700;list-style:none}
.product-accordions summary:focus-visible{outline:2px solid var(--product-accent);outline-offset:3px}
.product-accordions>details>summary:after{content:"+";flex:0 0 auto;color:var(--product-accent);font-size:22px}
.product-accordions>details[open]>summary:after{content:"-"}
.product-accordions>details>div{padding:0 0 22px}
.product-accordions a{color:var(--product-accent);font-weight:700}
.telos-product-testing{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);gap:24px;margin-top:24px;padding:18px;border:1px solid color-mix(in srgb,var(--product-accent) 32%,var(--line));background:var(--surface-2)}
.telos-product-testing>div>p{color:var(--product-accent);font-size:8px;font-weight:900;text-transform:uppercase}
.telos-product-testing h2{margin-top:4px;font-size:25px}
.telos-product-testing dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;background:var(--line)}
.telos-product-testing dl>div{min-width:0;padding:9px 10px;background:var(--surface-2)}
.telos-product-testing dt{color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase}
.telos-product-testing dd{margin:3px 0 0;color:var(--parchment);font-size:10px;font-weight:750;overflow-wrap:anywhere}
.telos-product-testing a{color:var(--product-accent)}
.telos-mobile-purchase-bar{display:none}
.product-accordion-copy{color:var(--muted);font-size:13px;line-height:1.75}
.product-accordion-copy p{margin:0 0 12px}
.product-accordion-copy p:last-child{margin-bottom:0}
.product-specification-wrap{overflow:hidden}
.product-specification-table{width:100%;border-collapse:collapse;color:var(--muted);font-size:11px;line-height:1.5}
.product-specification-table th,.product-specification-table td{padding:10px 12px;border-bottom:1px solid var(--line);background:transparent;text-align:left;vertical-align:top;overflow-wrap:anywhere}
.product-specification-table thead th{color:var(--parchment);font-size:9px;text-transform:uppercase}
.product-specification-table tbody th{width:38%;color:var(--parchment);font-weight:700}
.product-specification-table tbody tr:last-child th,.product-specification-table tbody tr:last-child td{border-bottom:0}
.product-faq-list{display:grid;padding:0!important;border-top:1px solid var(--line)}
.product-faq-item{border-bottom:1px solid var(--line)}
.product-faq-item:last-child{border-bottom:0}
.product-faq-item>summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0;cursor:pointer;color:var(--parchment);font-size:12px;font-weight:700;line-height:1.4;list-style:none}
.product-faq-item>summary:after{content:"+";flex:0 0 auto;color:var(--product-accent);font-size:18px}
.product-faq-item[open]>summary:after{content:"-"}
.product-faq-item>div{padding:0 0 16px;color:var(--muted);font-size:12px;line-height:1.65}
.product-faq-item p{margin:0}
.legacy-product-accordion{margin-top:22px;border-top:1px solid var(--line)}
.legacy-accordion-item{border-bottom:1px solid var(--line)}
.legacy-accordion-item h2{margin:0;font-family:inherit;font-size:inherit}
.legacy-accordion-trigger{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border:0;background:transparent;color:var(--parchment);font:700 13px/1.35 "Archivo",Arial,sans-serif;text-align:left;cursor:pointer;transition:color .2s ease}
.legacy-accordion-trigger:hover,.legacy-accordion-trigger:focus-visible,.legacy-accordion-item.is-open .legacy-accordion-trigger{color:var(--product-accent)}
.legacy-accordion-trigger:focus-visible{outline:2px solid var(--product-accent);outline-offset:4px}
.legacy-accordion-chevron{width:9px;height:9px;flex:0 0 9px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);transition:transform .24s ease}
.legacy-accordion-item.is-open .legacy-accordion-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.legacy-accordion-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .3s ease,opacity .22s ease}
.legacy-accordion-panel:not([hidden]){grid-template-rows:1fr;opacity:1}
.legacy-accordion-panel>div{min-height:0;overflow:hidden}
.legacy-accordion-content{padding:0 0 20px;color:var(--muted);font-size:13.5px;line-height:1.75}
.legacy-accordion-content p{margin:0 0 10px}
.legacy-accordion-content p:last-child{margin-bottom:0}
.legacy-accordion-content a{color:var(--product-accent);font-weight:700}
.legacy-accordion-notice{color:var(--muted-2);font-size:12px}
@media (prefers-reduced-motion:reduce){.legacy-accordion-panel,.legacy-accordion-chevron{transition:none}}
.content-page{padding:150px max(5vw,24px) 100px;background:var(--page-bg)}
.content-header,.content-body{width:min(1260px,100%);margin:auto}
.content-header{padding:44px 0;border-bottom:1px solid var(--line)}
.content-header h1{font-size:68px}
.content-body{padding-top:44px}
.telos-404-copy{max-width:650px;font-size:17px}
.telos-404-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.telos-404-actions .primary-button,.telos-404-actions .secondary-button{min-width:180px}
.content-page-calculator{padding-top:88px}
.content-page-calculator .content-body{padding-top:0}
.content-entry{padding:26px 0;border-bottom:1px solid var(--line)}
.content-entry h2{font-size:34px}
.content-entry p{margin-top:10px}
.resource-hero{min-height:720px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;padding:150px max(6vw,32px) 80px;background:var(--page-bg)}
.resource-hero h1{font-size:70px;line-height:.95}
.resource-hero>div>p:not(.eyebrow){max-width:570px;margin:24px 0 30px}
.resource-hero>img{width:100%;max-height:510px;object-fit:cover;border-radius:6px}
.standards-band,.calculator-notes{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.standards-band>div,.calculator-notes>div{min-height:260px;padding:30px;background:var(--surface)}
.standards-band span,.calculator-notes span{color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:26px}
.standards-band h2{margin-top:40px;font-size:28px}
.standards-band p,.calculator-notes p{margin-top:10px;font-size:12px}
.documentation-steps{width:min(1260px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.documentation-steps article{min-height:220px;padding:30px;background:var(--surface-2)}
.documentation-steps b{font-family:"Bodoni Moda",Georgia,serif;font-size:28px;font-weight:500}
.documentation-steps p{margin-top:18px}
.research-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:70px max(6vw,32px);background:var(--oxblood)}
.research-cta h2{font-size:45px}

.calculator-page{min-height:760px;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;padding:150px max(6vw,32px) 90px;background:var(--page-bg)}
.calculator-intro h1{font-size:72px}
.calculator-intro>p:not(.eyebrow){margin-top:22px}
.calculator-warning{display:grid;gap:4px;margin-top:28px;padding:18px;border-left:3px solid var(--lime);background:var(--surface)}
.calculator-warning span{color:var(--muted);font-size:11px}
.calculator-tool{padding:30px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);box-shadow:var(--shadow)}
.calculator-tool>label{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-weight:700}
.calculator-tool label span{display:flex;align-items:center;gap:8px;color:var(--muted)}
.calculator-tool input{width:110px;min-height:44px;padding:0 10px;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-2);color:var(--parchment);text-align:right}
.calculator-result{margin:26px 0;padding:24px;background:var(--petrol)}
.calculator-result small{display:block;color:var(--lime);font-size:10px;font-weight:800;text-transform:uppercase}
.calculator-result strong{display:block;margin-top:4px;font-family:"Bodoni Moda",Georgia,serif;font-size:44px}
.calculator-result p{font-size:11px}
.content-page-calculator .telos-calc .primary-result #unitResult{
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-transform:none;
}
.syringe-scale{position:relative;height:58px;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-2)}
.syringe-scale i{position:absolute;inset:0 auto 0 0;width:10%;background:var(--lime);opacity:.7;transition:width .45s var(--curve)}
.syringe-scale span{position:absolute;top:0;bottom:0;width:1px;background:var(--line-strong)}
.contact-page{min-height:760px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:150px max(6vw,32px) 90px;background:var(--page-bg)}
.contact-copy h1{font-size:70px;line-height:.95}
.contact-copy>p:not(.eyebrow){max-width:560px;margin:24px 0 30px}
.contact-directory{padding:32px;border:1px solid var(--line-strong);background:var(--surface)}
.contact-directory>div{display:grid;gap:6px;padding:22px 0;border-bottom:1px solid var(--line)}
.contact-directory span{color:var(--lime);font-size:10px;font-weight:800;text-transform:uppercase}
.contact-directory>a{min-height:50px;display:flex;align-items:center;margin-top:18px;color:var(--lime);font-weight:800}

.woocommerce-notices-wrapper,.woocommerce-error,.woocommerce-info,.woocommerce-message{width:min(1260px,calc(100% - 48px));margin:20px auto!important;border-top-color:var(--lime)!important;background:var(--surface)!important;color:var(--parchment)!important}
.woocommerce-message:before,.woocommerce-info:before{color:var(--lime)!important}
.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{color:var(--forest-deep)!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{
	min-height:46px;padding:10px 12px;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-2);color:var(--parchment)
}
.woocommerce form .form-row label{color:var(--muted);font-size:11px;font-weight:700}
.woocommerce-cart .content-body,.woocommerce-checkout .content-body,.woocommerce-account .content-body{color:var(--parchment)}
.woocommerce-cart .content-page{padding-top:88px}
.woocommerce-cart .content-header{padding:20px 0 22px}
.woocommerce-cart .content-body{padding-top:20px}
.woocommerce-cart .content-body>h1:first-child{display:none}
.woocommerce-cart .woocommerce-cart-form a.remove{
	width:44px;
	height:44px;
	display:grid;
	place-items:center;
	border-radius:4px;
	color:#ff4d4f!important;
	font-size:24px;
	line-height:1;
	transition:background .2s ease,color .2s ease,opacity .2s ease
}
.woocommerce-cart .woocommerce-cart-form a.remove:hover{background:rgba(255,77,79,.14);color:#ff7b7d!important}
.woocommerce-cart .woocommerce-cart-form a.remove.is-removing{opacity:.45;pointer-events:none}
.woocommerce-cart .woocommerce-cart-form .coupon{display:flex!important;align-items:center;gap:8px}
.woocommerce-cart .woocommerce-cart-form .coupon .input-text{
	width:180px!important;
	min-width:180px;
	min-height:48px;
	float:none!important;
	padding:0 14px!important
}
.woocommerce table.shop_table{border-color:var(--line)!important;border-radius:4px;background:var(--surface)}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px;border-color:var(--line)!important;color:var(--parchment)}
.woocommerce table.shop_table td.product-name a{font-weight:800}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout-review-order,.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content{padding:24px;border:1px solid var(--line);border-radius:4px;background:var(--surface)}
.woocommerce .cart-collaterals .cart_totals{width:48%}
.woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}
.woocommerce-MyAccount-navigation li a{min-height:44px;display:flex;align-items:center;border-bottom:1px solid var(--line)}
.woocommerce-MyAccount-content a{color:var(--lime)}
.wc-block-cart,.wc-block-checkout{color:var(--parchment)}
.wc-block-components-sidebar,.wc-block-components-totals-wrapper,.wc-block-components-order-summary{background:var(--surface);color:var(--parchment)}
.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:var(--surface-2)!important;color:var(--parchment)!important}

.site-footer{width:100%;padding:0;background:var(--surface-2);border-top:1px solid var(--line)}
.footer-inner{width:min(1180px,calc(100% - 48px));margin:0 auto}
.footer-grid{display:grid;grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(130px,.72fr));gap:48px;padding:38px 0 30px}
.footer-brand a{display:inline-flex}
.footer-brand img{width:166px;height:auto}
.footer-brand p{max-width:310px;margin-top:16px;color:color-mix(in srgb,var(--muted) 90%,var(--parchment));font-size:11px;line-height:1.65}
.footer-column{display:grid;align-content:start;gap:0}
.footer-column strong{margin-bottom:10px;color:var(--lime);font-size:10px;text-transform:uppercase}
.footer-column a{min-height:34px;display:flex;align-items:center;color:var(--muted);font-size:11px;transition:color .2s ease,transform .2s ease}
.footer-column a:hover{transform:translateX(3px);color:var(--parchment)}
.footer-legal{display:flex;min-height:62px;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);color:var(--muted);font-size:9px}
.footer-legal strong{color:var(--lime)}
.telos-research-updates{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(320px,1.25fr);align-items:end;gap:34px;padding:24px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 92%,var(--lime))}
.telos-research-updates--catalog{margin:28px 0 0}
.telos-research-updates--footer{margin-top:28px}
.telos-research-updates>div>p{color:var(--lime);font-size:8px;font-weight:900;text-transform:uppercase}
.telos-research-updates h2{margin-top:4px;font-size:31px;line-height:1}
.telos-research-updates>div>span{display:block;margin-top:7px;color:var(--muted);font-size:10px;line-height:1.5}
.telos-research-updates form{display:grid;grid-template-columns:minmax(0,1fr) auto}
.telos-research-updates input[type="email"]{min-width:0;min-height:48px;padding:0 13px;border:1px solid var(--line-strong);border-radius:4px 0 0 4px;background:var(--page-bg);color:var(--parchment)}
.telos-research-updates button{min-height:48px;padding:0 17px;border:1px solid var(--lime);border-radius:0 4px 4px 0;background:var(--lime);color:var(--forest-deep);font-size:10px;font-weight:900;text-transform:uppercase}
.telos-research-updates__status{grid-column:2;margin-top:-27px;color:var(--muted);font-size:7px;line-height:1.4}

@media(max-width:1100px){
	body.admin-bar .site-header{top:78px}
	.desktop-nav{display:none}
	.menu-toggle{display:grid}
	.home-hero{min-height:720px;padding-top:140px}
	.hero-copy h1{font-size:64px}
	.hero-copy{width:min(660px,74%)}
	.hero-concierge{grid-template-columns:1fr;padding-top:150px;background-size:58% auto}
	.hero-concierge:before{width:100%;background:rgba(23,45,45,.82)}
	.hero-concierge .hero-copy{width:72%}
	.hero-guide{justify-self:stretch;max-width:none}
	.hero-principles span{min-width:145px}
	.trust-strip{grid-template-columns:repeat(2,1fr)}
	.category-links{grid-template-columns:repeat(3,1fr)}
	.telos-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
	.process-band,.testing-band,.bundle-band,.resource-hero,.calculator-page,.contact-page{grid-template-columns:1fr}
	.process-steps{min-height:250px}
	.testing-image{min-height:520px}
	.store-shell{grid-template-columns:1fr}
	.store-sidebar{position:static;grid-template-columns:1fr 1fr 1fr}
	.store-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
	.single-product-shell{gap:40px}
	.single-product-summary h1{font-size:56px}
	.standards-band,.calculator-notes{grid-template-columns:repeat(2,1fr)}
	.footer-grid{grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(120px,.72fr));gap:32px}
}

@media(max-width:900px){
	.telos-product-grid,.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:1040px){
	.store-control-bar{grid-template-columns:minmax(0,1fr) 210px}
	.store-category-filter{grid-column:1/-1}
}

@media(max-width:700px){
	body.admin-bar .site-header{top:90px}
	.telos-system-banner{padding:8px 12px}
	.telos-system-banner__inner{gap:10px}
	.telos-system-banner p{font-size:8px}
	.telos-system-banner a{font-size:8px}
	.telos-system-banner button{width:26px;height:26px;flex:0 0 26px}
	.telos-system-banner.is-ticker .telos-system-banner__inner{grid-template-columns:minmax(0,1fr) auto}
	.telos-system-banner.is-ticker a{display:none}
	.telos-system-banner__ticker-item{gap:12px;padding-right:12px;font-size:9px}
	.site-header{min-height:60px}
	body:not(.has-system-banner) .site-header{top:10px}
	body.has-system-banner .site-header{top:calc(var(--telos-banner-height) + 10px)}
	body.admin-bar:not(.has-system-banner) .site-header{top:56px}
	body.admin-bar.has-system-banner .site-header{top:calc(var(--telos-banner-height) + 56px)}
	.telos-age-gate{place-items:start center;padding:24px 18px;background-position:62% center}
	.telos-age-gate__inner{padding:28px 0}
	.telos-age-gate__logo{width:192px;height:66px}
	.telos-age-gate__eyebrow{margin-top:22px}
	.telos-age-gate h1{font-size:44px}
	.telos-age-gate__inner>p:not(.telos-age-gate__eyebrow){font-size:12px}
	.telos-age-gate__confirmations label{font-size:11px}
	.telos-age-gate__actions{grid-template-columns:1fr}
	.header-inner{min-height:58px;padding:7px 7px 7px 11px}
	.site-brand img{width:105px;height:36px}
	.header-actions{gap:4px}
	.icon-button{width:44px;height:44px}
	.account-link{display:none}
	.site-search{position:fixed;left:12px;right:12px;top:112px;background:var(--header-bg);box-shadow:var(--shadow)}
	.site-search label{font-size:24px}
	.site-search form>div{grid-template-columns:1fr}
	.site-search input{border-radius:4px}
	.site-search button{min-height:44px;border-radius:4px;margin-top:8px}
	.mobile-nav a{font-size:34px}
	.home-hero{min-height:760px;padding:120px 20px 68px;background-position:60% center}
	.home-hero:before{background:rgba(11,33,28,.62)}
	.hero-lifestyle:before{background:rgba(18,42,39,.61)}
	.hero-copy,.hero-concierge .hero-copy{width:100%;padding:0}
	.hero-copy h1{font-size:48px}
	.hero-copy>p:not(.eyebrow){font-size:15px}
	.hero-actions{align-items:stretch;flex-direction:column}
	.hero-actions .primary-button,.hero-actions .text-link{width:100%}
	.primary-button,.secondary-button,.text-link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-element-button,.wc-block-components-button{min-height:44px;gap:12px;padding:8px 14px;font-size:11px}
	.primary-button span{width:28px;height:28px}
	.hero-principles{display:none}
	.hero-concierge{display:flex;min-height:auto;flex-direction:column;padding-bottom:60px;background-size:100% auto;background-position:center 20%}
	.hero-guide{padding:20px}
	.hero-guide h2{font-size:34px}
	.trust-strip{grid-template-columns:1fr 1fr}
	.trust-strip>div{min-height:112px;padding:16px 12px}
	.category-navigation,.product-shelf,.faq-band,.related-products,.documentation-band{padding:56px 16px}
	.section-heading{grid-template-columns:1fr;gap:18px;margin-bottom:30px}
	.section-heading h2,.testing-copy h2,.bundle-copy h2,.process-copy h2{font-size:42px}
	.category-links{grid-template-columns:1fr 1fr}
	.category-links a{min-height:96px}
	.telos-product-grid,.store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
	.telos-product-media{aspect-ratio:1/1}
	.telos-product-media>.telos-research-chip{right:5px;bottom:5px;min-height:22px;padding:3px 5px;font-size:6px}
	.telos-sale-card-badge{top:5px;left:5px;min-height:22px;padding:3px 6px;font-size:7px}
	.telos-product-meta{padding:9px}
	.telos-product-meta>small{font-size:7px}
	.telos-product-meta>b{font-size:7px}
	.telos-product-meta h3{font-size:18px}
	.telos-product-meta>p{min-height:38px;display:-webkit-box;overflow:hidden;font-size:9px;-webkit-box-orient:vertical;-webkit-line-clamp:3}
	.telos-product-buy{grid-template-columns:1fr;align-items:stretch;gap:6px;padding-top:8px}
	.telos-product-buy>div:first-child{min-width:0}
	.telos-product-buy small{font-size:7px}
	.telos-product-buy strong{font-size:18px}
	.telos-card-quantity{width:100%;height:40px;grid-template-columns:repeat(3,1fr)}
	.telos-card-quantity button,.telos-card-quantity input{width:100%;height:38px}
	.telos-product-buy .button{min-height:40px;font-size:10px}
	.process-band{padding:72px 16px;gap:36px}
	.process-steps{grid-template-columns:1fr}
	.process-steps article{min-height:200px}
	.testing-image{min-height:380px}
	.testing-copy{padding:60px 20px}
	.bundle-band{padding:72px 16px;gap:42px}
	.bundle-list{grid-template-columns:1fr}
	.faq-list{grid-template-columns:1fr}
	.store-hero{min-height:0;padding:112px 16px 28px}
	.store-hero .woocommerce-breadcrumb,.store-hero>div>p:last-child{display:none}
	.store-hero .eyebrow{margin-bottom:7px;font-size:9px}
	.store-hero h1{max-width:340px;font-size:38px;line-height:.98}
	.store-catalog-intro{min-height:80px;align-items:end;margin-top:64px;padding:14px 12px 12px}
	.store-catalog-intro h1{font-size:28px}
	.store-catalog-intro>div>p:last-child{margin-top:4px;font-size:9px}
	.store-catalog-intro>span{display:none}
	.store-control-bar{min-height:56px;grid-template-columns:1fr;gap:8px;padding:8px 12px}
	.store-category-filter{grid-column:auto}
	.store-category-filter>summary{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px;border:1px solid var(--line-strong);border-radius:4px;color:var(--muted);cursor:pointer;list-style:none}
	.store-category-filter>summary::-webkit-details-marker{display:none}
	.store-category-filter>summary:after{content:"+";margin-left:auto;color:var(--lime);font-size:18px}
	.store-category-filter[open]>summary:after{content:"-"}
	.store-category-filter>summary span{font-size:9px;font-weight:800;text-transform:uppercase}
	.store-category-filter>summary strong{overflow:hidden;color:var(--parchment);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
	.store-category-bar{display:none;gap:6px;padding:8px 0 0}
	.store-category-filter:not([open])>.store-category-bar{display:none}
	.store-category-filter[open] .store-category-bar{display:flex}
	.store-category-bar a{min-height:40px;padding:0 8px;font-size:10px}
	.store-search-inline,.store-control-sort{width:100%}
	.store-shell{padding:24px 16px 56px}
	.store-sidebar{grid-template-columns:1fr}
	.store-toolbar{align-items:flex-start;flex-direction:column}
	.store-toolbar select{width:100%}
	.store-bottom-info{display:none}
	.product-breadcrumb{padding:130px 16px 0}
	.single-product-shell{grid-template-columns:1fr;padding:24px 16px 72px}
	.single-product-media{position:static}
	.single-product-summary h1{font-size:48px}
	.single-cart-form form.cart{align-items:stretch;flex-direction:column}
	.single-cart-form .quantity{width:100%;grid-template-columns:42px minmax(0,1fr) 42px}
	.single-cart-form .quantity input{width:100%;min-height:48px}
	.single-cart-form .telos-single-step{width:42px;min-height:48px}
	.single-cart-form .single_add_to_cart_button{min-height:48px!important}
	.single-cart-form .woocommerce-variation-add-to-cart{grid-template-columns:1fr}
	.single-cart-form .woocommerce-variation-add-to-cart .quantity{height:48px}
	.single-cart-form table.variations tr{grid-template-columns:1fr;gap:0}
	.single-cart-form table.variations th{min-height:32px}
	.telos-variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
	.telos-variant-options button{width:100%;min-width:0;min-height:44px;padding:6px 8px;font-size:10px}
	.product-accordions>details>summary,.legacy-accordion-trigger{min-height:52px}
	.product-faq-item>summary{min-height:48px}
	.woocommerce form .form-row input.input-text,.woocommerce form .form-row select{min-height:44px}
	.resource-hero,.calculator-page,.contact-page{padding:130px 16px 72px;gap:42px}
	.resource-hero h1,.calculator-intro h1,.contact-copy h1{font-size:48px}
	.standards-band,.calculator-notes{grid-template-columns:1fr}
	.documentation-steps{grid-template-columns:1fr}
	.research-cta{align-items:flex-start;flex-direction:column;padding:60px 16px}
	.research-cta h2{font-size:38px}
	.calculator-tool{padding:20px 16px}
	.calculator-tool>label{align-items:flex-start;flex-direction:column;justify-content:center;padding:12px 0}
	.calculator-tool input{width:150px}
	.content-page{padding:130px 16px 72px}
	.content-page-calculator{padding-top:76px}
	.content-header h1{font-size:48px}
	.woocommerce-cart .content-page{padding-top:76px}
	.woocommerce-cart .woocommerce-cart-form .coupon{width:100%;display:grid!important;grid-template-columns:minmax(0,1fr) max-content}
	.woocommerce-cart .woocommerce-cart-form .coupon .input-text{width:100%!important;min-width:0;grid-column:1;grid-row:1}
	.woocommerce-cart .woocommerce-cart-form .coupon button[name="apply_coupon"]{width:auto!important;min-width:max-content;grid-column:2;grid-row:1;white-space:nowrap}
	.woocommerce .cart-collaterals .cart_totals{width:100%}
	.footer-inner{width:calc(100% - 32px)}
	.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px;padding:32px 0 22px}
	.footer-brand{grid-column:1/-1}
	.footer-brand p{max-width:440px;margin-top:10px}
	.footer-column strong{margin-bottom:6px;font-size:9px}
	.footer-column a{min-height:36px;font-size:10px;line-height:1.35}
	.footer-legal{min-height:0;align-items:flex-start;flex-direction:column;gap:6px;padding:15px 0 18px;line-height:1.5}
}

@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	*,*:before,*:after{animation:none!important;transition:none!important}
	/* A site-wide setting explicitly enables this promotional ticker. */
	.telos-system-banner__ticker-track{animation:telos-system-banner-ticker var(--telos-ticker-duration,18s) linear infinite!important}
}

/* Guided Store concept */
.telos-variant-guided-store{
	--page-bg:#0b1714;
	--surface:#13231e;
	--surface-2:#0d1c18;
	--header-bg:rgba(11,23,20,.96);
	--muted:#a7b2aa;
	--line:rgba(223,232,219,.12);
	--line-strong:rgba(223,232,219,.24);
	background:#0b1714;
}
.telos-variant-guided-store .site-header{
	position:absolute;
	width:100%;
	max-width:none;
	border-width:0 0 1px;
	border-radius:0;
	box-shadow:none;
}
.telos-variant-guided-store:not(.has-system-banner) .site-header{top:0}
.telos-variant-guided-store.has-system-banner .site-header{top:var(--telos-banner-height)}
.telos-variant-guided-store.admin-bar:not(.has-system-banner) .site-header{top:32px}
.telos-variant-guided-store.admin-bar.has-system-banner .site-header{top:calc(var(--telos-banner-height) + 32px)}
.telos-variant-guided-store .header-inner{width:min(1260px,calc(100% - 48px));min-height:64px;margin:auto;padding:8px 0}
.telos-variant-guided-store .site-brand img{width:116px;height:38px}
.telos-variant-guided-store .desktop-nav{margin:0}
.telos-variant-guided-store .desktop-nav a{font-family:"Bodoni Moda",Georgia,serif;font-size:11px;font-weight:500;text-transform:uppercase}
.telos-variant-guided-store .icon-button{width:38px;height:38px;border:0;border-radius:2px;background:transparent}
.telos-variant-guided-store .icon-button:hover{background:rgba(236,240,224,.07)}
.telos-variant-guided-store .site-search{background:#0f201b}
.telos-variant-guided-store .site-main{background:#0b1714}

.guided-commerce-hero{
	position:relative;
	min-height:350px;
	padding:92px 24px 24px;
	border-bottom:1px solid var(--line);
	background-color:#0d1c18;
	background-image:var(--guided-hero);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	isolation:isolate;
}
.telos-variant-guided-store.has-system-banner .guided-commerce-hero{padding-top:calc(92px + var(--telos-banner-height))}
.guided-commerce-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(8,22,18,.72)}
.guided-hero-inner{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:minmax(280px,.86fr) minmax(480px,1.14fr);gap:72px;align-items:center}
.guided-intro{max-width:430px}
.guided-overline{color:var(--lime);font-size:9px;font-weight:800;text-transform:uppercase}
.guided-intro h1{margin-top:7px;font-size:52px;line-height:.98}
.guided-intro>p:not(.guided-overline){max-width:350px;margin-top:16px;color:#d8dfd7;font-size:12px;line-height:1.55}
.guided-intro ul{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none;color:#d8dfd7;font-size:10px}
.guided-intro li{display:flex;align-items:center;gap:10px}
.guided-intro li span{width:18px;height:18px;display:grid;place-items:center;border:1px solid var(--lime);border-radius:50%;color:var(--lime);font-size:10px}
.guided-finder{display:grid;gap:7px}
.guided-mobile-title{display:none}
.guided-choice-heading{margin-bottom:2px;color:#fff;font-size:14px;font-weight:800;text-align:center}
.guided-progress{display:grid;grid-template-columns:1fr;align-items:center;margin-bottom:7px}
.guided-progress small{color:#829087;font-size:8px;font-weight:800;text-transform:uppercase}
.guided-progress>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.guided-progress-single>div{grid-template-columns:1fr}
.guided-progress i{width:100%;height:5px;border-radius:3px;background:#5f6c65}
.guided-progress i.is-complete{background:var(--lime)}
.guided-step{
	min-height:58px;
	display:grid;
	grid-template-columns:40px minmax(0,1fr) minmax(150px,.7fr);
	align-items:center;
	gap:10px;
	padding:7px 10px;
	border:1px solid var(--line);
	border-radius:5px;
	background:rgba(17,34,29,.9);
}
.guided-step>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #64716b;border-radius:50%;font-family:"Bodoni Moda",Georgia,serif;font-size:15px}
.guided-step.is-active>span{border-color:var(--lime);color:var(--lime)}
.guided-step b{font-family:"Bodoni Moda",Georgia,serif;font-size:14px;font-weight:500}
.guided-step b small{display:block;margin-bottom:2px;color:#89968f;font-family:Manrope,system-ui,sans-serif;font-size:7px;font-weight:700;text-transform:uppercase}
.guided-step select{width:100%;min-height:36px;padding:0 28px 0 8px;border:0;background:#13231e;color:#e6ece4;font-size:10px}
.guided-step-select-only{min-height:0;display:block;padding:0;border:0;background:transparent}
.guided-step-select-only select{display:block;min-height:48px;padding:0 14px;border:1px solid var(--line-strong);border-radius:4px;background:#13231e;color:#e6ece4;font-size:13px;font-weight:700}
.guided-primary{
	min-height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	padding:9px 14px;
	border:0;
	border-radius:4px;
	background:var(--lime);
	color:#102019;
	font-family:"Bodoni Moda",Georgia,serif;
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
	cursor:pointer;
}
.guided-protocol-trigger{
	min-height:46px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:7px 14px;
	border:1px solid var(--lime);
	border-radius:4px;
	background:#10251e;
	color:#e8eee7;
	cursor:pointer;
}
.guided-protocol-trigger span{font-family:"Bodoni Moda",Georgia,serif;font-size:11px;font-weight:600;text-transform:uppercase}
.guided-protocol-trigger small{margin-top:2px;color:var(--lime);font-size:7px;font-weight:800;text-transform:uppercase}
.guided-protocol-trigger:hover,.guided-protocol-trigger:focus-visible{background:#153128;outline:0}
.guided-protocol-trigger:disabled{cursor:not-allowed;opacity:.48}
.guided-protocol-trigger:disabled:hover{background:transparent}
.guided-finder>a{justify-self:center;padding:5px 0;color:#aab5ad;font-family:"Bodoni Moda",Georgia,serif;font-size:8px;text-transform:uppercase}

.guided-protocol{border-top:1px solid rgba(165,237,34,.22);border-bottom:1px solid var(--line);background:#0c1b17}
.guided-protocol[hidden]{display:none}
.guided-protocol-inner{width:min(1180px,calc(100% - 48px));margin:auto;padding:24px 0 28px}
.guided-protocol-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.guided-protocol-head p{margin:0 0 4px;color:var(--lime);font-size:8px;font-weight:800;text-transform:uppercase}
.guided-protocol-head h2{margin:0;font-size:30px}
.guided-protocol-head>div>span{display:block;margin-top:5px;color:#87968d;font-size:9px}
.guided-protocol-head>div>span b{color:#dce5dc}
.guided-protocol-head>button{width:34px;height:34px;padding:0;border:1px solid var(--line-strong);border-radius:50%;background:transparent;color:#aeb9b1;font-size:22px;cursor:pointer}
.guided-protocol-boundary{max-width:760px;margin:14px 0 20px;padding:9px 11px;border-left:2px solid var(--lime);background:#10231d;color:#9ba8a0;font-size:8px;line-height:1.5}
.guided-protocol-summary{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;padding:13px 0;border-top:1px solid var(--line)}
.guided-protocol-summary strong{font-family:"Bodoni Moda",Georgia,serif;font-size:16px;font-weight:500}
.guided-protocol-summary p{max-width:620px;font-size:9px;line-height:1.5}
.guided-protocol-track{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;padding:18px 0;border-top:1px solid var(--line)}
.guided-protocol-track-head{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-content:start}
.guided-protocol-track-head>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--lime);border-radius:50%;color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:12px}
.guided-protocol-track-head h3{font-size:17px}
.guided-protocol-track-head p{margin-top:3px;color:#7e8d84;font-size:7px;line-height:1.4}
.guided-protocol-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.guided-protocol-options-unified{padding-top:16px;border-top:1px solid var(--line)}
.guided-protocol-card{min-width:0;padding:13px;border:1px solid var(--line);border-radius:5px;background:#10221c}
.guided-protocol-card>header{display:flex;justify-content:space-between;gap:12px;min-height:43px;padding-bottom:9px;border-bottom:1px solid var(--line)}
.guided-protocol-card>header span{color:var(--lime);font-size:7px;font-weight:800;text-transform:uppercase}
.guided-protocol-card>header h4{margin-top:2px;font-family:"Bodoni Moda",Georgia,serif;font-size:15px;font-weight:500}
.guided-protocol-card>header>small{align-self:flex-start;padding:4px 6px;border:1px solid var(--line-strong);border-radius:3px;color:#95a39a;font-size:7px;text-transform:uppercase;white-space:nowrap}
.guided-protocol-window{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line);color:#95a39a;font-size:8px;font-weight:700}
.guided-protocol-window>span:last-child{display:flex;align-items:center;gap:6px;white-space:nowrap}
.guided-protocol-window input{width:54px;height:32px;padding:0 7px;border:1px solid var(--line-strong);border-radius:3px;background:#0a1714;color:#edf1eb;font-size:9px;font-weight:800;text-align:center}
.guided-protocol-products>div{min-height:54px;display:grid;grid-template-columns:34px minmax(0,1fr) 58px 82px;gap:8px;align-items:center;border-bottom:1px solid var(--line)}
.guided-protocol-products img{width:30px;height:40px;border-radius:2px;object-fit:cover}
.guided-protocol-products p{min-width:0}
.guided-protocol-products p a{display:block;overflow:hidden;color:#edf1eb;font-family:"Bodoni Moda",Georgia,serif;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.guided-protocol-products p small{display:block;overflow:hidden;margin-top:2px;color:#7f8e85;font-size:7px;text-overflow:ellipsis;white-space:nowrap}
.guided-protocol-products b{font-family:"Bodoni Moda",Georgia,serif;font-size:9px;text-align:right;white-space:nowrap}
.guided-protocol-products .woocommerce-Price-currencySymbol{display:inline}
.guided-protocol-quantity{display:grid;grid-template-columns:25px 30px 25px}
.guided-protocol-quantity button,.guided-protocol-quantity input{width:100%;height:28px;padding:0;border:1px solid var(--line);background:#0a1714;color:#e9eee8;text-align:center}
.guided-protocol-quantity input{appearance:textfield;font-size:8px}
.guided-protocol-quantity input::-webkit-inner-spin-button,.guided-protocol-quantity input::-webkit-outer-spin-button{appearance:none}
.guided-protocol-card>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:11px}
.guided-protocol-card>footer p{color:#809087;font-size:7px}
.guided-protocol-card>footer p strong{display:block;margin-top:1px;color:#edf1eb;font-family:"Bodoni Moda",Georgia,serif;font-size:13px;font-weight:500}
.guided-protocol-card>footer button{min-height:31px;padding:6px 10px;border:0;border-radius:3px;background:var(--lime);color:#102019;font-size:8px;font-weight:800;text-transform:uppercase;cursor:pointer}
.guided-protocol-card>footer button:disabled{cursor:wait;opacity:.7}
.guided-protocol-card>footer button.has-error{background:#dce5db}

.guided-catalog,.guided-compare,.guided-cart-area,.guided-faq{width:min(1180px,calc(100% - 48px));margin:auto}
.guided-catalog{padding:20px 0 10px}
.guided-section-head,.guided-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.guided-section-head{margin-bottom:11px}
.guided-section-head>div{display:flex;align-items:center;gap:12px}
.guided-section-head h2,.guided-panel-head h2,.guided-faq h2{font-size:25px}
.guided-section-head>div>span{padding:4px 7px;border:1px solid var(--line-strong);border-radius:4px;color:#9ba79f;font-size:7px;text-transform:uppercase}
.guided-section-head>label{display:flex;align-items:center;gap:10px;color:#a5b0a8;font-size:8px;font-weight:700;text-transform:uppercase}
.guided-section-head select{min-height:34px;padding:0 28px 0 9px;border:1px solid var(--line);border-radius:4px;background:#11211c;color:#c9d2cb;font-size:9px}
.guided-match-sort{display:flex;justify-content:flex-end;margin:0 0 10px}
.guided-match-sort label{display:flex;align-items:center;gap:10px;color:#a5b0a8;font-size:8px;font-weight:700;text-transform:uppercase}
.guided-match-sort select{min-height:34px;padding:0 28px 0 9px;border:1px solid var(--line);border-radius:4px;background:var(--palette-control,#11211c);color:var(--parchment,#c9d2cb);font-size:9px}
.telos-variant-guided-store .telos-product-grid{width:100%;gap:10px}
.telos-variant-guided-store .telos-product-card{border-radius:4px;background:#0e1c18}
.telos-variant-guided-store .telos-product-media{aspect-ratio:1.15/1;background:#12231e}
.telos-variant-guided-store .telos-product-media>.telos-research-chip{min-height:20px;padding:3px 6px;border-radius:4px;font-family:"Bodoni Moda",Georgia,serif;font-size:7px;text-transform:uppercase}
.telos-variant-guided-store .telos-product-meta{padding:9px}
.telos-variant-guided-store .telos-product-meta>small{font-family:"Bodoni Moda",Georgia,serif;font-size:7px}
.telos-variant-guided-store .telos-product-meta>b{font-size:8px}
.telos-variant-guided-store .telos-product-meta h3{font-size:18px}
.telos-variant-guided-store .telos-product-meta>p{min-height:42px;font-size:9px;line-height:1.45}
.telos-variant-guided-store .telos-product-buy{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;padding-top:8px}
.telos-variant-guided-store .telos-product-buy small{font-size:7px}
.telos-variant-guided-store .telos-product-buy strong{font-size:17px}
.telos-variant-guided-store .telos-card-quantity{height:32px;grid-template-columns:27px 30px 27px}
.telos-variant-guided-store .telos-card-quantity button,.telos-variant-guided-store .telos-card-quantity input{width:auto;height:30px}
.telos-variant-guided-store .telos-product-buy .button{grid-column:auto;width:auto;min-height:32px;padding:0 12px;font-size:9px}

.guided-compare{margin-top:2px;padding:11px;border:1px solid var(--line);border-radius:5px;background:#0e1d19}
.guided-panel-head{margin-bottom:8px}
.guided-panel-head h2{font-size:20px}
.guided-panel-head h2 span{width:18px;height:18px;display:inline-grid;place-items:center;margin-left:4px;border:1px solid var(--lime);border-radius:50%;color:var(--lime);font-family:Manrope,system-ui,sans-serif;font-size:7px}
.guided-panel-head button{border:0;background:transparent;color:#9ba69e;font-size:7px;text-transform:uppercase;cursor:pointer}
.guided-table-wrap{overflow-x:auto}
.guided-compare table{width:100%;min-width:860px;border-collapse:collapse;color:#aeb8b0;font-size:8px}
.guided-compare th{padding:7px;border-bottom:1px solid var(--line);color:#8d9991;text-align:left;text-transform:uppercase}
.guided-compare td{padding:7px;border-bottom:1px solid var(--line)}
.guided-compare td:first-child{display:flex;align-items:center;gap:8px;color:#edf0e9}
.guided-compare td img{width:22px;height:30px;object-fit:cover;border-radius:2px}
.guided-check{color:var(--lime)!important;font-size:18px}
.guided-inline-cart{display:flex;align-items:center}
.guided-inline-cart button,.guided-inline-cart input{width:25px;height:26px;padding:0;border:1px solid var(--line);background:#0b1815;color:#e9eee8;text-align:center}
.guided-inline-cart input{appearance:textfield;font-size:8px}
.guided-inline-cart a{min-width:34px;height:26px;display:grid;place-items:center;margin-left:5px;border-radius:3px;background:var(--lime);color:#102019;font-size:0}
.guided-inline-cart a:before{content:"+";font-size:13px}
.guided-table-link{display:flex;justify-content:flex-end;gap:10px;margin-top:8px;color:#c8d0c9;font-family:"Bodoni Moda",Georgia,serif;font-size:8px;text-transform:uppercase}

.guided-cart-area{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 0 22px}
.guided-cart-panel,.guided-stacks{padding:18px;border:1px solid var(--line);border-radius:5px;background:#0e1d19}
.guided-cart-lines>div{display:grid;grid-template-columns:28px minmax(0,1fr) 70px 102px;gap:9px;align-items:center;min-height:39px;border-bottom:1px solid var(--line)}
.guided-cart-lines img{width:24px;height:32px;object-fit:cover;border-radius:2px}
.guided-cart-lines p{display:flex;gap:8px;align-items:baseline;font-size:9px}
.guided-cart-lines small{color:#8b9890;font-size:7px}
.guided-cart-lines b{font-family:"Bodoni Moda",Georgia,serif;font-size:10px;text-align:right}
.guided-inline-cart.compact a{display:none}
.guided-subtotal{display:flex;justify-content:space-between;padding:13px 0;color:#9aa69e;font-size:8px}
.guided-subtotal strong{color:#eef0e9;font-family:"Bodoni Moda",Georgia,serif;font-size:14px}
.guided-cart-panel>.guided-primary{width:100%}
.guided-delivery{margin-top:8px;font-size:7px;text-align:center}
.guided-stack-intro{max-width:440px;margin:2px 0 10px;color:#87968d;font-size:9px;line-height:1.5}
.guided-stack-row{min-height:71px;display:grid;grid-template-columns:48px minmax(0,1fr) 74px 72px;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line)}
.guided-stack-row img{width:44px;height:56px;border-radius:3px;object-fit:cover}
.guided-stack-row>div{min-width:0}
.guided-stack-row span{display:block;margin-bottom:2px;color:var(--lime);font-size:7px;font-weight:800;text-transform:uppercase}
.guided-stack-row strong{display:block;font-family:"Bodoni Moda",Georgia,serif;font-size:13px;font-weight:500}
.guided-stack-row small{display:block;margin-top:3px;color:#89968e;font-size:8px;line-height:1.35}
.guided-stack-row b{font-family:"Bodoni Moda",Georgia,serif;font-size:11px;text-align:right;white-space:nowrap}
.guided-stack-row .woocommerce-Price-currencySymbol{display:inline}
.guided-stack-row>a{min-height:30px;display:grid;place-items:center;border-radius:3px;background:var(--lime);color:#102019;font-size:8px;font-weight:800;text-transform:uppercase}
.guided-stack-footer{padding-top:12px}
.guided-stack-footer p{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-bottom:10px}
.guided-stack-footer p strong{font-family:"Bodoni Moda",Georgia,serif;font-size:11px;font-weight:500}
.guided-stack-footer p span{max-width:240px;color:#7f8d84;font-size:7px;text-align:right}
.guided-stack-footer button{width:100%;min-height:38px;display:flex;justify-content:center;gap:12px;align-items:center;border:0;border-radius:3px;background:var(--lime);color:#102019;font-family:"Bodoni Moda",Georgia,serif;font-size:10px;font-weight:600;text-transform:uppercase;cursor:pointer}
.guided-stack-footer button span{font-family:Manrope,sans-serif;font-size:9px}
.guided-stack-footer button:disabled{cursor:wait;opacity:.7}
.guided-stack-footer button.has-error{background:#dce5db}

.guided-testing{min-height:140px;display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:40px;align-items:center;padding:25px max(calc((100% - 1180px)/2),24px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background-color:#142620;background-image:image-set(url("assets/guided-lab-hero.webp") type("image/webp"),url("assets/guided-lab-hero.png") type("image/png"));background-position:right center;background-repeat:no-repeat;background-size:48% auto}
.guided-testing>div{max-width:440px}
.guided-testing h2{font-size:24px}
.guided-testing p{margin-top:7px;font-family:"Bodoni Moda",Georgia,serif;font-size:9px;line-height:1.5}
.guided-testing a{display:inline-flex;gap:10px;margin-top:10px;padding:7px 10px;border:1px solid var(--lime);border-radius:3px;color:#dce5db;font-family:"Bodoni Moda",Georgia,serif;font-size:7px;text-transform:uppercase}
.guided-testing ul{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none}
.guided-testing li{display:flex;min-height:70px;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid var(--line);text-align:center}
.guided-testing li>span{color:#d7ded7;font-size:24px}
.guided-testing li strong{margin-top:4px;font-family:"Bodoni Moda",Georgia,serif;font-size:10px}
.guided-testing li small{margin-top:2px;color:#8f9b93;font-size:6px}
.guided-faq{display:grid;grid-template-columns:280px 1fr;gap:50px;padding:22px 0 30px}
.guided-faq>div{border-top:1px solid var(--line)}
.guided-faq details{border-bottom:1px solid var(--line)}
.guided-faq summary{padding:10px 2px;color:#cad3cb;font-family:"Bodoni Moda",Georgia,serif;font-size:9px;cursor:pointer}
.guided-faq details p{padding:0 2px 10px;font-size:8px}
.telos-variant-guided-store .site-footer{width:100%;margin:0;padding:0}
.telos-variant-guided-store .footer-brand img{width:145px}
.telos-variant-guided-store .footer-brand p,.telos-variant-guided-store .footer-column a{font-size:10px}

@media(max-width:1000px){
	.guided-hero-inner{grid-template-columns:1fr;gap:30px}
	.guided-intro{max-width:600px}
	.guided-commerce-hero{padding-top:106px;background-size:auto 55%;background-position:left top}
	.guided-cart-area{grid-template-columns:1fr}
	.guided-protocol-track{grid-template-columns:1fr}
	.guided-protocol-track-head{max-width:260px}
	.guided-testing{grid-template-columns:1fr;background-size:auto 100%}
	.guided-testing ul{max-width:650px}
}

@media(max-width:700px){
	.telos-variant-guided-store:not(.has-system-banner) .site-header{top:0}
	.telos-variant-guided-store.has-system-banner .site-header{top:var(--telos-banner-height)}
	.telos-variant-guided-store.admin-bar:not(.has-system-banner) .site-header{top:46px}
	.telos-variant-guided-store.admin-bar.has-system-banner .site-header{top:calc(var(--telos-banner-height) + 46px)}
	.telos-variant-guided-store .header-inner{width:calc(100% - 24px)}
	.guided-commerce-hero{min-height:0;padding:52px 14px 14px;background-size:auto 36%;background-position:left top}
	.telos-variant-guided-store.has-system-banner .guided-commerce-hero{padding-top:calc(52px + var(--telos-banner-height))}
	.guided-commerce-hero:before{background:rgba(8,22,18,.84)}
	.guided-hero-inner{gap:16px}
	.guided-intro h1{margin-top:5px;font-size:36px;line-height:1}
	.guided-intro>p:not(.guided-overline){margin-top:10px;font-size:10px;line-height:1.45}
	.guided-intro ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:14px;font-size:8px;line-height:1.35}
	.guided-intro li{align-items:flex-start;gap:5px}
	.guided-intro li span{width:16px;height:16px;flex:0 0 16px;font-size:8px}
	.guided-finder{gap:5px}
	.guided-choice-heading{margin-bottom:0;font-size:13px}
	.guided-progress{margin-bottom:4px}
	.guided-step{grid-template-columns:36px minmax(0,1fr);padding:9px}
	.guided-step select{grid-column:2}
	.guided-protocol-inner{width:calc(100% - 28px);padding:20px 0 24px}
	.guided-protocol-head h2{font-size:26px}
	.guided-protocol-summary{grid-template-columns:1fr;gap:4px}
	.guided-protocol-options{grid-template-columns:1fr}
	.guided-protocol-products>div{grid-template-columns:32px minmax(0,1fr) 58px}
	.guided-protocol-quantity{grid-column:2/-1;justify-self:end;margin-bottom:7px}
	.guided-protocol-card>footer{align-items:stretch;flex-direction:column}
	.guided-protocol-card>footer button{width:100%;min-height:36px}
	.guided-catalog,.guided-compare,.guided-cart-area,.guided-faq{width:calc(100% - 28px)}
	.guided-section-head{align-items:flex-start;flex-direction:column}
	.guided-section-head>label,.guided-section-head select{width:100%}
	.guided-match-sort{margin-bottom:8px}
	.guided-match-sort label{gap:8px}
	.telos-variant-guided-store .telos-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
	.telos-variant-guided-store .telos-product-media{aspect-ratio:1/1}
	.telos-variant-guided-store .telos-product-meta{padding:8px}
	.telos-variant-guided-store .telos-product-meta h3{font-size:16px}
	.telos-variant-guided-store .telos-product-meta>p{min-height:38px;font-size:8px}
	.telos-variant-guided-store .telos-product-buy{grid-template-columns:1fr;align-items:stretch}
	.telos-variant-guided-store .telos-card-quantity{height:40px;grid-template-columns:repeat(3,1fr)}
	.telos-variant-guided-store .telos-card-quantity button,.telos-variant-guided-store .telos-card-quantity input{height:38px}
	.telos-variant-guided-store .telos-product-buy .button{grid-column:1/-1;width:100%;min-height:40px;padding:0 6px;font-size:8px}
	.guided-cart-panel,.guided-stacks{padding:12px}
	.guided-cart-lines>div{grid-template-columns:26px minmax(0,1fr) 62px}
	.guided-cart-lines .guided-inline-cart{grid-column:2/-1;justify-self:end;margin-bottom:7px}
	.guided-stack-row{grid-template-columns:44px minmax(0,1fr) 68px}
	.guided-stack-row img{width:40px;height:52px}
	.guided-stack-row b{grid-column:3;grid-row:1;text-align:right}
	.guided-stack-row>a{grid-column:3;grid-row:2}
	.guided-stack-footer p{align-items:flex-start;flex-direction:column}
	.guided-stack-footer p span{max-width:none;text-align:left}
	.guided-testing{padding:24px 14px}
	.guided-testing ul{grid-template-columns:1fr 1fr}
	.guided-testing li{border-top:1px solid var(--line)}
	.guided-faq{grid-template-columns:1fr;gap:14px}
}

/* Mobile-first interaction and density refinements. */
@media(max-width:700px){
	.site-header{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
	.site-search{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right))}
	.telos-variant-guided-store .icon-button{width:44px;height:44px}
	.telos-variant-guided-store .site-brand{min-height:44px;align-items:center}
	.telos-variant-guided-store .guided-commerce-hero{background-image:none!important}
	.telos-variant-guided-store .guided-intro{display:none}
	.telos-variant-guided-store .guided-hero-inner{display:block}
	.telos-variant-guided-store .guided-mobile-title{display:block;margin:0 0 8px;color:var(--parchment);font-size:22px;line-height:1.05;text-align:center}
	.store-hero{padding:94px 16px 18px}
	.store-hero h1{max-width:300px;font-size:34px}
	.store-control-bar{grid-template-columns:minmax(0,1fr) 132px;gap:7px;padding:8px 12px 10px}
	.store-category-filter{grid-column:1/-1}
	.store-category-filter[open] .store-category-bar{display:flex;overflow-x:auto;gap:6px;padding:8px 0 2px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}
	.store-category-bar::-webkit-scrollbar{display:none}
	.store-category-bar a{flex:0 0 auto;min-height:44px;padding:0 11px;scroll-snap-align:start}
	.store-search-inline{grid-column:1;min-width:0}
	.store-search-inline>div{display:grid;grid-template-columns:minmax(0,1fr) 48px}
	.store-search-inline input{min-width:0;font-size:16px}
	.store-search-inline button{width:48px;min-width:48px;font-size:0}
	.store-search-inline button:after{content:"Go";font-size:10px}
	.store-control-sort{grid-column:2;min-width:0}
	.store-control-sort select{min-width:0;padding:0 26px 0 9px;font-size:12px;text-overflow:ellipsis}
	.store-shell{padding:20px 12px 50px}
	.store-toolbar{margin-bottom:8px}
	.telos-variant-guided-store .guided-commerce-hero{padding:50px 14px 16px;background-size:auto 34%}
	.telos-variant-guided-store.has-system-banner .guided-commerce-hero{padding-top:calc(50px + var(--telos-banner-height))}
	.guided-hero-inner{gap:14px}
	.guided-intro h1{font-size:34px}
	.guided-intro>p:not(.guided-overline){max-width:330px;font-size:11px}
	.guided-intro ul{gap:5px;margin-top:12px;font-size:8px}
	.guided-step{grid-template-columns:34px minmax(0,1fr);gap:8px;padding:8px 9px}
	.guided-step select{grid-column:1/-1;min-height:44px;padding:0 12px;border:1px solid var(--line-strong);border-radius:3px;font-size:16px}
	.guided-step-select-only{display:block;padding:0}
	.guided-step-select-only select{min-height:46px;padding:0 13px;font-size:16px}
	.guided-primary{min-height:46px}
	.guided-protocol-trigger{min-height:46px}
	.guided-section-head select{min-height:44px;font-size:16px}
	.guided-match-sort select{min-height:44px;font-size:13px}
	.guided-inline-cart{grid-template-columns:repeat(3,44px)}
	.guided-inline-cart button,.guided-inline-cart input{width:44px;height:44px;font-size:16px}
	.guided-stack-row>a{min-height:44px;font-size:9px}
	.guided-stack-footer button,.guided-protocol-card>footer button{min-height:44px}
	.telos-product-media>.telos-research-chip{min-height:24px;font-size:8px}
	.telos-product-meta>small,.telos-product-meta>b,.telos-product-buy small{font-size:8px}
	.telos-product-meta>p,.telos-variant-guided-store .telos-product-meta>p{min-height:42px;font-size:10px;line-height:1.4}
	.telos-variant-guided-store .telos-product-buy{gap:7px}
	.telos-variant-guided-store .telos-card-quantity{height:46px}
	.telos-variant-guided-store .telos-card-quantity button,.telos-variant-guided-store .telos-card-quantity input{height:44px;font-size:16px}
	.telos-variant-guided-store .telos-product-buy .button{min-height:44px;font-size:10px}
	.telos-variant-guided-store .telos-card-status{min-height:14px;font-size:8px}
	.product-breadcrumb{padding:112px 16px 0}
	.single-product-shell{padding-top:14px}
	.single-product-summary{padding-top:6px}
	.single-product-summary h1{font-size:42px}
	.single-price{margin-top:12px;font-size:34px}
	.single-description{margin-top:12px;font-size:14px;line-height:1.55}
	.product-trust-badges{grid-template-columns:1fr;gap:6px;margin:14px 0}
	.product-trust-badges li{min-height:44px;grid-template-columns:20px minmax(0,1fr);padding:6px 8px}
	.single-cart-form .quantity{grid-template-columns:44px minmax(0,1fr) 44px}
	.single-cart-form .quantity input,.single-cart-form .telos-single-step,.single-cart-form .single_add_to_cart_button{min-height:48px!important}
	.single-cart-form .quantity input{font-size:16px}
	.calculator-tool input,.woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce-cart .woocommerce-cart-form .coupon .input-text{font-size:16px}
	.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px}
	.footer-brand{grid-column:1/-1}
	.footer-column a{min-height:40px}
}

@media(min-width:701px) and (max-width:1000px){
	.telos-variant-guided-store .icon-button{width:42px;height:42px}
	.telos-variant-guided-store .telos-card-quantity{height:42px}
	.telos-variant-guided-store .telos-card-quantity button,.telos-variant-guided-store .telos-card-quantity input{height:40px;font-size:14px}
	.telos-variant-guided-store .telos-product-buy .button{min-height:42px}
}

/* Local, visual-only palette studies. Layout and content remain unchanged. */
.telos-palette-verdant{
	--page-bg:#17352f;
	--surface:#23483f;
	--surface-2:#102a25;
	--header-bg:rgba(17,45,39,.95);
	--petrol:#2d605c;
	--aubergine:#403845;
	--plum:#574651;
	--oxblood:#643b45;
	--bronze:#a8734d;
	--parchment:#f5f1e7;
	--muted:#c0cbc1;
	--line:rgba(239,238,220,.14);
	--line-strong:rgba(239,238,220,.28);
	--palette-page-a:#173b33;
	--palette-page-b:#102923;
	--palette-panel-a:#295046;
	--palette-panel-b:#193830;
	--palette-control:#112e28;
	--palette-media:#17372f;
	--palette-footer:#263534;
	--palette-warm:#80513e;
}
.telos-palette-aubergine{
	--page-bg:#342d39;
	--surface:#493a48;
	--surface-2:#272831;
	--header-bg:rgba(46,38,48,.95);
	--petrol:#315b58;
	--aubergine:#513d53;
	--plum:#684c63;
	--oxblood:#71424e;
	--bronze:#b07b55;
	--parchment:#f7f0e7;
	--muted:#d0c6c9;
	--line:rgba(244,232,220,.14);
	--line-strong:rgba(244,232,220,.28);
	--palette-page-a:#3d303e;
	--palette-page-b:#252b31;
	--palette-panel-a:#513f4c;
	--palette-panel-b:#33303a;
	--palette-control:#21312f;
	--palette-media:#302b34;
	--palette-footer:#263334;
	--palette-warm:#70433e;
}
.telos-palette-petrol{
	--page-bg:#163a3c;
	--surface:#245158;
	--surface-2:#102f33;
	--header-bg:rgba(17,55,58,.95);
	--petrol:#2f6668;
	--aubergine:#463b4e;
	--plum:#5d485a;
	--oxblood:#6d4148;
	--bronze:#b27b50;
	--parchment:#f2f1e8;
	--muted:#c3d1cc;
	--line:rgba(229,239,226,.14);
	--line-strong:rgba(229,239,226,.28);
	--palette-page-a:#17464a;
	--palette-page-b:#123036;
	--palette-panel-a:#2a5b60;
	--palette-panel-b:#193e42;
	--palette-control:#102f32;
	--palette-media:#173b3e;
	--palette-footer:#29353a;
	--palette-warm:#76513e;
}
.telos-palette-verdant,
.telos-palette-aubergine,
.telos-palette-petrol{
	background:linear-gradient(135deg,var(--palette-page-a),var(--palette-page-b));
}
.telos-palette-verdant .site-main,
.telos-palette-aubergine .site-main,
.telos-palette-petrol .site-main{
	background:
		linear-gradient(180deg,var(--palette-page-a) 0%,var(--palette-page-b) 48%,color-mix(in srgb,var(--palette-page-b) 82%,var(--palette-warm)) 100%);
}
.telos-palette-verdant .site-header,
.telos-palette-aubergine .site-header,
.telos-palette-petrol .site-header{
	background:linear-gradient(90deg,var(--header-bg),color-mix(in srgb,var(--header-bg) 82%,var(--palette-warm)));
	border-color:var(--line);
}
.telos-palette-verdant .guided-commerce-hero,
.telos-palette-aubergine .guided-commerce-hero,
.telos-palette-petrol .guided-commerce-hero{
	background-color:var(--surface-2);
}
.telos-palette-verdant .guided-commerce-hero:before,
.telos-palette-aubergine .guided-commerce-hero:before,
.telos-palette-petrol .guided-commerce-hero:before{
	background:
		linear-gradient(90deg,color-mix(in srgb,var(--palette-page-b) 92%,transparent),color-mix(in srgb,var(--palette-panel-b) 76%,transparent)),
		linear-gradient(180deg,transparent 58%,color-mix(in srgb,var(--palette-warm) 22%,transparent));
}
.telos-palette-verdant .guided-step,
.telos-palette-verdant .guided-protocol-card,
.telos-palette-verdant .guided-compare,
.telos-palette-verdant .guided-cart-panel,
.telos-palette-verdant .guided-stacks,
.telos-palette-aubergine .guided-step,
.telos-palette-aubergine .guided-protocol-card,
.telos-palette-aubergine .guided-compare,
.telos-palette-aubergine .guided-cart-panel,
.telos-palette-aubergine .guided-stacks,
.telos-palette-petrol .guided-step,
.telos-palette-petrol .guided-protocol-card,
.telos-palette-petrol .guided-compare,
.telos-palette-petrol .guided-cart-panel,
.telos-palette-petrol .guided-stacks{
	background:linear-gradient(145deg,var(--palette-panel-a),var(--palette-panel-b));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.telos-palette-verdant .guided-step select,
.telos-palette-verdant .guided-section-head select,
.telos-palette-verdant .guided-protocol-window input,
.telos-palette-verdant .guided-protocol-quantity button,
.telos-palette-verdant .guided-protocol-quantity input,
.telos-palette-verdant .guided-inline-cart button,
.telos-palette-verdant .guided-inline-cart input,
.telos-palette-aubergine .guided-step select,
.telos-palette-aubergine .guided-section-head select,
.telos-palette-aubergine .guided-protocol-window input,
.telos-palette-aubergine .guided-protocol-quantity button,
.telos-palette-aubergine .guided-protocol-quantity input,
.telos-palette-aubergine .guided-inline-cart button,
.telos-palette-aubergine .guided-inline-cart input,
.telos-palette-petrol .guided-step select,
.telos-palette-petrol .guided-section-head select,
.telos-palette-petrol .guided-protocol-window input,
.telos-palette-petrol .guided-protocol-quantity button,
.telos-palette-petrol .guided-protocol-quantity input,
.telos-palette-petrol .guided-inline-cart button,
.telos-palette-petrol .guided-inline-cart input{
	background:var(--palette-control);
	color:var(--parchment);
}
.telos-palette-verdant .guided-protocol,
.telos-palette-aubergine .guided-protocol,
.telos-palette-petrol .guided-protocol{
	background:linear-gradient(135deg,var(--palette-page-b),color-mix(in srgb,var(--palette-page-b) 76%,var(--palette-warm)));
}
.telos-palette-verdant .telos-product-card,
.telos-palette-aubergine .telos-product-card,
.telos-palette-petrol .telos-product-card{
	background:linear-gradient(160deg,var(--surface-2),color-mix(in srgb,var(--surface-2) 78%,var(--palette-warm)));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.telos-palette-verdant .telos-product-media,
.telos-palette-aubergine .telos-product-media,
.telos-palette-petrol .telos-product-media{
	background:var(--palette-media);
}
.telos-palette-verdant .guided-testing,
.telos-palette-aubergine .guided-testing,
.telos-palette-petrol .guided-testing{
	background-color:var(--palette-panel-b);
}
.telos-palette-verdant .site-footer,
.telos-palette-aubergine .site-footer,
.telos-palette-petrol .site-footer{
	background:linear-gradient(90deg,var(--palette-footer),color-mix(in srgb,var(--palette-footer) 72%,var(--palette-warm)));
}

/* Local palette studies, round two. Color only; layout and component anatomy stay locked. */
.telos-palette-cypress{
	--page-bg:#1a302a;
	--surface:#2a463d;
	--surface-2:#142821;
	--header-bg:rgba(23,43,37,.95);
	--petrol:#35605a;
	--aubergine:#403b47;
	--plum:#584a56;
	--oxblood:#68434b;
	--bronze:#bd9560;
	--parchment:#f6f1e5;
	--muted:#c4cec6;
	--lime:#c4f24a;
	--line:rgba(246,241,229,.15);
	--line-strong:rgba(246,241,229,.3);
	--shadow:0 24px 70px rgba(8,31,25,.34);
	--palette-page-a:#26443a;
	--palette-page-b:#172d27;
	--palette-panel-a:#38584d;
	--palette-panel-b:#213c33;
	--palette-control:#193229;
	--palette-media:#1d372f;
	--palette-footer:#2d3b37;
	--palette-warm:#987149;
	--telos-order-bg:#172d27;
	--telos-order-surface:#2a463d;
	--telos-order-surface-raised:#38584d;
	--telos-order-border:#61776f;
	--telos-order-text:#f6f1e5;
	--telos-order-muted:#c4cec6;
	--telos-order-accent:#c4f24a;
	--telos-order-accent-hover:#d5ff69;
	--telos-order-shadow:0 18px 50px rgba(8,31,25,.28);
}
.telos-palette-garnet{
	--page-bg:#3a2c32;
	--surface:#523e46;
	--surface-2:#27352f;
	--header-bg:rgba(53,39,46,.95);
	--petrol:#3c6157;
	--aubergine:#5d414d;
	--plum:#775263;
	--oxblood:#87505c;
	--bronze:#c39a6b;
	--parchment:#f7efe7;
	--muted:#d7cbc9;
	--lime:#b9ef47;
	--line:rgba(247,239,231,.15);
	--line-strong:rgba(247,239,231,.3);
	--shadow:0 24px 70px rgba(49,24,34,.34);
	--palette-page-a:#513640;
	--palette-page-b:#2b3934;
	--palette-panel-a:#654852;
	--palette-panel-b:#3d373c;
	--palette-control:#293b34;
	--palette-media:#3a3136;
	--palette-footer:#313e39;
	--palette-warm:#a66c5c;
	--telos-order-bg:#2b3934;
	--telos-order-surface:#523e46;
	--telos-order-surface-raised:#654852;
	--telos-order-border:#806b72;
	--telos-order-text:#f7efe7;
	--telos-order-muted:#d7cbc9;
	--telos-order-accent:#b9ef47;
	--telos-order-accent-hover:#d0ff67;
	--telos-order-shadow:0 18px 50px rgba(49,24,34,.28);
}
.telos-palette-midnight-jade{
	--page-bg:#20313b;
	--surface:#304650;
	--surface-2:#182b32;
	--header-bg:rgba(29,44,53,.95);
	--petrol:#35615f;
	--aubergine:#494453;
	--plum:#5f5363;
	--oxblood:#714c55;
	--bronze:#b59064;
	--parchment:#f4f1e8;
	--muted:#c8d0d2;
	--lime:#b2ef45;
	--line:rgba(244,241,232,.15);
	--line-strong:rgba(244,241,232,.3);
	--shadow:0 24px 70px rgba(11,28,35,.36);
	--palette-page-a:#2b414c;
	--palette-page-b:#1a3037;
	--palette-panel-a:#3c535d;
	--palette-panel-b:#263b44;
	--palette-control:#1d343c;
	--palette-media:#213741;
	--palette-footer:#2e3d43;
	--palette-warm:#82634f;
	--telos-order-bg:#1a3037;
	--telos-order-surface:#304650;
	--telos-order-surface-raised:#3c535d;
	--telos-order-border:#61747c;
	--telos-order-text:#f4f1e8;
	--telos-order-muted:#c8d0d2;
	--telos-order-accent:#b2ef45;
	--telos-order-accent-hover:#caff64;
	--telos-order-shadow:0 18px 50px rgba(11,28,35,.3);
}
.telos-palette-cypress,
.telos-palette-garnet,
.telos-palette-midnight-jade{
	background:linear-gradient(135deg,var(--palette-page-a),var(--palette-page-b));
}
.telos-palette-cypress .site-main,
.telos-palette-garnet .site-main,
.telos-palette-midnight-jade .site-main{
	background:linear-gradient(180deg,var(--palette-page-a) 0%,var(--palette-page-b) 48%,color-mix(in srgb,var(--palette-page-b) 82%,var(--palette-warm)) 100%);
}
.telos-palette-cypress .site-header,
.telos-palette-garnet .site-header,
.telos-palette-midnight-jade .site-header{
	background:linear-gradient(90deg,var(--header-bg),color-mix(in srgb,var(--header-bg) 82%,var(--palette-warm)));
	border-color:var(--line);
}
.telos-palette-cypress .telos-age-gate,
.telos-palette-garnet .telos-age-gate,
.telos-palette-midnight-jade .telos-age-gate{
	background-color:var(--palette-page-b);
	background-image:linear-gradient(90deg,color-mix(in srgb,var(--palette-page-b) 98%,transparent) 0%,color-mix(in srgb,var(--palette-panel-b) 94%,transparent) 52%,color-mix(in srgb,var(--palette-panel-b) 78%,transparent) 100%),image-set(url("assets/guided-lab-hero.webp") type("image/webp"),url("assets/guided-lab-hero.png") type("image/png"));
}
.telos-palette-cypress .guided-commerce-hero,
.telos-palette-garnet .guided-commerce-hero,
.telos-palette-midnight-jade .guided-commerce-hero{
	background-color:var(--surface-2);
}
.telos-palette-cypress .guided-commerce-hero:before,
.telos-palette-garnet .guided-commerce-hero:before,
.telos-palette-midnight-jade .guided-commerce-hero:before{
	background:linear-gradient(90deg,color-mix(in srgb,var(--palette-page-b) 92%,transparent),color-mix(in srgb,var(--palette-panel-b) 76%,transparent)),linear-gradient(180deg,transparent 58%,color-mix(in srgb,var(--palette-warm) 22%,transparent));
}
.telos-palette-cypress :is(.guided-step,.guided-protocol-card,.guided-compare,.guided-cart-panel,.guided-stacks),
.telos-palette-garnet :is(.guided-step,.guided-protocol-card,.guided-compare,.guided-cart-panel,.guided-stacks),
.telos-palette-midnight-jade :is(.guided-step,.guided-protocol-card,.guided-compare,.guided-cart-panel,.guided-stacks){
	background:linear-gradient(145deg,var(--palette-panel-a),var(--palette-panel-b));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.telos-palette-cypress :is(.guided-step select,.guided-section-head select,.guided-protocol-window input,.guided-protocol-quantity button,.guided-protocol-quantity input,.guided-inline-cart button,.guided-inline-cart input),
.telos-palette-garnet :is(.guided-step select,.guided-section-head select,.guided-protocol-window input,.guided-protocol-quantity button,.guided-protocol-quantity input,.guided-inline-cart button,.guided-inline-cart input),
.telos-palette-midnight-jade :is(.guided-step select,.guided-section-head select,.guided-protocol-window input,.guided-protocol-quantity button,.guided-protocol-quantity input,.guided-inline-cart button,.guided-inline-cart input){
	background:var(--palette-control);
	color:var(--parchment);
}
.telos-palette-cypress .guided-protocol,
.telos-palette-garnet .guided-protocol,
.telos-palette-midnight-jade .guided-protocol{
	background:linear-gradient(135deg,var(--palette-page-b),color-mix(in srgb,var(--palette-page-b) 76%,var(--palette-warm)));
}
.telos-palette-cypress .telos-product-card,
.telos-palette-garnet .telos-product-card,
.telos-palette-midnight-jade .telos-product-card{
	background:linear-gradient(160deg,var(--surface-2),color-mix(in srgb,var(--surface-2) 78%,var(--palette-warm)));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.telos-palette-cypress .telos-product-card:hover,
.telos-palette-garnet .telos-product-card:hover,
.telos-palette-midnight-jade .telos-product-card:hover{
	transform:translateY(-4px);
	border-color:var(--product-accent);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 0 0 1px color-mix(in srgb,var(--product-accent) 32%,transparent),0 0 22px 2px color-mix(in srgb,var(--product-accent) 22%,transparent),0 10px 36px color-mix(in srgb,var(--product-accent) 13%,transparent);
}
.telos-palette-cypress .telos-product-media,
.telos-palette-garnet .telos-product-media,
.telos-palette-midnight-jade .telos-product-media{
	background:var(--palette-media);
}
.telos-palette-cypress .guided-testing,
.telos-palette-garnet .guided-testing,
.telos-palette-midnight-jade .guided-testing{
	background-color:var(--palette-panel-b);
}
.telos-palette-cypress .site-footer,
.telos-palette-garnet .site-footer{
	background:linear-gradient(90deg,var(--palette-footer),color-mix(in srgb,var(--palette-footer) 72%,var(--palette-warm)));
}
.telos-palette-midnight-jade .site-footer{
	background:linear-gradient(135deg,#223840 0%,#1b3036 68%,#20373a 100%);
}

/* Color-psychology palette studies. These override color tokens only. */
.telos-palette-imperial-navy{
	--page-bg:#263449;
	--surface:#3a4a60;
	--surface-2:#1c2b3d;
	--header-bg:rgba(32,45,62,.95);
	--petrol:#38605f;
	--aubergine:#4c4659;
	--plum:#62586b;
	--oxblood:#724d58;
	--bronze:#c09a62;
	--parchment:#f5f1e7;
	--muted:#cbd2da;
	--lime:#bdf04a;
	--line:rgba(245,241,231,.15);
	--line-strong:rgba(245,241,231,.3);
	--shadow:0 24px 70px rgba(18,31,49,.34);
	--palette-page-a:#31445c;
	--palette-page-b:#213247;
	--palette-panel-a:#45566c;
	--palette-panel-b:#2d3e53;
	--palette-control:#20344a;
	--palette-media:#27394e;
	--palette-footer:#323f50;
	--palette-warm:#96764f;
}
.telos-palette-olive-atelier{
	--page-bg:#343b29;
	--surface:#4a543d;
	--surface-2:#283126;
	--header-bg:rgba(45,52,36,.95);
	--petrol:#426057;
	--aubergine:#4c444f;
	--plum:#635461;
	--oxblood:#704c50;
	--bronze:#b99a63;
	--parchment:#f5f1df;
	--muted:#ced3c4;
	--lime:#c8ef55;
	--line:rgba(245,241,223,.15);
	--line-strong:rgba(245,241,223,.3);
	--shadow:0 24px 70px rgba(30,38,22,.34);
	--palette-page-a:#465039;
	--palette-page-b:#30382a;
	--palette-panel-a:#586348;
	--palette-panel-b:#3d4835;
	--palette-control:#2d392b;
	--palette-media:#34402f;
	--palette-footer:#3c4437;
	--palette-warm:#8d744b;
}
.telos-palette-mulberry-sage{
	--page-bg:#443443;
	--surface:#5a4959;
	--surface-2:#2c3936;
	--header-bg:rgba(59,44,58,.95);
	--petrol:#41615a;
	--aubergine:#624a62;
	--plum:#765a73;
	--oxblood:#80505f;
	--bronze:#bd916d;
	--parchment:#f7eee8;
	--muted:#d6cbcf;
	--lime:#bdef51;
	--line:rgba(247,238,232,.15);
	--line-strong:rgba(247,238,232,.3);
	--shadow:0 24px 70px rgba(47,27,45,.34);
	--palette-page-a:#5a4055;
	--palette-page-b:#303e3a;
	--palette-panel-a:#685264;
	--palette-panel-b:#443f47;
	--palette-control:#2d4039;
	--palette-media:#40363f;
	--palette-footer:#38443f;
	--palette-warm:#9b685f;
}
.telos-palette-oxblood-mineral{
	--page-bg:#493238;
	--surface:#60464b;
	--surface-2:#293c3a;
	--header-bg:rgba(63,40,46,.95);
	--petrol:#416762;
	--aubergine:#5c4753;
	--plum:#735764;
	--oxblood:#8b4e5b;
	--bronze:#c08c64;
	--parchment:#f7eee6;
	--muted:#d8cbca;
	--lime:#b8ef49;
	--line:rgba(247,238,230,.15);
	--line-strong:rgba(247,238,230,.3);
	--shadow:0 24px 70px rgba(50,25,31,.34);
	--palette-page-a:#623b45;
	--palette-page-b:#2b403e;
	--palette-panel-a:#714b53;
	--palette-panel-b:#414145;
	--palette-control:#29403a;
	--palette-media:#443439;
	--palette-footer:#37443f;
	--palette-warm:#a76554;
}
.telos-palette-pewter-rose{
	--page-bg:#373941;
	--surface:#4d4f58;
	--surface-2:#293633;
	--header-bg:rgba(48,49,57,.95);
	--petrol:#41605e;
	--aubergine:#514b58;
	--plum:#675966;
	--oxblood:#76505a;
	--bronze:#b78e6b;
	--parchment:#f5f0e9;
	--muted:#d0cdd1;
	--lime:#baf04d;
	--line:rgba(245,240,233,.15);
	--line-strong:rgba(245,240,233,.3);
	--shadow:0 24px 70px rgba(27,30,36,.34);
	--palette-page-a:#484b55;
	--palette-page-b:#2d3b38;
	--palette-panel-a:#595b65;
	--palette-panel-b:#3c4245;
	--palette-control:#2a3a36;
	--palette-media:#37393f;
	--palette-footer:#3a4240;
	--palette-warm:#8f666b;
}
.telos-palette-psychology{
	--telos-order-bg:var(--palette-page-b);
	--telos-order-surface:var(--surface);
	--telos-order-surface-raised:var(--palette-panel-a);
	--telos-order-border:var(--line-strong);
	--telos-order-text:var(--parchment);
	--telos-order-muted:var(--muted);
	--telos-order-accent:var(--lime);
	--telos-order-accent-hover:color-mix(in srgb,var(--lime) 82%,white);
	--telos-order-shadow:var(--shadow);
	background:linear-gradient(135deg,var(--palette-page-a),var(--palette-page-b));
}
.telos-palette-psychology .site-main{
	background:linear-gradient(180deg,var(--palette-page-a) 0%,var(--palette-page-b) 48%,color-mix(in srgb,var(--palette-page-b) 82%,var(--palette-warm)) 100%);
}
.telos-palette-psychology .site-header{
	background:linear-gradient(90deg,var(--header-bg),color-mix(in srgb,var(--header-bg) 82%,var(--palette-warm)));
	border-color:var(--line);
}
.telos-palette-psychology .telos-age-gate{
	background-color:var(--palette-page-b);
	background-image:linear-gradient(90deg,color-mix(in srgb,var(--palette-page-b) 98%,transparent) 0%,color-mix(in srgb,var(--palette-panel-b) 94%,transparent) 52%,color-mix(in srgb,var(--palette-panel-b) 78%,transparent) 100%),image-set(url("assets/guided-lab-hero.webp") type("image/webp"),url("assets/guided-lab-hero.png") type("image/png"));
}
.telos-palette-psychology .guided-commerce-hero{background-color:var(--surface-2)}
.telos-palette-psychology .guided-commerce-hero:before{
	background:linear-gradient(90deg,color-mix(in srgb,var(--palette-page-b) 92%,transparent),color-mix(in srgb,var(--palette-panel-b) 76%,transparent)),linear-gradient(180deg,transparent 58%,color-mix(in srgb,var(--palette-warm) 22%,transparent));
}
.telos-palette-psychology :is(.guided-step,.guided-protocol-card,.guided-compare,.guided-cart-panel,.guided-stacks){
	background:linear-gradient(145deg,var(--palette-panel-a),var(--palette-panel-b));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.telos-palette-psychology :is(.guided-step select,.guided-section-head select,.guided-protocol-window input,.guided-protocol-quantity button,.guided-protocol-quantity input,.guided-inline-cart button,.guided-inline-cart input){
	background:var(--palette-control);
	color:var(--parchment);
}
.telos-palette-psychology .guided-protocol{
	background:linear-gradient(135deg,var(--palette-page-b),color-mix(in srgb,var(--palette-page-b) 76%,var(--palette-warm)));
}
.telos-palette-psychology .telos-product-card{
	background:linear-gradient(160deg,var(--surface-2),color-mix(in srgb,var(--surface-2) 78%,var(--palette-warm)));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.telos-palette-psychology .telos-product-card:hover{
	transform:translateY(-4px);
	border-color:var(--product-accent);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 0 0 1px color-mix(in srgb,var(--product-accent) 32%,transparent),0 0 22px 2px color-mix(in srgb,var(--product-accent) 22%,transparent),0 10px 36px color-mix(in srgb,var(--product-accent) 13%,transparent);
}
.telos-palette-psychology .telos-product-media{background:var(--palette-media)}
.telos-palette-psychology .guided-testing{background-color:var(--palette-panel-b)}
.telos-palette-psychology .site-footer{
	background:linear-gradient(90deg,var(--palette-footer),color-mix(in srgb,var(--palette-footer) 72%,var(--palette-warm)));
}

@media(max-width:700px){
	.telos-offer-strip{grid-template-columns:1fr;gap:4px;padding:9px 10px}.telos-offer-strip a{margin-top:2px}.telos-product-testing{grid-template-columns:1fr;gap:12px;padding:14px}.telos-product-testing dl{grid-template-columns:1fr 1fr}
	.telos-research-updates{grid-template-columns:1fr;gap:14px;padding:16px}.telos-research-updates--catalog{margin-top:18px}.telos-research-updates h2{font-size:26px}.telos-research-updates form{grid-template-columns:minmax(0,1fr) auto}.telos-research-updates button{padding-inline:12px}.telos-research-updates__status{grid-column:1;margin-top:-5px}
	.telos-mobile-purchase-bar:not([hidden]){position:fixed;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:160;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid color-mix(in srgb,var(--product-accent) 52%,var(--line));border-radius:6px;background:rgba(16,43,39,.97);box-shadow:0 16px 50px rgba(2,15,12,.52);backdrop-filter:blur(14px)}
	.telos-mobile-purchase-bar>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;align-items:center}.telos-mobile-purchase-bar small{overflow:hidden;color:var(--parchment);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.telos-mobile-purchase-bar strong{color:var(--parchment);font-family:"Bodoni Moda",Georgia,serif;font-size:17px;white-space:nowrap}.telos-mobile-purchase-bar>div>span{grid-column:1/-1;color:var(--muted);font-size:7px;font-weight:750;text-transform:uppercase}.telos-mobile-purchase-bar button{min-height:44px;padding:0 14px;border:0;border-radius:4px;background:var(--product-accent);color:var(--forest-deep);font-size:9px;font-weight:900;text-transform:uppercase}.telos-mobile-purchase-bar button:disabled{background:#5c7068;color:#d8dfd8}.age-gate-is-open .telos-mobile-purchase-bar,.offer-popup-is-open .telos-mobile-purchase-bar,.cart-drawer-is-open .telos-mobile-purchase-bar,.menu-is-open .telos-mobile-purchase-bar{display:none!important}
	.telos-bogo-progress{margin:12px 14px 6px}.telos-merchandising-label--card{top:5px;left:5px;min-height:22px;padding:3px 6px;font-size:7px}.telos-sale-card-badge~.telos-merchandising-label--card{top:31px}
	.telos-cart-drawer{display:flex;align-items:flex-end}
	.telos-cart-drawer__panel{position:relative;top:auto;right:auto;width:100%;height:min(84dvh,720px);margin-top:auto;border-top:1px solid rgba(165,237,34,.34);border-left:0;border-radius:8px 8px 0 0;box-shadow:0 -24px 70px rgba(3,18,15,.52);transform:translateY(100%)}
	.telos-cart-drawer.is-open .telos-cart-drawer__panel{transform:translateY(0)}
	.telos-cart-drawer__panel:before{content:"";position:absolute;top:7px;left:50%;z-index:2;width:46px;height:4px;border-radius:999px;background:rgba(242,240,230,.34);transform:translateX(-50%)}
	.telos-cart-drawer__header{min-height:72px;padding:18px 14px 11px}
	.telos-cart-drawer__header h2{font-size:25px}
	.telos-cart-drawer__close{width:44px;height:44px;font-size:26px}
	.telos-cart-drawer__notice{padding-right:14px;padding-left:14px}
	.telos-cart-drawer__items{padding-right:14px;padding-left:14px}
	.telos-cart-line{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:12px 0}
	.telos-cart-line__image{width:64px}
	.telos-cart-line__details{gap:8px}
	.telos-cart-line__heading a,.telos-cart-line__heading strong{font-size:11px}
	.telos-cart-line__remove{width:44px;height:44px}
	.telos-cart-line__quantity{height:46px;grid-template-columns:44px 46px 44px}
	.telos-cart-line__quantity button,.telos-cart-line__quantity input{height:44px}
	.telos-cart-recommendations{padding:14px}
	.telos-cart-recommendations__heading a{min-height:44px;display:flex;align-items:center}
	.telos-cart-recommendation{grid-template-columns:42px minmax(0,1fr) 44px;padding:6px}
	.telos-cart-recommendation__image{width:42px;height:42px}
	.telos-cart-recommendation__add{width:44px;height:44px}
	.telos-cart-drawer__summary{padding:14px 14px 18px}
	.telos-cart-drawer__summary strong{font-size:23px}
	.telos-cart-drawer__footer{grid-template-columns:1fr;padding:10px 14px calc(10px + env(safe-area-inset-bottom))}
	.telos-cart-drawer__footer .secondary-button{display:none}
	.telos-cart-drawer__footer .primary-button{min-height:48px}
}

@media(prefers-reduced-motion:reduce){
	.telos-cart-drawer__backdrop,.telos-cart-drawer__panel{transition:none}
}

@media(max-width:380px){
	.category-navigation,.product-shelf,.faq-band,.related-products,.documentation-band{padding-right:10px;padding-left:10px}
	.guided-catalog,.guided-compare,.guided-cart-area,.guided-faq{width:calc(100% - 20px)}
	.telos-product-grid,.store-grid,.telos-variant-guided-store .telos-product-grid{gap:6px}
	.telos-product-meta,.telos-variant-guided-store .telos-product-meta{padding:7px}
	.telos-product-meta h3,.telos-variant-guided-store .telos-product-meta h3{font-size:15px}
	.telos-product-meta>p,.telos-variant-guided-store .telos-product-meta>p{min-height:38px;font-size:9px;-webkit-line-clamp:3}
	.telos-product-buy strong,.telos-variant-guided-store .telos-product-buy strong{font-size:16px}
}

/* Stored product reviews remain private across theme and plugin surfaces. */
.telos-review-line,
.single-review-row,
.woocommerce-product-rating,
.woocommerce-review-link,
.woocommerce-Reviews,
#reviews,
#tab-reviews {
	display: none !important;
}
.telos-fomo-demo .tfomo-card {
	border-color: rgba(221, 169, 74, 0.58);
	box-shadow: 0 18px 58px rgba(0, 0, 0, 0.64), 0 0 0 1px rgba(221, 169, 74, 0.24);
}

.telos-fomo-demo .tfomo-card::before {
	content: "DEMO BUYER - TEST DATA";
	position: absolute;
	top: -12px;
	left: 12px;
	z-index: 2;
	padding: 3px 8px;
	border: 1px solid rgba(221, 169, 74, 0.72);
	border-radius: 999px;
	background: #17322f;
	color: #f0c36b;
	font: 800 9px/1.2 "Archivo", "Inter", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	pointer-events: none;
}

/* Quality and testing: data-led documentation without synthetic certification claims. */
.quality-hero,.quality-principles,.quality-documentation,.quality-faq{width:min(1180px,calc(100% - 48px));margin:auto}
.quality-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(32px,6vw,96px);padding:164px 0 72px}
.quality-hero__copy{max-width:700px}
.quality-hero h1{max-width:610px;margin:10px 0 18px;font-size:clamp(54px,7.6vw,112px);line-height:.88}
.quality-hero__copy>p:not(.eyebrow){max-width:570px;color:var(--muted);font-size:18px;line-height:1.65}
.quality-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:30px}
.quality-text-link{display:inline-flex;min-height:44px;align-items:center;gap:9px;color:var(--parchment);font-size:11px;font-weight:800}
.quality-text-link span,.quality-documentation__link span{color:var(--lime);font-size:16px}
.quality-hero__rail{display:grid;align-content:start;gap:0;margin-top:18px;border-top:1px solid var(--line)}
.quality-hero__rail>div{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}
.quality-hero__rail span{grid-row:1/3;color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:26px;line-height:1}
.quality-hero__rail strong{color:var(--parchment);font-size:12px}
.quality-hero__rail p{grid-column:2;margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}
.quality-principles{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:80px;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.quality-principles h2,.quality-documentation h2,.quality-faq h2{margin-top:7px;font-size:clamp(30px,3vw,48px);line-height:1}
.quality-principles>p{max-width:430px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.quality-documentation{padding:64px 0}
.quality-documentation>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.quality-documentation__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.quality-documentation__card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:14px;border:1px solid color-mix(in srgb,var(--quality-accent) 40%,var(--line));background:linear-gradient(135deg,var(--surface-2),color-mix(in srgb,var(--surface-2) 86%,var(--quality-accent)));box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.quality-documentation__image{display:block;align-self:start;overflow:hidden;background:var(--surface);aspect-ratio:1}
.quality-documentation__image img{width:100%;height:100%;object-fit:cover}
.quality-documentation__card p{margin:2px 0 5px;color:var(--quality-accent);font-size:8px;font-weight:900;text-transform:uppercase}
.quality-documentation__card h3{margin:0;font-size:23px}
.quality-documentation__card h3 a:hover,.quality-documentation__link:hover{color:var(--quality-accent)}
.quality-documentation__card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:12px 0;background:var(--line)}
.quality-documentation__card dl>div{min-width:0;padding:7px;background:rgba(11,31,27,.46)}
.quality-documentation__card dt{color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase}
.quality-documentation__card dd{margin:3px 0 0;color:var(--parchment);font-size:9px;font-weight:750;line-height:1.35;overflow-wrap:anywhere}
.quality-documentation__card dd a{color:var(--quality-accent);text-decoration:underline;text-underline-offset:3px}
.quality-documentation__link{display:inline-flex;align-items:center;gap:8px;color:var(--parchment);font-size:9px;font-weight:850}
.quality-documentation__empty{max-width:690px;padding:26px;border:1px dashed var(--line-strong);background:rgba(7,28,24,.34)}
.quality-documentation__empty strong{font-size:18px}.quality-documentation__empty p{max-width:550px;margin:8px 0 14px;color:var(--muted);font-size:13px;line-height:1.65}.quality-documentation__empty a{color:var(--lime);font-size:10px;font-weight:850}
.quality-faq{display:grid;grid-template-columns:280px minmax(0,1fr);gap:70px;padding:35px 0 60px;border-top:1px solid var(--line)}
.quality-faq>div:last-child{border-top:1px solid var(--line)}
.quality-faq details{border-bottom:1px solid var(--line)}.quality-faq summary{padding:16px 2px;color:var(--parchment);font-size:13px;font-weight:800;cursor:pointer}.quality-faq details p{max-width:690px;margin:0;padding:0 2px 16px;color:var(--muted);font-size:12px;line-height:1.65}

@media(max-width:900px){
	.quality-hero{grid-template-columns:1fr;padding-top:134px}.quality-hero__rail{max-width:700px}.quality-documentation__grid{grid-template-columns:1fr}.quality-principles{gap:40px}.quality-faq{gap:40px}
}
@media(max-width:700px){
	.quality-hero,.quality-principles,.quality-documentation,.quality-faq{width:calc(100% - 28px)}
	.quality-hero{gap:22px;padding:98px 0 38px}.quality-hero h1{font-size:48px}.quality-hero__copy>p:not(.eyebrow){font-size:14px}.quality-hero__actions{display:grid;grid-template-columns:1fr;gap:4px;margin-top:22px}.quality-hero__actions .primary-button{justify-content:center}.quality-text-link{justify-content:center}.quality-hero__rail{margin-top:4px}.quality-hero__rail>div{grid-template-columns:36px minmax(0,1fr);padding:14px 0}.quality-hero__rail span{font-size:23px}.quality-hero__rail strong{font-size:11px}.quality-hero__rail p{font-size:10px}
	.quality-principles{grid-template-columns:1fr;gap:14px;padding:24px 0}.quality-principles h2,.quality-documentation h2,.quality-faq h2{font-size:31px}.quality-principles>p{font-size:12px}.quality-documentation{padding:36px 0}.quality-documentation>header{align-items:start;flex-direction:column;margin-bottom:14px}.quality-documentation>header .secondary-button{width:100%;justify-content:center}.quality-documentation__grid{gap:8px}.quality-documentation__card{grid-template-columns:86px minmax(0,1fr);gap:10px;padding:10px}.quality-documentation__card h3{font-size:19px}.quality-documentation__card dl{grid-template-columns:1fr;margin:9px 0}.quality-documentation__card dt{font-size:7px}.quality-documentation__card dd{font-size:9px}.quality-documentation__link{min-height:32px;font-size:8px}.quality-faq{grid-template-columns:1fr;gap:14px;padding:24px 0 36px}.quality-faq summary{min-height:54px;display:flex;align-items:center;padding:12px 2px;font-size:12px}.quality-faq details p{font-size:11px}
}

/* Local researcher access prototype. */
.research-access,.research-access *{box-sizing:border-box}.research-access{width:min(1180px,calc(100% - 48px));display:grid;grid-template-columns:minmax(0,.86fr) minmax(440px,1.14fr);gap:clamp(36px,7vw,112px);align-items:start;margin:0 auto;padding:142px 0 84px}
.research-access__intro{max-width:500px;padding-top:22px}.research-access__intro h1{max-width:490px;margin:10px 0 18px;font-size:clamp(48px,5.7vw,82px);line-height:.93}.research-access__intro>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.7}.research-access__intro ul{display:grid;gap:0;margin:34px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.research-access__intro li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;min-height:53px;border-bottom:1px solid var(--line);color:var(--parchment);font-size:11px;font-weight:800}.research-access__intro li span{color:var(--lime);font-family:"Bodoni Moda",Georgia,serif;font-size:19px}
.research-access__panel{min-width:0;max-width:100%;padding:clamp(22px,4vw,42px);border:1px solid var(--line-strong);background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:var(--shadow)}.research-access__panel h2{margin:8px 0 8px;font-size:clamp(30px,3.3vw,47px);line-height:1}.research-access__panel>p:not(.eyebrow){max-width:560px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.research-access__forms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;max-width:100%;gap:0;margin-top:24px;border:1px solid var(--line)}.research-access__forms form{min-width:0;padding:24px;background:rgba(8,30,26,.34)}.research-access__forms form+form{border-left:1px solid var(--line);background:rgba(17,53,46,.56)}.research-access__forms h2{font-size:28px}.research-access__form-copy{min-height:52px;margin:7px 0 17px;color:var(--muted);font-size:11px;line-height:1.55}.research-access .form-row{margin:0 0 13px}.research-access label{display:grid;gap:7px;color:var(--parchment);font-size:10px;font-weight:800}.research-access input.input-text{width:100%;max-width:100%;min-height:46px;border:1px solid var(--line-strong);border-radius:4px;background:rgba(3,18,15,.42);color:var(--parchment);font-size:16px}.research-access input.input-text:focus{border-color:var(--lime);outline:2px solid color-mix(in srgb,var(--lime) 25%,transparent);outline-offset:1px}.research-access__remember label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px;font-weight:700}.research-access__remember input{width:16px;height:16px;margin:0;accent-color:var(--lime)}.research-access form .button{width:100%;min-height:48px;margin-top:4px;background:var(--lime);color:var(--forest-deep);font-size:10px;font-weight:900;text-transform:uppercase}.research-access__link{display:inline-flex;min-height:38px;align-items:end;color:var(--muted);font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.research-access__disclosure{min-height:62px;margin:0 0 13px;padding:10px 11px;border-left:2px solid var(--lime);background:rgba(4,26,22,.36);color:var(--muted);font-size:9px;line-height:1.55}.research-access__actions,.telos-account-dashboard__actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:26px}.research-access__actions .primary-button,.telos-account-dashboard__actions .primary-button{min-height:48px}.research-access .woocommerce-notices-wrapper{margin-bottom:16px}.research-access .woocommerce-error,.research-access .woocommerce-message,.research-access .woocommerce-info{margin:0;padding:12px 14px;border-radius:4px;font-size:11px}

.single-payment-note{display:grid;gap:4px}.single-payment-note span{color:var(--muted);font-size:9px;font-weight:700;line-height:1.45}
.telos-product-buy--access{grid-template-columns:minmax(0,1fr) auto}.telos-product-buy--access>div strong{font-size:13px}.telos-account-required{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin:8px 0 22px;padding:15px;border:1px solid color-mix(in srgb,var(--product-accent) 44%,var(--line));background:color-mix(in srgb,var(--surface-2) 88%,var(--product-accent))}.telos-account-required p{display:grid;gap:4px;margin:0}.telos-account-required p strong{color:var(--parchment);font-size:12px}.telos-account-required p span{color:var(--muted);font-size:10px;line-height:1.5}.telos-account-required .button{min-height:46px;padding-inline:16px;background:var(--product-accent);color:var(--forest-deep);font-size:9px;font-weight:900;text-transform:uppercase}
.telos-account-dashboard{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:28px;align-items:end;margin:0 0 28px;padding:26px;border:1px solid var(--line-strong);background:linear-gradient(135deg,var(--surface),var(--surface-2))}.telos-account-dashboard h2{margin:7px 0;font-size:clamp(30px,3vw,46px);line-height:1}.telos-account-dashboard p:not(.eyebrow){max-width:600px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.telos-account-dashboard__actions{justify-content:flex-end;margin:0}.telos-account-dashboard__actions .secondary-button{min-height:44px;padding-inline:12px;font-size:9px}
@media(max-width:700px){body:has(.research-access){overflow-x:clip}.research-access{width:calc(100% - 28px);grid-template-columns:minmax(0,1fr);gap:20px;padding:96px 0 40px;overflow-x:clip}.research-access>*{min-width:0}.research-access__intro{padding:0}.research-access__intro h1{max-width:100%;font-size:38px;line-height:.98;overflow-wrap:anywhere}.research-access__intro>p:not(.eyebrow){font-size:13px;overflow-wrap:anywhere}.research-access__intro ul{margin-top:20px}.research-access__intro li{min-height:42px;font-size:10px}.research-access__panel,.research-access__forms,.research-access__forms form{width:100%;max-width:100%;min-width:0}.research-access__panel{padding:20px 14px}.research-access__forms{grid-template-columns:minmax(0,1fr);margin-top:18px}.research-access__forms form{overflow:hidden;padding:19px}.research-access__forms form+form{border-top:1px solid var(--line);border-left:0}.research-access .woocommerce-privacy-policy-text,.research-access .woocommerce-privacy-policy-text *{min-width:0;max-width:100%;overflow-wrap:anywhere}.research-access__form-copy{min-height:0}.research-access__disclosure{min-height:0}.research-access__actions,.telos-account-dashboard__actions{display:grid;grid-template-columns:1fr}.research-access__actions :is(.primary-button,.secondary-button),.telos-account-dashboard__actions :is(.primary-button,.secondary-button){justify-content:center}.telos-product-buy--access{grid-template-columns:1fr}.telos-account-required{grid-template-columns:1fr;gap:12px}.telos-account-required .button{display:flex;justify-content:center}.telos-account-dashboard{grid-template-columns:1fr;gap:18px;padding:18px}.telos-account-dashboard h2{font-size:32px}}
