.popup.popup-light--author:has(.autor-kombi) .popup-kicker,
.popup.popup-light--author:has(.autor-kombi) .popup-title,
.popup.popup-light--lexikon-detail:has(.lex-detail) .popup-kicker,
.popup.popup-light--lexikon-detail:has(.lex-detail) .popup-title,
.popup.popup-light--lexikon:has(.lex-grid) .popup-kicker,
.popup.popup-light--lexikon:has(.lex-grid) .popup-title {
  display: none !important;
}
.popup.popup-light--author .popup-content:has(.autor-kombi),
.popup.popup-light--lexikon .popup-content:has(.lex-grid),
.popup.popup-light--lexikon-detail .popup-content:has(.lex-detail) {
  margin: 0;
  padding: 0;
}
.autor-kombi,
.lex-detail,
.lex-grid {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  color: var(--ws-plum-ink);
  --ak-mauve: var(--ws-mauve-deep);
  --ak-peach: var(--ws-peach-deep);
  --ak-sage: var(--ws-sage-deep);
  --ak-rose: var(--ws-rose-deep);
  --ak-blue: var(--ws-blue-deep);
  --ak-gold: var(--ws-gold-warm);
}
.autor-kombi *,
.lex-detail *,
.lex-grid * {
  box-sizing: border-box;
}
.ak-head {
  margin: 0 0 36px;
  text-align: center;
}
.ak-kicker,
.popup-content .ak-kicker,
.popup-light .ak-kicker,
.popup.popup-light--author .ak-kicker {
  font-family: Caveat, cursive !important;
  font-weight: 600 !important;
  font-size: 52px !important;
  color: var(--ws-mauve-deep) !important;
  display: inline-block !important;
  transform: rotate(-1.5deg) !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.ak-title {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 92,
    "wght" 700,
    "opsz" 96;
  font-size: clamp(44px, 5.8vw, 76px);
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin: 0 0 18px;
  color: var(--ws-plum-ink);
}
.ak-title em {
  font: inherit !important;
  font-variation-settings: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.ak-lede {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: var(--ws-plum-soft);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.55;
}
.ak-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  gap: 18px;
  color: var(--ws-mauve-deep);
}
.ak-divider::after,
.ak-divider::before {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 240px;
  opacity: 0.4;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}
.ak-divider span {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  opacity: 0.85;
}
.ak-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: flex-start;
  margin: 0 0 36px;
}
.ak-qa-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ak-qa {
  position: relative;
  padding: 0 0 28px;
  border-bottom: 1px dashed rgba(184, 146, 74, 0.3);
}
.ak-qa:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ak-qa .ak-q {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 14px;
}
.ak-q-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ak-c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 0 0 4px var(--ak-c-soft);
}
.ak-q-text {
  font-family: Caveat, cursive;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.05;
  color: var(--ak-c);
  display: inline-block;
  transform: rotate(-1.2deg);
  padding-top: 2px;
}
.ak-a {
  padding-left: 52px;
}
.ak-a p {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.78;
  color: var(--ws-plum-soft);
  margin: 0 0 12px;
}
.ak-a p:last-child {
  margin-bottom: 0;
}
.ak-a em,
.ak-a i {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: var(--ak-c);
  font-size: 18px;
}
.ak-qa-1 {
  --ak-c: var(--ws-mauve-deep);
  --ak-c-soft: rgba(212, 192, 230, 0.5);
}
.ak-qa-2 {
  --ak-c: var(--ws-peach-deep);
  --ak-c-soft: rgba(245, 205, 176, 0.5);
}
.ak-qa-3 {
  --ak-c: var(--ws-sage-deep);
  --ak-c-soft: rgba(194, 214, 192, 0.5);
}
.ak-qa-4 {
  --ak-c: var(--ws-rose-deep);
  --ak-c-soft: rgba(240, 197, 204, 0.5);
}
.ak-qa-5 {
  --ak-c: var(--ws-blue-deep);
  --ak-c-soft: rgba(192, 212, 230, 0.5);
}
.ak-qa-6 {
  --ak-c: var(--ws-gold-warm);
  --ak-c-soft: rgba(244, 227, 184, 0.5);
}
.ak-aside {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ak-polaroid {
  background: #fff;
  padding: 14px 14px 18px;
  border-radius: 6px;
  box-shadow:
    0 12px 30px -10px rgba(42, 30, 46, 0.25),
    0 2px 6px rgba(42, 30, 46, 0.1);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.25s;
}
.ak-polaroid:hover {
  transform: rotate(-1deg) scale(1.02);
}
.ak-polaroid-photo {
  aspect-ratio: 3/4;
  border-radius: 3px;
  background: linear-gradient(
    135deg,
    var(--ws-mauve) 0,
    var(--ws-peach) 50%,
    var(--ws-rose) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  letter-spacing: 0.2em;
  overflow: hidden;
  position: relative;
}
.ak-polaroid-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ak-polaroid-cap {
  font-family: Caveat, cursive;
  font-weight: 600;
  font-size: 20px;
  color: var(--ws-plum-soft);
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.1;
}
.ak-polaroid-cap .strike,
.ak-polaroid-cap s {
  text-decoration: line-through;
  text-decoration-color: var(--ws-rose-deep);
  text-decoration-thickness: 2px;
}
.ak-fact-card {
  background:
    radial-gradient(
      220px 160px at 88% 12%,
      rgba(212, 192, 230, 0.5),
      transparent 60%
    ),
    linear-gradient(180deg, #fff, var(--ws-cream-2));
  border-radius: 14px;
  padding: 18px 20px;
  position: relative;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(42, 30, 46, 0.06),
    0 8px 18px -10px rgba(42, 30, 46, 0.15);
}
.ak-fact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(142, 111, 174, 0.3);
  opacity: 0.4;
  pointer-events: none;
}
.ak-fact-card .ak-skicker {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ws-mauve-deep);
  margin: 0 0 12px;
}
.ak-fact-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(42, 30, 46, 0.15);
  gap: 10px;
}
.ak-fact-row:last-child {
  border-bottom: none;
}
.ak-fact-row strong {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 14px;
  color: var(--ws-plum-ink);
  font-weight: 700;
}
.ak-fact-row span {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: var(--ws-plum-mute);
}
.ak-fact-row:nth-child(2) strong {
  color: var(--ws-mauve-deep);
}
.ak-fact-row:nth-child(3) strong {
  color: var(--ws-peach-deep);
}
.ak-fact-row:nth-child(4) strong {
  color: var(--ws-sage-deep);
}
.ak-fact-row:nth-child(5) strong {
  color: var(--ws-rose-deep);
}
.ak-fact-row:nth-child(6) strong {
  color: var(--ws-blue-deep);
}
.ak-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 36px;
}
.ak-story {
  background:
    radial-gradient(280px 220px at 88% 12%, var(--ak-c-soft), transparent 60%),
    linear-gradient(180deg, #fff, var(--ws-cream-2));
  border-radius: 14px;
  padding: 28px 30px;
  position: relative;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(42, 30, 46, 0.06),
    0 8px 18px -10px rgba(42, 30, 46, 0.15);
}
.ak-story::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid var(--ak-c-line);
  opacity: 0.4;
  pointer-events: none;
}
.ak-s-1 {
  --ak-c: var(--ws-peach-deep);
  --ak-c-soft: rgba(245, 205, 176, 0.5);
  --ak-c-line: rgba(201, 138, 92, 0.3);
}
.ak-s-2 {
  --ak-c: var(--ws-sage-deep);
  --ak-c-soft: rgba(194, 214, 192, 0.5);
  --ak-c-line: rgba(111, 140, 110, 0.3);
}
.ak-s-3 {
  --ak-c: var(--ws-mauve-deep);
  --ak-c-soft: rgba(212, 192, 230, 0.5);
  --ak-c-line: rgba(142, 111, 174, 0.3);
}
.ak-s-4 {
  --ak-c: var(--ws-rose-deep);
  --ak-c-soft: rgba(240, 197, 204, 0.5);
  --ak-c-line: rgba(184, 112, 128, 0.3);
}
.ak-s-5 {
  --ak-c: var(--ws-blue-deep);
  --ak-c-soft: rgba(192, 212, 230, 0.5);
  --ak-c-line: rgba(93, 122, 158, 0.3);
}
.ak-s-6 {
  --ak-c: var(--ws-gold-warm);
  --ak-c-soft: rgba(244, 227, 184, 0.5);
  --ak-c-line: rgba(184, 146, 74, 0.3);
}
.ak-story .ak-skicker {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ak-c);
  margin: 0 0 6px;
}
.ak-story h3 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--ws-plum-ink);
  font-weight: 700;
}
.ak-story h3 em {
  font: inherit !important;
  font-variation-settings: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.ak-story p {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.78;
  color: var(--ws-plum-soft);
  margin: 0 0 12px;
}
.ak-story p:last-child {
  margin-bottom: 0;
}
.ak-story em,
.ak-story i {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: var(--ak-c);
  font-size: 16.5px;
}
.ak-story a {
  color: var(--ak-c);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--ak-c-line);
  padding-bottom: 1px;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.ak-story a:hover {
  color: var(--ws-rose-deep);
  border-color: var(--ws-rose-deep);
}
.ak-foot {
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(42, 30, 46, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.ak-foot-script {
  font-family: Caveat, cursive;
  font-weight: 600;
  font-size: 36px;
  color: var(--ws-rose-deep);
  transform: rotate(-2deg);
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.ak-foot-meta {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ws-plum-mute);
  font-weight: 600;
  margin: 0;
}
@media (max-width: 840px) {
  .ak-layout {
    grid-template-columns: 1fr;
  }
  .ak-aside {
    order: -1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: static;
  }
  .ak-fact-card,
  .ak-polaroid {
    max-width: 300px;
    flex: 1 1 240px;
  }
  .ak-story-grid {
    grid-template-columns: 1fr;
  }
}
.lex-head {
  margin: 0 0 28px;
  text-align: center;
}
.lex-kicker,
.popup-content .lex-kicker,
.popup-light .lex-kicker,
.popup.popup-light--lexikon .lex-kicker,
.popup.popup-light--lexikon-abk .lex-kicker,
.popup.popup-light--lexikon-genres .lex-kicker,
.popup.popup-light--lexikon-tropes .lex-kicker {
  font-family: Caveat, cursive !important;
  font-weight: 600 !important;
  font-size: 52px !important;
  color: var(--ws-mauve-deep) !important;
  display: inline-block !important;
  transform: rotate(-1deg) !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.lex-title {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700,
    "opsz" 96;
  font-size: clamp(48px, 6.4vw, 80px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0 0 14px;
  color: var(--ws-plum-ink);
}
.lex-title em {
  font: inherit !important;
  font-variation-settings: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.lex-lede {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-size: 18px;
  color: var(--ws-plum-soft);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}
.lex-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(42, 30, 46, 0.1);
}
.lex-pill {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ws-plum-soft);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(184, 146, 74, 0.3);
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.25s;
}
.lex-pill:hover {
  background: #fff;
  border-color: var(--ws-mauve-deep);
  color: var(--ws-mauve-deep);
}
.lex-pill.is-active {
  background: var(--ws-plum-ink);
  color: var(--ws-cream);
  border-color: var(--ws-plum-ink);
}
.lex-pill .lex-count {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 6px;
  opacity: 0.7;
  font-weight: 400;
}
.lex-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.lex-card {
  background:
    radial-gradient(280px 200px at 88% 12%, var(--lc-soft), transparent 60%),
    linear-gradient(180deg, #fff 0, var(--ws-cream-2) 100%);
  border-radius: 14px;
  padding: 26px 24px 22px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(42, 30, 46, 0.06),
    0 8px 18px -10px rgba(42, 30, 46, 0.15);
  display: flex;
  flex-direction: column;
}
.lex-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid var(--lc-line);
  opacity: 0.35;
  pointer-events: none;
}
.lex-card:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 4px 8px rgba(42, 30, 46, 0.08),
    0 18px 32px -10px rgba(42, 30, 46, 0.25);
}
.lex-card-num {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--lc);
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.lex-card h3 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--ws-plum-ink);
  font-weight: 700;
}
.lex-card h3 em {
  font: inherit !important;
  font-variation-settings: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.lex-card p,
.popup-content .lex-card p,
.popup-light .lex-card p,
.popup.popup-light--lexikon .lex-card p,
.popup.popup-light--lexikon-abk .lex-card p,
.popup.popup-light--lexikon-genres .lex-card p,
.popup.popup-light--lexikon-tropes .lex-card p {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--ws-plum-soft) !important;
  margin: 0 0 14px !important;
  flex: 1;
}
.lex-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0;
  border-top: 1px solid rgba(42, 30, 46, 0.08);
  margin: 0;
}
.lex-card-tag {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lc);
  font-weight: 600;
}
.lex-card-arrow {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: var(--lc);
  transition: transform 0.25s;
}
.lex-card:hover .lex-card-arrow {
  transform: translateX(4px);
}
.lex-c-mauve {
  --lc: var(--ws-mauve-deep);
  --lc-soft: rgba(212, 192, 230, 0.35);
  --lc-line: rgba(142, 111, 174, 0.25);
}
.lex-c-peach {
  --lc: var(--ws-peach-deep);
  --lc-soft: rgba(245, 205, 176, 0.35);
  --lc-line: rgba(201, 138, 92, 0.25);
}
.lex-c-sage {
  --lc: var(--ws-sage-deep);
  --lc-soft: rgba(194, 214, 192, 0.4);
  --lc-line: rgba(111, 140, 110, 0.25);
}
.lex-c-rose {
  --lc: var(--ws-rose-deep);
  --lc-soft: rgba(240, 197, 204, 0.4);
  --lc-line: rgba(184, 112, 128, 0.25);
}
.lex-c-blue {
  --lc: var(--ws-blue-deep);
  --lc-soft: rgba(192, 212, 230, 0.4);
  --lc-line: rgba(93, 122, 158, 0.25);
}
.lex-c-gold {
  --lc: var(--ws-gold-warm);
  --lc-soft: rgba(244, 227, 184, 0.4);
  --lc-line: rgba(184, 146, 74, 0.25);
}
.lex-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 48px 24px;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ws-plum-mute);
}
.lex-foot {
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(42, 30, 46, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.lex-foot-script,
.popup-content .lex-foot-script,
.popup-light .lex-foot-script,
.popup.popup-light--lexikon .lex-foot-script,
.popup.popup-light--lexikon-abk .lex-foot-script,
.popup.popup-light--lexikon-genres .lex-foot-script,
.popup.popup-light--lexikon-tropes .lex-foot-script {
  font-family: Caveat, cursive !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  color: var(--ws-mauve-deep) !important;
  transform: rotate(-1deg) !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.lex-foot-meta {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ws-plum-mute);
  font-weight: 600;
  margin: 0;
}
@media (max-width: 900px) {
  .lex-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .lex-cards {
    grid-template-columns: 1fr;
  }
}
.lex-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ws-plum-mute);
  font-weight: 600;
  flex-wrap: wrap;
}
.lex-crumb a {
  color: var(--ws-mauve-deep);
  text-decoration: none;
  cursor: pointer;
}
.lex-crumb a:hover {
  color: var(--ws-rose-deep);
}
.lex-crumb .lex-sep {
  opacity: 0.5;
}
.lex-crumb .lex-pos {
  margin-left: auto;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  letter-spacing: 0.05em;
  text-transform: none;
  font-size: 13px;
  color: var(--ws-plum-mute);
  font-weight: 400;
}
.lex-crumb .lex-pos strong {
  color: var(--ws-mauve-deep);
  font-style: normal;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 14px;
  font-weight: 700;
}
.lex-d-head {
  margin: 0 0 36px;
  text-align: center;
}
.lex-d-kicker {
  font-family: Caveat, cursive;
  font-weight: 600;
  font-size: 42px;
  color: var(--ws-mauve-deep);
  display: inline-block;
  transform: rotate(-1.5deg);
  margin: 0 0 2px;
  line-height: 1;
}
.lex-d-num {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ws-plum-mute);
  margin: 0 0 14px;
}
.lex-d-title {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 90,
    "wght" 700,
    "opsz" 96;
  font-size: clamp(54px, 8vw, 108px);
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0 0 18px;
  color: var(--ws-plum-ink);
}
.lex-d-title em {
  font: inherit !important;
  font-variation-settings: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.lex-d-lede {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  color: var(--ws-plum-soft);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.45;
}
.lex-d-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  gap: 18px;
  color: var(--ws-mauve-deep);
}
.lex-d-divider::after,
.lex-d-divider::before {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 240px;
  opacity: 0.4;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}
.lex-d-divider span {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  opacity: 0.8;
}
.lex-d-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 28px;
}
.lex-d-panel {
  background:
    radial-gradient(280px 220px at 88% 12%, var(--ldp-soft), transparent 60%),
    linear-gradient(180deg, #fff, var(--ws-cream-2));
  border-radius: 14px;
  padding: 28px 30px;
  position: relative;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(42, 30, 46, 0.06),
    0 8px 18px -10px rgba(42, 30, 46, 0.15);
}
.lex-d-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid var(--ldp-line);
  opacity: 0.4;
  pointer-events: none;
}
.lex-d-p-mauve {
  --ldp-c: var(--ws-mauve-deep);
  --ldp-soft: rgba(212, 192, 230, 0.5);
  --ldp-line: rgba(142, 111, 174, 0.3);
}
.lex-d-p-peach {
  --ldp-c: var(--ws-peach-deep);
  --ldp-soft: rgba(245, 205, 176, 0.5);
  --ldp-line: rgba(201, 138, 92, 0.3);
}
.lex-d-pkicker {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ldp-c);
  margin: 0 0 6px;
}
.lex-d-panel h3 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--ws-plum-ink);
  font-weight: 700;
}
.lex-d-panel h3 em {
  font: inherit !important;
  font-variation-settings: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.lex-d-panel p {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--ws-plum-soft);
  margin: 0;
}
.lex-d-panel b,
.lex-d-panel strong {
  color: var(--ws-mauve-deep) !important;
  -webkit-text-fill-color: var(--ws-mauve-deep) !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}
.lex-d-panel em,
.lex-d-panel i {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: var(--ldp-c);
  font-size: 17px;
}
.lex-d-panel a {
  color: var(--ldp-c);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--ldp-line);
  padding-bottom: 1px;
  transition:
    border-color 0.2s,
    color 0.2s;
  cursor: pointer;
}
.lex-d-p-peach a {
  color: var(--ws-peach-deep);
  border-color: rgba(201, 138, 92, 0.45);
}
.lex-d-panel a:hover {
  color: var(--ws-rose-deep);
  border-color: var(--ws-rose-deep);
}
.lex-d-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 8px 0 0;
  font-family: Caveat, cursive;
  font-weight: 600;
  font-size: 32px;
  color: var(--ws-rose-deep);
}
.lex-d-signature::after,
.lex-d-signature::before {
  content: "";
  flex: 0 0 60px;
  height: 1px;
  background: rgba(184, 112, 128, 0.4);
}
.lex-d-signature span {
  transform: rotate(-1.5deg);
  display: inline-block;
}
.popup.popup-light--lexikon-detail:has(.lex-detail) .popup-actions {
  display: none !important;
}
.popup.popup-light--lexikon-detail:has(.lex-d-nav--floating) .popup-scroll {
  padding-bottom: 120px !important;
}
.lex-d-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 12px;
  margin: 32px 0 0;
  padding: 18px 4px;
  border-top: 1px solid rgba(42, 30, 46, 0.18);
}
.popup .lex-d-nav--floating {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  margin: 0;
  padding: 14px clamp(20px, 4vw, 48px)
    max(14px, env(safe-area-inset-bottom, 14px));
  background: linear-gradient(
    180deg,
    rgba(252, 248, 241, 0.96) 0,
    rgba(241, 233, 219, 0.98) 100%
  );
  border-top: 1px solid rgba(184, 146, 74, 0.25);
  box-shadow: 0 -8px 24px rgba(29, 25, 20, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) both lexNavSlide;
  animation-delay: 0.15s;
}
@keyframes lexNavSlide {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .popup .lex-d-nav--floating {
    animation: none;
  }
}
.lex-d-nav-link {
  text-decoration: none;
  color: var(--ws-plum-soft);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 12px;
  border-radius: 10px;
  transition: background 0.25s;
  min-width: 0;
  cursor: pointer;
}
.lex-d-nav-link:hover {
  background: rgba(255, 255, 255, 0.7);
}
.lex-d-nav-link.lex-d-nav-next {
  text-align: right;
  align-items: flex-end;
}
.lex-d-nav-link span {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ws-mauve-deep);
}
.lex-d-nav-link strong {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 95,
    "wght" 700;
  font-size: 16px;
  color: var(--ws-plum-ink);
  letter-spacing: -0.015em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.lex-d-nav-link strong em {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--ws-mauve-deep);
}
.lex-d-nav-link.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.lex-d-nav-back {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ws-plum-ink);
  text-decoration: none;
  padding: 11px 22px;
  border: 1px solid rgba(184, 146, 74, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  align-self: center;
  white-space: nowrap;
}
.lex-d-nav-back:hover {
  background: #fff;
  border-color: var(--ws-mauve-deep);
  color: var(--ws-mauve-deep);
}
@media (max-width: 840px) {
  .lex-d-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .lex-d-nav {
    grid-template-columns: 1fr auto 1fr;
    gap: 6px;
  }
  .popup .lex-d-nav--floating {
    padding: 8px 12px max(10px, env(safe-area-inset-bottom, 10px));
  }
  .lex-d-nav-link strong {
    display: none;
  }
  .lex-d-nav-link {
    padding: 6px 8px;
  }
  .lex-d-nav-link span {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .lex-d-nav-back {
    font-size: 10px;
    padding: 9px 14px;
    letter-spacing: 0.16em;
  }
}
.popup.popup-light--lexikon-detail
  .popup-content:has(.lex-detail)
  .lex-d-title {
  font-size: clamp(54px, 8vw, 108px);
}
.lex-chip-layer {
  position: fixed;
  inset: 0;
  z-index: 480;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.lex-chip-layer.is-visible {
  opacity: 1;
}
.lex-chip-veil {
  position: absolute;
  inset: 0;
  background: rgba(42, 30, 46, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lex-chip-card {
  position: relative;
  width: min(860px, 100%);
  max-height: min(86vh, 900px);
  display: flex;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf9, var(--ws-cream, #f6efe4));
  border-radius: 18px;
  box-shadow:
    0 30px 80px -30px rgba(42, 30, 46, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  transform: translateY(14px) scale(0.985);
  transition: transform 0.22s ease;
}
.lex-chip-layer.is-visible .lex-chip-card {
  transform: none;
}
.lex-chip-scroll {
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 46px 40px 36px;
}
.lex-chip-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(142, 111, 174, 0.35);
  background: rgba(255, 255, 255, 0.85);
  color: var(--ws-plum-ink, #2a1e2e);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}
.lex-chip-close:hover {
  transform: rotate(90deg);
  background: #fff;
}
.lex-chip-close svg {
  width: 16px;
  height: 16px;
}
.lex-chip-head {
  text-align: center;
  margin: 0 0 24px;
}
.lex-chip-kicker {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ws-mauve-deep, #8e6fae);
  margin: 0 0 10px;
}
.lex-chip-title {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-variation-settings:
    "wdth" 90,
    "wght" 700,
    "opsz" 96;
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin: 0 0 12px;
  color: var(--ws-plum-ink, #2a1e2e);
}
.lex-chip-lede {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.45;
  color: var(--ws-plum-soft, #5c4a63);
  max-width: 560px;
  margin: 0 auto;
}
.lex-chip-body {
  margin: 0;
}
@media (max-width: 760px) {
  .lex-chip-scroll {
    padding: 40px 20px 26px;
  }
  .lex-chip-body {
    grid-template-columns: 1fr;
  }
}

.popup.popup-light .ak-kicker,
.popup.popup-light .lex-kicker,
.popup.popup-light .lex-d-kicker {
  display: none !important;
}
