/* Homepage loading and visual-stability refinements. */
body { font-synthesis: none; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; }
.hero { background: #0a3028; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #001811c9, #00181132); }
.hero-background { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.hero .container { position: relative; z-index: 2; }
