/* Apotheke Atelier — decorative layer */

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-leaf {
  position: absolute;
  color: var(--accent-primary);
  opacity: 0.07;
  pointer-events: none;
}

.hero-leaf--1 {
  width: 340px;
  height: 340px;
  top: -60px;
  right: 4%;
}

.hero-leaf--2 {
  width: 200px;
  height: 200px;
  bottom: 6%;
  left: 2%;
  transform: rotate(160deg);
  opacity: 0.05;
}

.page-hero .hero-bg {
  opacity: 0.45;
}

.page-hero h1 {
  color: var(--text-primary);
  max-width: 16ch;
}

.site-header .logo-accent {
  color: var(--accent-moss);
}

.logo:hover .logo-leaf {
  background: rgba(184, 92, 56, 0.14);
}

.site-footer .logo-leaf {
  color: var(--accent-copper);
  border-color: rgba(184, 92, 56, 0.4);
  background: rgba(184, 92, 56, 0.12);
}

.site-footer .logo-accent {
  color: var(--accent-sage);
}

.site-footer .logo-wordmark {
  color: var(--text-on-dark);
}

.legal-page {
  background:
    linear-gradient(180deg, #f7f1e6 0%, var(--bg-surface) 28%);
}

.legal-header {
  position: relative;
}

.legal-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: var(--accent-copper);
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--accent-copper);
  box-shadow: 0 0 0 3px rgba(184, 92, 56, 0.12);
}

.faq-item.open {
  background: rgba(251, 248, 242, 0.7);
}

.faq-item.open .faq-question {
  color: var(--accent-copper);
}

.comparison-wrap {
  border: 1px solid var(--border-strong);
  box-shadow: 14px 14px 0 rgba(26, 51, 40, 0.06);
}

.header-inner {
  gap: 16px;
}
