/* Wasserzeichen W2 (Art déco) + Wortmarke mit Relief */
body { background: var(--red) url(wm_deco.svg) repeat; }
.hero { background: radial-gradient(ellipse at 50% 42%, rgba(26,81,64,.55) 0%, rgba(15,47,38,0) 62%); }
.hero h1.wordmark { margin: 0 0 30px; line-height: 0; }
.hero h1.wordmark img { width: min(640px, 88vw); height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.45)); }
header.top .mark img { width: 44px; height: 44px; }
footer img { display: none; }
.block.tint { background: rgba(10,36,25,.75); }
@media (max-width: 720px) { .hero h1.wordmark img { width: 92vw; }  }
