body.features-page {
  background-color: #fff;
}

body.features-page > .features-page {
  background: transparent;
}

html {
  interpolate-size: allow-keywords;
}

.features-mobile-device-frame {
  --features-mobile-device-width: 280px;
  --features-mobile-device-aspect-ratio: 70.6 / 146.6;
  --features-mobile-device-frame-padding: 3px;
  --features-mobile-device-border-width: 1px;
  --features-mobile-device-radius: 42px;
  --features-mobile-device-screen-radius: 38px;
}

.features-design-gallery-layout {
  max-width: 1480px;
}

.features-design-index-content {
  position: relative;
  left: -45px;
  max-width: 1342px;
}

.features-design-index {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.features-design-sidebar {
  position: sticky;
  top: 84px;
  min-width: 0;
  transform: translateX(25px);
}

.features-design-sidebar-group {
  margin-top: 14px;
}

.features-design-sidebar-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 10px;
  border-radius: 9px;
  background: transparent;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.features-design-sidebar-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 7px 10px;
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
  user-select: none;
}

.features-design-sidebar-category::-webkit-details-marker {
  display: none;
}

.features-design-sidebar-category-link {
  color: inherit;
  text-decoration: none;
}

.features-design-sidebar-category-link.is-active {
  color: var(--text);
  font-weight: 700;
}

.features-design-sidebar-category::before {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-right: 1.25px solid var(--muted);
  border-bottom: 1.25px solid var(--muted);
  content: "";
  transform: rotate(-45deg);
  transition: transform 150ms ease;
}

.features-design-sidebar-group[open] > .features-design-sidebar-category::before {
  transform: rotate(45deg) translate(-1px, -1px);
}

.features-design-sidebar-group::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    block-size 180ms ease,
    opacity 140ms ease,
    content-visibility 180ms allow-discrete;
}

.features-design-sidebar-group[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.features-design-sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 3px;
  padding-left: 28px;
}

.features-design-sidebar-links [data-design-nav] {
  position: relative;
  display: block;
  padding: 7px 8px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.features-design-sidebar-links a[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.features-design-sidebar-links span[data-design-nav] {
  color: color-mix(in srgb, var(--muted) 72%, white);
}

.features-design-sidebar-links span[data-design-nav] small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.features-design-sidebar-links a:focus-visible,
.features-design-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.features-design-gallery {
  min-width: 0;
}

.features-design-detail-content {
  min-width: 0;
  max-width: 860px;
  transform: translateX(calc(460px - 50%));
}

.features-design-detail-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.features-design-detail-title-row .features-lead {
  margin: 0;
}

.features-design-detail-title-row .features-design-platform-badge {
  align-self: center;
  height: 21px;
  padding-block: 0;
  padding-inline: 8px;
  border-width: 1.5px;
  border-radius: 999px;
  background: rgba(29, 28, 26, 0.04);
  font-size: 10px;
  line-height: normal;
  transform: translateY(2px);
}

.features-design-gallery-header h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.features-design-gallery-header p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.48;
}

.features-design-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 350px));
  gap: 30px 18px;
  margin-top: 34px;
}

.features-design-card-grid--preview {
  grid-template-columns: repeat(3, minmax(0, 350px));
}

.features-design-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--text);
  text-decoration: none;
}

.features-design-card-visual {
  display: grid;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  background: var(--design-card-bg);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 0 16px rgba(255, 255, 255, 0.78);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

a.features-design-card:hover .features-design-card-visual {
  border-color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 0 20px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.features-design-card--interactive:hover .features-design-card-visual {
  border-color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 0 20px rgba(255, 255, 255, 0.9);
  transform: none;
}

.features-design-card-visual svg {
  width: 78%;
  height: auto;
  overflow: visible;
}

.features-design-card-visual--live {
  background: #fff;
}

.features-design-card--glass {
  --design-card-bg: #edf3eb;
  --design-card-soft: rgba(63, 109, 57, 0.18);
  --design-card-strong: rgba(63, 109, 57, 0.72);
  --design-card-detail: #ffffff;
}

.features-liquid-glass-card-preview {
  background: #74b9ec url("/assets/img/liquid-glass-preview-bg.jpg") center / cover no-repeat;
}

.features-liquid-glass-detail-preview {
  width: min(100%, 420px);
  aspect-ratio: 1;
  margin: 30px auto 34px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    0 20px 48px rgba(43, 69, 38, 0.12);
}

.features-liquid-glass-scene {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 340px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(140deg, #c8e1fa 0%, #a6c8f2 45%, #7aaae8 100%);
  isolation: isolate;
}

.features-liquid-glass-detail-preview .features-liquid-glass-scene {
  height: 100%;
  min-height: 0;
}

.features-liquid-glass-scene--detail {
  background: #74b9ec url("/assets/img/liquid-glass-preview-bg.jpg") center / cover no-repeat;
}

.features-liquid-glass-scene--card {
  height: 100%;
  min-height: 0;
  background: #74b9ec url("/assets/img/liquid-glass-preview-bg.jpg") center / cover no-repeat;
}

.features-liquid-glass-variant-examples {
  position: relative;
  z-index: 2;
  display: grid;
  width: calc(100% - 18px);
  max-width: 402px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.features-liquid-glass-variant-examples .features-liquid-glass-button {
  width: 100%;
  gap: 0;
  text-align: center;
}

.features-liquid-glass-variant-examples .orchard-liquid-glass--clear {
  color: #fff;
}

.features-liquid-glass-variant-examples--card {
  width: calc(100% - 16px);
  gap: 10px;
}

.features-liquid-glass-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 190px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: #1d1c1a;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.02em;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

.features-liquid-glass-button:hover {
  transform: translateY(-3px) scale(1.02);
}

.features-liquid-glass-button:active {
  transform: translateY(0) scale(0.97);
}

.features-liquid-glass-button:focus-visible {
  outline: 3px solid rgba(35, 80, 144, 0.82);
  outline-offset: 4px;
}

.features-liquid-glass-scene--card .features-liquid-glass-button {
  width: 100%;
  min-height: 52px;
  gap: 0;
  padding: 0 12px;
  font-size: 14px;
}

.features-design-card--spotlight {
  --design-card-bg: #f3efe7;
  --design-card-soft: rgba(143, 104, 54, 0.15);
  --design-card-strong: rgba(143, 104, 54, 0.66);
  --design-card-detail: rgba(143, 104, 54, 0.78);
}

.features-design-card--expandable {
  --design-card-bg: #edf0f3;
  --design-card-soft: rgba(70, 86, 100, 0.14);
  --design-card-strong: rgba(70, 86, 100, 0.66);
  --design-card-detail: rgba(70, 86, 100, 0.76);
}

.features-design-card--adaptive-tab {
  --design-card-bg: #f2f1ed;
  --design-card-soft: rgba(71, 75, 79, 0.13);
  --design-card-strong: rgba(71, 75, 79, 0.62);
  --design-card-detail: rgba(38, 40, 43, 0.76);
}

.features-design-card--elastic {
  --design-card-bg: #f2f4f8;
  --design-card-soft: rgba(22, 131, 255, 0.13);
  --design-card-strong: rgba(22, 131, 255, 0.66);
  --design-card-detail: rgba(22, 72, 132, 0.78);
}

.features-design-card-name-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px 4px;
  border-radius: 6px;
  text-decoration: none;
}

.features-design-card-name-link::after {
  flex: 0 0 auto;
  color: var(--muted);
  content: "View details";
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.68;
  transform-origin: right center;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.features-design-card-name-link:hover::after {
  color: var(--text);
  opacity: 1;
  transform: scale(1.05);
}

.features-design-card-name-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.features-spotlight-card-preview {
  background: #0b1110;
}

.features-spotlight-card-host,
.features-spotlight-card-preview .orchard-spotlight-carousel {
  width: 100%;
  height: 100%;
}

.features-spotlight-card-preview .orchard-spotlight-carousel {
  --orchard-spotlight-height: 100%;
  --orchard-spotlight-movement: 26px;
  min-height: 0;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__content {
  right: 18px;
  bottom: 31px;
  left: 18px;
  column-gap: 12px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__title {
  font-size: 24px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__subtitle {
  font-size: 12px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__play {
  width: 64px;
  height: 25px;
  gap: 5px;
  font-size: 10px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__play-icon {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 7px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__pagination {
  bottom: 10px;
  gap: 4px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__page {
  width: 5px;
  height: 5px;
}

.features-spotlight-card-preview .orchard-spotlight-carousel__page.is-active {
  width: 15px;
}

.features-expandable-card-preview {
  background: linear-gradient(135deg, #ffe8db 0%, #f9dfe6 100%);
}

.features-expandable-card-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.features-elastic-card-preview {
  display: grid;
  align-content: center;
  justify-items: stretch;
  padding: 20px 24px;
  background: linear-gradient(135deg, #e6f3ff 0%, #e7e3ff 100%);
}

.features-elastic-card-preview .orchard-adaptive-tab-bar__surface {
  --orchard-adaptive-selection-overhang: 16px;
  height: 54px;
  padding: 2px 4px;
}

.features-elastic-card-preview .orchard-adaptive-tab-bar__indicator {
  top: 2px;
  height: 50px;
}

.features-elastic-card-preview .orchard-adaptive-tab-bar__icon {
  width: 20px;
  height: 20px;
}

.features-elastic-detail-preview,
.features-adaptive-detail-preview {
  position: relative;
  box-sizing: border-box;
  width: min(var(--features-mobile-device-width), calc(100vw - 48px));
  aspect-ratio: var(--features-mobile-device-aspect-ratio);
  margin: 30px auto 34px;
  padding: var(--features-mobile-device-frame-padding);
  overflow: hidden;
  border: var(--features-mobile-device-border-width) solid #6e6e73;
  border-radius: var(--features-mobile-device-radius);
  background: #1d1d1f;
  box-shadow:
    0 20px 46px rgba(29, 28, 26, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.features-elastic-detail-preview::before,
.features-adaptive-detail-preview::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 72px;
  height: 20px;
  border-radius: 999px;
  background: #050505;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.features-elastic-detail-screen {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0 8px 8px;
  overflow: hidden;
  align-items: end;
  border-radius: var(--features-mobile-device-screen-radius);
  background: linear-gradient(135deg, #e6f3ff 0%, #e7e3ff 100%);
}

.features-elastic-detail-active-icon,
.features-adaptive-detail-active-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(54px, 13vw, 72px);
  height: clamp(54px, 13vw, 72px);
  place-items: center;
  color: #1d1d1f;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.features-adaptive-detail-active-icon {
  z-index: 2;
}

.features-elastic-detail-active-icon .orchard-adaptive-tab-bar__icon,
.features-adaptive-detail-active-icon .orchard-adaptive-tab-bar__icon {
  width: 100%;
  height: 100%;
  animation: features-elastic-active-icon-in 180ms ease-out;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

@keyframes features-elastic-active-icon-in {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-elastic-detail-active-icon .orchard-adaptive-tab-bar__icon,
  .features-adaptive-detail-active-icon .orchard-adaptive-tab-bar__icon {
    animation: none;
  }
}

.features-elastic-detail-screen #elastic-tab-bar {
  min-width: 0;
}

.features-adaptive-detail-screen {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px 8px;
  overflow: hidden;
  border-radius: var(--features-mobile-device-screen-radius);
  background: linear-gradient(135deg, #fff0e8 0%, #f6e5f1 100%);
}

.features-adaptive-detail-scroll {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(91, 72, 84, 0.4) transparent;
  scrollbar-width: thin;
  touch-action: pan-y;
}

.features-adaptive-detail-scroll::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.features-adaptive-detail-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.features-adaptive-detail-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(91, 72, 84, 0.4);
}

.features-adaptive-detail-scroll-space {
  min-height: 100%;
}

.features-adaptive-wireframe {
  display: grid;
  gap: 12px;
  padding: 48px 13px 41px;
}

.features-adaptive-wireframe-header {
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  gap: 9px;
  min-height: 30px;
  align-items: center;
}

.features-adaptive-wireframe-avatar,
.features-adaptive-wireframe-action,
.features-adaptive-wireframe-section-head i {
  display: block;
  border: 1px solid rgba(91, 72, 84, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.features-adaptive-wireframe-avatar {
  width: 28px;
  height: 28px;
}

.features-adaptive-wireframe-brand {
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(91, 72, 84, 0.14);
}

.features-adaptive-wireframe-action {
  width: 22px;
  height: 22px;
}

.features-adaptive-wireframe-summary {
  display: grid;
  gap: 7px;
  min-height: 118px;
  align-content: end;
  padding: 14px;
  border: 1px solid rgba(91, 72, 84, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.22);
}

.features-adaptive-wireframe-summary span {
  width: 68%;
  height: 8px;
  border-radius: 999px;
  background: rgba(91, 72, 84, 0.14);
}

.features-adaptive-wireframe-summary span:nth-child(2) {
  width: 46%;
  opacity: 0.72;
}

.features-adaptive-wireframe-summary i {
  width: 58px;
  height: 22px;
  margin-top: 5px;
  border-radius: 999px;
  background: rgba(91, 72, 84, 0.12);
}

.features-adaptive-wireframe-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.features-adaptive-wireframe-stats div {
  display: grid;
  gap: 14px;
  min-height: 74px;
  padding: 11px;
  border: 1px solid rgba(91, 72, 84, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.18);
}

.features-adaptive-wireframe-stats span,
.features-adaptive-wireframe-stats i,
.features-adaptive-wireframe-section-head span,
.features-adaptive-wireframe-list b,
.features-adaptive-wireframe-list em {
  display: block;
  border-radius: 999px;
  background: rgba(91, 72, 84, 0.12);
}

.features-adaptive-wireframe-stats span {
  width: 48%;
  height: 6px;
}

.features-adaptive-wireframe-stats i {
  width: 72%;
  height: 12px;
}

.features-adaptive-wireframe-section-head {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  padding: 5px 1px 0;
}

.features-adaptive-wireframe-section-head span {
  width: 68px;
  height: 8px;
}

.features-adaptive-wireframe-section-head i {
  width: 17px;
  height: 17px;
}

.features-adaptive-wireframe-list {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(91, 72, 84, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.19);
}

.features-adaptive-wireframe-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-height: 62px;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(91, 72, 84, 0.09);
}

.features-adaptive-wireframe-list > div:last-child {
  border-bottom: 0;
}

.features-adaptive-wireframe-list > div > i {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(91, 72, 84, 0.1);
}

.features-adaptive-wireframe-list span {
  display: grid;
  gap: 6px;
}

.features-adaptive-wireframe-list b {
  width: 64%;
  height: 7px;
}

.features-adaptive-wireframe-list em {
  width: 42%;
  height: 6px;
  opacity: 0.72;
}

.features-adaptive-detail-screen #features-adaptive-tab-host {
  position: absolute;
  z-index: 3;
  inset: 0 8px;
  min-width: 0;
  pointer-events: none;
}

.features-adaptive-detail-screen .orchard-adaptive-tab-bar {
  bottom: 14px;
  padding: 0;
}

.features-adaptive-detail-screen .orchard-adaptive-tab-bar__surface {
  --orchard-adaptive-selection-overhang: 16px;
  height: 54px;
  padding: 2px 4px;
}

.features-adaptive-detail-screen .orchard-adaptive-tab-bar__indicator {
  top: 2px;
  height: 50px;
}

.features-elastic-detail-screen .orchard-adaptive-tab-bar__surface {
  --orchard-adaptive-selection-overhang: 16px;
  height: 54px;
  padding: 2px 4px;
}

.features-elastic-detail-screen .orchard-adaptive-tab-bar__indicator {
  top: 2px;
  height: 50px;
}

.orchard-elastic-tab-bar .orchard-adaptive-tab-bar__icon {
  stroke-width: 2.15;
}

.orchard-elastic-tab-bar .orchard-adaptive-tab-bar__item.is-active .orchard-adaptive-tab-bar__icon {
  stroke-width: 2.55;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar__icon,
.features-adaptive-detail-screen .orchard-adaptive-tab-bar__icon {
  stroke-width: 2.15;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar__item.is-active .orchard-adaptive-tab-bar__icon,
.features-adaptive-detail-screen .orchard-adaptive-tab-bar__item.is-active .orchard-adaptive-tab-bar__icon {
  stroke-width: 2.55;
}

.features-elastic-detail-row {
  display: grid;
  gap: 9px;
}

.features-elastic-detail-label {
  margin: 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.features-adaptive-tab-card-preview {
  position: relative;
  display: grid;
  padding: 20px 24px;
  overflow: hidden;
  align-content: center;
  justify-items: stretch;
  isolation: isolate;
  background: linear-gradient(135deg, #fff0e8 0%, #f6e5f1 100%);
}

.features-adaptive-tab-card-scroll {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  touch-action: pan-y;
}

.features-adaptive-tab-card-scroll:focus-visible {
  outline: 2px solid rgba(91, 72, 84, 0.38);
  outline-offset: -4px;
}

.features-adaptive-wireframe--card {
  padding: 18px 18px 80px;
}

.features-adaptive-tab-card-scroll::-webkit-scrollbar {
  display: none;
}

.features-adaptive-tab-card-header {
  position: sticky;
  top: -9px;
  z-index: 2;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  min-height: 34px;
  align-items: center;
  margin: -9px -11px 7px;
  padding: 8px 11px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  font-size: 17px;
  text-align: center;
}

.features-adaptive-tab-card-header strong {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.features-adaptive-tab-card-stories {
  display: flex;
  gap: 9px;
  margin: 0 -11px 8px;
  padding: 2px 11px 5px;
  overflow: hidden;
}

.features-adaptive-tab-card-stories i {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 4px solid #ececea;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(29, 28, 26, 0.13);
}

.features-adaptive-tab-card-label {
  margin: 3px 0 6px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-adaptive-tab-card-post {
  height: 105px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f0efec, #e4e3df);
}

.features-adaptive-tab-card-host {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 54px;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar {
  padding: 0;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar__surface {
  height: 54px;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar__indicator {
  top: 2px;
  height: 50px;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar__item {
  height: 46px;
}

.features-adaptive-tab-card-host .orchard-adaptive-tab-bar__icon {
  width: 19px;
  height: 19px;
}

.features-design-card--onboarding {
  --design-card-bg: #edf2ef;
  --design-card-soft: rgba(55, 104, 82, 0.14);
  --design-card-strong: rgba(55, 104, 82, 0.58);
  --design-card-detail: rgba(55, 104, 82, 0.72);
}

.features-design-card.is-coming-soon .features-design-card-visual {
  opacity: 0.78;
}

.features-design-card.is-coming-soon:hover .features-design-card-visual {
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 0 16px rgba(255, 255, 255, 0.78);
  transform: none;
}

.design-icon-soft {
  fill: var(--design-card-soft);
  stroke: var(--design-card-strong);
  stroke-width: 3;
}

.design-icon-strong {
  fill: color-mix(in srgb, var(--design-card-strong) 18%, white);
  stroke: var(--design-card-strong);
  stroke-width: 4;
}

.design-icon-detail {
  fill: var(--design-card-detail);
}

.design-icon-muted {
  fill: color-mix(in srgb, var(--design-card-detail) 44%, transparent);
}

.design-icon-line {
  fill: none;
  stroke: var(--design-card-detail);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.features-design-card-kind {
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.features-design-card-name {
  margin-top: 5px;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  text-align: center;
}

.features-design-card-name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
}

.features-design-card-name-row .features-design-card-name {
  margin-top: 5px;
}

.features-design-card-status {
  display: inline-flex;
  margin-top: 5px;
  padding: 3px 7px;
  border: 1px solid rgba(29, 28, 26, 0.12);
  border-radius: 999px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.features-design-empty {
  margin: 34px 0 0;
  padding: 26px;
  border: 1px dashed rgba(29, 28, 26, 0.2);
  border-radius: 14px;
  color: var(--muted);
  font-size: 15px;
  text-align: center;
}

.features-expandable-preview {
  display: grid;
  width: min(100%, 620px);
  min-height: 384px;
  margin: 36px auto 44px;
  padding: 48px 24px;
  place-items: start center;
  background: linear-gradient(135deg, #ffe8db 0%, #f9dfe6 100%);
  border-radius: 28px;
}

.features-expandable-preview-inner {
  width: min(100%, 414px);
}

.features-expandable-placeholder {
  display: grid;
  min-height: 180px;
  padding: 24px;
  place-content: center;
  gap: 7px;
  background: rgba(128, 128, 128, 0.055);
  border-radius: 12px;
  text-align: center;
}

.features-expandable-placeholder-title {
  margin: 0;
  color: #111114;
  font-size: 16px;
  font-weight: 680;
  letter-spacing: -0.01em;
}

.features-expandable-placeholder-copy {
  margin: 0;
  color: #8a8a8f;
  font-size: 13px;
  line-height: 1.45;
}

.features-design-module {
  margin-top: 54px;
  padding-top: 38px;
  border-top: 1px solid rgba(29, 28, 26, 0.14);
  scroll-margin-top: 90px;
}

.features-design-module-heading {
  max-width: 720px;
}

.features-design-module-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-design-module-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.features-design-module-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.features-design-module-title-row h2 {
  flex: 1 1 420px;
  min-width: 0;
}

.features-design-platform-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid rgba(29, 28, 26, 0.16);
  border-radius: 999px;
  background: rgba(29, 28, 26, 0.04);
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.features-design-module-heading p:last-child,
.features-design-module > p:not(.features-step-subhead) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.features-design-preview-toolbar {
  display: inline-flex;
  gap: 4px;
  margin-top: 36px;
  padding: 4px;
  border: 1px solid rgba(29, 28, 26, 0.12);
  border-radius: 999px;
  background: rgba(29, 28, 26, 0.035);
}

.features-design-preview-size {
  padding: 8px 13px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.features-design-preview-size:hover {
  color: var(--text);
}

.features-design-preview-size.is-active {
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(29, 28, 26, 0.1);
}

.features-design-preview-size:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.features-design-spotlight-demo {
  position: relative;
  box-sizing: border-box;
  width: min(1100px, calc(100vw - 48px));
  margin: 16px 0 48px 50%;
  overflow: hidden;
  border: 1px solid rgba(29, 28, 26, 0.14);
  border-radius: 24px;
  background: #0b1110;
  box-shadow: 0 14px 38px rgba(29, 28, 26, 0.12);
  transform: translateX(-50%);
  transition: width 320ms ease, border-radius 320ms ease, padding 320ms ease;
}

.features-design-spotlight-demo[data-preview-size="desktop"] {
  aspect-ratio: 16 / 9;
}

.features-design-detail-content .features-design-spotlight-demo[data-preview-size="desktop"] {
  width: 100%;
  margin-left: 0;
  transform: none;
}

.features-design-spotlight-demo[data-preview-size="tablet"] {
  width: min(680px, calc(100vw - 48px));
  aspect-ratio: 17 / 10;
  padding: var(--features-mobile-device-frame-padding);
  border: var(--features-mobile-device-border-width) solid #6e6e73;
  border-radius: 30px;
  background: #1d1d1f;
  box-shadow:
    0 18px 44px rgba(29, 28, 26, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.features-design-spotlight-demo[data-preview-size="mobile"] {
  width: min(var(--features-mobile-device-width), calc(100vw - 48px));
  aspect-ratio: var(--features-mobile-device-aspect-ratio);
  padding: var(--features-mobile-device-frame-padding);
  border: var(--features-mobile-device-border-width) solid #6e6e73;
  border-radius: var(--features-mobile-device-radius);
  background: #1d1d1f;
  box-shadow:
    0 20px 46px rgba(29, 28, 26, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.features-design-spotlight-demo[data-preview-size="tablet"]::before,
.features-design-spotlight-demo[data-preview-size="mobile"]::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  display: block;
  background: #050505;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.features-design-spotlight-demo[data-preview-size="tablet"]::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.features-design-spotlight-demo[data-preview-size="mobile"]::before {
  width: 72px;
  height: 20px;
  border-radius: 999px;
}

.features-design-spotlight-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.features-design-spotlight-demo[data-preview-size="tablet"] .features-design-spotlight-frame {
  border-radius: 26px;
}

.features-design-spotlight-demo[data-preview-size="mobile"] .features-design-spotlight-frame {
  border-radius: var(--features-mobile-device-screen-radius);
}

html.spotlight-preview-only,
html.spotlight-preview-only body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #0b1110;
}

html.spotlight-preview-only .orchard-spotlight-carousel {
  height: 100svh;
  min-height: 0;
}

@media (max-width: 420px) {
  html.spotlight-preview-only .orchard-spotlight-carousel__subtitle {
    justify-self: start;
    text-align: left;
  }
}

html.spotlight-preview-only body > .features-page {
  display: none;
}

.features-design-how-to {
  margin-top: 58px;
  padding-top: 38px;
  border-top: 1px solid rgba(29, 28, 26, 0.14);
}

.features-adaptive-tab-preview {
  position: relative;
  width: min(100%, 430px);
  height: 620px;
  margin: 30px auto 34px;
  overflow: hidden;
  border: 1px solid rgba(29, 28, 26, 0.12);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(29, 28, 26, 0.1);
}

.features-adaptive-tab-preview-scroll {
  height: 100%;
  overflow-y: auto;
  padding: 16px 14px 96px;
  scrollbar-width: none;
}

.features-adaptive-tab-preview-scroll::-webkit-scrollbar {
  display: none;
}

.features-adaptive-tab-preview-header {
  position: sticky;
  top: -16px;
  z-index: 2;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  min-height: 54px;
  align-items: center;
  margin: -16px -14px 12px;
  padding: 16px 14px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  font-size: 22px;
  text-align: center;
}

.features-adaptive-tab-preview-header strong {
  font-size: 19px;
  letter-spacing: -0.03em;
}

.features-adaptive-tab-preview-stories {
  display: flex;
  gap: 9px;
  margin: 0 -14px 14px;
  padding: 4px 14px 8px;
  overflow: hidden;
}

.features-adaptive-tab-preview-stories i {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border: 7px solid #ececea;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(29, 28, 26, 0.13);
}

.features-adaptive-tab-preview-label {
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-adaptive-tab-preview-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 1.3;
  border-radius: 19px;
  background: linear-gradient(145deg, #f0efec, #e4e3df);
}

#features-adaptive-tab-host {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.features-design-how-to h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.features-design-how-to-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.features-design-how-to-steps li {
  min-width: 0;
  padding: 20px;
  border: 1.5px solid rgba(29, 28, 26, 0.14);
  border-radius: 16px;
}

.features-design-step-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(29, 28, 26, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
}

.features-design-how-to-steps h3 {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.3;
}

.features-design-how-to-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.features-design-how-to-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.features-design-how-to-link:hover {
  color: #1d4ed8;
}

.features-design-how-to-link:focus-visible {
  border-radius: 3px;
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

.features-design-how-to--editorial .features-design-how-to-steps {
  gap: 0;
  margin-top: 30px;
}

.features-design-how-to--editorial .features-design-how-to-steps li {
  padding: 20px 28px 4px 0;
  border: 0;
  border-radius: 0;
}

.features-design-how-to--editorial .features-design-how-to-steps li + li {
  position: relative;
  padding-left: 28px;
}

.features-design-how-to--editorial .features-design-how-to-steps li + li::before {
  position: absolute;
  top: 30px;
  bottom: 38px;
  left: 0;
  width: 1px;
  background: rgba(29, 28, 26, 0.12);
  content: "";
}

.features-design-how-to--editorial .features-design-step-number {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.features-design-how-to--editorial .features-design-step-number::before {
  content: "0";
}

.features-design-how-to--editorial .features-design-how-to-steps h3 {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.features-design-how-to--editorial .features-design-how-to-steps p {
  max-width: 32ch;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.features-design-how-to--editorial .features-quote {
  color: var(--text);
  font-style: italic;
  font-weight: 650;
}

.features-design-how-to--editorial .features-design-how-to-link {
  text-decoration: none;
}

@media (max-width: 640px) {
  .features-design-index-content {
    left: 0;
    padding-top: 36px;
  }

  .features-design-index {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .features-design-sidebar {
    position: static;
    transform: none;
  }

  .features-design-detail-content {
    transform: none;
  }

  .features-design-sidebar-links {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .features-design-card-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .features-design-card-visual {
    aspect-ratio: 16 / 9;
  }

  .features-expandable-preview {
    min-height: 320px;
    margin-top: 28px;
    padding: 34px 12px;
    border-radius: 16px;
  }

  .features-adaptive-tab-preview {
    height: min(620px, 72svh);
    min-height: 500px;
    border-radius: 24px;
  }

  .features-design-module {
    margin-top: 44px;
    padding-top: 30px;
  }

  .features-design-spotlight-demo {
    width: calc(100vw - 24px);
    margin-top: 14px;
    margin-bottom: 42px;
    border-radius: 18px;
  }

  .features-design-spotlight-demo[data-preview-size="tablet"] {
    width: calc(100vw - 24px);
  }

  .features-design-spotlight-demo[data-preview-size="mobile"] {
    width: min(var(--features-mobile-device-width), calc(100vw - 24px));
    border-radius: var(--features-mobile-device-radius);
  }

  .features-design-how-to {
    margin-top: 46px;
    padding-top: 30px;
  }

  .features-design-how-to-steps {
    grid-template-columns: 1fr;
  }

  .features-design-how-to--editorial .features-design-how-to-steps {
    border-top: 0;
  }

  .features-design-how-to--editorial .features-design-how-to-steps li,
  .features-design-how-to--editorial .features-design-how-to-steps li + li {
    padding: 18px 0 22px;
    border-top: 1px solid rgba(29, 28, 26, 0.18);
    border-left: 0;
  }

  .features-design-how-to--editorial .features-design-how-to-steps li + li::before {
    display: none;
  }

  .features-design-how-to--editorial .features-design-how-to-steps h3 {
    margin-top: 14px;
  }
}

@media (min-width: 641px) and (max-width: 920px) {
  .features-design-index-content {
    left: 0;
  }

  .features-design-index {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 30px;
  }

  .features-design-detail-content {
    transform: translateX(calc(50vw - 234px - 50%));
  }

  .features-design-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-design-card-grid--preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 921px) and (max-width: 1380px) {
  .features-design-index-content {
    left: 0;
  }

  .features-design-detail-content {
    transform: translateX(calc(50vw - 280px - 50%));
  }
}

@media (max-width: 420px) {
  .features-design-module-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .features-design-module-title-row h2 {
    flex-basis: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-design-sidebar-category::before,
  .features-design-sidebar-group::details-content {
    transition: none;
  }
}
