/* Hitech Induction Theme v1.5.0 — Content-rich professional industrial */
:root {
  --bg: #f4f6f8;
  --bg-alt: #ffffff;
  --bg-dark: #0f172a;
  --bg-steel: #1e293b;
  --bg-muted: #e8eef4;
  --text: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-on-dark: #f1f5f9;
  --text-on-dark-muted: #94a3b8;
  --accent: #c2410c;
  --accent-hover: #ea580c;
  --accent-soft: #fff7ed;
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --radius: 10px;
  --shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.12);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 17px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; margin: 0; color: var(--text); }
p { margin: 0 0 1rem; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
address { font-style: normal; }
button, [type="submit"] { cursor: pointer; font-family: inherit; }
.wrap { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }
.kicker { margin: 0 0 0.5rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.kicker.light { color: #fdba74; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; min-height: 46px; padding: 0 1.4rem; border-radius: 8px; border: 1px solid transparent; font-size: 0.95rem; font-weight: 600; background: var(--accent); color: #fff; transition: background 150ms ease, border-color 150ms ease, color 150ms ease; }
.btn:hover { background: var(--accent-hover); }
.btn-outline { background: transparent; border-color: var(--border-strong); color: var(--text); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-dark { background: var(--bg-dark); color: #fff; }
.btn-dark:hover { background: var(--bg-steel); }
.btn-light { background: #fff; color: var(--text); }
.btn-light:hover { background: var(--bg-muted); }
/* Header */
.topbar { display: none; background: var(--bg-dark); font-size: 0.75rem; color: var(--text-on-dark-muted); }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.topbar a { color: var(--text-on-dark-muted); }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); }
.brand-mark { width: 38px; height: 38px; }
.brand-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.03em; line-height: 1; }
.brand-sub { display: block; margin-top: 2px; font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text-muted); }
.nav-primary { display: none; align-items: center; }
.nav-primary .menu { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 1.55rem; list-style: none; margin: 0; padding: 0; }
.nav-primary .menu li { margin: 0; padding: 0; list-style: none; }
.nav-primary .menu a { font-size: 0.92rem; font-weight: 500; color: var(--text-secondary); white-space: nowrap; }
.nav-primary .menu a:hover, .nav-primary .menu .current-menu-item a, .nav-primary .menu a[aria-current="page"] { color: var(--accent); }
.menu-toggle { width: 44px; height: 44px; border: 0; background: transparent; color: var(--text); font-weight: 600; }
.header-cta { display: none; }
.mobile-panel { display: none; border-top: 1px solid var(--border); background: #fff; padding: 0.75rem 1rem 1.25rem; }
.mobile-panel.open { display: block; }
.mobile-panel .menu { list-style: none; margin: 0; padding: 0; }
.mobile-panel a { display: flex; align-items: center; min-height: 46px; padding: 0 0.75rem; border-radius: 8px; font-weight: 500; }
.mobile-panel a:hover { background: var(--bg-muted); }
@media (min-width: 960px) {
  .topbar { display: block; }
  .nav-primary { display: flex; }
  .header-cta { display: inline-flex; }
  .menu-toggle { display: none; }
}
/* Hero */
.hero { position: relative; min-height: 80vh; display: flex; align-items: center; overflow: hidden; background: var(--bg-dark); }
.hero img.bg, .page-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.72) 50%, rgba(15,23,42,0.3) 100%); }
.hero-inner { position: relative; padding: 5.5rem 0 4rem; max-width: 44rem; }
.hero h1 { font-size: clamp(2.5rem, 6.5vw, 4.3rem); font-weight: 700; color: #fff; }
.hero .lede { color: rgba(241,245,249,0.88); margin-top: 1.25rem; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.page-hero { position: relative; overflow: hidden; background: var(--bg-dark); }
.page-hero .shade { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(15,23,42,0.95), rgba(15,23,42,0.85)); }
.page-hero-inner { position: relative; padding: 3.75rem 0 3.25rem; max-width: 48rem; }
.page-hero h1 { font-size: clamp(2.15rem, 5vw, 3.5rem); color: #fff; }
.page-hero .lede { color: rgba(241,245,249,0.82); margin-top: 1rem; font-size: 1.08rem; }
.page-hero .kicker { color: #fdba74; }
/* Stats */
.stats { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-block: 1px solid var(--border); }
.stat { padding: 1.85rem 1.25rem; border-right: 1px solid var(--border); text-align: center; }
.stat:nth-child(2n) { border-right: 0; }
.stat strong { display: block; font-family: var(--font-display); font-size: 2.15rem; font-weight: 700; color: var(--accent); }
.stat span { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; }
@media (min-width: 800px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stat { border-right: 1px solid var(--border); }
  .stat:last-child { border-right: 0; }
}
/* Sections */
.section { padding: 4.75rem 0; }
.section-light { background: var(--bg); }
.section-white { background: #fff; }
.section-dark { background: var(--bg-dark); color: var(--text-on-dark); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .kicker { color: #fdba74; }
.section-dark p { color: var(--text-on-dark-muted); }
.section-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-end; flex-wrap: wrap; }
.section h2 { font-size: clamp(1.8rem, 3.8vw, 2.65rem); font-weight: 700; }
/* Grids & cards */
.grid-4 { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
.grid-3 { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
.grid-2 { display: grid; gap: 1.85rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) {
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}
.card { overflow: hidden; border-radius: 14px; border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow); transition: transform 180ms ease, box-shadow 180ms ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.card .pad { padding: 1.2rem 1.25rem 1.4rem; }
.card h3 { font-size: 1.22rem; margin-bottom: 0.3rem; }
.meta { margin-top: 0.4rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.process-tile { position: relative; min-height: 230px; overflow: hidden; border-radius: 12px; }
.process-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.process-tile .cap { position: relative; height: 100%; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; background: linear-gradient(to top, rgba(15,23,42,0.92), transparent 60%); color: #fff; }
.process-tile .cap h3 { color: #fff; }
.process-tile .cap p { color: rgba(241,245,249,0.88); font-size: 0.95rem; }
.feature { display: flex; gap: 0.9rem; padding: 1.35rem; background: #fff; border: 1px solid var(--border); border-radius: 12px; }
.feature i { flex: 0 0 10px; height: 10px; margin-top: 0.45rem; border-radius: 99px; background: var(--accent); }
.feature h3 { font-size: 1.15rem; margin-bottom: 0.35rem; }
.feature p { color: var(--text-secondary); font-size: 0.95rem; }
.split { display: grid; gap: 2.85rem; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; align-items: center; } }
.rounded { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.rounded img { width: 100%; height: auto; display: block; }
.rule-list { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.rule-list li { border-left: 3px solid var(--accent); padding: 0.45rem 0 0.45rem 1rem; color: var(--text-secondary); margin-bottom: 0.3rem; }
/* Video */
.video-wrap { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); background: #000; aspect-ratio: 16/9; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* Map */
.map-wrap { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); height: 360px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
/* Content prose */
.prose { max-width: 48rem; }
.prose h2 { margin: 2rem 0 0.75rem; font-size: 1.65rem; }
.prose h3 { margin: 1.5rem 0 0.5rem; font-size: 1.25rem; }
.prose ul { margin: 0.75rem 0 1.25rem 1.25rem; }
.prose li { margin-bottom: 0.35rem; color: var(--text-secondary); }
/* Forms */
form.enquiry { display: grid; gap: 1rem; }
.row-2 { display: grid; gap: 1rem; }
@media (min-width: 600px) { .row-2 { grid-template-columns: 1fr 1fr; } }
label { display: block; margin-bottom: 0.35rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
input, select, textarea { width: 100%; min-height: 46px; padding: 0.65rem 0.85rem; border: 1px solid var(--border-strong); border-radius: 8px; background: #fff; color: var(--text); font: inherit; }
textarea { min-height: 8.5rem; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(194,65,12,0.15); }
.form-panel { border: 1px solid var(--border); background: #fff; border-radius: 14px; padding: 1.85rem; box-shadow: var(--shadow); }
.notice { border: 1px solid #fdba74; background: var(--accent-soft); border-radius: 10px; padding: 1.25rem; }
/* Footer */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-dark); color: var(--text-on-dark-muted); }
.footer-grid { display: grid; gap: 2.25rem; padding: 3.75rem 0; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.35fr 1fr 1fr 1.25fr; } }
.site-footer h2 { color: #fff; font-size: 1.1rem; margin-bottom: 1rem; font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0.4rem 0; }
.site-footer a { color: var(--text-on-dark-muted); }
.site-footer a:hover { color: #fdba74; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-sub { color: var(--text-on-dark-muted); }
.legal { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.15rem 0; font-size: 0.78rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; }
/* Social */
.topbar-right { display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; }
.social-icons { display: flex; gap: 0.55rem; flex-wrap: wrap; align-items: center; }
.social-link { display: inline-grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 999px; background: rgba(255,255,255,0.1); color: #f1f5f9; font-size: 0.7rem; font-weight: 700; transition: background 150ms ease; }
.social-link:hover { background: var(--accent); color: #fff; }
.social-link svg { width: 1rem; height: 1rem; fill: currentColor; }
.footer-social .social-link { background: rgba(255,255,255,0.08); }
.header-social { display: none; gap: 0.4rem; }
@media (min-width: 1100px) { .header-social { display: flex; } }
.wa-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 90; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: #25D366; color: #fff !important; display: grid; place-items: center; box-shadow: 0 0.75rem 1.75rem rgba(37,211,102,0.4); transition: transform 0.25s ease; }
.wa-float:hover { transform: scale(1.07); }
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
table.specs { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
table.specs th, table.specs td { text-align: left; padding: 0.8rem 1rem; border-bottom: 1px solid var(--border); }
table.specs th { width: 36%; color: var(--text-muted); font-weight: 500; }
table.specs tr:nth-child(even) { background: var(--bg-muted); }
/* Product detail blocks */
.product-block { padding: 3.5rem 0; border-bottom: 1px solid var(--border); }
.product-block:last-child { border-bottom: 0; }
.product-block .split { align-items: start; }
.lead { font-size: 1.1rem; color: var(--text-secondary); }

/* Gutenberg / editor content */
.entry-content, .prose {
  max-width: 52rem;
}
.entry-content > *, .prose > * { margin-bottom: 1.15rem; }
.entry-content h2, .prose h2 { margin: 2.25rem 0 0.85rem; font-size: 1.7rem; font-weight: 700; }
.entry-content h3, .prose h3 { margin: 1.75rem 0 0.6rem; font-size: 1.3rem; font-weight: 600; }
.entry-content ul, .entry-content ol, .prose ul, .prose ol { margin: 0.75rem 0 1.25rem 1.35rem; color: var(--text-secondary); }
.entry-content li, .prose li { margin-bottom: 0.4rem; }
.entry-content img, .prose img { border-radius: 12px; margin: 1.25rem 0; }
.entry-content figure { margin: 1.5rem 0; }
.entry-content .wp-block-image figcaption { font-size: 0.85rem; color: var(--text-muted); text-align: center; margin-top: 0.5rem; }
.entry-content .wp-block-columns { gap: 1.5rem; margin: 1.5rem 0; }
.entry-content .wp-block-button__link {
  display: inline-flex; align-items: center; min-height: 46px; padding: 0 1.4rem;
  border-radius: 8px; background: var(--accent); color: #fff !important; font-weight: 600;
}
.entry-content .wp-block-button__link:hover { background: var(--accent-hover); }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.entry-content th, .entry-content td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); }
.entry-content tr:nth-child(even) { background: var(--bg-muted); }
.page-content-wrap { padding: 3.5rem 0 4.5rem; background: #fff; }
.page-content-wrap .wrap { max-width: 52rem; }
.has-featured .page-hero { min-height: 280px; }
.page-hero.has-thumb img.bg { object-fit: cover; opacity: 0.45; }
