/* ===========================================================
   Helskov — Master stylesheet (entry point)

   This file just chains together the smaller stylesheets in
   load order. Each chunk has a clear responsibility:

     tokens      — variables (colors, fonts, spacing). Tweak here
                   to retheme the site.
     base        — reset, typography, container/section helpers.
     components  — buttons, forms, socials, lang-toggle, ornament,
                   scroll-hint, .reveal animation.
     sections    — section-specific styling, top-to-bottom.
     responsive  — media queries, focus styles, reduced motion.

   To find styling for a section, open `sections.css` and scroll
   to the matching block. Order matches the page top-to-bottom.
   =========================================================== */

@import url("tokens.css");
@import url("base.css");
@import url("components.css");
@import url("sections.css");
@import url("responsive.css");
