/*
Theme Name: PTIP Industrial Procurement
Theme URI: https://www.pratamateknikintiprima.co.id
Author: PT. Pratama Teknik Inti Prima
Description: Custom B2B procurement theme for industrial machinery & engineering services. Built for high-authority BUMN/corporate trust signaling, RFQ workflow, and machine catalog management.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ptip
Tags: custom-theme, business, industrial, b2b
*/

/* ==========================================================================
   Base resets & typography — loaded first, spec-table-and-portfolio.css
   and Tailwind-compiled utilities load after this via functions.php enqueue.
   ========================================================================== */

:root {
  --ptip-navy: #0B1E33;
  --ptip-charcoal: #2E333A;
  --ptip-gold: #F5A623;
  --ptip-surface: #F7F8FA;
  --ptip-border: #E4E7EB;
  --ptip-text-muted: #5B6470;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", "Plus Jakarta Sans", -apple-system, sans-serif;
  color: var(--ptip-navy);
  background: #fff;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo", "Montserrat", sans-serif;
  color: var(--ptip-navy);
  line-height: 1.25;
  margin: 0 0 0.5em;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.prose p { margin: 0 0 1.1em; }
.prose ul, .prose ol { margin: 0 0 1.1em 1.4em; }

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ptip-navy);
  color: #fff;
  padding: 0.75rem 1.25rem;
  z-index: 100;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}
