/*
Theme Name: Rural Chic South Dakota
Author: Abacus AI
Description: A quiet luxury lifestyle theme for Rural Chic South Dakota.
Version: 1.0
*/

/* Including our base styles here */
:root { --navy-blue: #041E42; --gold: #DDBF80; --white: #ffffff; --off-white: #f9f7f4; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background: var(--off-white); color: #1a1a1a; }
h1, h2, h3 { font-family: 'Prata', serif; text-transform: uppercase; letter-spacing: 2px; }
.rl-nav { position: fixed; top: 0; width: 100%; height: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--white); z-index: 1000; border-bottom: 1px solid #eee; }
.nav-logo { font-family: 'Prata', serif; font-size: 1.4rem; text-transform: uppercase; letter-spacing: 3px; color: var(--navy-blue); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 5px; margin-bottom: 10px; }
.nav-links { display: flex; gap: 3rem; }
.nav-link { text-decoration: none; color: var(--navy-blue); font-family: 'Prata', serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; }
.hero { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(4,30,66,0.4), rgba(4,30,66,0.4)), url('<?php echo get_template_directory_uri(); ?>/assets/front_porch_hero.png'); background-size: cover; color: white; }
.hero-title { font-size: 4rem; margin-bottom: 20px; }
.hero-subtitle { font-size: 1.2rem; border-top: 1px solid var(--gold); padding-top: 20px; max-width: 800px; }
footer { background: #f5f5f5; padding: 60px 0; text-align: center; border-top: 1px solid #ddd; }
