/*
Theme Name: Falco Marketing
Theme URI: https://www.lightcoral-cheetah-214301.hostingersite.com/
Author: Falco Marketing
Description: Custom hand-coded theme for Falco Marketing (Raleigh, NC) - Strategic Google Ads, Custom AI Integration & Premium Graphic Design. Native code migrated from the static site build.
Version: 1.0.8
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: falco-marketing
*/

/* Per-page design-system CSS is enqueued from assets/css/<slug>.css by functions.php.
   This file only carries the theme header plus a couple of safety defaults. */
html { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }

/* --- Media placeholders replaced with real images --- */
.img-ph.has-img{border:none;padding:0;background:none;overflow:hidden;position:relative;}
.img-ph.has-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.logo-img.has-img{border:none;}
.logo-img.has-img img{width:100%;height:100%;object-fit:contain;display:block;}
.foot-logo-ph.has-img{border:none;background:#fff;padding:12px;}
.foot-logo-ph.has-img img{width:100%;height:100%;object-fit:contain;display:block;}
.img-ph.has-img.contain img{object-fit:contain;background:#fff;}


/* Contact phone icon: render the phone emoji white so it is visible on the blue circle (all pages). */
img.emoji[src*="1f4de"]{filter:brightness(0) invert(1);}


/* Service Industries footer: widen grid to 4 columns */
footer .foot-grid{grid-template-columns:0.82fr 1fr 1fr 1fr;gap:34px;align-items:start;}
@media(max-width:900px){footer .foot-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){footer .foot-grid{grid-template-columns:1fr;}}
