/* ============================================================
   Olivia · Rechtsseiten (Impressum / Datenschutz / AGB)
   Shared layout — built on colors_and_type.css tokens
   ============================================================ */
* { box-sizing: border-box; }
body { margin: 0; background: var(--c-cream); color: var(--c-ink); }
img { max-width: 100%; display: block; }
a { color: var(--c-coral); transition: color var(--dur-base) var(--ease); }
.lwrap { max-width: 820px; margin: 0 auto; padding: 0 var(--sp-5); }

/* header */
.lheader {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247,237,214,.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--c-border);
}
.lheader-inner { max-width: 1100px; margin: 0 auto; padding: 0 var(--sp-5); height: 76px; display: flex; align-items: center; justify-content: space-between; }
.lbrand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.lbrand .mark { width: 48px; height: 48px; border-radius: 999px; background: var(--c-cream-soft); display: grid; place-items: center; box-shadow: inset 0 0 0 1.5px var(--c-gold); }
.lbrand .mark img { width: 38px; height: 38px; object-fit: contain; animation: lwobble 6s ease-in-out infinite; }
@keyframes lwobble { 0%,100% { transform: rotate(-2deg); } 50% { transform: rotate(2deg); } }
.lbrand:hover .mark img { animation-duration: 1.6s; }
.lbrand .nm { font-family: var(--ff-display); font-style: italic; font-weight: 600; font-size: 22px; color: var(--c-forest-deep); }
.lback { font-family: var(--ff-body); font-size: 14px; font-weight: 600; color: var(--c-forest-deep); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-bottom: 2px solid transparent; padding-bottom: 3px; }
.lback:hover { color: var(--c-coral); border-bottom-color: var(--c-gold); }
.lback svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--dur-base) var(--ease); }
.lback:hover svg { transform: translateX(-3px); }

/* hero band */
.lhero { position: relative; background: var(--c-forest); color: var(--c-on-dark); padding: var(--sp-9) 0 calc(var(--sp-9) + 30px); overflow: hidden; text-align: center; }
.lhero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.lhero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 80px; background: var(--c-cream);
  -webkit-mask: url("torn-edge-down.svg") no-repeat bottom/100% 100%;
          mask: url("torn-edge-down.svg") no-repeat bottom/100% 100%;
}
.lhero .inner { position: relative; z-index: 1; }
.lhero .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--c-peach); font-family: var(--ff-body); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.lhero .eyebrow::before, .lhero .eyebrow::after { content: ""; width: 26px; height: 1.5px; background: var(--c-gold); }
.lhero h1 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(36px, 5vw, 58px); color: var(--c-cream-soft); margin: var(--sp-4) 0 0; line-height: 1.05; }
.lhero .rule { width: 64px; height: 2px; background: var(--c-coral); margin: var(--sp-5) auto 0; transform-origin: center; animation: lgrow 1s var(--ease) both .2s; }
@keyframes lgrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.lhero .paw { position: absolute; pointer-events: none; color: var(--c-peach); opacity: .12; }
.lhero .paw svg { width: 100%; height: 100%; fill: currentColor; }
.lhero .paw.a { width: 50px; height: 50px; top: 26%; left: 9%; transform: rotate(-16deg); animation: lfloat 9s ease-in-out infinite; }
.lhero .paw.b { width: 38px; height: 38px; top: 38%; right: 11%; transform: rotate(20deg); animation: lfloat 11s ease-in-out infinite 1.2s; color: var(--c-gold); opacity: .14; }
@keyframes lfloat { 0%,100% { transform: translateY(0) rotate(var(--r,0)); } 50% { transform: translateY(-14px) rotate(var(--r,0)); } }
.lhero .paw.a { --r: -16deg; } .lhero .paw.b { --r: 20deg; }

/* content */
.lcontent { padding: var(--sp-9) 0 var(--sp-9); }
.lcontent .intro { font-size: var(--fs-lead); line-height: 1.6; color: var(--c-muted); margin: 0 0 var(--sp-7); }
.lcontent h2 {
  font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: 28px; color: var(--c-forest-deep);
  margin: var(--sp-8) 0 var(--sp-3); padding-top: var(--sp-5); border-top: 1px solid var(--c-border);
  display: flex; align-items: baseline; gap: 12px;
}
.lcontent h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.lcontent h2 .no { font-family: var(--ff-display); font-style: italic; font-weight: 600; font-size: 20px; color: var(--c-coral); }
.lcontent h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 19px; color: var(--c-forest-deep); margin: var(--sp-5) 0 var(--sp-2); }
.lcontent p { font-size: 15.5px; line-height: 1.72; color: var(--c-ink); margin: 0 0 var(--sp-4); }
.lcontent p.small { font-size: 13px; color: var(--c-muted); }
.lcontent ul { margin: 0 0 var(--sp-4); padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lcontent ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.6; color: var(--c-ink); }
.lcontent ul li::before { content: ""; flex-shrink: 0; width: 7px; height: 7px; margin-top: 9px; border-radius: 999px; background: var(--c-gold); }
.lcontent a { color: var(--c-coral); text-decoration: none; border-bottom: 1px solid transparent; word-break: break-word; }
.lcontent a:hover { border-bottom-color: var(--c-gold); }
.lcontent .card {
  background: var(--c-cream-soft); border: 1px solid var(--c-border); border-radius: var(--r-md);
  padding: var(--sp-5) var(--sp-6); margin: 0 0 var(--sp-5);
}
.lcontent .card p:last-child { margin-bottom: 0; }
.lcontent .flag {
  background: rgba(232,122,90,.08); border: 1px dashed var(--c-coral); border-radius: var(--r-sm);
  padding: 14px 18px; margin: 0 0 var(--sp-5); font-size: 13.5px; line-height: 1.6; color: var(--c-coral-deep);
}
.lcontent .flag strong { color: var(--c-coral-deep); }
.lcontent .upper { font-variant: normal; }
.lcontent .block-upper { font-size: 12.5px; line-height: 1.7; color: var(--c-muted); letter-spacing: .01em; }

/* reveal */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; } .js .reveal { opacity: 1; transform: none; } }

/* footer (compact) */
.lfoot { background: var(--c-forest); color: var(--c-on-dark); padding: var(--sp-8) 0 var(--sp-6); position: relative; }
.lfoot::before {
  content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 70px; background: var(--c-forest);
  -webkit-mask: url("torn-edge-up.svg") no-repeat top/100% 100%; mask: url("torn-edge-up.svg") no-repeat top/100% 100%; transform: translateY(-100%);
}
.lfoot .lwrap { max-width: 1100px; }
.lfoot-grid { display: flex; flex-wrap: wrap; gap: var(--sp-6) var(--sp-9); justify-content: space-between; }
.lfoot .nm { font-family: var(--ff-display); font-style: italic; font-weight: 600; font-size: 22px; color: var(--c-cream-soft); }
.lfoot .sub { font-size: 13px; color: var(--c-on-dark-muted); margin-top: 6px; max-width: 32ch; line-height: 1.5; }
.lfoot h5 { font-family: var(--ff-body); font-weight: 600; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--c-peach); margin: 0 0 var(--sp-3); }
.lfoot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.lfoot ul a { color: var(--c-on-dark); font-size: 14px; text-decoration: none; }
.lfoot ul a:hover { color: var(--c-peach); }
.lfoot .bottom { border-top: 1px solid rgba(244,236,218,.12); margin-top: var(--sp-7); padding-top: var(--sp-5); font-size: 12px; color: var(--c-on-dark-muted); }
