:root {
  --ash-bg: #ffffff;
  --ash-soft: #f5f5f7;
  --ash-soft-2: #fbfbfd;
  --ash-ink: #1d1d1f;
  --ash-muted: #6e6e73;
  --ash-line: #d2d2d7;
  --ash-blue: #0071e3;
  --ash-green: #2f9e44;
  --ash-orange: #bf6a02;
  --ash-graphite: #424245;
  --ash-radius: 8px;
  --ash-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  --ash-glass-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.44));
  --ash-glass-border: rgba(255, 255, 255, 0.68);
  --ash-glass-shadow: 0 24px 70px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  --ash-container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ash-bg);
  color: var(--ash-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

body.ash-site {
  background:
    radial-gradient(circle at 14% 8%, rgba(0, 113, 227, 0.1), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(123, 220, 181, 0.14), transparent 32%),
    var(--ash-soft);
}

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

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ash-container {
  width: min(100% - 48px, var(--ash-container));
  margin: 0 auto;
}

.ash-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(210, 210, 215, 0.72);
  backdrop-filter: saturate(180%) blur(18px);
}

.ash-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  gap: 24px;
}

.ash-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.ash-brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: #1d1d1f;
  border-radius: 8px;
}

.ash-nav {
  min-width: 0;
}

.ash-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ash-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #424245;
  font-size: 14px;
  border-radius: 999px;
}

.ash-menu a:hover,
.ash-menu .current-menu-item a {
  color: #1d1d1f;
  background: #f2f2f4;
}

.ash-hero {
  overflow: hidden;
  padding-top: 30px;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 113, 227, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
  border-bottom: 0;
}

.ash-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 64px;
  min-height: 640px;
  padding: 58px 44px 66px;
  overflow: hidden;
  border: 1px solid var(--ash-glass-border);
  border-radius: 30px;
  background: var(--ash-glass-bg);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}

.ash-eyebrow {
  margin: 0 0 12px;
  color: var(--accent, var(--ash-blue));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ash-hero h1,
.ash-page-head h1,
.ash-product-summary h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: 0;
}

.ash-hero p:not(.ash-eyebrow),
.ash-lede {
  max-width: 680px;
  margin: 22px 0 0;
  color: #424245;
  font-size: 21px;
  line-height: 1.38;
}

.ash-hero-control-panel {
  width: min(100%, 600px);
  margin-top: clamp(58px, 8vw, 112px);
}

.ash-hero-control-panel .ash-chip-row {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.28);
  box-shadow:
    0 22px 60px rgba(31, 55, 89, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -18px 36px rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(30px) saturate(190%);
  -webkit-backdrop-filter: blur(30px) saturate(190%);
}

.ash-hero-control-panel .ash-filter-hover-glider,
.ash-hero-control-panel .ash-filter-glider {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0;
  transform: translate3d(10px, 10px, 0);
  transition:
    transform 300ms cubic-bezier(0.2, 0.9, 0.24, 1),
    width 300ms cubic-bezier(0.2, 0.9, 0.24, 1),
    height 300ms cubic-bezier(0.2, 0.9, 0.24, 1),
    opacity 150ms ease;
}

.ash-hero-control-panel .ash-filter-hover-glider {
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.4);
  box-shadow:
    0 12px 28px rgba(31, 55, 89, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -12px 22px rgba(255, 255, 255, 0.22);
}

.ash-hero-control-panel .ash-filter-glider {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(135deg, rgba(0, 113, 227, 0.92), rgba(38, 157, 255, 0.76)),
    rgba(0, 113, 227, 0.72);
  box-shadow:
    0 12px 30px rgba(0, 113, 227, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -14px 24px rgba(0, 74, 180, 0.2);
}

.ash-hero-control-panel .ash-chip-row.is-hover-glider-ready .ash-filter-hover-glider,
.ash-hero-control-panel .ash-chip-row.is-glider-ready .ash-filter-glider {
  opacity: 1;
}

.ash-hero-control-panel .ash-chip-row::before {
  position: absolute;
  inset: 1px;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.66), transparent 38%, rgba(255, 255, 255, 0.18) 72%, transparent);
  opacity: 0.76;
}

.ash-hero-control-panel .ash-chip-row button {
  position: relative;
  z-index: 3;
  min-height: 38px;
  padding: 0 16px;
  color: rgba(29, 29, 31, 0.82);
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 6px 18px rgba(31, 55, 89, 0.08);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ash-hero-control-panel .ash-chip-row button:hover {
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.68);
}

.ash-hero-control-panel .ash-chip-row.is-hover-glider-ready button.is-hover-target:not([aria-pressed="true"]) {
  color: #1d1d1f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ash-hero-control-panel .ash-chip-row button[aria-pressed="true"] {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 113, 227, 0.88), rgba(37, 155, 255, 0.72)),
    rgba(0, 113, 227, 0.76);
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow:
    0 10px 28px rgba(0, 113, 227, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ash-hero-control-panel .ash-chip-row.is-glider-ready button[aria-pressed="true"] {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ash-hero-search {
  position: relative;
  width: min(100%, 455px);
  margin-top: 14px;
}

.ash-hero-search input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  color: #1d1d1f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  box-shadow:
    0 18px 44px rgba(31, 55, 89, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -12px 26px rgba(255, 255, 255, 0.18);
  outline: none;
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
}

.ash-hero-search input[type="search"]::placeholder {
  color: rgba(66, 66, 69, 0.68);
}

.ash-hero-search input[type="search"]:focus {
  border-color: rgba(0, 113, 227, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 22px 52px rgba(0, 113, 227, 0.14),
    0 0 0 4px rgba(0, 113, 227, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.ash-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ash-button,
.ash-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.ash-button:hover,
.ash-icon-button:hover {
  transform: translateY(-1px);
}

.ash-button-primary {
  color: #fff;
  background: var(--ash-blue);
}

.ash-button-ghost,
.ash-icon-button {
  color: #1d1d1f;
  background: #fff;
  border-color: var(--ash-line);
}

.ash-hero-device {
  display: flex;
  justify-content: center;
}

.ash-device-frame {
  display: grid;
  width: min(100%, 500px);
  min-height: 360px;
  place-items: center;
}

.ash-hero-image {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.18));
}

.ash-hero-image-placeholder {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 0.72;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #2f3033 0%, #151516 100%);
  border: 10px solid #2a2a2d;
  border-radius: 42px;
  box-shadow: var(--ash-shadow);
}

.ash-hero-image-placeholder::before {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 92px;
  height: 25px;
  content: "";
  background: #050506;
  border-radius: 999px;
  transform: translateX(-50%);
}

.ash-section {
  padding: 78px 0;
}

.ash-compact-section {
  padding-top: 30px;
}

.ash-section-title {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--ash-glass-border);
  border-radius: 26px;
  background: var(--ash-glass-bg);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
}

.ash-section-title h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.16;
  letter-spacing: 0;
}

.ash-library-overview-panel {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 0.82fr);
  align-items: end;
  gap: clamp(34px, 6vw, 96px);
}

.ash-library-hero-copy {
  max-width: 660px;
  margin-bottom: 0;
}

.ash-library-hero-copy h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: 0;
}

.ash-library-hero-copy p:not(.ash-eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: #424245;
  font-size: 21px;
  line-height: 1.38;
}

.ash-library-eyebrow {
  margin-top: 0;
}

.ash-library-series-panel {
  width: min(100%, 620px);
  justify-self: start;
}

.ash-library-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.ash-library-control-panel {
  margin-top: 24px;
}

.ash-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  appearance: none;
  -webkit-appearance: none;
  color: #1d1d1f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow:
    0 14px 34px rgba(31, 55, 89, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -12px 24px rgba(255, 255, 255, 0.18);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ash-collapse-toggle:hover,
.ash-collapse-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 113, 227, 0.26);
  box-shadow:
    0 18px 42px rgba(0, 113, 227, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  outline: none;
}

.ash-collapse-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: transform 220ms ease;
}

.is-collapsed .ash-collapse-icon {
  transform: rotate(180deg);
}

.ash-collapse-content {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  transition: grid-template-rows 300ms ease, opacity 220ms ease, margin-top 300ms ease;
}

.ash-collapse-inner {
  min-height: 0;
  overflow: hidden;
}

.is-collapsed .ash-collapse-content {
  grid-template-rows: 0fr;
  margin-top: -4px;
  opacity: 0;
}

.ash-library-search {
  width: min(100%, 420px);
}

.ash-library-search input[type="search"] {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid transparent;
  border-radius: 999px;
  outline: none;
}

.ash-library-search input[type="search"]:focus {
  background: #fff;
  border-color: var(--ash-blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.ash-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid var(--ash-glass-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}

.ash-chip-row a,
.ash-chip-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  appearance: none;
  -webkit-appearance: none;
  color: #424245;
  background: #f5f5f7;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.ash-chip-row a:hover,
.ash-chip-row a[aria-current="page"],
.ash-chip-row button:hover,
.ash-chip-row button[aria-pressed="true"] {
  color: #fff;
  background: #1d1d1f;
}

.ash-chip-row button:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.2);
  outline-offset: 2px;
}

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

.ash-filter-empty {
  grid-column: 1 / -1;
}

.ash-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--ash-glass-bg);
  border: 1px solid var(--ash-glass-border);
  border-radius: 24px;
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ash-hero-grid::after,
.ash-section-title::after,
.ash-product-card::after,
.ash-page-head .ash-container::after,
.ash-empty-state::after,
.ash-table-shell::after,
.ash-product-hero-grid::after,
.ash-readable::after,
.ash-spec-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), transparent 42%);
  opacity: 0.7;
}

.ash-hero-grid > *,
.ash-section-title > *,
.ash-product-card > *,
.ash-page-head .ash-container > *,
.ash-empty-state > *,
.ash-table-shell > *,
.ash-product-hero-grid > *,
.ash-readable > *,
.ash-spec-section > * {
  position: relative;
  z-index: 1;
}

.ash-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.ash-card-link {
  display: grid;
  grid-template-rows: 190px auto;
  min-height: 100%;
}

.ash-card-media {
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: var(--ash-radius) var(--ash-radius) 0 0;
}

.ash-card-media img {
  width: auto;
  max-height: 154px;
  object-fit: contain;
}

.ash-product-placeholder {
  display: grid;
  width: 132px;
  aspect-ratio: 0.72;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    var(--accent, #1d1d1f);
  border-radius: 28px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.16);
}

.ash-product-placeholder span {
  font-size: 48px;
  font-weight: 800;
}

.ash-card-body {
  padding: 18px;
}

.ash-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 24px;
  color: var(--accent, var(--ash-blue));
  font-size: 12px;
  font-weight: 700;
}

.ash-card-body h3 {
  margin: 8px 0 0;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
}

.ash-card-body p {
  margin: 10px 0 0;
  color: var(--ash-muted);
  font-size: 14px;
}

.ash-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ash-card-specs span {
  display: inline-flex;
  max-width: 100%;
  padding: 5px 8px;
  color: #424245;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.25;
}

.ash-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.ash-swatches span {
  width: 18px;
  height: 18px;
  background: var(--swatch, #d2d2d7);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.52);
}

.ash-empty-state {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  padding: 34px;
  background: var(--ash-glass-bg);
  border: 1px solid var(--ash-glass-border);
  border-radius: 24px;
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
}

.ash-empty-state h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.ash-empty-state p {
  margin: 0 0 18px;
  color: var(--ash-muted);
}

.ash-page-head {
  padding: 72px 0 44px;
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 113, 227, 0.14), transparent 30%),
    var(--ash-soft);
  border-bottom: 0;
}

.ash-page-head .ash-container {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--ash-glass-border);
  border-radius: 28px;
  background: var(--ash-glass-bg);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}

.ash-page-description {
  max-width: 720px;
  color: #424245;
  font-size: 18px;
}

.ash-page-head .ash-library-search {
  margin-top: 24px;
}

.ash-comparison-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(123, 220, 181, 0.12), transparent 30%),
    #fbfbfd;
  border-top: 0;
  border-bottom: 0;
}

.ash-comparison-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ash-table-tip {
  margin: -10px 0 16px;
  color: var(--ash-muted);
  font-size: 14px;
}

.ash-table-tip kbd {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-inline: 2px;
  padding: 0 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #424245;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ash-table-toolbar {
  display: grid;
  grid-template-columns: 40px minmax(120px, 220px) 40px;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: -4px 0 16px auto;
}

.ash-scroll-button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ash-glass-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1d1d1f;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}

.ash-scroll-button:hover,
.ash-scroll-button:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

.ash-scroll-button:disabled {
  cursor: default;
  opacity: 0.36;
  transform: none;
}

.ash-scroll-track {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
}

.ash-scroll-track span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ash-scroll-thumb-left, 0%);
  width: max(24%, var(--ash-scroll-thumb-width, 24%));
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 113, 227, 0.82), rgba(123, 220, 181, 0.82));
  transition: left 160ms ease, width 160ms ease;
}

.ash-table-shell {
  position: relative;
  overflow: auto;
  max-height: 78vh;
  cursor: auto;
  user-select: text;
  scroll-behavior: smooth;
  scroll-padding-left: 164px;
  scrollbar-gutter: stable both-edges;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ash-glass-border);
  border-radius: 24px;
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.ash-table-shell:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.22);
  outline-offset: 3px;
}

.ash-table-shell.is-drag-ready {
  cursor: grab;
}

.ash-table-shell.is-drag-ready * {
  cursor: grab;
}

.ash-table-shell.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.ash-table-shell.is-dragging * {
  cursor: grabbing;
}

.ash-spec-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.ash-spec-table th,
.ash-spec-table td {
  width: 238px;
  min-width: 238px;
  max-width: 238px;
  padding: 15px 16px;
  vertical-align: top;
  border-right: 1px solid #ececf0;
  border-bottom: 1px solid #ececf0;
  font-size: 14px;
}

.ash-spec-table th,
.ash-spec-table td,
.ash-compare-product strong,
.ash-compare-product em {
  user-select: text;
}

.ash-spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ash-spec-table .ash-sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 164px;
  min-width: 164px;
  max-width: 164px;
  color: #424245;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 12px 0 26px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

.ash-spec-table thead .ash-sticky-col {
  z-index: 4;
}

.ash-group-row th,
.ash-group-row td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1d1d1f;
  background: #f5f5f7;
  font-size: 13px;
  text-transform: uppercase;
}

.ash-group-row .ash-sticky-col {
  background: #f5f5f7;
}

.ash-compare-product {
  display: grid;
  grid-template-columns: 22px 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.ash-compare-product input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent, var(--ash-blue));
}

.ash-compare-media {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  background: #f5f5f7;
  border-radius: 8px;
}

.ash-compare-media .ash-product-placeholder {
  width: 34px;
  border-radius: 8px;
  box-shadow: none;
}

.ash-compare-media .ash-product-placeholder span {
  font-size: 16px;
}

.ash-compare-product strong,
.ash-compare-product em {
  grid-column: 3;
  min-width: 0;
}

.ash-compare-product strong {
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.2;
}

.ash-compare-product em {
  color: var(--accent, var(--ash-blue));
  font-size: 12px;
  font-style: normal;
}

.ash-muted {
  color: #b0b0b5;
}

.ash-tone-blue {
  color: var(--ash-blue);
  font-weight: 700;
}

.ash-tone-green {
  color: var(--ash-green);
  font-weight: 700;
}

.ash-tone-orange {
  color: var(--ash-orange);
  font-weight: 700;
}

.ash-tone-graphite {
  color: var(--ash-graphite);
  font-weight: 700;
}

.ash-cell-with-swatches .ash-swatches {
  margin: 0 0 9px;
}

.ash-swatch-labels {
  color: #424245;
}

.ash-single-product {
  background: transparent;
}

.ash-product-hero {
  padding-top: 30px;
  background:
    radial-gradient(circle at 20% 24%, rgba(0, 113, 227, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfbfd 0%, #fff 100%);
  border-bottom: 0;
}

.ash-product-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 58px;
  min-height: 560px;
  padding: 48px 44px;
  overflow: hidden;
  border: 1px solid var(--ash-glass-border);
  border-radius: 30px;
  background: var(--ash-glass-bg);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}

.ash-product-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.ash-product-visual img {
  max-height: 420px;
  object-fit: contain;
}

.ash-product-visual .ash-product-placeholder {
  width: min(68%, 260px);
}

.ash-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.ash-summary-grid span {
  display: grid;
  gap: 4px;
  min-height: 80px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--ash-glass-border);
  border-radius: 18px;
  color: #424245;
}

.ash-summary-grid strong {
  color: #1d1d1f;
  font-size: 13px;
}

.ash-device-detail {
  padding: 38px 0 76px;
}

.ash-device-detail-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--ash-glass-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 113, 227, 0.08), transparent 28%),
    radial-gradient(circle at 96% 8%, rgba(123, 220, 181, 0.11), transparent 28%),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
}

.ash-device-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.ash-device-main {
  min-width: 0;
}

.ash-device-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ash-device-heading h1 {
  margin: 0;
  color: #111114;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.ash-device-heading p {
  margin: 10px 0 0;
  color: #9a9aa0;
  font-size: 15px;
  font-weight: 700;
}

.ash-device-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #1f9d54;
  background: rgba(52, 199, 89, 0.14);
  border: 1px solid rgba(52, 199, 89, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ash-device-strip-wrap {
  position: relative;
  margin-top: 26px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(210, 210, 215, 0.62);
}

.ash-device-strip-wrap::after {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 26px;
  width: 112px;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(247, 250, 252, 0.92));
  transition: opacity 180ms ease;
}

.ash-device-strip-wrap.is-scrollable:not(.is-scroll-end)::after {
  opacity: 1;
}

.ash-device-strip {
  display: flex;
  gap: 12px;
  padding: 0 0 26px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.ash-device-strip.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.ash-device-strip.is-drag-ready {
  cursor: grabbing;
}

.ash-device-strip.is-dragging .ash-device-option {
  pointer-events: none;
}

.ash-device-strip-hint {
  position: absolute;
  top: 0;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: #5f6772;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(210, 210, 215, 0.62);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
}

.ash-device-strip-hint span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ash-device-strip-hint span::after {
  content: "→";
  color: var(--accent);
  font-size: 15px;
  line-height: 1;
}

.ash-device-strip-wrap.is-scrollable:not(.is-scroll-end) .ash-device-strip-hint {
  opacity: 1;
  transform: translateX(0);
}

.ash-device-strip-wrap.is-dragging .ash-device-strip-hint {
  opacity: 0;
}

.ash-device-option {
  display: grid;
  flex: 0 0 112px;
  grid-template-rows: 92px auto;
  gap: 8px;
  min-height: 154px;
  padding: 10px 10px 12px;
  color: #1d1d1f;
  text-align: center;
  border: 1px solid rgba(210, 210, 215, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  scroll-snap-align: start;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ash-device-option:hover,
.ash-device-option.is-current {
  transform: translateY(-2px);
  border-color: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 70%, #fff);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(0, 113, 227, 0.14);
}

.ash-device-option.is-current {
  outline: 2px solid var(--accent);
  outline: 2px solid color-mix(in srgb, var(--accent) 78%, #fff);
  outline-offset: -2px;
}

.ash-device-option-media {
  display: grid;
  min-width: 0;
  place-items: center;
}

.ash-device-option-media img {
  max-width: 78px;
  max-height: 88px;
  object-fit: contain;
}

.ash-device-option-media .ash-product-placeholder {
  width: 72px;
  min-height: 82px;
  border-radius: 14px;
}

.ash-device-option strong {
  align-self: start;
  color: #2a2a2d;
  font-size: 13px;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.ash-device-option.is-current strong {
  color: var(--accent);
}

.ash-device-block {
  margin-top: 24px;
}

.ash-device-spec-block {
  width: min(100%, 1080px);
  margin-right: auto;
  margin-left: auto;
}

.ash-device-block h2 {
  margin: 0 0 16px;
  color: #17171a;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.ash-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
  padding: 24px;
  border: 1px solid rgba(210, 210, 215, 0.56);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ash-overview-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.ash-overview-item strong,
.ash-overview-item em {
  display: block;
}

.ash-overview-item strong {
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.ash-overview-item em {
  margin-top: 3px;
  color: #9a9aa0;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.ash-overview-icon {
  position: relative;
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #1d1d1f;
}

.ash-overview-icon::before,
.ash-overview-icon::after {
  position: absolute;
  content: "";
  display: block;
}

.ash-overview-icon-screen::before {
  width: 16px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.ash-overview-icon-screen::after {
  bottom: 4px;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
}

.ash-overview-icon-chip::before {
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 5px;
  box-shadow:
    -5px 0 0 -3px currentColor,
    5px 0 0 -3px currentColor,
    0 -5px 0 -3px currentColor,
    0 5px 0 -3px currentColor;
}

.ash-overview-icon-camera::before {
  width: 21px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.ash-overview-icon-camera::after {
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.ash-overview-icon-material::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.ash-overview-icon-material::after {
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(-38deg);
}

.ash-overview-icon-port::before {
  width: 22px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.ash-overview-icon-battery::before {
  width: 20px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.ash-overview-icon-battery::after {
  right: 0;
  width: 3px;
  height: 6px;
  background: currentColor;
  border-radius: 0 2px 2px 0;
}

.ash-detail-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 12px;
  align-items: start;
}

.ash-detail-group {
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, 0.56);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.ash-detail-group h3 {
  margin: 0;
  padding: 12px 15px;
  color: #1f2329;
  background: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0;
}

.ash-detail-group dl {
  margin: 0;
}

.ash-detail-row {
  display: grid;
  grid-template-columns: minmax(82px, 0.32fr) minmax(0, 1fr);
  border-top: 1px solid rgba(210, 210, 215, 0.56);
}

.ash-detail-row dt,
.ash-detail-row dd {
  margin: 0;
  padding: 9px 15px;
}

.ash-detail-row dt {
  color: #7f7f86;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.ash-detail-row dd {
  color: #252529;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.ash-param-panel {
  position: sticky;
  top: 78px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(210, 210, 215, 0.58);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.ash-param-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ash-param-panel h2 {
  margin: 0;
  color: #17171a;
  font-size: 17px;
  line-height: 1.2;
}

.ash-param-copy {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #6e6e73;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.ash-param-copy:hover,
.ash-param-variable button:hover {
  color: var(--accent);
  background: rgba(0, 113, 227, 0.08);
}

.ash-param-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.ash-param-row {
  display: grid;
  gap: 4px;
}

.ash-param-row span,
.ash-param-variable span {
  color: #b0b0b5;
  font-size: 13px;
  font-weight: 800;
}

.ash-param-row strong {
  color: #3f3f44;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ash-param-variable {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.ash-param-variable button {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 12px;
  color: #9b57d8;
  text-align: left;
  background: rgba(164, 87, 216, 0.08);
  border: 1px solid rgba(164, 87, 216, 0.12);
  border-radius: 10px;
  cursor: pointer;
}

.ash-param-variable button::after {
  content: "Copy";
  color: #8b8b91;
  font-size: 11px;
  font-weight: 800;
}

.ash-param-variable button.is-copied::after {
  content: "Copied";
  color: var(--accent);
}

.ash-param-variable button.is-copy-failed::after {
  content: "Failed";
  color: var(--ash-orange);
}

.ash-param-variable code {
  min-width: 0;
  color: inherit;
  font: 700 13px/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  overflow-wrap: anywhere;
}

.ash-device-empty {
  padding: 20px;
  border-radius: 18px;
}

.ash-readable {
  position: relative;
  overflow: hidden;
  max-width: 780px;
  padding: 34px;
  border: 1px solid var(--ash-glass-border);
  border-radius: 24px;
  background: var(--ash-glass-bg);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
  color: #424245;
  font-size: 18px;
}

.ash-gallery-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ash-gallery-strip a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  background: #f5f5f7;
  border: 1px solid #e8e8ed;
  border-radius: 999px;
  font-weight: 700;
}

.ash-spec-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ash-spec-section {
  position: relative;
  border: 1px solid var(--ash-glass-border);
  border-radius: 24px;
  background: var(--ash-glass-bg);
  box-shadow: var(--ash-glass-shadow);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  overflow: hidden;
}

.ash-spec-section h3 {
  margin: 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.54);
  font-size: 18px;
}

.ash-spec-section dl {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  margin: 0;
}

.ash-spec-section dt,
.ash-spec-section dd {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid #ececf0;
}

.ash-spec-section dt {
  color: var(--ash-muted);
  font-weight: 700;
}

.ash-spec-section dd {
  color: #1d1d1f;
  overflow-wrap: anywhere;
}

.ash-post-list {
  display: grid;
  gap: 14px;
}

.ash-article-row {
  padding: 22px;
  background: #f5f5f7;
  border-radius: var(--ash-radius);
}

.ash-article-row h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.ash-article-row p {
  margin: 0;
  color: var(--ash-muted);
}

.ash-site-footer {
  border-top: 1px solid #ececf0;
  background: #f5f5f7;
}

.ash-footer-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 84px;
  color: #6e6e73;
  font-size: 14px;
}

.ash-footer-inner p {
  margin: 0;
}

.ash-footer-inner a {
  font-weight: 700;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.nav-links a,
.nav-links span {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #f5f5f7;
  border-radius: 999px;
}

.nav-links .current {
  color: #fff;
  background: #1d1d1f;
}

@media (max-width: 1100px) {
  .ash-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ash-hero-grid,
  .ash-product-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ash-device-detail-grid {
    grid-template-columns: 1fr;
  }

  .ash-param-panel {
    position: static;
  }

  .ash-hero-grid {
    min-height: auto;
  }

  .ash-hero-device {
    justify-content: start;
  }

  .ash-device-frame {
    width: 360px;
    min-height: 320px;
  }
}

@media (max-width: 820px) {
  .ash-container {
    width: min(100% - 32px, var(--ash-container));
  }

  .ash-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
  }

  .ash-nav {
    width: 100%;
    overflow-x: auto;
  }

  .ash-menu {
    width: max-content;
  }

  .ash-hero h1,
  .ash-library-hero-copy h1,
  .ash-page-head h1,
  .ash-product-summary h1 {
    font-size: 44px;
  }

  .ash-hero p:not(.ash-eyebrow),
  .ash-library-hero-copy p:not(.ash-eyebrow),
  .ash-lede {
    font-size: 18px;
  }

  .ash-section-title {
    align-items: stretch;
    flex-direction: column;
  }

  .ash-library-overview-panel {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }

  .ash-library-hero-copy,
  .ash-library-series-panel {
    max-width: none;
    width: 100%;
  }

  .ash-hero-control-panel {
    width: 100%;
    margin-top: 40px;
  }

  .ash-hero-control-panel .ash-chip-row {
    width: 100%;
    border-radius: 26px;
  }

  .ash-hero-search {
    width: 100%;
  }

  .ash-library-search {
    width: 100%;
  }

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

  .ash-spec-sections {
    grid-template-columns: 1fr;
  }

  .ash-summary-grid {
    grid-template-columns: 1fr;
  }

  .ash-device-detail-card {
    padding: 26px;
    border-radius: 26px;
  }

  .ash-device-heading {
    flex-direction: column;
  }

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

  .ash-detail-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ash-table-toolbar {
    grid-template-columns: 38px minmax(110px, 1fr) 38px;
    width: 100%;
    margin-left: 0;
  }

  .ash-hero-grid {
    padding: 36px 22px 44px;
    border-radius: 22px;
  }

  .ash-hero h1,
  .ash-library-hero-copy h1,
  .ash-page-head h1,
  .ash-product-summary h1 {
    font-size: 36px;
  }

  .ash-section {
    padding: 52px 0;
  }

  .ash-section-title h2 {
    font-size: 29px;
  }

  .ash-library-overview-panel {
    gap: 28px;
  }

  .ash-hero-control-panel .ash-chip-row {
    padding: 8px;
    border-radius: 24px;
  }

  .ash-hero-control-panel .ash-chip-row button {
    flex: 1 1 calc(50% - 8px);
    padding: 0 12px;
  }

  .ash-hero-search input[type="search"] {
    min-height: 46px;
  }

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

  .ash-card-link {
    grid-template-rows: 170px auto;
  }

  .ash-product-hero-grid {
    min-height: auto;
    padding: 36px 22px;
    border-radius: 22px;
  }

  .ash-device-detail {
    padding: 24px 0 58px;
  }

  .ash-device-detail-card {
    padding: 20px;
    border-radius: 22px;
  }

  .ash-device-heading h1 {
    font-size: 34px;
  }

  .ash-device-strip-wrap {
    margin-top: 22px;
    padding-top: 36px;
  }

  .ash-device-strip {
    padding-bottom: 22px;
  }

  .ash-device-strip-wrap::after {
    top: 36px;
    bottom: 22px;
    width: 82px;
  }

  .ash-device-strip-hint {
    right: 10px;
    top: 0;
  }

  .ash-device-option {
    flex-basis: 104px;
  }

  .ash-overview-grid,
  .ash-detail-row {
    grid-template-columns: 1fr;
  }

  .ash-overview-grid {
    padding: 18px;
  }

  .ash-detail-row dd {
    padding-top: 0;
  }

  .ash-product-visual {
    min-height: 250px;
  }

  .ash-spec-table th,
  .ash-spec-table td {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    padding: 13px 14px;
  }

  .ash-spec-table .ash-sticky-col {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
  }

  .ash-compare-product {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .ash-compare-media {
    display: none;
  }

  .ash-compare-product strong,
  .ash-compare-product em {
    grid-column: 2;
  }

  .ash-spec-section dl {
    grid-template-columns: 1fr;
  }

  .ash-spec-section dd {
    padding-top: 0;
    border-top: 0;
  }

  .ash-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}
