/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: system-ui, sans-serif; background: #102c32; }

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

html { scroll-behavior: smooth; }