﻿:root {
  --text-color: #0f172a;
  --muted-text: #475569;
  --bg-overlay: rgba(15, 23, 42, 0.55);
  --surface: #ffffff;
  --border: #e2e8f0;
  --primary: #0ea5e9;
  --primary-ink: #ffffff;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  color: var(--text-color);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Noto Sans, "Apple Color Emoji", "Segoe UI Emoji";
  background: #000;
}

/* Full-bleed responsive image */
#hero { position: relative; min-height: 100dvh; min-height: 100vh; }
#hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
}

/* Removed cookie consent modal styles */
