/*
Theme Name: AI Wiremesh Steel
Theme URI: https://www.aiwiremeshsteel.com
Author: A.I. Wiremesh Steel Co., Ltd.
Author URI: https://www.aiwiremeshsteel.com
Description: WordPress Theme สำหรับ บริษัท เอ.ไอ. ไวร์เมช สตีล จำกัด — ผู้ผลิตตะแกรงเหล็กไวร์เมชคุณภาพ
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Private
License URI: https://www.aiwiremeshsteel.com
Text Domain: aiwiremesh
Tags: business, industrial, steel, wiremesh, thai, responsive
*/

/* === AI WIREMESH STEEL THEME === */
/* Design: Industrial Steel + Gold Accent */
/* Font: Kanit (headers) + Sarabun (body) — Thai/Latin */

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

:root{
  --steel:#1C2B3A;
  --steel-mid:#2E4057;
  --steel-light:#4A6174;
  --accent:#E8A020;
  --accent-light:#F5C84A;
  --accent-dark:#C4851A;
  --surface:#F4F6F8;
  --white:#FFFFFF;
  --text:#1A1A2E;
  --text-muted:#6B7A8D;
  --border:rgba(28,43,58,0.12);
}

html{scroll-behavior:smooth}
body{
  font-family:'Sarabun',sans-serif;
  background:var(--white);
  color:var(--text);
  font-size:15px;
  line-height:1.6;
}

img{max-width:100%;height:auto;display:block}
a{text-decoration:none}
ul{list-style:none}

/* WordPress alignment helpers */
.alignleft{float:left;margin:0 1.5em 1em 0}
.alignright{float:right;margin:0 0 1em 1.5em}
.aligncenter{display:block;margin:0 auto 1em}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:13px;color:var(--text-muted);margin-top:6px}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute;height:1px;width:1px;overflow:hidden}
