:root {
  --navy: #111111;
  --gold: #d4637b;
  --cream: #e8e8e8;
  --silver: linear-gradient(135deg, #c0c0c0, #e8e8e8, #a8a8a8);
  --text: #111111;
  --border: #ccc;
  --white: #ffffff;
}

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

body { font-family: Georgia, 'Times New Roman', serif; color: var(--text); background: url('../images/logo-pattern.jpg') center top/cover fixed no-repeat; }

/* Navigation */
.site-nav { background: linear-gradient(180deg, #222 0%, #111 100%); padding: 0.75rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.site-nav img { height: 72px; width: auto; background: white; padding: 0.4rem; border-radius: 4px; }
.site-nav a { color: rgba(255,255,255,0.8); text-decoration: none; font-family: sans-serif; font-size: 0.8rem; letter-spacing: 0.1em; margin-left: 2rem; }
.site-nav a:hover { color: var(--gold); }

/* Homepage: hide nav logo, show hero logo instead */
.page-home .site-nav img { visibility: hidden; }
.hero-logo { width: 200px; height: auto; background: white; padding: 0.6rem; border-radius: 4px; margin-bottom: 2rem; }
.hero-brand .btn-primary { background: var(--navy); color: var(--white); box-shadow: 4px 4px 12px rgba(0,0,0,0.2); }
.hero-brand .btn-primary:hover { background: #333; }

/* Hero (homepage split) */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: url('../images/logo-pattern.jpg') center/cover no-repeat; position: relative; }
.hero-brand { padding: 4rem 3rem; display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-brand::before { content: ''; position: absolute; inset: 0; background: transparent; }
.hero-brand > * { position: relative; z-index: 1; }
.hero-eyebrow { font-family: sans-serif; font-size: 0.7rem; letter-spacing: 0.25em; color: #000; margin-bottom: 1.5rem; background: rgba(255,255,255,0.85); display: inline-block; padding: 0.4rem 0.8rem; }
.hero-headline { font-size: 2.2rem; font-weight: 400; color: #000; line-height: 1.3; margin-bottom: 2rem; background: rgba(255,255,255,0.85); display: inline; padding: 0.3rem 0.8rem; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-jobs { background: transparent; padding: 2rem; display: flex; flex-direction: column; justify-content: center; gap: 0.75rem; overflow-y: auto; }

/* Buttons */
.btn-primary { display: inline-block; background: var(--gold); color: var(--white); padding: 0.75rem 1.75rem; font-family: sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-decoration: none; border: none; cursor: pointer; }
.btn-primary:hover { background: #c4506a; }
.btn-secondary { display: inline-block; background: transparent; color: var(--navy); border: 1px solid var(--navy); padding: 0.6rem 1.5rem; font-family: sans-serif; font-size: 0.75rem; letter-spacing: 0.1em; text-decoration: none; cursor: pointer; }

/* Job cards */
.job-card { background: var(--white); border-top: none; padding: 1.25rem; position: relative; box-shadow: 4px 4px 12px rgba(0,0,0,0.15); }
.job-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(180deg, #c8c8c8, #8e8e8e); }
.job-card-category { font-family: sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 0.4rem; }
.job-card-title { font-size: 1.05rem; color: #000; margin-bottom: 0.3rem; font-weight: 700; }
.job-card-meta { font-family: sans-serif; font-size: 0.75rem; color: #888; }

/* Jobs listing grid */
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.25rem; }
.jobs-filters { background: var(--cream); padding: 1.5rem 2rem; display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.jobs-filters input, .jobs-filters select { padding: 0.5rem 1rem; border: 1px solid var(--border); font-family: sans-serif; font-size: 0.85rem; }

/* Application form */
.apply-form { max-width: 680px; margin: 0 auto; padding: 3rem 2rem; background: rgba(255,255,255,0.92); }
.form-field { margin-bottom: 1.5rem; }
.form-field label { display: block; font-family: sans-serif; font-size: 0.75rem; letter-spacing: 0.1em; margin-bottom: 0.5rem; color: var(--navy); }
.form-field input, .form-field textarea { width: 100%; padding: 0.75rem; border: 1px solid var(--border); font-family: Georgia, serif; font-size: 1rem; }
.file-upload-row { display: grid; grid-template-columns: 1fr 2fr auto; gap: 0.5rem; align-items: center; margin-bottom: 0.5rem; }
.add-file-btn { background: none; border: 1px dashed var(--gold); color: var(--gold); padding: 0.5rem 1rem; cursor: pointer; font-family: sans-serif; font-size: 0.8rem; width: 100%; margin-top: 0.5rem; }

/* Page sections */
.section { padding: 4rem 2rem; background: rgba(255,255,255,0.92); border-left: 1px solid #000; border-right: 1px solid #000; box-shadow: 4px 4px 12px rgba(0,0,0,0.2); }
.section-title { font-size: 1.8rem; color: var(--navy); margin-bottom: 1.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
.container { max-width: 1100px; margin: 0 auto; }

/* Prose (CMS page bodies) */
.prose { line-height: 1.8; font-size: 1rem; color: #333; }
.prose h2 { font-size: 1.3rem; color: var(--navy); margin: 2.5rem 0 0.75rem; font-weight: 600; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
.prose h3 { font-size: 1.1rem; color: var(--navy); margin: 2rem 0 0.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
.prose p { margin-bottom: 1.1rem; }
.prose ul, .prose ol { margin: 0.75rem 0 1.25rem 2rem; }
.prose li { margin-bottom: 0.5rem; }
.prose a { color: var(--navy); text-decoration: underline; }
.prose a:hover { color: var(--gold); }
.prose em { color: #888; font-style: italic; font-size: 0.9rem; }
.prose strong { font-weight: 600; color: var(--text); }

/* Silver Divider */
.silver-divider { height: 16px; background: linear-gradient(180deg, #333, #000); }

/* Women-Owned */
.women-owned { background: var(--cream); padding: 4rem 2rem; }
.women-owned-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 3rem; }
.women-owned-badge { width: 180px; height: auto; flex-shrink: 0; }
.women-owned-eyebrow { font-family: sans-serif; font-size: 0.7rem; letter-spacing: 0.25em; color: var(--gold); margin-bottom: 0.5rem; }
.women-owned-headline { font-size: 2rem; color: var(--gold); margin-bottom: 1rem; }
.women-owned-body { color: #555; line-height: 1.8; font-size: 0.95rem; }

@media (max-width: 768px) {
  .women-owned-inner { flex-direction: column; text-align: center; }
  .women-owned-badge { width: 140px; }
}

/* Testimonials */
.testimonials { background: var(--gold); padding: 4rem 2rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.testimonial-card { background: rgba(255,255,255,0.15); padding: 2rem; border: 1px solid #000; box-shadow: 4px 4px 12px rgba(0,0,0,0.4); }
.testimonial-quote { color: var(--white); font-style: italic; margin-bottom: 1.5rem; line-height: 1.7; }
.testimonial-name { color: var(--white); font-family: sans-serif; font-size: 0.8rem; font-weight: 700; }
.testimonial-role { color: rgba(255,255,255,0.7); font-family: sans-serif; font-size: 0.75rem; margin-top: 0.25rem; }

/* Footer */
.site-footer { background: linear-gradient(180deg, #111 0%, #222 100%); color: rgba(255,255,255,0.6); padding: 2.5rem; text-align: center; font-family: sans-serif; font-size: 0.8rem; }
.site-footer a { color: var(--gold); text-decoration: none; }

/* Responsive */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .jobs-grid { grid-template-columns: 1fr; }
  .file-upload-row { grid-template-columns: 1fr; }
}
