:root {
  --herta-ink: #202225;
  --herta-charcoal: #303236;
  --herta-steel: #8b9299;
  --herta-line: #e6e2da;
  --herta-cloud: #f6f5f1;
  --herta-ivory: #fffdf8;
  --herta-sage: #b9c7aa;
  --herta-mint: #a8d7bc;
  --herta-blush: #f4c8c8;
  --herta-peach: #e7b07f;
  --herta-coral: #c94d3f;
  --herta-amber: #d99a48;
  --herta-navy: #222d46;
  --herta-shadow: 0 18px 44px rgba(32, 34, 37, 0.12);
  --herta-radius: 8px;
}

.herta-ui {
  color: var(--herta-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.herta-button {
  appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--herta-radius);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 650;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
}

.herta-button:hover {
  transform: translateY(-1px);
}

.herta-button:focus-visible {
  outline: 3px solid rgba(185, 199, 170, 0.55);
  outline-offset: 2px;
}

.herta-button--primary {
  background: var(--herta-ink);
  box-shadow: 0 10px 28px rgba(32, 34, 37, 0.18);
  color: #ffffff;
}

.herta-button--primary:hover {
  background: #111315;
}

.herta-button--light {
  background: #ffffff;
  border-color: var(--herta-line);
  color: var(--herta-ink);
}

.herta-button--light:hover {
  border-color: #d7d1c6;
  box-shadow: 0 10px 24px rgba(32, 34, 37, 0.08);
}

.herta-button--outline {
  background: transparent;
  border-color: var(--herta-ink);
  color: var(--herta-ink);
}

.herta-button--outline:hover {
  background: var(--herta-ink);
  color: #ffffff;
}

.herta-button--soft {
  background: #f4eee6;
  color: #3f332b;
}

.herta-button--soft:hover {
  background: #eadfD2;
}

.herta-button--sale {
  background: var(--herta-coral);
  color: #ffffff;
}

.herta-button--sale:hover {
  background: #ad392f;
}

.herta-button--ghost {
  background: transparent;
  color: var(--herta-ink);
  padding-inline: 6px;
}

.herta-button--ghost:hover {
  color: var(--herta-coral);
  transform: none;
}

.herta-button--icon {
  border-radius: 50%;
  min-height: 44px;
  padding: 0;
  width: 44px;
}

.herta-button svg {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.herta-pill {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--herta-line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
}

.herta-pill--new {
  background: #f7eee8;
  border-color: #ead8ce;
  color: #9a3a2e;
}

.herta-pill--316 {
  background: var(--herta-ink);
  border-color: var(--herta-ink);
  color: #ffffff;
}

.herta-pill--soft {
  background: var(--herta-cloud);
  color: var(--herta-charcoal);
}

.herta-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.herta-swatch {
  border: 1px solid rgba(32, 34, 37, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #ffffff;
  display: inline-block;
  height: 26px;
  width: 26px;
}

.herta-swatch--black { background: #202225; }
.herta-swatch--white { background: #f7f4ed; }
.herta-swatch--stainless { background: linear-gradient(90deg, #bfc2c3, #ffffff 45%, #7f8588); }
.herta-swatch--sage { background: #afbd9f; }
.herta-swatch--pink { background: #efbfc6; }
.herta-swatch--blue { background: #b9d9ee; }
.herta-swatch--yellow { background: #f2d87e; }
.herta-swatch--red { background: #bf3f32; }
.herta-swatch--orange { background: #cb6f32; }

.herta-card {
  background: #ffffff;
  border: 1px solid var(--herta-line);
  border-radius: var(--herta-radius);
  box-shadow: 0 12px 28px rgba(32, 34, 37, 0.06);
  padding: 18px;
}

.herta-card-control {
  align-items: center;
  display: flex;
  gap: 10px;
}

.herta-mini-action {
  align-items: center;
  background: var(--herta-cloud);
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--herta-ink);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.herta-mini-action:hover {
  background: var(--herta-ink);
  color: #ffffff;
}

.herta-section-divider {
  background:
    radial-gradient(circle at 12px 12px, rgba(32, 34, 37, 0.12) 1.2px, transparent 1.4px),
    linear-gradient(90deg, transparent, rgba(32, 34, 37, 0.14), transparent);
  background-size: 24px 24px, 100% 1px;
  background-position: center, center;
  background-repeat: repeat, no-repeat;
  height: 48px;
}

.herta-soft-panel {
  background:
    radial-gradient(circle at 20% 20%, rgba(244, 200, 200, 0.35), transparent 28%),
    radial-gradient(circle at 90% 15%, rgba(185, 217, 238, 0.38), transparent 24%),
    linear-gradient(135deg, #fffdf8, #f4f2ec);
  border: 1px solid var(--herta-line);
  border-radius: var(--herta-radius);
  padding: 28px;
}

.herta-corner-ornament {
  border: 1px solid var(--herta-line);
  border-radius: 999px 999px 999px 8px;
  height: 92px;
  position: relative;
  width: 92px;
}

.herta-corner-ornament::after {
  background: var(--herta-coral);
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 10px;
}

.herta-arrow-link {
  align-items: center;
  color: var(--herta-ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  text-decoration: none;
}

.herta-arrow-link:hover {
  color: var(--herta-coral);
}
