@font-face {
  font-family: "Figtree";
  src: url("/fonts/figtree-latin-ext-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  src: url("/fonts/figtree-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/bricolage-grotesque-latin-ext-wght-normal.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/ibm-plex-mono-latin-ext-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/ibm-plex-mono-latin-ext-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --hue: 272;
  --surface: oklch(0.13 0.024 var(--hue));
  --elevated: oklch(0.175 0.028 var(--hue));
  --void: #04060c;
  --text: oklch(0.94 0.014 255);
  --muted: oklch(0.72 0.024 260);
  --faint: oklch(0.56 0.022 265);
  --line: oklch(0.84 0.04 270 / 0.14);
  --line-strong: oklch(0.84 0.04 270 / 0.26);
  --accent: oklch(0.86 0.10 205);
  --warn: oklch(0.76 0.13 28);
  --foam: oklch(0.90 0.055 205);
  --ink: oklch(0.16 0.045 272);
  --logo-well-paper: oklch(0.94 0.02 var(--hue));
  --logo-well-ink: oklch(0.22 0.03 var(--hue));
  --glow: oklch(0.52 0.12 272 / 0.40);
  --thread: oklch(0.84 0.08 85);
  --wifi: oklch(0.78 0.09 230);
  --radius: 1.15rem;
  --radius-lg: 1.65rem;
  --header-pad-y: 0.9rem;
  --header: calc(4.75rem + 2 * var(--header-pad-y) + 1px);
  --rail: 7.5rem;
  --letters: 3rem;
  --font: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --sans: var(--font);
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --glass: oklch(0.175 0.028 var(--hue) / 0.46);
  --glass-chrome: oklch(0.13 0.024 var(--hue) / 0.40);
  --glass-search: oklch(0.16 0.026 var(--hue) / 0.58);
  --glass-solid: oklch(0.15 0.026 var(--hue) / 0.96);
  --glass-pop: oklch(0.16 0.026 var(--hue) / 0.86);
  --glass-blur: blur(24px) saturate(140%);
  --glass-chrome-blur: blur(32px) saturate(160%);
  --glass-pop-blur: blur(20px) saturate(160%);
}
* { box-sizing: border-box; }
svg { max-width: 100%; height: auto; }
html {
  min-height: 100vh;
  min-height: 100dvh;
  scroll-behavior: smooth;
  color-scheme: dark;
  isolation: isolate;
  background: var(--void);
}
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: var(--text);
  background: transparent;
  isolation: isolate;
  font: 16px/1.5 var(--font);
  letter-spacing: -0.011em;
  font-feature-settings: "ss01", "cv11";
}
#main {
  flex: 1 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mm-sky {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  background: var(--void);
}
a { color: inherit; }
.ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  line-height: 0;
}
.ph svg { width: 100%; height: 100%; max-width: 1.8em; max-height: 1.8em; display: block; fill: currentColor; }
.type-ink { color: var(--foam); }
.type-ink .ph { color: inherit; }
.ph-lg { width: 1.35em; height: 1.35em; }
.ph-xl { width: 1.8em; height: 1.8em; }
.ph-24 { width: 24px; height: 24px; }
.ph-24 svg { width: 24px; height: 24px; max-width: 24px; max-height: 24px; }
.with-icon, .nav a, .nav-more summary, .nav-pop a, .pills a, .search button, .compare-fab, .ghost,
.buy-row a, .tray-actions button, .logo, .kicker, .rail h2, .count,
.chip, .spec dt, .buy h2, .options h2, .you, .note, .crumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.note, .crumbs { display: flex; }
.note { align-items: flex-start; gap: 0.6rem; }
.note .ph { margin-top: 0.12rem; color: var(--accent); flex-shrink: 0; }
.crumbs { flex-wrap: wrap; gap: 0.35rem; }
.rail h2 { gap: 0.35rem; }
.search .ph-field { color: var(--faint); margin-left: 0.85rem; }
.label-off, .label-on {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.compare-fab .label-on, .ghost .label-on { display: none; }
.compare-fab.is-on .label-off, .ghost.is-on .label-off { display: none; }
.compare-fab.is-on .label-on, .ghost.is-on .label-on { display: inline-flex; }
[x-cloak] { display: none !important; }
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  padding: 0.5rem 0.9rem;
  background: var(--foam);
  color: var(--ink);
  border-radius: 999px;
  font: 600 0.85rem var(--font);
  text-decoration: none;
}
.skip-link:focus, .skip-link:focus-visible {
  top: 0.75rem;
}
.wrap { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.glass {
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line);
  box-shadow:
    0 20px 48px oklch(0.08 0.03 var(--hue) / 0.45),
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.1);
}
.glass-chrome {
  background: var(--glass-chrome);
  -webkit-backdrop-filter: var(--glass-chrome-blur);
  backdrop-filter: var(--glass-chrome-blur);
  box-shadow: inset 0 1px 0 oklch(0.92 0.02 200 / 0.08);
}
.search.glass { background: var(--glass-search); }
.tray.glass {
  background: var(--glass-chrome);
  backdrop-filter: var(--glass-chrome-blur);
  -webkit-backdrop-filter: var(--glass-chrome-blur);
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .glass, .glass-chrome, .search.glass, .tray.glass, .site-footer,
  .chip, .stat-chip, .compare-fab, .tile .count,
  .nav-pop.glass, .site-header.glass-chrome {
    background: var(--glass-solid);
  }
  .site-header.glass-chrome::before { display: none; }
}
@media (prefers-reduced-transparency: reduce) {
  body { background: var(--surface); }
  .mm-sky { display: none; }
  .glass, .glass-chrome, .search.glass, .tray.glass, .site-footer,
  .chip, .stat-chip, .compare-fab, .tile .count,
  .nav-pop.glass, .site-header.glass-chrome {
    background: var(--elevated);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-header.glass-chrome::before { display: none; }
  .media, .stage { background: var(--void); }
}

.site-header {
  flex-shrink: 0;
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid var(--line);
}
/* ponytail: filter on a layer so overflowing .nav-pop can sample the page (ancestor backdrop-filter would eat it). */
.site-header.glass-chrome {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.site-header.glass-chrome::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--glass-chrome);
  -webkit-backdrop-filter: var(--glass-chrome-blur);
  backdrop-filter: var(--glass-chrome-blur);
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header.glass-chrome { background: var(--glass-solid); }
  .site-header.glass-chrome::before { display: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header.glass-chrome { background: var(--elevated); }
  .site-header.glass-chrome::before { display: none; }
}
.site-header .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem 1.25rem;
  min-height: calc(var(--header) - 1px);
  padding: var(--header-pad-y) 0;
  flex-wrap: nowrap;
}
.logo {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  position: relative;
}
.logo-mark {
  width: auto;
  height: 2.55rem;
  flex: 0 0 auto;
  line-height: 0;
}
.logo-mark img {
  display: block;
  height: 2.55rem;
  width: auto;
}
.nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex: 0 1 auto;
  min-width: 0;
}
.nav a,
.nav-more summary {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
.nav-more summary {
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.nav-more summary::-webkit-details-marker,
.nav-more summary::marker,
.nav-menu summary::-webkit-details-marker,
.nav-menu summary::marker { display: none; content: ""; }
.nav a[aria-current="page"],
.nav a:hover,
.nav-more summary:hover,
.nav-more.is-current summary {
  color: var(--text);
  background: oklch(0.92 0.02 200 / 0.06);
}
.nav-more { position: relative; flex: 0 0 auto; }
.nav-more summary .ph {
  width: 0.85rem;
  height: 0.85rem;
  transition: transform 160ms ease;
}
.nav-more[open] summary .ph { transform: rotate(180deg); }
.nav-pop {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 12.5rem;
  padding: 0.4rem;
  border-radius: var(--radius);
}
.nav-pop.glass {
  background: var(--glass-pop);
  -webkit-backdrop-filter: var(--glass-pop-blur);
  backdrop-filter: var(--glass-pop-blur);
}
@media (prefers-reduced-transparency: reduce), (prefers-reduced-motion: reduce) {
  .nav-pop.glass {
    background: var(--glass-solid);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .nav-pop.glass { background: var(--glass-solid); }
}
.nav-pop a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.5rem 0.7rem;
  border-radius: 0.7rem;
  white-space: nowrap;
}
.nav-pop a:hover,
.nav-pop a[aria-current="page"] {
  color: var(--text);
  background: oklch(0.92 0.02 200 / 0.06);
}
.nav-more[open] > summary::before,
.nav-menu[open] > summary::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  cursor: default;
}
.nav-more[open] > .nav-pop,
.nav-menu[open] > .nav-pop { z-index: 51; }
.nav-menu {
  display: none;
  position: relative;
  flex: 0 0 auto;
}
.nav-menu .nav-pop {
  left: auto;
  right: 0;
  min-width: min(18rem, calc(100vw - 2rem));
}
.nav-menu .nav-pop nav {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.nav-menu summary {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 0.7rem;
  color: var(--muted);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.nav-menu summary:hover,
.nav-menu[open] summary {
  color: var(--text);
  background: oklch(0.92 0.02 200 / 0.06);
}
.search {
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 999px;
  overflow: hidden;
}
.site-header .search {
  margin: 0 0 0 auto;
  align-self: center;
  flex: 1 1 8rem;
  min-width: 0;
  max-width: 22rem;
}
.site-header .search input { min-width: 0; }
.search input {
  border: 0; background: transparent;
  color: var(--text);
  padding: 0.55rem 1rem;
  width: 100%;
  font: inherit;
  outline: none;
}
.search input::placeholder { color: var(--faint); }
.search button {
  appearance: none; border: 0; cursor: pointer;
  margin: 0.25rem 0.3rem 0.25rem 0;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--foam);
  color: var(--ink);
  font: 600 0.82rem var(--font);
  letter-spacing: -0.01em;
}

.hero { padding: 2.75rem 0 1.5rem; }
.home-hero { padding: 3.15rem 0 2rem; }
.home-hero-mark {
  margin: 0 0 1.15rem;
  width: min(17.5rem, 72vw);
  filter: drop-shadow(0 0 2.6rem oklch(0.78 0.1 170 / 0.4));
}
.home-hero-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.kicker {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero h1, .product-copy h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.5rem, 5.8vw, 4.15rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 0.9rem;
}
.lede {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 400;
}
.policy { padding-bottom: 3.5rem; }
.policy .updated {
  margin: 0 0 0.5rem;
  color: var(--faint);
  font-size: 0.85rem;
}
.policy section { margin: 1.6rem 0 0; }
.policy h2 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.45rem;
}
.policy p, .policy li {
  max-width: 48rem;
  color: var(--muted);
  font-size: 1.02rem;
  margin: 0 0 0.7rem;
}
.policy ul { margin: 0 0 0.7rem; padding-left: 1.2rem; }
.policy a { color: var(--foam); }
.policy code {
  font-family: var(--mono);
  font-size: 0.88em;
}
.rail {
  position: sticky; top: var(--header); z-index: 30;
  margin: 0 0 1.5rem;
  padding: 0.5rem 0.85rem 0.55rem;
  border-radius: 1.25rem;
  display: flex; flex-wrap: wrap; align-items: flex-start;
  column-gap: 0.75rem;
  row-gap: 0.5rem;
}
.rail-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  column-gap: 0.75rem;
  row-gap: 0.65rem;
}
.rail-filters.has-brand {
  display: grid;
}
.rail-search, .rail-select, .rail-group {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
  justify-items: start;
}
.rail-search { flex: 1 1 12rem; }
.rail-select { flex: 0 1 15.75rem; width: 15.75rem; }
.rail-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 0.85rem;
  min-width: 0;
  flex: 1 1 18rem;
}
.rail-filters .rail-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem 0.75rem;
  min-width: 0;
}
.rail-filters .rail-fields:has(> :nth-child(2)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rail-filters .rail-fields:has(> :nth-child(3)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rail-filters .rail-search,
.rail-filters .rail-select {
  width: auto;
  max-width: none;
  min-width: 0;
  justify-items: stretch;
}
.rail-filters .rail-pills {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0.5rem 1.25rem;
  min-width: 0;
  flex: none;
}
.rail-filters .rail-group {
  min-width: 0;
}
.rail-filters .rail-pills:has(> :nth-child(2)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rail-filters .filter-chips {
  margin: 0;
  padding-top: 0.15rem;
}
.rail h2,
.rail-search > span,
.rail-select > span {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.15;
}
.rail-search > span,
.rail-select > span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.rail-search input,
.rail-select select {
  width: 100%;
  height: 2.5rem;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--glass-search);
  color: var(--text);
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 oklch(0.92 0.02 200 / 0.08);
}
.rail-search input {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 1rem;
}
.rail-search input::-webkit-search-decoration,
.rail-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.rail-search input::placeholder { color: var(--faint); }
.rail-select {
  position: relative;
  grid-template-columns: 1fr auto;
}
.rail-select > span { grid-column: 1 / -1; }
.rail-select select {
  grid-column: 1 / -1;
  grid-row: 2;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 2.35rem 0 1rem;
  cursor: pointer;
  color-scheme: dark;
}
.rail-select::after {
  content: "";
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.85rem;
  pointer-events: none;
  z-index: 1;
  background: var(--muted);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='M208 96l-80 80L48 96z' opacity='0.2'/%3E%3Cpath fill='white' d='M215.39 92.94A8 8 0 0 0 208 88H48a8 8 0 0 0-5.66 13.66l80 80a8 8 0 0 0 11.32 0l80-80A8 8 0 0 0 215.39 92.94ZM128 164.69 67.31 104H188.69Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='M208 96l-80 80L48 96z' opacity='0.2'/%3E%3Cpath fill='white' d='M215.39 92.94A8 8 0 0 0 208 88H48a8 8 0 0 0-5.66 13.66l80 80a8 8 0 0 0 11.32 0l80-80A8 8 0 0 0 215.39 92.94ZM128 164.69 67.31 104H188.69Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.rail-select option {
  background: var(--elevated);
  color: var(--text);
  font-size: 0.95rem;
}
.rail-search input:focus,
.rail-select select:focus {
  outline: none;
}
.rail-search input:focus-visible,
.rail-select select:focus-visible {
  outline: none;
  border-color: color-mix(in oklch, var(--accent) 70%, var(--line-strong));
  box-shadow:
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.08),
    0 0 0 3px var(--glow);
}
.pills { display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; }
.pills a {
  text-decoration: none;
  border: 1px solid var(--line);
  background: oklch(0.92 0.02 200 / 0.04);
  color: var(--text);
  min-height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
}
.pills a:hover { border-color: var(--line-strong); background: oklch(0.92 0.02 200 / 0.07); }
.pills a.is-on {
  background: var(--foam);
  color: var(--ink);
  border-color: transparent;
}
.pills a small { opacity: 0.65; font-weight: 600; margin-left: 0.25rem; }
.filter-chips {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.filter-chips a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.15rem;
  padding: 0 0.65rem 0 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: oklch(0.92 0.02 200 / 0.06);
  color: var(--text);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 550;
}
.filter-chips a:hover { border-color: var(--line-strong); }
.filter-chips .ph { width: 1rem; height: 1rem; }
.catalog-table .transport-cell {
  white-space: nowrap;
}
.catalog-table .chip-transport {
  display: inline-flex;
  margin-right: 0.25rem;
}
.catalog-table .chip-transport .chip-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.count { margin: 0 0 1rem; color: var(--muted); font-size: 0.9rem; }
.catalog-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem 1rem;
  margin: 0 0 1rem;
}
.catalog-bar .count {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
nav.view-switch {
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: inset 0 1px 0 oklch(0.92 0.02 200 / 0.08);
}
nav.view-switch a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
nav.view-switch a:hover {
  border-color: var(--line-strong);
  background: oklch(0.92 0.02 200 / 0.07);
  text-decoration: none;
  color: var(--text);
}
nav.view-switch a.is-on,
nav.view-switch a[aria-current="page"] {
  background: var(--foam);
  color: var(--ink);
  border-color: transparent;
  text-decoration: none;
}
nav.view-switch .ph,
nav.view-switch .ph svg,
nav.view-switch .ph-24,
nav.view-switch .ph-24 svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.25rem 0 5rem;
  align-items: center;
}
.pager a, .pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.85rem;
}
.pager a.is-on, .pager span.is-on {
  background: var(--elevated);
  color: var(--text);
  border-color: var(--line-strong);
}

.bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-bottom: 6rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  min-height: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}
.card-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
  min-height: 0;
  position: relative;
  z-index: 1;
}
.card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow:
    0 28px 56px -16px oklch(0.06 0.03 var(--hue) / 0.55),
    0 0 36px -10px oklch(0.48 0.14 var(--hue) / 0.22),
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.1);
}
.media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex: none;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 50% 70%, oklch(0.22 0.03 var(--hue) / 0.4), transparent 62%);
}
.media.is-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.media > img,
.media.is-photo > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.media > img[hidden],
.media.is-photo > img[hidden],
.media-fallback img[hidden],
.brand-letter img[hidden],
.stage img[hidden],
.media-bg img[hidden] {
  display: none !important;
}
.media-fallback {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 4.5rem;
  color: var(--foam);
  opacity: 0.35;
}
.media-fallback.is-logo { opacity: 1; }
.media-fallback.is-logo > .thumb-letter,
.media-fallback.is-logo > img {
  grid-area: 1 / 1;
}
.media-fallback.is-logo:has(img:not([hidden])) > .thumb-letter {
  visibility: hidden;
}
.media-fallback.is-logo:not(:has(img:not([hidden]))) {
  opacity: 0.35;
  background: transparent;
}
.logo-well { background: var(--logo-well-paper); }
.logo-well.is-light-mark { background: var(--logo-well-ink); }
.media .logo-well.is-light-mark,
.stage .logo-well.is-light-mark,
.row-thumb .logo-well.is-light-mark { background: transparent; }
.media-fallback.is-logo img {
  width: 42%;
  max-width: 9rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.chip-float {
  position: absolute; top: 0.9rem; left: 0.9rem;
  display: flex; flex-wrap: wrap; gap: 0.35rem; z-index: 2;
  max-width: calc(100% - 6.5rem);
}
.chip {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--glass-search);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}
.chip.thread { color: var(--thread); border-color: oklch(0.82 0.07 78 / 0.35); }
.chip.wifi { color: var(--wifi); border-color: oklch(0.78 0.09 230 / 0.35); }
.chip.bluetooth { color: oklch(0.76 0.1 265); border-color: oklch(0.76 0.1 265 / 0.35); }
.chip.ethernet { color: var(--foam); border-color: oklch(0.90 0.045 155 / 0.35); }
.chip-transport .ph-24 { width: 24px; height: 24px; }
.chip.csa {
  color: var(--ink);
  background: var(--foam);
  border-color: transparent;
}
.chip.no-csa { color: var(--faint); }
.chip.retail-current {
  color: var(--foam);
  border-color: oklch(0.90 0.045 155 / 0.35);
}
.chip.retail-discontinued { color: var(--warn); }
.chip.listings { color: var(--foam); }
.chip.mixed {
  color: var(--thread);
  border-color: oklch(0.82 0.07 78 / 0.35);
}
.family-block { margin: 0 0 1.75rem; }
.family-block h2 {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}
.family-members { list-style: none; margin: 0; padding: 0; }
.family-members li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  align-items: baseline;
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
}
.family-members a { text-decoration: none; }
.family-members .pid { font-family: var(--mono); font-size: 0.8rem; color: var(--muted); }
.options {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
}
.options h2 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.options h2 .ph {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.options h2 .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.options-lede {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}
.option-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.options a {
  display: grid;
  gap: 0.4rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  background: oklch(0.92 0.02 200 / 0.04);
  text-decoration: none;
  color: var(--text);
}
.options a:hover { border-color: var(--foam); }
.options a.is-on {
  border-color: var(--foam);
  background: oklch(0.92 0.02 200 / 0.1);
  box-shadow: inset 0 0 0 1px var(--foam);
}
.opt-state {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: max-content;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--foam);
  padding: 0.14rem 0.5rem;
  border-radius: 999px;
}
.opt-state.is-quiet {
  color: var(--muted);
  background: transparent;
  padding: 0;
  font-weight: 600;
}
.opt-state .ph,
.options .opt-row .ph {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.opt-state .ph svg,
.options .opt-row .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.opt-state.is-quiet .ph { display: none; }
.options .opt-name {
  font-size: 0.88rem;
  font-weight: 600;
}
.opt-row {
  display: grid;
  grid-template-columns: 24px minmax(6.5rem, auto) 1fr;
  gap: 0.1rem 0.55rem;
  align-items: baseline;
}
.opt-row .ph { grid-row: 1 / span 2; align-self: center; }
.opt-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.opt-value {
  font-family: var(--mono);
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  min-width: 0;
  overflow-wrap: anywhere;
}
.opt-hint {
  grid-column: 2 / -1;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
}
.status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1rem;
}
.card-foot {
  position: relative;
  padding: 1.05rem 1.15rem 1.15rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem 1rem;
  align-items: end;
  background: linear-gradient(180deg, transparent, oklch(0.13 0.024 var(--hue) / 0.38) 18%, oklch(0.14 0.026 var(--hue) / 0.78));
}
.card-foot h2 {
  margin: 0 0 0.2rem;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.card-foot .type {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.bento.is-compact {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.bento.is-dense {
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
}
.bento.is-compact .card,
.bento.is-compact .card-link { min-height: 0; }
.bento.is-compact .media,
.bento.is-compact .media-fallback {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  min-height: 0;
}
.bento.is-compact .media-fallback { font-size: 2.8rem; }
.bento.is-compact .card-foot,
.bento.is-dense .card-foot {
  grid-template-columns: 1fr;
  align-items: stretch;
}
.bento.is-compact .card-foot > *,
.bento.is-dense .card-foot > * {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.bento.is-compact .card-foot h2,
.bento.is-dense .card-foot h2 {
  width: 100%;
  max-width: 100%;
}
.bento.is-compact .from,
.bento.is-dense .from { text-align: left; }
.bento.is-compact .from span,
.bento.is-dense .from span { justify-content: flex-start; }
.bento.is-compact .card-foot { padding: 0.7rem 0.8rem 0.8rem; gap: 0.4rem; }
.bento.is-compact .card-foot h2 { font-size: 1.05rem; }
.bento.is-compact .card-foot .type { font-size: 0.75rem; }
.bento.is-compact .from span { font-size: 0.68rem; }
.bento.is-compact .compare-fab { top: 0.5rem; right: 0.5rem; padding: 0.28rem 0.55rem; }
.bento.is-compact .chip-float { top: 0.5rem; left: 0.5rem; max-width: calc(100% - 6.5rem); }
.bento.is-compact .chip-transport,
.bento.is-dense .chip-transport {
  padding: 0.2rem;
  gap: 0;
}
.bento.is-compact .chip-transport .chip-label,
.bento.is-dense .chip-transport .chip-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bento.is-compact .card:hover { transform: translateY(-3px); }

.bento.is-dense .card,
.bento.is-dense .card-link { min-height: 0; }
.bento.is-dense .media,
.bento.is-dense .media-fallback {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  min-height: 0;
}
.bento.is-dense .media-fallback { font-size: 1.85rem; }
.bento.is-dense .card-foot { padding: 0.5rem 0.6rem 0.6rem; gap: 0.25rem; }
.bento.is-dense .card-foot h2 { font-size: 0.92rem; }
.bento.is-dense .card-foot .type { font-size: 0.7rem; }
.bento.is-dense .from span { font-size: 0.64rem; }
.bento.is-dense .compare-fab {
  top: 0.35rem;
  right: 0.35rem;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  padding: 0;
  gap: 0;
  border-radius: 0.55rem;
}
.bento.is-dense .compare-fab .label-off,
.bento.is-dense .compare-fab .label-on {
  gap: 0;
  justify-content: center;
}
.bento.is-dense .compare-fab .compare-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bento.is-dense .chip-float { top: 0.35rem; left: 0.35rem; max-width: calc(100% - 3.25rem); }
.bento.is-dense .chip { font-size: 0.58rem; padding: 0.18rem 0.4rem; }
.bento.is-dense .chip-transport { padding: 0.2rem; }
.bento.is-dense .card:hover { transform: translateY(-2px); }

.catalog-table-wrap {
  overflow-x: auto;
  margin: 0 0 5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--glass);
}
.catalog-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.catalog-table th,
.catalog-table td {
  text-align: left;
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.catalog-table th {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-table tbody tr:hover { background: oklch(0.92 0.02 200 / 0.05); }
.catalog-table td { color: var(--text); }
.catalog-table td:has(.row-link) { position: relative; }
.catalog-table .row-link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.catalog-table .row-link::after {
  content: "";
  position: absolute;
  inset: 0;
}
.catalog-table tbody tr:last-child td { border-bottom: 0; }
.catalog-table .pid {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}
.catalog-table th a {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.catalog-table th a:hover { color: var(--text); }
.catalog-table th[aria-sort="ascending"] a,
.catalog-table th[aria-sort="descending"] a { color: var(--text); }
.catalog-table th .ph,
.catalog-table th .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex: 0 0 24px;
}
.catalog-table .compare-col {
  width: 1%;
  white-space: nowrap;
  padding-left: 0.55rem;
  padding-right: 0.4rem;
}
.catalog-table .thumb-col {
  width: 1%;
  padding-left: 0.35rem;
  padding-right: 0.45rem;
}
.catalog-table .row-thumb {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.55rem;
  overflow: hidden;
  background: oklch(0.22 0.03 var(--hue) / 0.45);
  pointer-events: none;
}
.catalog-table .row-thumb .media,
.catalog-table .row-thumb .media-fallback {
  width: 2.6rem;
  height: 2.6rem;
  min-height: 0;
  aspect-ratio: 1 / 1;
  font-size: 1.05rem;
}
.catalog-table .row-thumb .media > img,
.catalog-table .row-thumb .media.is-photo > img {
  object-fit: cover;
  object-position: center;
}
.catalog-table .row-thumb .media-fallback.is-logo img {
  width: 80%;
  max-width: none;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.catalog-table td.compare-col {
  position: relative;
  z-index: 2;
}
.catalog-table .compare-fab {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  padding: 0;
  gap: 0;
  border-radius: 0.55rem;
  flex: 0 0 36px;
}
.catalog-table .compare-fab .label-off,
.catalog-table .compare-fab .label-on {
  gap: 0;
  justify-content: center;
}
.catalog-table .compare-fab .compare-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.from { text-align: right; }
.from b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.from span {
  color: var(--muted);
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: flex-end;
}
.compare-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: max-content;
  max-width: max-content;
  height: auto;
  min-height: 2.25rem;
  flex: 0 0 auto;
  align-self: flex-start;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  border: 1px solid oklch(0.90 0.045 155 / 0.35);
  background: var(--glass-search);
  color: var(--foam);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font: 600 0.72rem var(--font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card > .compare-fab {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  bottom: auto;
  z-index: 4;
  pointer-events: auto;
}
.compare-fab:hover { border-color: var(--foam); color: var(--foam); }
.compare-fab .ph,
.compare-fab .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex: 0 0 24px;
}
.compare-fab .ph svg { display: block; }

.crumbs { font-size: 0.85rem; color: var(--muted); margin: 1.4rem 0 0; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--text); }

.product {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.1rem;
  padding: 1.25rem 0 6rem;
  align-items: start;
}
.product-rail {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.stage {
  position: relative;
  border-radius: var(--radius-lg);
  min-height: 36rem;
  display: grid;
  place-items: center;
  padding: 2rem;
  background-image: radial-gradient(ellipse at 50% 58%, oklch(0.24 0.04 var(--hue) / 0.38), transparent 58%);
}
.stage img {
  width: min(100%, 28rem);
  height: min(32rem, 70vh);
  object-fit: contain;
  filter: drop-shadow(0 30px 50px oklch(0.08 0.03 var(--hue) / 0.5));
}
.stage.is-photo { padding: 0; overflow: hidden; min-height: 0; }
.stage.is-photo img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  filter: none;
}
/* PDP only: fill the stage box. Catalog cards use .media, not .stage. */
article.product .stage {
  padding: 0;
  overflow: hidden;
  container-type: inline-size;
}
article.product .stage.is-photo {
  min-height: 36rem;
}
article.product .stage.is-photo > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}
article.product .stage .media-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  font-size: clamp(6rem, 45cqi, 16rem);
}
article.product .stage .media-fallback.is-logo img {
  width: 80%;
  height: 80%;
  max-width: 90%;
  max-height: 90%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.product-copy h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); }
.lead { font-size: 1.05rem; color: var(--muted); margin: 0 0 1.1rem; }
.note {
  margin: 0 0 1.1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  color: var(--text);
  font-size: 0.92rem;
}
.compat-caption {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 0 0 0.4rem;
  min-width: 0;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.4;
}
.compat-caption > .ph {
  flex-shrink: 0;
  margin-top: 0.12em;
  width: 0.95rem;
  height: 0.95rem;
}
.compat-caption > span {
  min-width: 0;
  flex: 1 1 auto;
}
.clusters {
  margin: 0;
  padding: 0.9rem 1rem 0.8rem;
  border-radius: var(--radius);
}
.cluster-head { margin: 0 0 0.65rem; }
.cluster-kicker {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.18rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.cluster-kicker .ph { width: 0.9rem; height: 0.9rem; }
.clusters h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.cluster-list {
  margin: 0;
  padding: 0;
  display: grid;
}
.cluster-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: baseline;
  padding: 0.38rem 0;
  border-top: 1px solid var(--line);
}
.cluster-list > div:first-child {
  border-top: 0;
  padding-top: 0.05rem;
}
.cluster-list dt {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 0;
  overflow-wrap: break-word;
}
.cluster-list dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--faint);
  letter-spacing: 0.02em;
}
.cluster-list.is-optional dt { color: var(--muted); }
.cluster-more {
  margin-top: 0.2rem;
  border-top: 1px solid var(--line);
}
.cluster-more summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.48rem 0 0.28rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  user-select: none;
}
.cluster-more summary::-webkit-details-marker,
.cluster-more summary::marker { display: none; content: ""; }
.cluster-more summary .ph {
  width: 0.85rem;
  height: 0.85rem;
  transition: transform 160ms ease;
}
.cluster-more[open] summary .ph { transform: rotate(90deg); }
.cluster-more[open] summary { color: var(--text); }
.cluster-n {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--faint);
  background: oklch(0.92 0.02 200 / 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.06rem 0.42rem;
}
.cluster-source {
  margin: 0.55rem 0 0;
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--faint);
  line-height: 1.35;
}
.cluster-source a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cluster-intro {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.45;
}
.clusters h3 {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}
.cluster-chips {
  list-style: none;
  margin: 0 0 0.7rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}
.cluster-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  max-width: 100%;
  padding: 0.36rem 0.7rem 0.36rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: oklch(0.92 0.02 200 / 0.08);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: -0.011em;
  line-height: 1.25;
}
.cluster-chip .ph {
  width: 24px;
  height: 24px;
  color: var(--foam);
  flex-shrink: 0;
}
.cluster-chip .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.cluster-chip-official {
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--faint);
  letter-spacing: 0.01em;
}
.cluster-chip-official::before {
  content: "·";
  margin-right: 0.28em;
  color: var(--faint);
}
.cluster-chip.is-optional {
  background: transparent;
  border-style: dashed;
  color: var(--muted);
}
.cluster-chip.is-optional .ph { color: var(--muted); }
.cluster-also {
  margin: 0.1rem 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}
.cluster-tech { margin-top: 0.1rem; }
.cluster-tech > .cluster-list { padding-top: 0.1rem; }
.cluster-tech > .cluster-list + .cluster-list {
  margin-top: 0.35rem;
  padding-top: 0.45rem;
  border-top: 1px dashed var(--line);
}
.compat {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}
.compat li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-height: 2.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  background: oklch(0.92 0.02 200 / 0.04);
}
.compat-name {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  padding-top: 0.12rem;
}
.compat-name small {
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.4;
}
.compat-unlikely { color: var(--warn); }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  margin-top: 0.12rem;
  color: var(--foam);
  line-height: 0;
}
.brand-mark svg, .brand-mark .ph, .brand-mark .ph svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.compat-thread {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 0.18rem;
  color: var(--thread);
  line-height: 0;
}
.compat-thread .ph { width: 0.95rem; height: 0.95rem; }
.compat-st {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  border-radius: 50%;
  line-height: 0;
  background: oklch(0.92 0.02 200 / 0.08);
}
.compat-st .ph { width: 0.95rem; height: 0.95rem; }
.compat .is-yes .compat-st {
  color: oklch(0.84 0.14 145);
  background: oklch(0.84 0.14 145 / 0.16);
}
.compat .is-no .compat-st {
  color: var(--warn);
  background: oklch(0.74 0.12 28 / 0.16);
}
.compat .is-maybe .compat-st {
  color: var(--thread);
  background: oklch(0.82 0.07 78 / 0.16);
}
.compat li.is-app {
  grid-column: 1 / -1;
}
.specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr));
  gap: 0.55rem;
  margin: 0 0 1.1rem;
}
.spec {
  padding: 0.85rem 0.95rem;
  border-radius: 0.95rem;
  min-width: 0;
}
.spec dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 600;
}
.spec dt .ph { flex-shrink: 0; }
.spec dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  overflow-wrap: break-word;
  word-break: normal;
}
.spec-token { white-space: nowrap; }
.spec-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-variant-numeric: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.spec-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.spec-links a:hover { text-decoration: underline; }
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font);
}
.brand-cell {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.actions { display: flex; gap: 0.5rem; margin: 0 0 1.1rem; }
.ghost {
  appearance: none; cursor: pointer;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  font: 600 0.88rem var(--font);
}
.ghost:hover { border-color: var(--foam); }
.buy { padding: 1.05rem 1.1rem 1.15rem; border-radius: var(--radius-lg); }
.buy h2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.buy h2 .ph { flex-shrink: 0; }
.buy-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0.7rem;
  border-radius: 0.85rem;
  margin: 0 0 0.35rem;
}
.buy-row.is-you {
  background: oklch(0.92 0.02 200 / 0.05);
  border: 1px solid var(--line-strong);
}
.buy-row .where { font-size: 0.92rem; font-weight: 600; display: flex; flex-direction: column; align-items: flex-start; gap: 0.15rem; }
.buy-row .where-name { display: inline-flex; align-items: center; gap: 0.4rem; }
.buy-row .where small { display: inline-flex; align-items: center; gap: 0.3rem; color: var(--muted); font-weight: 500; }
.flag {
  display: inline-block;
  width: 1.2rem;
  height: 0.8rem;
  border-radius: 0.14rem;
  overflow: hidden;
  flex: 0 0 auto;
  line-height: 0;
  border: 1px solid oklch(0.84 0.03 200 / 0.22);
  vertical-align: middle;
}
.flag svg { width: 100%; height: 100%; display: block; }
.you {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.4rem;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--foam);
}
.buy-row .amt {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.buy-row a {
  text-decoration: none;
  background: oklch(0.92 0.02 200 / 0.08);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}
.buy-row.is-you a {
  background: var(--foam);
  color: var(--ink);
  border-color: transparent;
}
.legal {
  font-size: 0.75rem;
  color: var(--faint);
  margin: 0.7rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.45rem 0.55rem;
  line-height: 1.45;
}
.legal-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.4rem;
  min-width: 0;
  flex: 1 1 12rem;
}
.legal-line > .ph {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.18em;
}
.legal-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.legal .copy-cert { flex: 0 0 auto; align-self: center; }
.empty {
  grid-column: 1 / -1;
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--muted);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.thumbs button.drop .ph { width: 0.7rem; height: 0.7rem; color: var(--ink); }
.logo .ph { width: 1.2rem; height: 1.2rem; }

.home-bento {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
  gap: 1rem;
  min-height: 0;
  padding-bottom: 5rem;
}
.tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-decoration: none;
  min-height: 11rem;
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tile.span {
  grid-column: span 2;
  grid-row: auto;
  min-height: 18rem;
}
.tile h2 {
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 0.45rem;
  line-height: 1.02;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.55rem;
}
.tile.span h2 {
  font-size: 2.55rem;
  text-shadow: 0 2px 18px oklch(0.08 0.03 var(--hue) / 0.75);
}
.tile .count {
  margin: 0 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: content-box;
  min-width: 5ch;
  padding: 0.34rem 0.78rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--glass-search);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  color: var(--text);
  font-family: var(--mono);
  font-size: 1rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.tile.span .count {
  font-size: 1.2rem;
  padding: 0.4rem 0.9rem;
}
.tile p { margin: 0; color: var(--muted); max-width: 22rem; }
.tile .media-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.tile .media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tile .media-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    oklch(0.14 0.022 var(--hue) / 0.08) 22%,
    oklch(0.12 0.024 var(--hue) / 0.55) 58%,
    oklch(0.11 0.022 var(--hue) / 0.92) 100%
  );
}
.tile .copy {
  position: relative;
  z-index: 1;
}
.tile.span .copy p {
  color: oklch(0.86 0.016 210);
  text-shadow: 0 1px 12px oklch(0.08 0.03 var(--hue) / 0.7);
}
.tile:not(.span) {
  justify-content: center;
}
.tile:not(.span) .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.tile:not(.span) h2 {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.4rem;
  width: 100%;
}
.tile:not(.span) h2 > .ph,
.tile:not(.span) h2 > .type-ink,
.tile:not(.span) h2 > .type-ink .ph {
  width: 2.25rem;
  height: 2.25rem;
}
.tile:not(.span) h2 .name {
  display: block;
  width: 100%;
  text-align: center;
}
.tile:not(.span) .count {
  margin: 0.15rem 0 0;
}
.tile:not(.span) .copy p {
  max-width: 16rem;
}

.tray {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: 50;
  width: min(720px, calc(100% - 1.5rem));
  border-radius: 999px;
  padding: 0.55rem 0.7rem 0.55rem 1rem;
}
html.has-compare .tray { display: block; }
html.has-compare body { padding-bottom: 5.75rem; }
.tray .inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.thumbs { display: flex; gap: 0.45rem; align-items: center; min-width: 0; }
.thumb-wrap {
  position: relative;
  flex: 0 0 2.55rem;
  width: 2.55rem;
  height: 2.55rem;
}
.thumbs a.thumb {
  display: block;
  position: relative;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: var(--void);
  border: 1px solid var(--line);
  overflow: hidden;
}
.thumbs a.thumb img {
  display: block;
  width: 2.55rem;
  height: 2.55rem;
  max-width: 2.55rem;
  max-height: 2.55rem;
  object-fit: contain;
  padding: 0.2rem;
  box-sizing: border-box;
}
.thumbs a.thumb img.is-photo {
  object-fit: cover;
  padding: 0;
}
.thumbs a.thumb img.is-logo {
  object-fit: contain;
  padding: 0.28rem;
  background: var(--logo-well-paper);
}
.thumbs a.thumb img.is-logo.is-light-mark { background: transparent; }
.thumbs a.thumb .thumb-letter {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  color: var(--foam);
  background: oklch(0.22 0.03 var(--hue));
}
.thumbs button.drop {
  position: absolute; top: -0.2rem; right: -0.2rem;
  width: 1.1rem; height: 1.1rem; min-width: 0; min-height: 0;
  padding: 0; border-radius: 999px;
  border: 0; cursor: pointer;
  background: var(--foam); color: var(--ink);
  font: 700 0.7rem/1 var(--font);
}
.tray-actions { display: flex; align-items: center; gap: 0.45rem; flex: 0 0 auto; }
.tray-actions button, .tray-actions a {
  appearance: none; cursor: pointer; text-decoration: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font: 600 0.8rem var(--font);
}
.tray-actions a.primary {
  background: var(--foam);
  color: var(--ink);
  border-color: transparent;
}
.compare-fab.is-on, .ghost.is-on {
  background: var(--foam);
  color: var(--ink);
  border-color: transparent;
}
.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-top: 1px solid var(--line);
  padding: 1.15rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.84rem;
}
.site-footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 1.7fr) repeat(3, minmax(8rem, 1fr));
  align-items: start;
  gap: 0.75rem 1.25rem;
}
.footer-brand p {
  max-width: 22rem;
  margin: 0.85rem 0 0;
  color: var(--faint);
  line-height: 1.55;
}
.footer-wordmark {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.45rem;
  color: var(--text);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.site-footer h2 {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-footer nav, .site-footer .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.32rem;
}
.site-footer a, .site-footer .version {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  width: fit-content;
  line-height: 1.35;
  color: var(--muted);
  text-decoration: none;
}
.site-footer a:hover { color: var(--foam); }
.site-footer a > .ph,
.site-footer .version > .ph,
.site-footer h2 > .ph,
.site-footer a > .ph.ph-24,
.site-footer .version > .ph.ph-24,
.site-footer h2 > .ph.ph-24 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.site-footer a > .ph svg,
.site-footer .version > .ph svg,
.site-footer h2 > .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.site-footer .footer-label {
  min-width: 0;
}
.site-footer a:not(.is-wrap) .footer-label,
.site-footer h2 .footer-label,
.site-footer .version .footer-label {
  white-space: nowrap;
}
.site-footer a.is-wrap {
  align-items: flex-start;
}
.site-footer a.is-wrap > .ph {
  margin-top: 0.18em;
}
.site-footer .version {
  margin: 0;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}
.footer-wordmark .logo-mark,
.footer-wordmark .logo-mark img {
  height: 1.85rem;
}
.footer-sub {
  margin-top: 0;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem 1.25rem;
  color: var(--faint);
  font-size: 0.75rem;
  font-family: var(--mono);
}
.footer-sub nav {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
}
.footer-sub a { color: var(--faint); }
@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand { grid-column: 1 / -1; }
}

#toast-root {
  position: fixed;
  top: 5.35rem;
  right: 1rem;
  left: 1rem;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 22rem;
  margin-left: auto;
  pointer-events: none;
}
.toast-card {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 2.1rem 0.9rem 0.95rem;
  border-radius: var(--radius);
  position: relative;
  border: 1px solid var(--line);
}
.toast-card .toast-ic {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--foam);
}
.toast-card.is-success .toast-ic { color: var(--foam); }
.toast-card.is-warning { border-color: oklch(0.82 0.07 78 / 0.4); }
.toast-card.is-warning .toast-ic { color: var(--thread); }
.toast-card.is-error { border-color: oklch(0.74 0.12 28 / 0.45); }
.toast-card.is-error .toast-ic { color: var(--warn); }
.toast-card h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 0 0.15rem;
  line-height: 1.2;
}
.toast-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.toast-dismiss {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--faint);
  cursor: pointer;
  padding: 0.15rem;
  width: 1.4rem;
  height: 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
}
.toast-dismiss:hover { color: var(--text); background: oklch(0.92 0.02 200 / 0.06); }
.toast-dismiss .ph { width: 0.7rem; height: 0.7rem; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-dir {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.hero-dir a { color: var(--foam); font-weight: 600; text-decoration: none; }
.hero-dir a:hover { color: var(--text); }
.home-search { max-width: 36rem; margin: 1.1rem 0 0; width: 100%; min-width: 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 2.2rem 0 0.9rem;
}
.section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.section-head a { color: var(--foam); font-weight: 600; text-decoration: none; }
.wizard { padding-bottom: 4rem; }
.wizard-hero { padding-bottom: 0; }
.wizard-hero .lede { max-width: 40rem; }
.wizard-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  width: fit-content;
  max-width: 100%;
  padding: 0.4rem;
  margin: 1.75rem 0 0;
  color: var(--faint);
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 999px;
}
.wizard-steps li { display: flex; }
.wizard-steps a,
.wizard-steps li > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.35rem 0.9rem 0.35rem 0.4rem;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
}
.wizard-steps a:hover { color: var(--text); background: oklch(0.92 0.02 200 / 0.06); }
.wizard-steps .is-on { color: var(--text); }
.wizard-steps .is-done { color: var(--accent); }
.wizard-steps li > span > span,
.wizard-steps a > span {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-family: var(--mono);
}
.wizard-steps .is-on > span > span {
  background: var(--foam);
  color: var(--ink);
  border-color: transparent;
}
.wizard-steps .is-done a > span {
  border-color: oklch(0.80 0.15 155 / 0.45);
  background: oklch(0.80 0.15 155 / 0.12);
}
.wizard-panel {
  margin-top: 2.15rem;
}
.wizard-panel h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.55rem, 3.2vw, 2.05rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1.1rem;
}
.wizard-hint {
  margin: 0 0 1.4rem;
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}
.wizard-choices {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  gap: 1rem;
}
.wizard-choice {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.75rem;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}
.wizard-choice .ph {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--accent);
}
.wizard-choice .type-ink {
  flex: 0 0 24px;
}
.wizard-choice .type-ink .ph,
.wizard-choice .type-ink .ph svg {
  color: inherit;
}
.wizard-choice .ph svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.wizard-choice-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  flex: 1;
}
.wizard-choice-copy strong {
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.wizard-choice-copy span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}
.wizard-choice-count {
  flex: 0 0 auto;
  min-width: 2.4rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: oklch(0.92 0.02 200 / 0.05);
  color: var(--text);
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.wizard-choice:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow:
    0 22px 44px -18px oklch(0.06 0.03 var(--hue) / 0.5),
    0 0 28px -12px var(--glow);
}
.wizard-results { margin-top: 2rem; }
.wizard-results .crumbs { margin: 0 0 1.25rem; }
.wizard-results .note { margin: 0 0 1.5rem; }
.brand-region { padding-bottom: 4rem; }
.brand-region .rail,
.brand-rail {
  align-items: flex-end;
  border-radius: var(--radius);
}
.brand-region .rail-search,
.brand-rail .rail-search {
  margin: 0;
  flex: 0 1 22rem;
  max-width: 22rem;
  min-width: 12rem;
  width: min(22rem, 100%);
}
.brand-region .rail button.ghost,
.brand-rail button.ghost {
  padding: 0.5rem 0.9rem;
  margin-bottom: 0.05rem;
  margin-left: auto;
}
.brand-region .rail a.ghost,
.brand-rail a.ghost {
  padding: 0.5rem 0.9rem;
  margin-bottom: 0.05rem;
}
.letter-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  margin: 0 0 1.35rem;
  padding: 0.5rem 0.6rem;
  border-radius: var(--radius);
  position: sticky;
  top: var(--header);
  z-index: 20;
}
.brand-region .letter-jump {
  position: static;
  top: auto;
  z-index: auto;
}
.letter-jump a {
  display: grid;
  place-items: center;
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.35rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.8rem;
}
.letter-jump a:hover,
.letter-jump a:focus-visible {
  color: var(--ink);
  background: var(--foam);
}
.brand-alpha { margin: 0 0 1.75rem; scroll-margin-top: calc(var(--header) + var(--rail) + 0.35rem); }
.brand-alpha > h2 {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--foam);
  margin: 0 0 0.7rem;
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
.brand-alpha > h2 .muted { font-size: 0.85rem; font-family: var(--font); font-weight: 600; }
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 0.85rem;
}
.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.15rem 1.2rem 1.15rem;
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  min-height: 12.5rem;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}
.brand-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow:
    0 28px 56px -16px oklch(0.06 0.03 var(--hue) / 0.55),
    0 0 36px -10px oklch(0.48 0.14 155 / 0.22),
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.1);
}
.brand-card h2 {
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
  text-align: center;
}
.brand-foot {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  margin-top: auto;
}
.brand-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  width: 100%;
  margin: 0;
  text-align: center;
}
.brand-stats.is-five {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.brand-stats.is-five .stat-chip { grid-column: span 2; }
.brand-stats.is-five .stat-chip:nth-child(n + 4) { grid-column: span 3; }
.stat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.12rem;
  padding: 0.38rem 0.55rem;
  border-radius: 0.7rem;
  border: 1px solid var(--line);
  background: var(--glass-search);
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.22s ease;
}
a.brand-card .stat-chip:hover {
  transform: translateY(-3px);
}
.stat-chip b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--text);
}
.stat-chip b .ph { width: 0.95rem; height: 0.95rem; color: var(--foam); }
.stat-chip span {
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.brand-types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.brand-types li { display: grid; place-items: center; line-height: 0; transition: transform 0.22s ease; }
ul.brand-types li:hover { transform: translateY(-3px); }
.brand-type,
ul.brand-types .type-ink {
  display: grid;
  place-items: center;
}
ul.brand-types .type-ink .ph,
ul.brand-types .ph-24 {
  width: 24px;
  height: 24px;
}
.brand-letter {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background: var(--logo-well-ink);
  color: var(--foam);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  flex: 0 0 auto;
  overflow: hidden;
}
.brand-letter:has(img:not([hidden])) { padding: 0.28rem; }
.brand-letter.logo-well { background: var(--logo-well-paper); }
.brand-letter.logo-well.is-light-mark { background: var(--logo-well-ink); }
.brand-letter img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.brand-letter > .mark,
.brand-letter > img {
  grid-area: 1 / 1;
}
.brand-letter:has(img:not([hidden])) > .mark {
  visibility: hidden;
}
.brand-letter.logo-well:not(:has(img:not([hidden]))) {
  background: var(--logo-well-ink);
}
.brand-letter.sm { width: 1.6rem; height: 1.6rem; font-size: 0.9rem; display: inline-grid; border-radius: 0.45rem; }
.brand-letter.inline {
  width: 1.15rem;
  height: 1.15rem;
  font-size: 0.68rem;
  border-radius: 0.32rem;
  display: inline-grid;
}
.type-mix { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.8rem 0 0; }
.type-mix .chip { text-decoration: none; }
.stats-page {
  --stats-gap: 1.65rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: var(--stats-gap);
}
.stats-page .hero { padding-bottom: 0; }
.stats-page .lede { max-width: 42rem; }
.stats-page .section-head { margin: 0 0 0.5rem; }
.stats-page .section-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
  max-width: 42rem;
}
.kpi-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 0.9rem;
}
.kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: var(--radius);
  min-height: 8.25rem;
}
.kpi:hover { border-color: var(--line-strong); }
.kpi .ph { color: var(--foam); }
.kpi-letter {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 0.4rem;
  background: oklch(0.22 0.03 var(--hue));
  color: var(--foam);
  font-family: var(--display);
  font-size: 0.85rem;
  line-height: 1;
}
.kpi strong {
  display: block;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.kpi span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}
.transport-kpis {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.85rem;
}
.transport-kpis li {
  padding: 0;
  border-radius: var(--radius);
}
.transport-kpis a {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
}
.transport-kpis .ph { color: var(--foam); }
.transport-kpis span { font-weight: 650; }
.transport-kpis strong {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.type-stat-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  gap: 0.75rem;
}
.type-stat {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  text-decoration: none;
  min-height: 3.5rem;
}
.type-stat:hover { border-color: var(--line-strong); }
.type-stat .ph { color: var(--foam); }
.type-stat .type-ink .ph { color: inherit; }
.type-stat-name {
  font-weight: 600;
  font-size: 0.92rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.type-stat-n {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  color: var(--accent);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.stats-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
}
.stat-figure {
  margin: 0;
  padding: 1.15rem 1.2rem 1.15rem;
  border-radius: var(--radius);
  min-width: 0;
}
.stat-figure figcaption {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}
.stat-figure .section-note { margin: 0 0 0.55rem; }
.stat-figure .stat-chart-wrap { margin: 0; }
.stat-figure table.data { margin: 0.15rem 0 0; }
.stat-source {
  color: var(--faint);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 1.25rem 0 0;
}
.stat-stack {
  display: flex;
  height: 0.9rem;
  border-radius: 999px;
  overflow: hidden;
  background: oklch(0.22 0.03 var(--hue));
  margin: 0 0 0.95rem;
  box-shadow: inset 0 1px 0 oklch(0.08 0.03 var(--hue) / 0.35);
}
.stat-stack-seg { min-width: 0.35rem; }
.stat-stack-seg.is-certified,
.spec-bar-fill.is-certified {
  background: linear-gradient(90deg, var(--accent), var(--foam));
}
.stat-stack-seg.is-listed,
.spec-bar-fill.is-listed { background: oklch(0.76 0.06 210); }
.stat-stack-seg.is-revoked,
.spec-bar-fill.is-revoked { background: var(--warn); }
.stat-bar-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 650;
}
.stat-bar-label .ph { color: var(--foam); flex-shrink: 0; }
.stat-bar-label .type-ink .ph { color: inherit; }
.stat-chart-wrap { margin: 0.85rem 0 0; }
.stat-chart-wrap table.data { margin: 0.15rem 0 0; }
.listed-recent {
  list-style: none;
  padding: 0.2rem 0.25rem 0.3rem;
  margin: 0;
  border-radius: var(--radius);
}
.listed-recent li { border-bottom: 1px solid var(--line); }
.listed-recent li:last-child { border-bottom: 0; }
.listed-recent .log-row.is-compact { padding: 0.85rem 1rem; }
@media (max-width: 52rem) {
  .stats-duo { grid-template-columns: 1fr; }
}
.story-list { list-style: none; padding: 0; margin: 0 0 3rem; display: grid; gap: 0.75rem; }
.story-list li { border-radius: var(--radius); }
.story-list a {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
}
.story-list time { color: var(--faint); font-size: 0.78rem; font-weight: 600; }
.story-list strong { font-size: 1.05rem; }
.story-list span { color: var(--muted); font-size: 0.88rem; }
.change-log {
  --log-pad-x: 1.2rem;
  --log-rail: 10px;
  position: relative;
  list-style: none;
  padding: 0.35rem 0 0.7rem;
  margin: 0 0 2rem;
  border-radius: var(--radius-lg);
}
.change-log::before {
  content: "";
  position: absolute;
  left: calc(var(--log-pad-x) + var(--log-rail) / 2);
  top: 1.55rem;
  bottom: 1.35rem;
  width: 1px;
  background: linear-gradient(var(--line-strong), var(--line));
  transform: translateX(-0.5px);
  pointer-events: none;
}
.change-log .log-chapter { position: relative; }
.change-log .log-chapter ol { list-style: none; padding: 0; margin: 0; }
.change-log .log-day {
  display: grid;
  grid-template-columns: var(--log-rail) 24px minmax(0, 1fr);
  gap: 0.85rem 0.95rem;
  align-items: center;
  margin: 0;
  padding: 1.15rem var(--log-pad-x) 0.2rem;
  font: inherit;
}
.change-log .log-chapter + .log-chapter .log-day { padding-top: 1.45rem; }
.change-log .log-day time {
  grid-column: 3;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--foam);
}
.log-rail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.log-dot {
  width: 9px;
  height: 9px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--foam);
  box-shadow: 0 0 0 4px oklch(0.90 0.045 155 / 0.14);
}
.log-dot.is-day {
  width: 8px;
  height: 8px;
  margin-top: 0;
  background: var(--accent);
  box-shadow: 0 0 0 4px oklch(0.80 0.15 155 / 0.16);
}
.log-row {
  display: grid;
  grid-template-columns: var(--log-rail) 24px minmax(0, 1fr) auto;
  gap: 0.75rem 0.95rem;
  align-items: start;
  padding: 0.8rem var(--log-pad-x);
  text-decoration: none;
}
.change-log .log-row:hover {
  background: oklch(0.92 0.02 200 / 0.045);
}
.log-row .type-ink { margin-top: 0.12rem; }
.log-copy { display: grid; gap: 0.22rem; min-width: 0; }
.log-title {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--text);
}
.log-row:hover .log-title { color: var(--foam); }
.log-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.45rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--faint);
  letter-spacing: 0.01em;
}
.log-row .log-chip { margin-top: 0.12rem; }
.chip.listed { color: var(--muted); }
.log-row.is-compact {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 0.55rem 0.65rem;
  padding: 0;
}
.log-row.is-compact .type-ink { margin-top: 0.05rem; }
.log-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}
.log-row.is-compact .log-title {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.log-row.is-compact .log-chip { margin-top: 0; font-size: 0.58rem; padding: 0.16rem 0.42rem; }
.log-row.is-compact time {
  color: var(--faint);
  font-size: 0.72rem;
  font-weight: 600;
  font-family: var(--mono);
}
.home-log-note { color: var(--muted); font-size: 0.9rem; margin: 0.4rem 0 2rem; }
@media (max-width: 40rem) {
  .change-log { --log-pad-x: 0.95rem; }
  .change-log .log-row {
    grid-template-columns: var(--log-rail) 24px minmax(0, 1fr);
  }
  .change-log .log-row .log-chip { grid-column: 3; justify-self: start; margin-top: 0; }
}
.news-page .hero,
.blog-page .hero { padding-bottom: 1rem; }
.news-page .lede { max-width: 42rem; }
.byline {
  margin: 0 0 0.35rem;
  color: var(--faint);
  font-size: 0.9rem;
}
.byline a { color: var(--foam); text-decoration: none; }
.byline a:hover { text-decoration: underline; }
.author-labs { margin: 0.85rem 0 0; }
.author-labs a { color: var(--foam); }
.post-body h2 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 1.4rem 0 0.45rem;
  color: var(--text);
}
.news-layout .story-list { margin: 0; }
.news-side > section h2 a { color: inherit; text-decoration: none; }
.news-side > section h2 a:hover { color: var(--foam); }
.news-cites {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  align-items: baseline;
  padding: 0 0.15rem;
  margin: 0;
  font-size: 0.75rem;
  color: var(--faint);
}
.news-cites h2 {
  flex: 1 0 100%;
  margin: 0 0 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
}
.news-cites a { color: var(--faint); text-decoration: none; }
.news-cites a:hover { color: var(--muted); }
.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16.5rem, 20rem);
  gap: 1.5rem 2rem;
  align-items: start;
  margin: 0 0 3rem;
}
.news-feed { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.news-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.55rem 0.85rem;
  padding: 0.7rem 0.9rem;
  text-decoration: none;
  align-items: start;
}
.news-card.has-thumb { grid-template-columns: 4.75rem minmax(0, 1fr); }
.news-card:hover { border-color: var(--line-strong); }
.news-thumb {
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: calc(var(--radius) - 0.55rem);
  overflow: hidden;
  background: oklch(0.18 0.03 var(--hue) / 0.72);
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-copy {
  display: grid;
  align-content: start;
  gap: 0.18rem;
  min-width: 0;
}
.news-copy time {
  color: var(--faint);
  font-size: 0.75rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.news-copy strong {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.28;
}
.news-card:hover .news-copy strong { color: var(--foam); }
.news-meta {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-side {
  display: grid;
  gap: 1.1rem;
  position: sticky;
  top: calc(var(--header) + 0.85rem);
}
.news-side > section { padding: 1rem 1.05rem 0.9rem; }
.news-side > section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.news-side-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.news-side-list li + li { border-top: 1px solid var(--line); padding-top: 0.7rem; }
.news-side-list a { display: block; text-decoration: none; }
.news-side-list .log-row.is-compact { display: grid; }
.news-side-copy { display: grid; gap: 0.18rem; min-width: 0; }
.news-side-copy strong {
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 650;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-side-list a:hover strong,
.news-side-list a:hover .log-title { color: var(--foam); }
.news-side-copy time {
  color: var(--faint);
  font-size: 0.72rem;
  font-weight: 600;
}
.news-ad {
  min-height: 15.625rem;
  border-radius: var(--radius);
}
.glossary-page { padding-bottom: 4rem; }
.glossary-page .lede { max-width: 42rem; }
.glossary-page .kicker .ph-24 { color: var(--accent); }
.glossary-alpha { margin: 0 0 1.75rem; scroll-margin-top: calc(var(--header) + var(--letters) + 0.35rem); }
.glossary-alpha > h2 {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--foam);
  margin: 0 0 0.7rem;
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
.glossary-alpha > h2 .muted { font-size: 0.85rem; font-family: var(--font); font-weight: 600; }
.glossary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20.5rem, 1fr));
  gap: 1rem;
}
.glossary-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.45rem 1.5rem 1.4rem;
  border-radius: var(--radius-lg);
  min-height: 12.5rem;
  scroll-margin-top: calc(var(--header) + 1.25rem);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.glossary-card:hover {
  border-color: var(--line-strong);
  box-shadow:
    0 28px 56px -16px oklch(0.06 0.03 var(--hue) / 0.55),
    0 0 36px -10px oklch(0.48 0.14 155 / 0.22),
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.1);
}
.glossary-card h2 {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0;
}
.glossary-card h2 a {
  color: var(--accent);
  text-decoration: none;
}
.glossary-card h2 a:hover { color: var(--foam); }
.glossary-card > p:not(.glossary-cites) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.glossary-card-solo {
  min-height: 0;
  max-width: 42rem;
  padding: 1.6rem 1.7rem 1.5rem;
}
.glossary-cites {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: auto 0 0;
}
.glossary-cites a {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--glass-search);
  color: var(--foam);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.glossary-cites a:hover { border-color: var(--line-strong); color: var(--text); }
table.data {
  width: 100%;
  border-collapse: collapse;
  margin: 0.6rem 0 1.5rem;
}
table.data th, table.data td {
  text-align: left;
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid var(--line);
}
table.data tfoot td { font-weight: 650; }
.spec-page { padding-bottom: 4rem; }
.spec-page .lede { max-width: 42rem; }
.spec-page .kicker .ph-24 { color: var(--accent); }
.spec-page .spec-note {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 1rem;
  max-width: 42rem;
}
.spec-page .spec-why,
.spec-page .spec-docs {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
}
.spec-page .spec-why {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.spec-page .spec-why li,
.spec-page .spec-docs li {
  max-width: none;
  margin: 0;
}
.spec-why li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  padding: 1.25rem 1.3rem 1.3rem;
  border-radius: var(--radius);
  min-height: 11.5rem;
}
.spec-why li:hover { border-color: var(--line-strong); }
.spec-why-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.spec-why .ph { color: var(--foam); flex-shrink: 0; }
.spec-why strong {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0;
}
.spec-why p {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  color: var(--muted);
}
.spec-page .spec-kpis {
  grid-template-columns: repeat(2, minmax(11.25rem, 16rem));
  margin: 0 0 1.15rem;
}
table.spec-chart { margin-top: 0.2rem; }
table.spec-chart th:first-child,
table.spec-chart td:first-child {
  width: 8.75rem;
  white-space: nowrap;
  vertical-align: middle;
}
table.spec-chart tbody th {
  font-weight: 650;
  padding-left: 0;
}
table.spec-chart tfoot th { font-weight: 650; padding-left: 0; }
.spec-ver {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text);
}
.spec-bar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.spec-bar-track {
  display: block;
  flex: 1;
  min-width: 4.5rem;
  height: 0.72rem;
  border-radius: 999px;
  background: oklch(0.22 0.03 var(--hue));
  overflow: hidden;
  box-shadow: inset 0 1px 0 oklch(0.08 0.03 var(--hue) / 0.35);
}
.spec-bar-fill {
  display: block;
  height: 100%;
  min-width: 0.4rem;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--foam));
  box-shadow: 0 0 14px var(--glow);
}
.spec-bar-total .spec-bar-fill {
  background: oklch(0.84 0.03 200 / 0.28);
  box-shadow: none;
}
.spec-n {
  font-family: var(--display);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  color: var(--accent);
  min-width: 3.5rem;
  text-align: right;
}
.spec-share {
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  min-width: 3.1rem;
}
.spec-docs {
  display: grid;
  gap: 0.55rem;
  max-width: 42rem;
}
.spec-docs a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}
.spec-docs a:hover {
  border-color: var(--line-strong);
  color: var(--foam);
}
.spec-docs .ph { color: var(--foam); }
.spec-docs a .ph:last-child { color: var(--faint); }
@media (max-width: 860px) {
  .spec-page .spec-why { grid-template-columns: 1fr; }
  .spec-why li { min-height: 0; }
  .spec-page .spec-kpis { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .spec-page .spec-kpis { grid-template-columns: 1fr; }
  .spec-share { display: none; }
  table.spec-chart th:first-child,
  table.spec-chart td:first-child { width: auto; }
}
.muted { color: var(--muted); }
.post-body { max-width: 48rem; }
.post-body p { margin: 0 0 0.8rem; color: var(--muted); }

@keyframes toast-in {
  from { opacity: 0; transform: translate3d(12px, -12px, 0) scale(0.96); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes toast-out {
  from { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; transform: translate3d(8px, -8px, 0) scale(0.96); }
}
.toast-enter { animation: toast-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.toast-leave { animation: toast-out 200ms ease-in both; pointer-events: none; }
#toast-root > div { transition: margin 200ms ease; }
.copy-cert { margin-left: 0.35rem; padding: 0.35rem 0.7rem; font-size: 0.75rem; }

@media (max-width: 1100px) {
  .nav > a .ph { display: none; }
}
@media (max-width: 960px) {
  .nav { display: none; }
  .nav-menu { display: block; }
  .site-header .search { max-width: none; }
}
@media (max-width: 860px) {
  .bento, .product, .home-bento, .specs, .buy-row, .news-layout { grid-template-columns: 1fr; }
  .news-side { position: static; }
  .bento.is-compact,
  .bento.is-dense { grid-template-columns: repeat(2, 1fr); }
  .home-bento .tile.span { grid-column: auto; grid-row: auto; min-height: 18rem; }
  .search { min-width: 0; }
  .site-header .wrap { gap: 0.65rem; }
  .stage,
  article.product .stage,
  article.product .stage.is-photo { min-height: 20rem; }
  .from { text-align: left; }
  .rail { border-radius: var(--radius); }
  .wizard-steps { border-radius: var(--radius); }
}
@media (min-width: 1100px) {
  .bento.is-dense { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 560px) {
  .logo { font-size: 1.2rem; gap: 0.4rem; }
  .logo-mark,
  .logo-mark img { height: 2.05rem; }
  .site-header .search button { padding: 0.45rem 0.75rem; }
  .news-card.has-thumb { grid-template-columns: 4rem minmax(0, 1fr); }
  .news-thumb { width: 4rem; height: 4rem; }
  .news-copy strong { font-size: 0.98rem; }
}
@media (max-width: 400px) {
  :root { --letters: 7.25rem; }
  .logo-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}
@media (max-width: 720px) {
  .rail-filters .rail-fields,
  .rail-filters .rail-fields:has(> :nth-child(2)),
  .rail-filters .rail-fields:has(> :nth-child(3)),
  .rail-filters .rail-pills,
  .rail-filters .rail-pills:has(> :nth-child(2)) {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  :root {
    --rail: 8.5rem;
    --letters: 5.15rem;
  }
  .rail-filters .rail-select,
  .rail-filters .rail-search,
  .rail-filters .rail-pills {
    width: 100%;
    max-width: none;
  }
  .rail-search { flex: 1 1 100%; }
  .brand-region .rail-search,
  .brand-rail .rail-search {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
  }
  .brand-region .rail button.ghost,
  .brand-rail button.ghost { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .nav-pop.glass {
    background: var(--glass-solid);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Sitewide tooltips: CSS fallback; JS Popover (#mm-tip) wins when .js-tips is set. */
[data-tooltip] {
  --mm-tip-gap: 0.45rem;
  position: relative;
  cursor: help;
}
a[data-tooltip], button[data-tooltip] { cursor: pointer; }
[data-tooltip]::after,
[data-tooltip]::before {
  position: absolute;
  left: 50%;
  bottom: calc(100% + var(--mm-tip-gap));
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  z-index: 50;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  width: max-content;
  max-width: min(22rem, 80vw);
  padding: 0.48rem 0.7rem;
  border-radius: 0.7rem;
  border: 1px solid var(--line-strong);
  background: var(--glass-solid);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  color: var(--text);
  font: 500 0.78rem/1.35 var(--font);
  letter-spacing: -0.011em;
  text-transform: none;
  text-align: left;
  white-space: normal;
  box-shadow:
    0 16px 40px oklch(0.08 0.03 var(--hue) / 0.5),
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.12);
}
[data-tooltip]::before {
  content: "";
  bottom: calc(100% + 0.12rem);
  width: 0.55rem;
  height: 0.55rem;
  background: var(--foam);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before,
[data-tooltip]:focus-visible::after,
[data-tooltip]:focus-visible::before {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  [data-tooltip]::after,
  [data-tooltip]::before {
    transition: opacity 140ms ease;
  }
}
html.js-tips [data-tooltip]::after,
html.js-tips [data-tooltip]::before {
  content: none !important;
  display: none !important;
}
.mm-tip {
  position: fixed;
  inset: unset;
  margin: 0;
  max-width: min(22rem, calc(100vw - 1.5rem));
  padding: 0.5rem 0.75rem 0.55rem;
  border-radius: 0.7rem;
  border: 1px solid var(--line-strong);
  background: var(--glass-solid);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  color: var(--text);
  font: 500 0.78rem/1.35 var(--font);
  letter-spacing: -0.011em;
  box-shadow:
    0 18px 44px oklch(0.08 0.03 var(--hue) / 0.55),
    inset 0 1px 0 oklch(0.92 0.02 200 / 0.12),
    inset 0 2px 0 var(--foam);
  z-index: 90;
}
.mm-tip:not(:popover-open):not(.is-open) { display: none; }
.mm-tip:popover-open, .mm-tip.is-open { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .mm-tip:popover-open, .mm-tip.is-open {
    animation: mm-tip-in 140ms ease-out;
  }
}
@keyframes mm-tip-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .mm-tip, [data-tooltip]::after { background: var(--glass-solid); }
}

.contact-page { padding-bottom: 4rem; }
.contact-page .lede a { color: var(--foam); }
.contact-form, .contact-sent {
  max-width: 48rem;
  margin: 1.25rem 0 0;
  padding: 1.4rem 1.35rem 1.5rem;
  border-radius: var(--radius-lg);
  display: grid;
  gap: 1rem;
}
.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: oklch(0.16 0.02 var(--hue) / 0.7);
  color: var(--text);
  font: 400 1rem/1.45 var(--font);
  letter-spacing: -0.011em;
  text-transform: none;
  padding: 0.85rem 1rem;
}
.contact-form select {
  appearance: auto;
  min-height: 3.05rem;
}
.contact-form textarea { resize: vertical; min-height: 9rem; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible, .contact-form select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-color: transparent;
}
.cf-turnstile { min-height: 65px; width: 100%; }
.contact-form button[type="submit"] {
  appearance: none;
  border: 0;
  cursor: pointer;
  margin-top: 0.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: var(--foam);
  color: var(--ink);
  font: 700 0.78rem/1 var(--font);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  min-height: 48px;
}
.contact-form button[type="submit"]:hover { filter: brightness(1.06); }
.contact-error {
  margin: 0;
  color: var(--warn);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.011em;
  text-transform: none;
}
.contact-sent { text-align: center; justify-items: center; }
.contact-sent h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin: 0;
}
.contact-sent p { margin: 0; color: var(--muted); }
.contact-sent a { color: var(--foam); font-weight: 600; }
.contact-sent-icon .ph { width: 2.4rem; height: 2.4rem; color: var(--accent); }
.hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


