/* ExecSearches v6.0 — shared design system.
   Edit colors/fonts here once; every page that links this file updates.
   (Placeholder brand palette — adjust to match the official ExecSearches brand.) */

:root {
  --navy: #1b3a6b;      /* navy blue — brand / headings / links */
  --navy-deep: #11244a;
  --accent: #c9a227;    /* gold accent */
  --accent-soft: #f6edcf;
  --ink: #1a1a1a;       /* body text */
  --muted: #5a6675;
  --line: #e3e7ec;
  --bg: #ffffff;
  --bg-soft: #f7f9fb;
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Times New Roman', Times, Georgia, serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 18px;
}
h1, h2, h3, h4, .sans { font-family: 'Helvetica Neue', Arial, sans-serif; }
h1 { font-size: 2.1rem; line-height: 1.15; color: var(--navy); margin: 0 0 .5em; }
h2 { font-size: 1.5rem; color: var(--navy); margin: 1.6em 0 .5em; }
h3 { font-size: 1.15rem; color: var(--accent); margin: 1.4em 0 .4em; }
a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--accent); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* top accent bar */
.accent-bar { height: 5px; background: var(--accent); width: 100%; }

/* header */
header.site { border-bottom: 1px solid var(--line); background: #fff; }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; padding-bottom: 16px; flex-wrap: wrap; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--navy); text-decoration: none; letter-spacing: -.01em; }
.brand-lens { flex: none; }
.brand span { color: var(--accent); }
nav.site a { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .95rem; font-weight: 600; text-decoration: none; color: var(--navy); margin-left: 22px; }
nav.site a:hover { color: var(--accent); }
.btn { display: inline-block; background: var(--navy); color: #fff !important; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 700; font-size: .95rem; padding: 10px 18px; border-radius: 6px; text-decoration: none; }
.btn:hover { background: var(--accent); color: #fff !important; }

/* hero — navy banner with gold */
.hero { background: var(--navy); border-bottom: 4px solid var(--accent); padding: 64px 0; }
.hero h1 { font-size: 2.6rem; color: #ffffff; }
.hero p { font-size: 1.2rem; color: #d6e0ef; max-width: 640px; }
.hero .btn { background: var(--accent); color: var(--navy-deep) !important; }
.hero .btn:hover { background: #e0b93a; color: var(--navy-deep) !important; }

/* main content */
main.page { padding: 40px 0 64px; }
main.page p, main.page li { font-size: 1.05rem; }
.lead { font-size: 1.2rem; color: var(--muted); }
.card { border: 1px solid var(--line); border-radius: 8px; padding: 22px 24px; margin: 16px 0; background: #fff; }
blockquote { border-left: 4px solid var(--accent); margin: 1.4em 0; padding: 6px 0 6px 20px; color: var(--navy); font-style: italic; }
hr { border: none; border-top: 1px solid var(--line); margin: 2em 0; }

/* footer */
footer.site { background: var(--navy-deep); color: #cdd6e0; padding: 40px 0; margin-top: 40px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .92rem; }
footer.site a { color: #fff; text-decoration: none; }
footer.site a:hover { text-decoration: underline; }
footer.site .cols { display: flex; gap: 48px; flex-wrap: wrap; }
footer.site h4 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 10px; }

/* editor helper — marks the region you write in. Remove the class when done if you like. */
.editable { outline: 1px dashed transparent; }

/* ===== job detail page ===== */
.samplebar { background: var(--accent-soft); color: var(--navy-deep); text-align: center; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .78rem; font-weight: 700; padding: 7px; letter-spacing: .05em; }
.jobhead { display: flex; gap: 20px; align-items: flex-start; margin: 6px 0 14px; }
.joblogo { width: 92px; height: 92px; border: 1px solid var(--line); border-radius: 12px; object-fit: contain; background: #fff; flex: 0 0 auto; }
.jobhead h1 { font-size: 2rem; margin: 0 0 4px; line-height: 1.15; }
.jobhead .org { font-size: 1.15rem; color: var(--navy); font-weight: 700; font-family: 'Helvetica Neue', Arial, sans-serif; }
.jobhead .meta { color: var(--muted); margin-top: 5px; font-size: .98rem; }
.badge { display: inline-block; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 3px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--navy-deep); margin: 0 6px 6px 0; }
.facts { display: flex; flex-wrap: wrap; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin: 18px 0; }
.facts .f { flex: 1 1 145px; padding: 12px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts .f .k { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.facts .f .v { font-weight: 700; color: var(--navy); margin-top: 2px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .98rem; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 20px 0 4px; }
.btn-outline { display: inline-block; background: #fff; color: var(--navy) !important; border: 2px solid var(--navy); font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 700; font-size: .95rem; padding: 9px 18px; border-radius: 6px; text-decoration: none; }
.btn-outline:hover { background: var(--navy); color: #fff !important; }
.dlnote { font-size: .85rem; color: var(--muted); margin: 4px 0 0; }
.jobbody h2 { border-bottom: 2px solid var(--accent-soft); padding-bottom: 4px; }
.orgcard { border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 8px; padding: 18px 20px; background: var(--bg-soft); margin: 18px 0; }
.alertcta { background: var(--navy); color: #fff; border-radius: 12px; padding: 22px 24px; margin: 28px 0 0; }
.alertcta h3 { color: var(--accent); margin: 0 0 6px; }
.alertcta p { color: #d6e0ef; margin: 0 0 12px; }
@media (max-width: 640px) {
  body { font-size: 17px; }
  .hero h1 { font-size: 2rem; }
}
