/* Svala — the club's public face. Same world as the app: night ground,
   off-white text, one cold-gold accent, generous silence. */
:root {
  --bg: #0A0E14;
  --surface: #111722;
  --text: #F2EFE9;
  --muted: #8A8F98;
  --accent: #C8B08A;
  --hairline: #232A36;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
.wrap { max-width: 46rem; margin: 0 auto; padding: 4rem 1.5rem 6rem; }
header.mark { text-align: center; padding: 5rem 1.5rem 1rem; }
header.mark svg { width: 110px; height: auto; }
h1.brand {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 300; font-size: 2.6rem; letter-spacing: 0.5em;
  margin: 1.5rem 0 0.5rem; text-indent: 0.5em;
}
.rule { width: 40px; height: 1px; background: var(--accent); margin: 1.5rem auto; }
.tagline { color: var(--muted); text-align: center; margin: 0 0 3rem; }
h1, h2, h3 {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 400; line-height: 1.3;
}
h1 { font-size: 2rem; margin-top: 0; }
h2 { font-size: 1.35rem; margin-top: 2.5rem; color: var(--text); }
h3 { font-size: 1.1rem; }
p, li { color: #CFCBC4; }
strong { color: var(--text); }
a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--hairline); }
a:hover { border-bottom-color: var(--accent); }
em { color: var(--muted); }
hr { border: 0; border-top: 1px solid var(--hairline); margin: 3rem 0; }
table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; display: block; overflow-x: auto; }
th, td { text-align: left; padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--hairline); font-size: 0.92rem; }
th { color: var(--muted); font-weight: 400; }
nav.links { text-align: center; margin: 2.5rem 0 0; }
nav.links a { margin: 0 0.9rem; font-size: 0.95rem; letter-spacing: 0.08em; border: 0; color: var(--muted); }
nav.links a:hover { color: var(--accent); }
footer { text-align: center; color: var(--muted); font-size: 0.85rem; padding: 3rem 1.5rem 4rem; }
.back { display: inline-block; margin-bottom: 2rem; font-size: 0.9rem; border: 0; color: var(--muted); }
