/* Gemeinsame Styles für die Unterseiten (Impressum, Datenschutz) – arkan-lila Look. */
@font-face {
  font-family: 'Cinzel'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url('fonts/cinzel-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cinzel'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url('fonts/cinzel-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --gold: #f5c15a; --gold-bright: #ffe6a8; --gold-deep: #b6862f;
  --arcane: #b98cff; --alliance: #4a7fd6;
  --ink: #ece6ff; --ink-dim: rgba(236, 230, 255, 0.64);
  --card-border: rgba(185, 140, 255, 0.30);
  --serif: "Cinzel", "Trajan Pro", Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  min-height: 100vh; color: var(--ink); font-family: var(--sans); line-height: 1.65;
  background: #06040f;   /* Fallback hinter dem Foto */
  padding: clamp(24px, 5vw, 60px) clamp(18px, 5vw, 40px) 60px;
}
/* Cross-Faction-Foto (Horde/Allianz) + langsames Ken-Burns-Schweben – auch auf den schlichten
   Unterseiten präsent (unterste Ebene). */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background: url('wow-horde-alliance-bg.jpg') center center / cover no-repeat;
  transform-origin: 50% 50%;
  animation: kenburns 60s ease-in-out infinite alternate;
}
/* Abdunklung + arkaner Schimmer über dem Foto (statisch), damit der Text lesbar bleibt. */
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(80vw 60vh at 50% -8%, rgba(124, 92, 255, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(18, 10, 36, 0.72) 0%, rgba(10, 6, 22, 0.82) 55%, rgba(6, 4, 15, 0.90) 100%);
}
@keyframes kenburns {
  from { transform: scale(1.06) translate3d(-1%, -0.6%, 0); }
  to   { transform: scale(1.16) translate3d(1.6%, 1%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  body::before { animation: none; }
}
.wrap { max-width: 760px; margin: 0 auto; }

.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: clamp(24px, 5vw, 44px); }
.brand { font-family: var(--serif); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; font-size: 14px; color: var(--gold); }
.back { font-family: var(--serif); font-size: 14px; color: var(--ink-dim); text-decoration: none; border: 1px solid var(--card-border); border-radius: 10px; padding: 8px 14px; transition: color .2s, border-color .2s; }
.back:hover { color: var(--gold-bright); border-color: var(--arcane); }

h1 {
  font-family: var(--serif); font-weight: 900; letter-spacing: 0.02em; line-height: 1.05;
  font-size: clamp(30px, 6.5vw, 52px); margin-bottom: 24px;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 50%, var(--gold-deep) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
h2 { font-family: var(--serif); font-weight: 700; color: var(--gold); font-size: clamp(19px, 3.2vw, 26px); margin: 34px 0 12px; letter-spacing: 0.02em; }
h3 { font-family: var(--serif); font-weight: 700; color: var(--gold-bright); font-size: 16px; margin: 20px 0 8px; }
p, li { color: var(--ink-dim); font-size: 15.5px; margin-bottom: 12px; }
strong, b { color: var(--ink); }
a { color: var(--gold); }
.muted { font-size: 13px; color: rgba(236, 230, 255, 0.4); }
ul { margin: 8px 0 14px 22px; }
.divider { height: 1px; margin: 34px 0; background: linear-gradient(90deg, transparent, var(--gold-deep) 20%, var(--arcane) 50%, var(--gold-deep) 80%, transparent); opacity: 0.6; }

/* andere Seiten */
.support { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 12px 0 8px; }
.tile { display: flex; flex-direction: column; gap: 3px; text-decoration: none; color: var(--ink); padding: 14px 16px; border-radius: 12px; border: 1px solid var(--card-border); background: linear-gradient(160deg, rgba(38, 24, 66, 0.55), rgba(14, 9, 28, 0.5)); transition: transform .16s, border-color .2s, box-shadow .2s; }
.tile:hover { transform: translateY(-3px); border-color: var(--arcane); box-shadow: 0 12px 28px rgba(0,0,0,0.5), 0 0 20px rgba(124,92,255,0.18); }
.tile .tt { font-family: var(--serif); font-weight: 700; color: var(--gold-bright); font-size: 16px; }
.tile .td { font-size: 13px; color: var(--ink-dim); }

.foot { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(185,140,255,0.18); font-size: 13px; letter-spacing: 0.06em; color: rgba(236,230,255,0.45); }
.foot a { color: rgba(236,230,255,0.7); text-decoration: none; }
.foot a:hover { color: var(--gold); }
