/* =============================================
   JOHN ACQUAFUL — Global Site CSS
   Appearance → Customize → Additional CSS
   ============================================= */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');

/* Variables */
:root{
  --navy:#1a2e4a;
  --gold:#c8991a;
  --cream:#f9f6f0;
}

/* Base */
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif !important;line-height:1.75;color:#1f2937}

/* Headings */
h1,h2,h3,.elementor-heading-title{
  font-family:'Cormorant Garamond',serif !important;
  font-weight:700 !important;
  color:#1a2e4a;
  line-height:1.15;
}

/* Buttons */
.elementor-button,.wp-block-button__link,a.button,.btn{
  background-color:#c8991a !important;
  color:#1a2e4a !important;
  font-family:'DM Sans',sans-serif !important;
  font-weight:600 !important;
  letter-spacing:.05em !important;
  border-radius:3px !important;
  border:none !important;
  transition:all .25s ease !important;
}
.elementor-button:hover{
  background-color:#e8b832 !important;
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(200,153,26,.35) !important;
}

/* Nav links */
.main-navigation a,.site-header .nav-menu a,header nav a{
  font-family:'DM Sans',sans-serif !important;
  font-weight:500;
  font-size:14px;
  letter-spacing:.03em;
  transition:color .2s;
}
.main-navigation a:hover{color:#c8991a !important}

/* Body links */
.entry-content a,.elementor-widget-text-editor a{
  color:#c8991a;
  text-decoration:none;
  border-bottom:1px solid rgba(200,153,26,.4);
  transition:all .2s;
}
.entry-content a:hover{color:#1a2e4a;border-bottom-color:#1a2e4a}

/* Footer */
.site-footer,footer{background:#1a2e4a !important;color:rgba(249,246,240,.65) !important}
.site-footer a,footer a{color:rgba(249,246,240,.65) !important}
.site-footer a:hover,footer a:hover{color:#c8991a !important}
.site-footer .widget-title,.site-footer h3{color:#c8991a !important;font-size:12px;letter-spacing:.12em;text-transform:uppercase}

/* Card hover lift */
.elementor-widget-image-box,.post-card{transition:transform .3s,box-shadow .3s}
.elementor-widget-image-box:hover,.post-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(26,46,74,.1)}

/* Page titles */
.page-title,.entry-title{font-family:'Cormorant Garamond',serif !important;color:#1a2e4a !important}

/* Hide sidebar footer widgets that show "Find Us / 123 Main Street" */
.widget_text .textwidget:has(> p > strong:first-child){display:none}

/* Fix: make Elementor HTML sections full width */
.elementor-widget-html{padding:0 !important}
.elementor-widget-html .elementor-widget-container{padding:0 !important}