/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768981066
Updated: 2026-01-21 07:37:46

*/
/* Custom Styles for Palladio */

:root { --slate: #2c3e50; --charcoal: #1a1a1a; --soft-bg: #fafafa; }



body { 

    font-family: 'Inter', sans-serif; 

    background-color: #ffffff; 

    color: var(--charcoal); 

    -webkit-font-smoothing: antialiased; 

    padding-top: 70px; /* This is the "margin" you wanted */

}



h1, h2, h3, .serif { font-family: 'Libre Baskerville', serif; }



.header-logo { height: 70px !important; width: auto !important; max-width: 320px !important; object-fit: contain !important; }

.footer-logo { height: 40px !important; width: auto !important; filter: grayscale(100%); opacity: 0.6; }



.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid #f1f1f1; padding: 10px 40px; }



.hero-gradient { background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%); }

.pillar-card { border-left: 1px solid #e5e7eb; padding-left: 1.5rem; transition: border-color 0.3s ease; }

.pillar-card:hover { border-color: var(--slate); }



.headshot-frame { 

    image-rendering: -webkit-optimize-contrast; 

    border: 1px solid #eee; 

    padding: 12px; 

    background: white;

    box-shadow: 0 20px 40px rgba(0,0,0,0.05);

}