/*
Theme Name: Esteemed
Theme URI: https://example.com/
Description: Lightweight child theme for Hello Elementor, tuned for the Esteemed landing pages. Requires the "Hello Elementor" parent theme.
Author: Your Team
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: esteemed
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ============================
   Esteemed baseline styling
   ============================ */

:root{
  --esteemed-dark:#242730;
  --esteemed-copper:#BD8969;
  --esteemed-beige:#F0EBE5;
  --esteemed-text:#3A3F4C;
}

/* Make boxed sections predictable across themes/plugins */
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed{
  max-width: 1280px;
}

/* Sensible defaults */
html { -webkit-text-size-adjust: 100%; }
body{
  margin:0;
  color: var(--esteemed-text);
}

/* Reduce layout surprises caused by the theme */
.site-header, .site-footer{ width:100%; }

/* Optional: cleaner link style */
a{ text-underline-offset: 3px; }
