/*
Theme Name: FONZE HOUSE
Theme URI: https://www.fonzehouse.com
Author: FONZE HOUSE Team
Author URI: https://www.fonzehouse.com
Description: FONZE HOUSE is a custom WordPress theme converted from the static HTML website, designed for foreign trade (B2B) export-oriented enterprises. The theme follows SEO-first principles (Google standards), uses Custom Post Types to manage products, projects, services, FAQ and other dynamic content. Theme options allow managing company info, contact details, social media and SEO meta without hardcoding. All public modules are split into template-parts and inc/ for maintainability.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: fonzehouse
Domain Path: /languages
Tags: business, portfolio, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-templates, wide-blocks

This theme, like WordPress, is licensed under the GPL.
*/

/*
 * FONZE HOUSE WordPress Theme
 * 主样式入口文件 — 实际业务样式位于 css/style.css
 * WordPress 要求 style.css 保留主题头信息以识别主题元数据
 */

/* 主题激活标识（可被 functions.php 引用以判断当前主题）*/
body.theme-fonzehouse {}

/* 兼容性微调 — 不修改原 css/style.css 的前提下保证 WordPress body class 不影响布局 */
.alignwide { max-width: 100%; }
.alignfull { width: 100%; max-width: 100%; }
