.larkix-home-header {
  border-bottom-color: rgba(124, 58, 237, 0.18);
}

.larkix-maker-link {
  border-color: color-mix(in srgb, var(--larkix-primary) 28%, transparent);
  background: color-mix(in srgb, var(--larkix-primary-soft) 72%, transparent);
  color: var(--larkix-primary-deep);
}

.larkix-home-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 72px));
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  color: #ffffff;
}

.larkix-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.larkix-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.larkix-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 7, 18, 0.9), rgba(59, 7, 100, 0.58) 48%, rgba(124, 58, 237, 0.14)),
    linear-gradient(0deg, rgba(11, 7, 18, 0.56), rgba(11, 7, 18, 0.08) 58%);
}

.larkix-hero-content {
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(56px, 8vw, 110px);
}

.larkix-hero-logo {
  width: clamp(210px, 27vw, 360px);
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.larkix-kicker {
  margin: 0 0 14px;
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.larkix-home-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
}

.larkix-hero-text {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.72;
}

.larkix-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.larkix-hero-actions .button.primary {
  background: var(--larkix-primary);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(124, 58, 237, 0.34);
}

.larkix-hero-actions .button.secondary {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.larkix-product-band {
  margin: 36px auto 64px;
}

.larkix-product-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: var(--public-card-gap);
  align-items: stretch;
}

.larkix-product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 220px;
  width: 100%;
  padding: var(--public-card-padding);
  border: 1px solid var(--public-card-border);
  border-radius: var(--public-card-radius);
  background: var(--public-card-bg);
  box-shadow: var(--public-card-shadow);
}

.larkix-product-card > * {
  position: relative;
  z-index: 1;
}

.larkix-product-card-primary {
  border-color: color-mix(in srgb, var(--larkix-primary) 32%, transparent);
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(245, 158, 11, 0.045)),
    repeating-linear-gradient(90deg, rgba(124, 58, 237, 0.055) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(0deg, rgba(59, 7, 100, 0.035) 0 1px, transparent 1px 44px),
    var(--surface);
}

.larkix-product-card-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.58) 42% 52%, transparent 52%),
    linear-gradient(150deg, rgba(124, 58, 237, 0.12), transparent 42%);
  opacity: 0.68;
  pointer-events: none;
}

.larkix-product-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.12);
  color: #6d28d9;
  font-size: 12px;
  font-weight: 900;
}

.larkix-product-card h3 {
  margin: 18px 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.larkix-product-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

[data-theme="dark"] .larkix-maker-link {
  color: #ddd6fe;
  background: rgba(167, 139, 250, 0.12);
}

[data-theme="dark"] .larkix-product-card-primary {
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(245, 158, 11, 0.045)),
    repeating-linear-gradient(90deg, rgba(196, 181, 253, 0.06) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(0deg, rgba(196, 181, 253, 0.035) 0 1px, transparent 1px 44px),
    var(--surface);
}

[data-theme="dark"] .larkix-product-card-primary::before {
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(196, 181, 253, 0.12) 42% 52%, transparent 52%),
    linear-gradient(150deg, rgba(167, 139, 250, 0.18), transparent 42%);
  opacity: 0.76;
}

[data-theme="dark"] .larkix-product-label {
  background: rgba(167, 139, 250, 0.14);
  color: #ddd6fe;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .larkix-maker-link {
    color: #ddd6fe;
    background: rgba(167, 139, 250, 0.12);
  }

  :root:not([data-theme="light"]) .larkix-product-card-primary {
    background:
      linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(245, 158, 11, 0.045)),
      repeating-linear-gradient(90deg, rgba(196, 181, 253, 0.06) 0 1px, transparent 1px 44px),
      repeating-linear-gradient(0deg, rgba(196, 181, 253, 0.035) 0 1px, transparent 1px 44px),
      var(--surface);
  }

  :root:not([data-theme="light"]) .larkix-product-card-primary::before {
    background:
      linear-gradient(120deg, transparent 0 42%, rgba(196, 181, 253, 0.12) 42% 52%, transparent 52%),
      linear-gradient(150deg, rgba(167, 139, 250, 0.18), transparent 42%);
    opacity: 0.76;
  }

  :root:not([data-theme="light"]) .larkix-product-label {
    background: rgba(167, 139, 250, 0.14);
    color: #ddd6fe;
  }
}

@media (max-width: 980px) {
  .larkix-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .larkix-home-hero {
    min-height: auto;
  }

  .larkix-hero-content {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .larkix-home-hero h1 {
    font-size: 44px;
  }

  .larkix-hero-actions .button {
    width: 100%;
  }
}
.larkix-home-header .home-search-route .search-box {
  background: color-mix(in srgb, var(--surface) 86%, transparent);
}
