@layer tokens,base,primitives,components;@layer pages{:where(.products-page) .catalog-group[hidden],:where(.products-page) .catalog-subgroup[hidden],:where(.products-page) [data-product-search][hidden],:where(.products-page) .catalog-search [hidden]{display:none}:where(.products-page) .catalog-search{max-width:var(--reading-width);margin-top:var(--space-28);padding:var(--space-24);border:1px solid var(--line);border-radius:var(--radius-card);background:var(--muted)}:where(.products-page) .catalog-search label{margin-bottom:var(--space-8);color:var(--brand-dark);font-weight:700;display:block}:where(.products-page) .catalog-search__controls{gap:var(--space-12);flex-wrap:wrap;display:flex}:where(.products-page) .catalog-search input{width:100%;min-width:0;min-height:var(--button-height);padding:var(--space-12) var(--space-16);border:1px solid var(--line);border-radius:var(--radius-control);background:var(--white);color:var(--ink);font:inherit;flex:240px}:where(.products-page) .catalog-search input::placeholder{color:var(--ink-soft)}:where(.products-page) #product-search-count{margin-top:var(--space-12);color:var(--ink-soft);font-size:var(--font-size-small)}:where(.products-page) .catalog-search__empty{margin-top:var(--space-28);max-width:var(--reading-width);padding:var(--space-28);border-left:3px solid var(--brand-bright);background:var(--muted)}:where(.products-page) .catalog-search__empty p{margin-block:var(--space-12);color:var(--ink-soft)}.products-page{background:var(--white)}:where(.products-page) .product-models__intro,:where(.products-page) .product-models__note{margin-block:var(--space-16);color:var(--ink-soft)}:where(.products-page) .product-models__note{font-size:var(--font-size-small)}:where(.products-page) .product-models__tables{margin-top:var(--space-24);overflow-x:auto}:where(.products-page) .product-models__disclosure>summary{display:none}:where(.products-page) .product-models__table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:800px;font-size:var(--font-size-body)}:where(.products-page) .product-models__table th,:where(.products-page) .product-models__table td{padding:var(--space-12);border-bottom:1px solid var(--line);text-align:left}:where(.products-page) .product-models__table thead{background:var(--muted);color:var(--brand-dark)}:where(.products-page) .product-models__table td{text-align:left;font-variant-numeric:tabular-nums}:where(.products-page) .product-models__table :is(th,td):first-child{width:17%}:where(.products-page) .product-models__table :is(th,td):nth-child(2){width:18%}:where(.products-page) .product-models__table :is(th,td):nth-child(3){width:15%}:where(.products-page) .product-models__table :is(th,td):nth-child(4){width:16%}:where(.products-page) .product-models__table :is(th,td):nth-child(5){width:22%}:where(.products-page) .product-models__table :is(th,td):nth-child(6){width:12%}@media (width<=760px){:where(.products-page) .product-models__disclosure{margin-top:var(--space-20)}:where(.products-page) .product-models__disclosure>summary{justify-content:space-between;align-items:center;gap:var(--space-16);min-height:var(--control-height);padding:var(--space-12) var(--space-16);border:1px solid var(--line);border-radius:var(--radius-control);color:var(--brand-dark);background:var(--muted);cursor:pointer;font-weight:700;list-style:none;display:flex}:where(.products-page) .product-models__disclosure>summary::-webkit-details-marker{display:none}:where(.products-page) .product-models__state{color:var(--brand);font-size:var(--font-size-small);text-underline-offset:4px;flex-shrink:0;text-decoration:underline}:where(.products-page) .product-models__disclosure[open] .product-models__expand,:where(.products-page) .product-models__disclosure:not([open]) .product-models__collapse{display:none}:where(.products-page) .product-models__tables{margin-top:var(--space-16);overflow:visible}:where(.products-page) .product-models__table{width:100%;min-width:0;display:block}:where(.products-page) .product-models__table thead{display:none}:where(.products-page) .product-models__table tbody{gap:var(--space-16);width:100%;display:grid}:where(.products-page) .product-models__table tr{border:1px solid var(--line);border-radius:var(--radius-card);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid;overflow:hidden}:where(.products-page) .product-models__table :is(th,td):nth-child(n){width:auto;min-width:0}:where(.products-page) .product-models__table th[scope=row]{padding:var(--space-12) var(--space-16);background:var(--muted);color:var(--brand-dark);border-bottom:0;grid-column:1/-1}:where(.products-page) .product-models__table td{padding:var(--space-12) var(--space-16);border-top:1px solid var(--line);text-align:left;border-bottom:0;font-weight:700;display:block}:where(.products-page) .product-models__table td:nth-of-type(odd){border-right:1px solid var(--line)}:where(.products-page) .product-models__table td:before{content:attr(data-label);color:var(--ink-soft);font-size:var(--font-size-small);margin-bottom:4px;font-weight:400;display:block}}:where(.products-page) .product-section-title{font-size:var(--font-size-section-compact);color:var(--brand-dark);line-height:1.4}:where(.products-page) .product-featured{padding-block:var(--space-48) var(--space-64)}:where(.products-page) .product-featured__grid{gap:var(--grid-gap);margin-top:var(--space-28);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}:where(.products-page) .product-directory{background:var(--muted)}:where(.products-page) .product-category-strip{border-bottom:1px solid var(--line);background:var(--white)}:where(.products-page) .product-categories{padding-block:var(--space-20);flex-wrap:wrap;gap:10px;display:flex}:where(.products-page) .product-categories a{min-height:var(--control-height);padding:var(--space-8) var(--space-16);border:1px solid var(--line);color:var(--brand);background:var(--white);font-size:var(--font-size-body);border-radius:6px;justify-content:center;align-items:center;display:flex}:where(.products-page) .product-categories a:hover,:where(.products-page) .product-categories a:focus-visible{background:var(--brand);color:var(--white)}:where(.products-page) .catalog-group{gap:var(--space-36);border-top:1px solid var(--line);padding-block:var(--space-28);grid-template-columns:minmax(200px,.7fr) minmax(0,1.6fr);display:grid}:where(.products-page) .catalog-group h3{color:var(--brand-dark);font-size:1.4375rem}:where(.products-page) .catalog-group__heading p{color:var(--ink-soft);margin-top:10px}:where(.products-page) .catalog-group__actions{gap:var(--space-8) var(--space-20);margin-top:var(--space-12);flex-wrap:wrap;display:flex}:where(.products-page) .catalog-group__list{gap:var(--space-8) var(--space-24);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}:where(.products-page) .catalog-group__sections{gap:var(--space-24);min-width:0;display:grid}:where(.products-page) .catalog-subgroup h4{color:var(--brand-dark);font-size:var(--font-size-lead)}:where(.products-page) .catalog-subgroup>p{margin-block:var(--space-8);color:var(--ink-soft)}:where(.products-page) .catalog-group__list li{justify-content:space-between;align-items:center;gap:var(--space-12);min-width:0;min-height:var(--control-height);display:flex}:where(.products-page) .catalog-group__availability{color:var(--ink)}:where(.products-page) .catalog-group__item-contact{color:var(--brand);font-size:var(--font-size-small);text-underline-offset:.2em;flex:none;font-weight:700;text-decoration:underline}:where(.products-page) .catalog-group__item-contact:hover,:where(.products-page) .catalog-group__item-contact:focus-visible{color:var(--accent-dark)}:where(.products-page) .product-hero{padding-block:var(--space-28) var(--space-52);background:var(--muted)}:where(.products-page) .product-hero__grid{gap:var(--space-48);grid-template-columns:1fr 1fr;align-items:center;display:grid}:where(.products-page) .product-hero h1{color:var(--brand-dark);text-wrap:balance;font-size:clamp(2rem,3.5vw,3rem);line-height:1.35}:where(.products-page) .product-hero__copy>p{margin-top:var(--space-16);color:var(--ink-soft);word-break:normal;overflow-wrap:break-word;text-wrap:pretty}:where(.products-page) .product-hero__copy .product-hero__lead{color:var(--ink);margin-top:var(--space-24);font-size:1.25rem}:where(.products-page) .product-hero__actions{align-items:center;gap:var(--space-12) var(--space-24);margin-top:var(--space-28);flex-wrap:wrap;display:flex}:where(.products-page) .product-hero figure{margin:0}:where(.products-page) .product-hero img{border-radius:var(--radius-card);width:100%;height:auto}:where(.products-page) .product-hero figcaption{font-size:var(--font-size-small);color:var(--ink-soft);margin-top:10px}:where(.products-page) .product-reading-layout{gap:var(--space-64);padding-block:var(--space-56) var(--space-72);grid-template-columns:230px minmax(0,1fr);display:grid}:where(.products-page) .product-sidebar{padding:var(--space-4);align-self:start;position:sticky;top:136px}:where(.products-page) .product-toc{max-height:calc(100dvh - 350px);padding-right:var(--space-4);overflow-y:auto}:where(.products-page) .product-sidebar h2{color:var(--brand-dark);line-height:1.4;font-size:var(--font-size-lead);margin:0}:where(.products-page) .product-toc summary{justify-content:space-between;align-items:center;gap:var(--space-16);min-height:var(--control-height);cursor:pointer;list-style:none;display:flex}:where(.products-page) .product-toc summary::-webkit-details-marker{display:none}:where(.products-page) .product-toc__state{color:var(--brand);font-size:var(--font-size-small);text-underline-offset:4px;flex-shrink:0;text-decoration:underline}:where(.products-page) .product-toc[open] .product-toc__expand,:where(.products-page) .product-toc:not([open]) .product-toc__collapse{display:none}:where(.products-page) .product-sidebar nav a{min-height:var(--control-height);padding-block:var(--space-8);border-bottom:1px solid var(--line);font-size:var(--font-size-body);align-items:center;display:flex}:where(.products-page) .product-sidebar a:hover{color:var(--brand);text-decoration:underline}:where(.products-page) .product-sidebar__contact{gap:var(--space-4);margin-top:var(--space-28);background:var(--muted);border-radius:var(--radius-control);padding:18px;display:grid}:where(.products-page) .product-sidebar__contact>a{min-height:var(--control-height);color:var(--brand);align-items:center;display:flex}:where(.products-page) .product-sidebar__contact p{font-size:var(--font-size-small);color:var(--ink-soft)}:where(.products-page) .product-content{min-width:0;max-width:var(--reading-width)}:where(.products-page) .product-section-title{scroll-margin-top:var(--reading-anchor-offset)}:where(.products-page) .product-purchase__definition{max-width:74ch;margin-top:var(--space-16);color:var(--ink-soft)}:where(.products-page) .product-purchase__grid{gap:var(--space-24) var(--space-32);margin-top:var(--space-20);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}:where(.products-page) .product-purchase__grid>div{border-top:1px solid var(--line);min-width:0;padding-top:var(--space-16)}:where(.products-page) .product-purchase__grid dt{color:var(--brand);font-weight:700}:where(.products-page) .product-purchase__grid dd{margin:var(--space-8) 0 0;color:var(--ink-soft)}:where(.products-page) .product-metrics__intro{max-width:74ch;margin-top:var(--space-16);color:var(--ink-soft)}:where(.products-page) .product-metrics__sources{gap:var(--space-8) var(--space-16);margin-top:var(--space-20);color:var(--ink-soft);font-size:var(--font-size-small);flex-wrap:wrap;display:flex}:where(.products-page) .product-metrics__grid{gap:var(--space-12);margin-top:var(--space-20);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}:where(.products-page) .product-metrics__grid>div{min-width:0;padding:var(--space-20);border:1px solid var(--line);border-radius:var(--radius-card);background:var(--muted);grid-column:span 2}:where(.products-page) .product-metrics__grid>div:nth-last-child(-n+2){grid-column:span 3}:where(.products-page) .product-metrics__grid dt{color:var(--brand-dark);font-weight:700;line-height:1.5}:where(.products-page) .product-metrics__grid dd{align-items:baseline;gap:var(--space-4);margin:var(--space-12) 0 0;color:var(--brand);display:flex}:where(.products-page) .product-metrics__grid dd strong{font-size:clamp(1.7rem,2.8vw,2.35rem);line-height:1}:where(.products-page) .product-metrics__grid dd span{font-weight:700}:where(.products-page) .product-metrics__grid p{margin-top:var(--space-12);color:var(--ink-soft);font-size:var(--font-size-small)}:where(.products-page) .product-info-list{margin-top:var(--space-20);border-top:1px solid var(--line)}:where(.products-page) .product-info-list>div{gap:var(--space-24);padding-block:var(--space-16);border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);display:grid}:where(.products-page) .product-info-list dt{color:var(--brand-dark);font-weight:700}:where(.products-page) .product-info-list dd{color:var(--ink-soft);margin:0}:where(.products-page) .product-case-slot{margin-top:var(--space-40)}:where(.products-page) .product-case-more{margin-top:var(--space-16);text-align:right}:where(.products-page) .product-case-more+.product-conditions{margin-top:var(--space-40)}:where(.products-page) .product-case-slot__body{margin-top:var(--space-20);padding:var(--space-24);border:1px dashed var(--line);border-radius:var(--radius-card);background:var(--muted)}:where(.products-page) .product-case-slot__body h3{font-size:var(--font-size-lead);color:var(--brand-dark)}:where(.products-page) .product-case-slot__body p{margin-top:var(--space-8);color:var(--ink-soft)}:where(.products-page) .product-conditions>div{gap:var(--space-20);margin-top:var(--space-20);grid-template-columns:1fr 1fr;display:grid}:where(.products-page) .product-photo-break,:where(.products-page) .product-content>section+section{margin-top:var(--space-40)}:where(.products-page) .product-conditions article{background:var(--muted);padding:var(--space-24);border-radius:var(--radius-card)}:where(.products-page) .product-conditions h3{font-size:var(--font-size-lead);color:var(--brand)}:where(.products-page) .product-conditions li{margin-top:var(--space-12)}:where(.products-page) .product-safety__intro{max-width:74ch;margin-top:var(--space-16);color:var(--ink-soft)}:where(.products-page) .product-safety__grid{gap:var(--space-16);margin-top:var(--space-20);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}:where(.products-page) .product-safety__grid>div{min-width:0;padding:var(--space-20);border:1px solid var(--line);border-radius:var(--radius-card);background:var(--muted)}:where(.products-page) .product-safety__grid dt{color:var(--brand);font-weight:700}:where(.products-page) .product-safety__grid dd{margin:var(--space-8) 0 0;color:var(--ink-soft)}:where(.products-page) .product-inline-contact{justify-content:space-between;align-items:center;gap:var(--space-24);margin-block:var(--space-40);padding:var(--space-24);border:1px solid var(--line);border-left:4px solid var(--brand);border-radius:var(--radius-card);background:var(--muted);display:flex}:where(.products-page) .product-inline-contact h2{color:var(--brand-dark);font-size:var(--font-size-card);line-height:1.45}:where(.products-page) .product-inline-contact p{max-width:58ch;margin-top:var(--space-8);color:var(--ink-soft)}:where(.products-page) .product-inline-contact .button{flex-shrink:0}:where(.products-page) .product-delivery,:where(.products-page) .product-specifications{border-top:1px solid var(--line);margin-top:var(--space-40);padding-top:var(--space-32)}:where(.products-page) .product-delivery p{margin-top:var(--space-16)}:where(.products-page) .product-sources{margin-top:var(--space-36);padding:var(--space-24);background:var(--muted);border-radius:var(--radius-control);color:var(--ink-soft)}:where(.products-page) .product-sources h2{color:var(--brand-dark);line-height:1.4;font-size:var(--font-size-lead)}:where(.products-page) .product-sources p{margin-top:var(--space-8);font-size:var(--font-size-small)}:where(.products-page) .product-sources a{min-height:var(--control-height);color:var(--brand);text-underline-offset:4px;align-items:center;text-decoration:underline;display:inline-flex}:where(.products-page) .product-specifications dl>div{padding:var(--space-12);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}:where(.products-page) .product-specifications dd{margin:0}:where(.products-page) .product-specifications__note{margin-top:var(--space-16);color:var(--ink-soft);font-size:var(--font-size-small)}@media (width<=960px){:where(.products-page) .product-reading-layout{gap:var(--space-32);grid-template-columns:1fr}:where(.products-page) .product-sidebar{max-height:none;position:static;overflow:visible}:where(.products-page) .product-toc{max-height:none;padding-right:0;overflow:visible}:where(.products-page) .product-sidebar nav{gap:var(--space-8) var(--space-20);flex-wrap:wrap;display:flex}:where(.products-page) .product-sidebar__contact{display:none}:where(.products-page) .product-hero__grid{gap:var(--space-24)}:where(.products-page) .catalog-group{gap:var(--space-16);grid-template-columns:1fr}:where(.products-page) .product-metrics__grid{grid-template-columns:1fr 1fr}:where(.products-page) .product-metrics__grid>div,:where(.products-page) .product-metrics__grid>div:nth-last-child(-n+2){grid-column:auto}}@media (width<=560px){:where(.products-page) .product-specifications dl>div{gap:var(--space-4);grid-template-columns:1fr}}@media (width<=760px){:where(.products-page) .product-categories{gap:var(--space-8);padding-block:var(--space-16);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}:where(.products-page) .product-categories a{padding-inline:var(--space-8);text-align:center}:where(.products-page) .product-featured__grid,:where(.products-page) .product-hero__grid,:where(.products-page) .product-purchase__grid,:where(.products-page) .product-conditions>div,:where(.products-page) .product-safety__grid{grid-template-columns:1fr}:where(.products-page) .product-hero__copy .product-hero__lead{font-size:var(--font-size-lead)}:where(.products-page) .product-hero__actions{align-items:flex-start;gap:var(--space-16);flex-direction:column}:where(.products-page) .product-hero h1>span{display:block}:where(.products-page) .product-featured,:where(.products-page) .product-reading-layout{padding-block:var(--space-36) var(--space-48)}:where(.products-page) .product-conditions article{padding:var(--space-22)}:where(.products-page) .product-metrics__grid{gap:var(--space-12);grid-template-columns:repeat(2,minmax(0,1fr))}:where(.products-page) .product-metrics__grid>div{padding:var(--space-16)}:where(.products-page) .product-metrics__grid dd{flex-wrap:nowrap;align-items:baseline;display:inline-flex}:where(.products-page) .product-metrics__grid dd span{white-space:nowrap;margin-top:0;display:inline}:where(.products-page) .product-metrics__grid dd strong{white-space:nowrap}:where(.products-page) .product-metrics__grid>div:last-child:nth-child(odd){grid-column:1/-1}:where(.products-page) .product-inline-contact{padding:var(--space-20);flex-direction:column;align-items:stretch}:where(.products-page) .product-inline-contact .button{align-self:flex-start}:where(.products-page) .product-info-list>div{gap:var(--space-4);grid-template-columns:1fr}:where(.products-page) .catalog-group__list{grid-template-columns:1fr;gap:0}:where(.products-page) .catalog-group__list li{border-bottom:1px solid var(--line);padding-block:6px}}@media (width<=360px){:where(.products-page) .product-metrics__grid{grid-template-columns:1fr}:where(.products-page) .product-metrics__grid>div:last-child:nth-child(odd){grid-column:auto}}@media print{:where(.products-page) .product-sidebar,:where(.products-page) .product-hero__actions,:where(.products-page) .product-inline-contact,:where(.products-page) .product-models__disclosure>summary{display:none}:where(.products-page) .product-reading-layout{padding-block:4mm;display:block}:where(.products-page) .product-content{max-width:100%}:where(.products-page) .product-hero{background:var(--white);padding-block:3mm 5mm}:where(.products-page) .product-hero h1{font-size:23pt}:where(.products-page) .product-hero__grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:6mm}:where(.products-page) .product-hero img{object-fit:contain;max-height:65mm}:where(.products-page) .product-models__tables{overflow:visible}:where(.products-page) .product-models__table{table-layout:fixed;width:100%;min-width:0;font-size:9pt;display:table}:where(.products-page) .product-models__table thead{display:table-header-group}:where(.products-page) .product-models__table tbody{display:table-row-group}:where(.products-page) .product-models__table tr{border:0;display:table-row}:where(.products-page) .product-models__table :is(th,td):nth-child(n){border-bottom:1px solid var(--line);overflow-wrap:anywhere;width:auto;min-width:0;padding:6px;font-weight:400;display:table-cell}:where(.products-page) .product-models__table td:before{display:none}}}@layer utilities;
