.w2-hero {
  position: relative;
  padding: 4.75rem 0 3.4rem;
  overflow: hidden;
}

.w2-hero__art {
  position: absolute;
  left: 50%;
  top: -12%;
  width: min(1400px, 160%);
  height: auto;
  translate: -50% 0;
  pointer-events: none;
  color: var(--color-border);
  z-index: 0;
}

.w2-hero__orbits {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
}

.w2-hero__infinity {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2;
  opacity: 0.35;
}

.w2-hero__nodes circle {
  opacity: 0.85;
}

html[data-theme="dark"] .w2-hero__art {
  opacity: 0.7;
}

.w2-hero .w2-wrap {
  position: relative;
  z-index: 1;
}

.w2-hero h1 {
  font-size: clamp(1.5rem, 5.4vw, var(--text-display));
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 18ch;
  font-weight: 800;
}

.w2-hero h1 em {
  font-style: normal;
  color: var(--color-text);
}

.w2-hero p {
  font-size: var(--text-body-lg);
  color: var(--color-text-muted);
  max-width: 44ch;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.w2-hero__rule {
  width: 48px;
  height: 3px;
  background: var(--color-primary);
  border: 0;
  margin: 0 0 1.1rem;
}

.w2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.15rem;
}

.w2-hero .w2-search {
  max-width: 560px;
  width: 100%;
}

.w2-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.w2-hero__chips span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 0.28rem 0.55rem;
}

.w2-section {
  padding: 2.8rem 0;
}

.w2-section h2 {
  font-size: clamp(1.3rem, 2.4vw, var(--text-h2));
  margin: 0 0 0.35rem;
}

.w2-section > .w2-wrap > p,
.w2-lede {
  color: var(--color-text-muted);
  margin: 0 0 1.2rem;
  max-width: 48ch;
}

.w2-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}

.w2-value h3 {
  margin: 0.55rem 0 0.3rem;
  font-size: 1.05rem;
}

.w2-value p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.55;
}

.w2-intent {
  display: block;
  padding: 1.15rem 1.15rem 1.05rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  height: 100%;
  background: var(--color-surface);
}

.w2-intent:hover {
  border-color: var(--color-border-strong);
}

.w2-intent__index {
  display: block;
  font-size: 0.72rem;
  color: var(--color-text-muted);
  margin-bottom: 0.45rem;
}

.w2-intent h3 {
  margin: 0 0 0.3rem;
  font-size: 1.02rem;
}

.w2-intent p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.5;
}

.w2-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
}

.w2-table {
  width: 100%;
  border-collapse: collapse;
}

.w2-table th,
.w2-table td {
  text-align: left;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--text-small);
}

.w2-table th {
  color: var(--color-text-muted);
  font-size: 0.72rem;
  font-weight: 580;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.w2-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.w2-swatch {
  width: 112px;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.w2-swatch i {
  display: block;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  margin-bottom: 0.4rem;
}

.w2-empty {
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  margin-top: 1.25rem;
  background: var(--color-surface);
}

.w2-type-sample h1 {
  max-width: none;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

@media (max-width: 700px) {
  .w2-values {
    grid-template-columns: 1fr;
  }
}
