/* ============================================
   Tailwind Utility Classes — Static Build
   Generated for S. Baheti & Associates
   Replaces cdn.tailwindcss.com runtime
   ============================================ */

/* ---------- Base Reset (Tailwind Preflight subset) ---------- */
*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* ---------- Custom Theme Font Families ---------- */
.font-heading { font-family: 'Playfair Display', Georgia, serif; }
.font-body { font-family: 'Inter', -apple-system, sans-serif; }

/* ---------- Layout / Display ---------- */
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

/* ---------- Flexbox ---------- */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

/* ---------- Grid ---------- */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ---------- Gap ---------- */
.gap-0 { gap: 0px; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

/* ---------- Space Between ---------- */
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }

/* ---------- Divide ---------- */
.divide-x > :not([hidden]) ~ :not([hidden]) { border-left-width: 1px; }
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f6; }

/* ---------- Padding ---------- */
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.pt-8 { padding-top: 2rem; }
.pt-20 { padding-top: 5rem; }
.pb-8 { padding-bottom: 2rem; }

/* ---------- Margin ---------- */
.mx-auto { margin-left: auto; margin-right: auto; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-4 { margin-left: 1rem; }
.\!mb-0 { margin-bottom: 0px !important; }

/* ---------- Width ---------- */
.w-0\.5 { width: 0.125rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-80 { width: 20rem; }
.w-full { width: 100%; }

/* ---------- Max Width ---------- */
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }

/* ---------- Height ---------- */
.h-0\.5 { height: 0.125rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-80 { height: 20rem; }

/* ---------- Min Height ---------- */
.min-h-screen { min-height: 100vh; }

/* ---------- Aspect Ratio ---------- */
.aspect-\[4\/3\] { aspect-ratio: 4/3; }

/* ---------- Positioning ---------- */
.inset-0 { inset: 0px; }
.top-0 { top: 0px; }
.right-8 { right: 2rem; }
.bottom-8 { bottom: 2rem; }
.-top-6 { top: -1.5rem; }
.-bottom-4 { bottom: -1rem; }
.-bottom-6 { bottom: -1.5rem; }
.-left-4 { left: -1rem; }
.-right-6 { right: -1.5rem; }

/* ---------- Z-Index ---------- */
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

/* ---------- Font Weight ---------- */
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

/* ---------- Font Size ---------- */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }

/* ---------- Text Alignment ---------- */
.text-center { text-align: center; }

/* ---------- Line Height ---------- */
.leading-relaxed { line-height: 1.625; }

/* ---------- Text Decoration / Transform / Smoothing ---------- */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.underline { text-decoration-line: underline; }

/* ---------- Vertical Align ---------- */
.align-middle { vertical-align: middle; }

/* ---------- Text Colors — Custom Theme ---------- */
.text-navy { color: #0c1524; }
.text-gold { color: #c9a84c; }
.text-slate { color: #4a5568; }
.text-slate-light { color: #718096; }

/* ---------- Text Colors — Standard ---------- */
.text-white { color: #fff; }
.text-white\/20 { color: rgba(255,255,255,0.2); }
.text-white\/30 { color: rgba(255,255,255,0.3); }
.text-white\/40 { color: rgba(255,255,255,0.4); }
.text-white\/50 { color: rgba(255,255,255,0.5); }
.text-white\/60 { color: rgba(255,255,255,0.6); }
.text-white\/80 { color: rgba(255,255,255,0.8); }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }

/* ---------- Background Colors — Custom Theme ---------- */
.bg-navy { background-color: #0c1524; }
.bg-navy\/5 { background-color: rgba(12,21,36,0.05); }
.bg-cream { background-color: #f9f8f5; }
.bg-gold { background-color: #c9a84c; }
.bg-gold\/5 { background-color: rgba(201,168,76,0.05); }
.bg-gold\/10 { background-color: rgba(201,168,76,0.1); }
.bg-gold\/30 { background-color: rgba(201,168,76,0.3); }
.bg-white { background-color: #fff; }

/* ---------- Gradients ---------- */
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-navy { --tw-gradient-from: #0c1524; --tw-gradient-to: rgba(12,21,36,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-navy-light { --tw-gradient-from: #162033; --tw-gradient-to: rgba(22,32,51,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-gold\/20 { --tw-gradient-from: rgba(201,168,76,0.2); --tw-gradient-to: rgba(201,168,76,0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-navy-light { --tw-gradient-to: #162033; }
.to-navy-mid { --tw-gradient-to: #1e2d45; }
.to-gold\/5 { --tw-gradient-to: rgba(201,168,76,0.05); }

/* ---------- Borders ---------- */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-gold\/10 { border-color: rgba(201,168,76,0.1); }
.border-gray-100 { border-color: #f3f4f6; }
.border-navy\/10 { border-color: rgba(12,21,36,0.1); }
.border-slate-100\/50 { border-color: rgba(241,245,249,0.5); }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }

/* ---------- Border Radius ---------- */
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }

/* ---------- Box Shadow ---------- */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }

/* ---------- Opacity ---------- */
.opacity-0 { opacity: 0; }

/* ---------- Transitions ---------- */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }

/* ---------- Animation ---------- */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ---------- Interactivity ---------- */
.pointer-events-none { pointer-events: none; }
.resize-none { resize: none; }

/* ---------- Hover States ---------- */
.hover\:text-gold:hover { color: #c9a84c; }
.hover\:text-gold-muted:hover { color: #b8963f; }
.hover\:text-white\/40:hover { color: rgba(255,255,255,0.4); }
.hover\:bg-navy-light:hover { background-color: #162033; }

/* ---------- Screen Reader Only ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }

/* ============================================
   Responsive Breakpoints
   sm: 640px  |  md: 768px  |  lg: 1024px
   ============================================ */

/* --- sm (640px+) --- */
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --- md (768px+) --- */
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:flex-row { flex-direction: row; }
  .md\:w-auto { width: auto; }
}

/* --- lg (1024px+) --- */
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
}

/* ---------- Focus States (Skip Link & Accessibility) ---------- */
.focus\:not-sr-only:focus { position: fixed; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: nowrap; }
.focus\:fixed:focus { position: fixed; }
.focus\:top-4:focus { top: 1rem; }
.focus\:left-4:focus { left: 1rem; }
.focus\:z-\[99999\]:focus { z-index: 99999; }
.focus\:bg-gold:focus { background-color: #c9a84c; }
.focus\:text-navy:focus { color: #0c1524; }
.focus\:px-4:focus { padding-left: 1rem; padding-right: 1rem; }
.focus\:py-2:focus { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.focus\:rounded-lg:focus { border-radius: 0.5rem; }
.focus\:font-bold:focus { font-weight: 700; }
