/*
Theme Name: Sandra Marques Elementor Native
Theme URI: https://sandramarques.com.br/
Author: JBS HUB
Description: Tema WordPress enxuto e compatível com Elementor/Elementor Pro. O tema cuida apenas da estrutura WordPress, Header/Footer de fallback e estilos globais; o conteúdo das páginas é editado pelo Elementor em blocos e seções.
Version: 5.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: sandra-marques-native
*/

:root{
  --sm-primary:#3E2424;
  --sm-primary-soft:#6A3736;
  --sm-coral:#D68F84;
  --sm-cream:#F4EFEA;
  --sm-cream-2:#FFF9F7;
  --sm-text:#262625;
  --sm-muted:#6F6A66;
  --sm-line:#E7DDD6;
  --sm-container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--sm-text);background:#fff;font-family:"DM Sans",Arial,sans-serif}
a{color:inherit}
img{max-width:100%;height:auto}
.sm-container{width:min(var(--sm-container),calc(100% - 48px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Fallback header/footer only. Elementor content keeps its own styling. */
.sm-native-header{background:#fff;border-bottom:1px solid rgba(62,36,36,.08)}
.sm-native-header__inner{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.sm-brand{display:flex;flex-direction:column;text-decoration:none}
.sm-brand__name{font-family:"DM Serif Display",Georgia,serif;font-size:30px;line-height:1;color:var(--sm-text)}
.sm-brand__role{margin-top:8px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--sm-muted)}
.sm-native-menu{display:flex;gap:28px;align-items:center;list-style:none;margin:0;padding:0}
.sm-native-menu a{text-decoration:none;color:var(--sm-primary);font-weight:600}
.sm-native-cta{display:inline-flex;min-height:50px;padding:0 20px;align-items:center;border-radius:14px;background:var(--sm-primary);color:#fff;text-decoration:none;font-weight:700}
.sm-native-footer{background:var(--sm-primary);color:#fff;padding:52px 0 26px}
.sm-native-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:48px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.15)}
.sm-native-footer h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;margin:0 0 12px}
.sm-native-footer p,.sm-native-footer a{color:rgba(255,255,255,.75)}
.sm-native-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.sm-native-footer a{text-decoration:none}
.sm-native-footer__bottom{padding-top:22px;font-size:13px;color:rgba(255,255,255,.55)}
.site-main{min-height:60vh}
.site-main > .entry-content{margin:0}

@media(max-width:900px){
  .sm-native-header__inner{flex-wrap:wrap;padding:24px 0}
  .sm-native-menu{flex-wrap:wrap;gap:14px}
  .sm-native-footer__grid{grid-template-columns:1fr}
}
@media(max-width:600px){.sm-container{width:min(var(--sm-container),calc(100% - 28px))}}
