/*
Theme Name:     Morris CIRE — Divi 5 Child
Theme URI:      https://morriscsc.com
Description:     Child theme for Morris Commercial & Investment Real Estate. Brand system (Fraunces / Inter / JetBrains Mono; navy / sage / warm paper), page section styles, and a built-in contact form for a Divi 5 site. Built for Divi 5.x.
Author:         Morris CIRE
Author URI:     https://morriscsc.com
Template:       Divi
Version:        1.0.0
Text Domain:    morris-child
*/

/* ------------------------------------------------------------
   This file is intentionally lean. The brand system lives in
   assets/css/morris.css (enqueued from functions.php) so it can
   be cached separately and reused inside Divi Code modules.
   Only Divi-chrome overrides (header, menu, footer) live here.
   ------------------------------------------------------------ */

/* Brand the Divi header to the paper/navy palette */
#main-header,
.et-fixed-header#main-header{
  background:rgba(250,247,242,0.86)!important;
  backdrop-filter:saturate(180%) blur(14px);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid rgba(39,57,82,0.14);
  box-shadow:none!important;
}

/* Wordmark fallback when no logo image is set */
#logo{max-height:34px}
.morris-wordmark{
  font-family:'Fraunces',Georgia,serif;font-weight:500;font-size:1.3rem;
  color:#273952;text-decoration:none;letter-spacing:0.01em;
}
.morris-wordmark span{color:#4D7A75}

/* Primary nav typography */
#top-menu li a,
#et-top-navigation .et-menu li a{
  font-family:'Inter',sans-serif!important;
  font-size:0.86rem!important;font-weight:500;letter-spacing:0.01em;
  color:#5A5F66!important;
}
#top-menu li a:hover,
#top-menu li.current-menu-item > a{color:#273952!important;opacity:1}

/* "Contact" menu item rendered as an outline button:
   add CSS class "menu-cta" to that menu item in Appearance > Menus */
#top-menu li.menu-cta a{
  border:1px solid #273952;border-radius:2px;padding:9px 20px!important;
  color:#273952!important;transition:all .2s;
}
#top-menu li.menu-cta a:hover{background:#273952;color:#FAF7F2!important}

/* Tame Divi's default heading/body so Morris sections render cleanly */
.morris-page .et_pb_section{padding:0}
.morris-page .et_pb_row{width:100%;max-width:none;padding:0;margin:0}
.morris-page .et_pb_column{margin-bottom:0!important}

/* Footer brand */
#footer-widgets .footer-widget h4,
#main-footer .footer-widget h4{
  font-family:'JetBrains Mono',monospace;font-size:0.66rem;letter-spacing:0.12em;
  text-transform:uppercase;color:#6E948F;
}
#main-footer{background:#1d2c40}
#footer-bottom{background:#1d2c40;border-top:1px solid rgba(250,247,242,0.12)}
#footer-info,#footer-bottom .et-social-icons a{color:rgba(250,247,242,0.6)}
