/*
Theme Name: Astra Fusion Child V5
Theme URI: https://wpastra.com/
Template: astra
Author: FusionMarketNews
Description: Clean editorial child theme for FusionMarketNews using Astra.
Version: 1.0.5
Text Domain: astra-fusion-child
*/

:root{
  --fm-bg:#f7f3ea;
  --fm-card:#ffffff;
  --fm-ink:#14110f;
  --fm-muted:#6f675f;
  --fm-line:#ddd3c3;
  --fm-accent:#c47a1c;
  --fm-red:#c7352f;
  --fm-dark:#0f0f12;
}

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,800;9..144,900&family=Inter:wght@400;500;600;700;800&display=swap');

body,
.site,
.ast-container{
  background:var(--fm-bg)!important;
  color:var(--fm-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body.home .site-content .ast-container,
body.front-page .site-content .ast-container,
body.home #primary,
body.front-page #primary,
body.home .ast-container,
body.front-page .ast-container{
  max-width:100%!important;
  width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.home .entry-header,
body.front-page .entry-header,
body.home .entry-content,
body.front-page .entry-content,
body.home .ast-archive-description,
body.front-page .ast-archive-description,
body.home #secondary,
body.front-page #secondary{
  display:none!important;
}

.main-header-menu a{
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.main-header-menu a:hover{color:var(--fm-accent)!important;}
.site-title a{font-weight:900!important;}

/* Header/logo polish */
.custom-logo{max-height:52px;width:auto;}
.ast-site-identity{padding:10px 0;}
.ast-builder-menu-1 .menu-item > .menu-link{font-size:12px;letter-spacing:.12em;}
.ast-primary-header-bar{border-bottom:1px solid var(--fm-line);}

.fm-topbar{
  background:var(--fm-dark);
  color:#f7f3ea;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:9px 24px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-weight:700;
}
.fm-ticker{display:none!important;}

.fm-home{max-width:1240px;margin:0 auto;padding:42px 22px 0;}
.fm-eyebrow{
  color:var(--fm-accent);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:12px;
}
.fm-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:38px;
  align-items:center;
  padding-bottom:46px;
  border-bottom:1px solid var(--fm-line);
}
.fm-hero h1{
  font-family:Fraunces,Georgia,serif;
  font-size:clamp(42px,5vw,70px);
  line-height:1.02;
  letter-spacing:-.03em;
  margin:0 0 18px;
  font-weight:900;
}
.fm-hero h1 a{color:var(--fm-ink);text-decoration:none;}
.fm-hero p{font-size:18px;line-height:1.55;color:#3b342d;max-width:640px;margin:0 0 22px;}
.fm-read{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--fm-ink);text-decoration:none;border-bottom:2px solid var(--fm-ink);}
.fm-meta{font-size:12px;color:var(--fm-muted);font-weight:700;margin-top:18px;}
.fm-hero-img{position:relative;}
.fm-hero-img img{width:100%;height:470px;object-fit:cover;border-radius:18px;display:block;box-shadow:0 18px 45px rgba(20,17,15,.16);}
.fm-live{position:absolute;left:18px;bottom:18px;background:rgba(15,15,18,.9);color:#fff;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800;}

.fm-section{padding:44px 0;border-bottom:1px solid var(--fm-line);}
.fm-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px;gap:14px;}
.fm-section-kicker{font-size:12px;color:var(--fm-red);letter-spacing:.15em;text-transform:uppercase;font-weight:900;}
.fm-section h2{font-family:Fraunces,Georgia,serif;font-size:32px;line-height:1;margin:5px 0 0;font-weight:900;}
.fm-section-head a{color:var(--fm-ink);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;border-bottom:1px solid var(--fm-ink);}
.fm-grid{display:grid;gap:24px;}
.fm-grid-3{grid-template-columns:repeat(3,1fr);}
.fm-grid-4{grid-template-columns:repeat(4,1fr);}
.fm-card{background:transparent;border-top:2px solid var(--fm-ink);padding-top:14px;}
.fm-card img{width:100%;height:190px;object-fit:cover;border-radius:13px;margin-bottom:13px;display:block;}
.fm-card .cat{color:var(--fm-red);font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:7px;}
.fm-card h3{font-family:Fraunces,Georgia,serif;font-size:22px;line-height:1.17;margin:0 0 9px;font-weight:800;}
.fm-card h3 a{color:var(--fm-ink);text-decoration:none;}
.fm-card h3 a:hover{color:var(--fm-accent);}
.fm-card p{font-size:14px;line-height:1.5;color:#443d35;margin:0 0 10px;}
.fm-card .date{font-size:12px;color:var(--fm-muted);font-weight:700;}

.fm-latest{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.fm-list-item{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--fm-line);}
.fm-list-item:first-child{padding-top:0;}
.fm-list-item img{width:120px;height:85px;object-fit:cover;border-radius:10px;}
.fm-list-item .cat{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--fm-red);font-weight:900;margin-bottom:5px;}
.fm-list-item h3{font-family:Fraunces,Georgia,serif;font-size:20px;line-height:1.16;margin:0 0 6px;}
.fm-list-item h3 a{color:var(--fm-ink);text-decoration:none;}
.fm-empty{background:#fff;border:1px dashed var(--fm-line);padding:24px;border-radius:14px;color:var(--fm-muted);font-weight:700;}

.fm-newsletter{background:var(--fm-dark);color:#fff;border-radius:24px;margin:50px 0 20px;padding:44px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;}
.fm-newsletter h2{font-family:Fraunces,Georgia,serif;font-size:42px;line-height:1.05;margin:0 0 10px;color:#fff;}
.fm-newsletter p{color:#cbc7c0;margin:0;}
.fm-newsletter form{display:flex;gap:10px;}
.fm-newsletter input{flex:1;border:0;border-radius:999px;padding:14px 17px;}
.fm-newsletter button{border:0;border-radius:999px;background:var(--fm-accent);color:#111;padding:14px 20px;font-weight:900;cursor:pointer;}

.site-footer,.ast-footer-copyright{background:var(--fm-dark)!important;color:#d7d7d7!important;}
.site-footer a{color:#d7d7d7!important;}
.site-footer a:hover{color:#fff!important;}

@media(max-width:900px){
  .fm-hero,.fm-newsletter{grid-template-columns:1fr;}
  .fm-grid-3,.fm-grid-4{grid-template-columns:repeat(2,1fr);}
  .fm-latest{grid-template-columns:1fr;}
  .fm-hero-img img{height:330px;}
}
@media(max-width:600px){
  .fm-topbar{display:block;text-align:center;}
  .fm-home{padding:28px 16px 0;}
  .fm-grid-3,.fm-grid-4{grid-template-columns:1fr;}
  .fm-list-item{grid-template-columns:1fr;}
  .fm-list-item img{width:100%;height:190px;}
  .fm-newsletter{padding:30px 20px;}
  .fm-newsletter form{flex-direction:column;}
}
