/*
Theme Name: SGCB Auto Detailing Catalog
Theme URI: https://sgcb.kz
Author: SGCB Kazakhstan
Author URI: https://sgcb.kz
Description: Custom WordPress + WooCommerce catalog theme for SGCB's official auto-detailing distributor in Kazakhstan. Catalog-mode WooCommerce (no checkout) with a "Заказать в WhatsApp" purchase path, ACF-driven product specs/features/scenarios/FAQ, and a client-editable homepage banner system (banner CPT).
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
Tested up to: 6.5
WC requires at least: 8.0
WC tested up to: 8.7
Text Domain: sgcb
License: Proprietary — all rights reserved
*/

/* -------------------------------------------------------------------------
   Base resets only.

   All structural / component styling lives in assets/css/main.css and
   assets/css/woocommerce.css (enqueued via sgcb_enqueue_assets() in
   functions.php — see the "ARCHITECTURE.md additions" note for the
   inc/setup.php + inc/enqueue.php split planned for the next step).

   This block exists only so the theme doesn't render completely unstyled
   (default browser margins, list bullets, etc.) before the real stylesheet
   loads, and so get_stylesheet_uri() has real CSS to serve.
------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

img,
picture,
svg,
video {
	max-width: 100%;
	display: block;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
	margin: 0;
}
