/* Compact product facts and software features. */
.brand-dark-page main [id] { scroll-margin-top: 88px; }
.detail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-block: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.detail-nav a,
.detail-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent);
  font-size: 14px;
}
.detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
}
.detail-fact {
  min-width: 0;
  padding: clamp(24px, 4vw, 48px);
  background: #0d0f12;
  scroll-margin-top: 88px;
}
.detail-fact .h2 {
  margin: 16px 0 24px;
  font-size: clamp(26px, 3vw, 38px);
}
.detail-fact .section-heading { margin-bottom: 24px; }
.detail-fact .lead { font-size: 16px; margin-bottom: 16px; }
.detail-feature-list { padding-left: 20px; margin: 0; color: #c5cad0; }
.detail-feature-list li { padding-block: 8px; }
.detail-fact .specification-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.detail-fact .specification-grid > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  min-height: 0;
  padding: 14px 0;
}
.detail-fact .specification-grid strong { font-size: 16px; }
.d1-dark-page .product-ecosystem-related .ecosystem-item { padding: 24px; }
.d1-dark-page .product-ecosystem-related .ecosystem-item img { height: 180px; }
.d1-dark-page .product-ecosystem-related .ecosystem-item h3 { font-size: 28px; }
.d1-dark-page .product-ecosystem-related .ecosystem-item p { font-size: 14px; }
.bullink-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 32px 0 0;
  background: rgba(255, 255, 255, .12);
  list-style: none;
}
.bullink-feature { padding: clamp(24px, 3vw, 36px); background: #0d0f12; }
.bullink-feature-index { color: var(--accent); font-family: var(--font-mono); font-size: 14px; }
.bullink-feature h3 { font-size: clamp(22px, 2.2vw, 28px); margin: 20px 0 16px; line-height: 1.3; }
.bullink-feature p { color: #c5cad0; font-size: 16px; }
.bullink-feature-result { border-top: 1px solid rgba(255,255,255,.12); margin: 24px 0 0; padding-top: 16px; font-size: 14px; }
.bullink-feature-result > div + div { margin-top: 12px; }
.bullink-feature-result dt { color: #939ba6; font-size: 12px; }
.bullink-feature-result dd { margin: 4px 0 0; }
.bullink-access-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); }
.bullink-access-grid .h2 { margin-top: 20px; }
.bullink-device-note { padding: 28px; border: 1px solid rgba(255,255,255,.12); align-self: start; }
.bullink-device-note a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-block: 20px; border-bottom: 1px solid rgba(255,255,255,.12); color: inherit; }
.bullink-device-note p { color: #a6adb5; font-size: 14px; margin: 20px 0 0; }
@media (max-width: 1024px) {
  .bullink-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .detail-facts, .bullink-feature-grid, .bullink-access-grid { grid-template-columns: 1fr; }
  .bullink-detail-page .showcase-hero .h1 { font-size: clamp(36px, 9vw, 52px); }
  .d1-dark-page .product-ecosystem-related .ecosystem-item { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px 20px; }
  .d1-dark-page .product-ecosystem-related .ecosystem-item img { grid-row: 1 / 4; height: 110px; margin: 0; align-self: center; }
  .d1-dark-page .product-ecosystem-related .ecosystem-item h3 { font-size: 24px; margin: 0; }
  .d1-dark-page .product-ecosystem-related .ecosystem-item p { margin: 0; }
  .d1-dark-page .product-ecosystem-related .product-status { grid-column: 2; }
}
